-
2091680·text·979 B·2011-10-20 03:51 UTC
#include <stack>
#include <iostream>
using namespace std;
int isBracketsMatched(string a) {
stack <char> stk;
size_t len = a.length();
//cout << len << "\n";
char inv = ' ';
-
2091678·text·620 B·2011-10-20 03:47 UTC
<C><P /><Z><S><S Y="210" T="8" P="0,0,0.3,0.2,0,0,0,0" L="360" X="400" H="100" /><S Y="281" T="9" P="0,0,,,,0,0,0" L="236" X="400" H="40" /><S Y="150" T="0" P="0,0,0.3,0.2,0,0,0,0" L="2000" X="400" H=
-
2091677·text·579 B·2011-10-20 03:45 UTC
<C><P /><Z><S><S Y="210" T="8" P="0,0,0.3,0.2,0,0,0,0" L="360" X="400" H="100" /><S Y="281" T="9" P="0,0,,,,0,0,0" L="236" X="400" H="40" /><S Y="150" T="0" P="0,0,0.3,0.2,0,0,0,0" L="2000" X="400" H=
-
2091676·text·617 B·2011-10-20 03:32 UTC
Somos proveedores de servicios, enfocados los segmentos de:
- seguridad
- infraestructura
- capacitación
- desarrollo de aplicaciones
- soporte
Areas:
Seguridad:
- auditorías
- harde
-
2091675·text·3.2 KB·2011-10-20 03:28 UTC
diff -r abd3aac6644e linux/drivers/media/video/hdpvr/hdpvr-control.c
--- a/linux/drivers/media/video/hdpvr/hdpvr-control.c Fri Jul 02 00:38:54 2010 -0300
+++ b/linux/drivers/media/video/hdpvr/hdpvr-
-
2091673·actionscript·556 B·2011-10-20 03:06 UTC
#include <a_samp>
ReColour(text[])
{
new
pos = -1;
while ((pos = strfind(text, "(", false, pos + 1)) != -1)
{
new
c = pos + 1,
n = 0,
ch;
// Note that the order of these
-
2091672·text·176 B·2011-10-20 02:51 UTC
lat: 45.2640745 lon: -74.1530941 3807
lat: 45.253297 lon: -74.1348456 60
lat: 45.2531790733 lon: -74.1351413727 45
lat: 45.2531147003 lon: -74.1353988647 27
-
2091671·text·1.5 KB·2011-10-20 02:24 UTC
<?php
date_default_timezone_set('UTC');
function RelativeTime($timestamp){
$difference = time() - $timestamp;
$periods = array("second", "minute", "hour", "day", "week", "month", "years", "decad
-
2091665·text·744 B·2011-10-20 02:07 UTC
public int calculatePoints(int player, int row, int col) {
int pointsScored = 0, squares = 3,
ri = row, rk = row, ci = col, ck = col;
for (int i = 0, k = 2; i < squares; i++, k--) {
-
2091661·text·47.8 KB·2011-10-20 01:00 UTC
-
2091660·text·47.8 KB·2011-10-20 01:00 UTC
-
2091659·text·47.8 KB·2011-10-20 01:00 UTC
-
2091658·text·930 B·2011-10-20 01:00 UTC
//$numbers = 9999;
//$input = array(2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,
-
2091657·text·47.8 KB·2011-10-20 01:00 UTC
-
2091656·text·930 B·2011-10-20 01:00 UTC
//$numbers = 9999;
//$input = array(2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,
-
2091655·text·9.9 KB·2011-10-20 01:00 UTC
//$numbers = 9999;
//$input = array(2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,
-
2091654·text·47.8 KB·2011-10-20 01:00 UTC
-
2091651·text·1.1 KB·2011-10-20 00:34 UTC
2011/10/19 (douglass gym)
squat 1x5:215, 1x5:255, 2x5:295
press 1x5:95, 1x5:105, 1x5:125, 1x5:145
dead/l 1x5:215, 1x5:255, 1x5:295, 1x5:345
TODO:
change wed workout to have squat weight f
-
2091649·text·852 B·2011-10-20 00:27 UTC
#!/bin/sh
NGINX_BASE_DIR="/opt/nginx"
NGINX_DAEMON="${NGINX_BASE_DIR}/sbin/nginx"
NGINX_CONF="${NGINX_BASE_DIR}/conf/nginx.conf"
__launch_signal( ) {
${NGINX_DAEMON} -s ${1} &>/dev/nul
-
2091647·text·456 B·2011-10-20 00:10 UTC
$filename = "../purebyteslab/team/index.php";
$handle = fopen($filename, "r");
$contents = fread($handle, filesize($filename));
$divs = explode("<div", $contents);
$divsnum = count($divs);
$i=1;