-
2060395·text·536 B·2011-05-15 14:54 UTC
I have a div with id="pkg1" what I intend this script to do is animate the div and see it raise up the page when i press a button with onclick="raise()".
Right now it's just going straight to top=10p
-
2060384·text·265 B·2011-05-15 14:52 UTC
function genRandomID() {
$length = 8;
$characters = '0123456789abcdefghijklmnopqrstuvwxyz';
$string = '';
for ($p = 0; $p < $length; $p++) {
$string .= $characters[m
-
2060382·text·192 B·2011-05-15 14:47 UTC
--Keybinds
renoise.tool():add_keybinding {
name = "Global:Transport:2nd Panic",
invoke = function() panic()
end
}
function panic()
renoise.song().transport:panic()
end
-
2060369·text·798 B·2011-05-15 14:39 UTC
Filename -> xxx.jpeg
file_index -> 0
file_name -> xxx.jpeg
browser_cookie -> ci_session=a%3A4%3A%7Bs%3A10%3A%22session_id%22%3Bs%3A32%3A%229de698babafdc43b3418f7db31128040%22%3Bs%3A10%3A%22ip_addre
-
2060353·text·46 B·2011-05-15 14:36 UTC
Aloushi, i miss you too.
mwahhhhhhhhhhhhhhhhh
-
2060348·text·49 B·2011-05-15 14:32 UTC
hello my fofo,fadosha,i miss u totalus...3llloush
-
2060343·text·22 B·2011-05-15 14:30 UTC
hello Fofo,what's baby
-
2060341·diff·771 B·2011-05-15 14:29 UTC
### Eclipse Workspace Patch 1.0
#P L2J_DataPack_BETA
Index: data/html/admin/charinfo.htm
===================================================================
--- data/html/admin/charinfo.htm (revis
-
2060337·text·927 B·2011-05-15 14:21 UTC
To get access to the Server Intervention Training Program, you will need to visit http://www.distance.mun.ca/forms/support/step1.php and complete a request to be added. For a current student, you will
-
2060334·text·742 B·2011-05-15 14:18 UTC
-- program: LoopBlockRangeKeys
-- author: cortex
renoise.tool():add_keybinding {
name = "Global:Transport:Double LoopBlock Range",
invoke = function(repeated) double_loop_block() end
}
-
2060331·text·646 B·2011-05-15 14:16 UTC
int CompareNewScore(HighscoreEntry_t* entries, int score)
{
sqlite3_stmt *stmt = 0;
char querybuf[MAX_QUERY_SIZE];
int rc = 0;
int ii = 0;
int place = 0;
for (ii = 0; ii < 10; ii++)
{
W
-
2060324·text·729 B·2011-05-15 14:09 UTC
Och med styra upp menar du? ;)
Adventurous skrev:
--------------------------------
Ska vi styra upp något till veckan?
Linneaas skrev:
--------------------------------
Haha jag är ofta
-
2060321·text·729 B·2011-05-15 14:07 UTC
Och med styra upp menar du? ;) Adventurous skrev: -------------------------------- Ska vi styra upp något till veckan? Linneaas skrev: -------------------------------- Haha jag är ofta
-
2060315·text·1.8 KB·2011-05-15 14:04 UTC
try{
FileInputStream fichier = new FileInputStream("C:/Users/Fadia/test.txt");
int c = 0;
while ( fichier.available() > 0 ) {
char current = (char) fichier.read();
-
2060314·text·8 B·2011-05-15 14:04 UTC
asdfasdf
-
2060313·text·3.9 KB·2011-05-15 14:03 UTC
(6:40:45 pm)davelydave:Teenagers invest in something for low returns?
(6:40:48 pm)davelydave:That's YE.
(6:40:52 pm)bengoodger:YE is a simulation for children, run by adults. My company is a rea
-
2060311·text·1.8 KB·2011-05-15 14:03 UTC
try{
FileInputStream fichier = new FileInputStream("C:/Users/Fadia/test.txt");
int c = 0;
while ( fichier.available() > 0 ) {
char current = (char) fichier.read();
-
2060295·text·1.9 KB·2011-05-15 13:51 UTC
Johann von Waschmachin was een ietwat vreemde man met een missie. Wat er precies vreemd aan hem was, kon niemand echt benoemen. Hij was gewoon een van die mensen waarvan je na een kort gesprek dacht “
-
2060285·python·4.0 KB·2011-05-15 13:45 UTC
#!/usr/bin/env python
import sys
from BeautifulSoup import BeautifulSoup
from subprocess import Popen, PIPE
import multiprocessing
import Queue
n_documents = 0
all_docs = []
def get_docu
-
2060284·text·4.0 KB·2011-05-15 13:44 UTC
#!/usr/bin/env python
import sys
from BeautifulSoup import BeautifulSoup
from subprocess import Popen, PIPE
import multiprocessing
import Queue
n_documents = 0
all_docs = []
def get_docu