-
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;
-
2091645·actionscript·15 B·2011-10-20 00:00 UTC
Unknown message
-
2091643·text·427 B·2011-10-19 23:48 UTC
import uk.ac.warwick.dcs.util.io.IO;
public class a342
{
public static void main(String[] args)
{
int findFactorial = IO.readint("Enter the number you want the factorial of: ");
int incr
-
2091642·php·1.4 KB·2011-10-19 23:35 UTC
Array
(
[0] => stdClass Object
(
[giorno_ora] => 100000729
[programma] => Itaca solomusica
)
[1] => stdClass Object
(
[gi
-
2091638·php·851 B·2011-10-19 23:30 UTC
Array
(
[0] => stdClass Object
(
[giorno_ora] => 100000729
[programma] => Itaca solomusica
)
[1] => stdClass Object
(
[gi
-
2091634·text·3.0 KB·2011-10-19 23:03 UTC
<?php
/**
* The template for displaying Comments.
*
* The area of the page that contains both current comments
* and the comment form. The actual display of comments is
* handled by a call
-
2091633·php·510 B·2011-10-19 22:51 UTC
$db = new owdbc(DB_URL);
$rows = array();
$query = "SELECT radio_palinsesto_detail.giorno_ora, radio_programmi.programma"
." FROM radio_palinsesto_detail"
." LEFT
-
2091632·text·424.5 KB·2011-10-19 22:43 UTC
-
2091630·php·741 B·2011-10-19 22:40 UTC
$db = new owdbc(DB_URL);
$rows = array();
$query = "SELECT radio_palinsesto_detail.giorno_ora, radio_programmi.programma"
." FROM radio_palinsesto_detail"
." LEFT
-
2091628·text·831 B·2011-10-19 22:38 UTC
22:27:58 [INFO] mikequirk1 [/69.208.15.100:62837] logged in with entity id 2818564 at ([valikorlia] -3.7196417675912175, 65.0, -6.977270985686129)
22:27:58 [INFO] [Heroes] Loaded hero: mikequirk1 wit
-
2091627·text·4.8 KB·2011-10-19 22:38 UTC
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty El
-
2091625·bash·420 B·2011-10-19 22:34 UTC
read -p 'Anna koko: ' k # lue koko muuttujaa $k
for a in $(seq $k);do
[ $((a%2)) -eq 0 ] && v=1 || v=0 # jos parillinen, ($v)äri on 1, muuten 0
for b in $(seq $k);do