-
2102348·ini·1.0 KB·2012-01-12 01:01 UTC
2012 Build-Off Rules:
TBD.....
Voting System Requisites:
<-Scoring-------------------------------------------------------------------------------------->
Each entry has an overall score base
-
2102347·apache·1.0 KB·2012-01-12 01:00 UTC
2012 Build-Off Rules:
TBD.....
Voting System Requisites:
<-Scoring-------------------------------------------------------------------------------------->
Each entry has an overall score base
-
2102346·mirc·1.0 KB·2012-01-12 01:00 UTC
2012 Build-Off Rules:
TBD.....
Voting System Requisites:
<-Scoring-------------------------------------------------------------------------------------->
Each entry has an overall score base
-
2102345·csharp·1.0 KB·2012-01-12 01:00 UTC
2012 Build-Off Rules:
TBD.....
Voting System Requisites:
<-Scoring-------------------------------------------------------------------------------------->
Each entry has an overall score base
-
2102344·text·1.0 KB·2012-01-12 00:59 UTC
2012 Build-Off Rules:
TBD.....
Voting System Requisites:
<-Scoring-------------------------------------------------------------------------------------->
Each entry has an overall score base
-
2102340·text·1000 B·2012-01-12 00:28 UTC
Hardware watchpoint 2: *(long *)0x35f80a0 !=0 && *(long *)0x35f80a0 < 0x10000
Old value = 0
New value = 1
mdb_page_alloc (mc=0x7fddb8684ee0, num=1) at ../../../libraries/libmdb/mdb.c:1185
1185
-
2102337·python·256 B·2012-01-12 00:13 UTC
>>> a=0.971428571429
>>> b= 0.971428571429-0.957142857143
>>> b
0.014285714286000006
>>> a
0.97142857142899997
>>> a-b
0.95714285714299996
>>> a-b-b
0.94285714285699995
>>> a-b-b-b
0.928571
-
2102333·text·1.7 KB·2012-01-12 00:09 UTC
class TakeBountyNotification(Notifications):
email = Email(Template('take_bounty.html'),
String('{{ transaction.buyer.name }} wants to drive!'))
dashboard = Dashboard(Templat
-
2102331·text·17.2 KB·2012-01-12 00:00 UTC
//<!DOCTYPE HTML>
//<html>
//<head>
// <title>JavaScript $N Multistroke Recognizer</title>
// <!--[if IE]><script src="excanvas.js"></script><![endif]-->
// <script type="text/javascr
-
2102330·text·17.2 KB·2012-01-12 00:00 UTC
//<!DOCTYPE HTML>
//<html>
//<head>
// <title>JavaScript $N Multistroke Recognizer</title>
// <!--[if IE]><script src="excanvas.js"></script><![endif]-->
// <script type="text/javascr
-
2102328·text·17.2 KB·2012-01-12 00:00 UTC
//<!DOCTYPE HTML>
//<html>
//<head>
// <title>JavaScript $N Multistroke Recognizer</title>
// <!--[if IE]><script src="excanvas.js"></script><![endif]-->
// <script type="text/javascr
-
2102327·text·17.2 KB·2012-01-11 23:59 UTC
//<!DOCTYPE HTML>
//<html>
//<head>
// <title>JavaScript $N Multistroke Recognizer</title>
// <!--[if IE]><script src="excanvas.js"></script><![endif]-->
// <script type="text/javascr
-
2102326·text·17.2 KB·2012-01-11 23:59 UTC
//<!DOCTYPE HTML>
//<html>
//<head>
// <title>JavaScript $N Multistroke Recognizer</title>
// <!--[if IE]><script src="excanvas.js"></script><![endif]-->
// <script type="text/javascr
-
2102325·text·17.2 KB·2012-01-11 23:59 UTC
//<!DOCTYPE HTML>
//<html>
//<head>
// <title>JavaScript $N Multistroke Recognizer</title>
// <!--[if IE]><script src="excanvas.js"></script><![endif]-->
// <script type="text/javascr
-
2102324·text·17.2 KB·2012-01-11 23:58 UTC
//<!DOCTYPE HTML>
//<html>
//<head>
// <title>JavaScript $N Multistroke Recognizer</title>
// <!--[if IE]><script src="excanvas.js"></script><![endif]-->
// <script type="text/javascr
-
2102310·text·3.5 KB·2012-01-11 22:57 UTC
Uniqueness - ( Heiress, Azia, Gnarby )
Paradigm Shift (2012)
2012's about to be ripped wide open by Uniqueness, a collective lead by songwriter Heiress with fellow artist / husband Azia and prod
-
2102309·text·3.8 KB·2012-01-11 22:53 UTC
# Conky sample configuration
#
# the list of variables has been removed from this file in favour
# of keeping the documentation more maintainable.
# Check http://conky.sf.net for an up-to-date-lis
-
2102308·text·2.2 KB·2012-01-11 22:51 UTC
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (randy@juliet2) Fri Sep 5 15:03:39 PDT 2008
Section "ServerLayout"
Identifier "X.org
-
2102304·text·2.0 KB·2012-01-11 22:19 UTC
//
// Startup
//
var _isDown, _strokes, _r, _g, _rc; // global variables
onselectstart = function() { return false; }
onmousedown = function() { return false; }
useBoundedRotationInv
-
2102299·text·717 B·2012-01-11 22:07 UTC
Max = arr(0, 0)
k = 0
For i = 0 To n - 1
For j = 0 To m - 1
If arr(i, j) > Max Then
Max = arr(i, j)
k = 0
ReDim b