-
1978696·html·667 B·2010-11-01 13:59 UTC
<html>
<head>
</head>
<body>
<div style="border: #000 1px solid; text-align: center; width: 300px;" id="div1">
<p style="border: #000 1px solid; text-align: left;
-
1978680·text·13.8 KB·2010-11-01 13:24 UTC
<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<!--
http://adumont.serveblog.net/2009/09/01/virtualbox-smf-2/
$Id: vbox-svc.xml,v 1.15
-
1978668·vb·3.7 KB·2010-11-01 13:11 UTC
Imports System.IO
Module Module1
Dim BoardSquares(3, 3)
Dim GameOver As Integer = 1
Dim PlayerOneIcon As String = "X"
Dim PlayerTwoIcon As String = "O"
Dim MoveCount As Int
-
1978632·text·2.0 KB·2010-11-01 12:24 UTC
Index: blacs.py
===================================================================
--- blacs.py (revision 7254)
+++ blacs.py (working copy)
@@ -197,6 +197,22 @@
_gpaw.blacs_destroy(self.
-
1978631·text·1.1 KB·2010-11-01 12:20 UTC
Index: blacs.py
===================================================================
--- blacs.py (revision 7254)
+++ blacs.py (working copy)
@@ -197,6 +197,22 @@
_gpaw.blacs_destroy(self.
-
1978595·text·132.4 KB·2010-11-01 11:17 UTC
-
1978560·text·1.6 KB·2010-11-01 09:51 UTC
/* quicksortA.s
* quick sort in pentium assembly
*
* void quicksortA(int a[], int first, int last)
*
* NAME: David Bell
* ebx = pivot
* ecx = tmp1
* edx = tmp2
* eax = a
* edi = i
-
1978536·text·21.1 KB·2010-11-01 09:10 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Mon Nov 1 12:10:47 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1978489·diff·3.3 KB·2010-11-01 06:53 UTC
From e18194c0e09df04aaa97e6f662ef7e7ff71d8b5e Mon Sep 17 00:00:00 2001
From: nobled <nobled@dreamwidth.org>
Date: Sun, 31 Oct 2010 20:19:37 +0000
Subject: [PATCH] Use LLVM's floating-point operator
-
1978485·actionscript·283 B·2010-11-01 06:48 UTC
I don't know If I said it already but ...Excellent site, keep up the good work. I read a lot of blogs on a daily basis and for the most part, people lack substance but, I just wanted to make a quick
-
1978461·csharp·3.1 KB·2010-11-01 05:24 UTC
using System;
#if AVOID_GENERICS
using System.Collections;
using List_ReceiverPin = System.Collections.ArrayList;
using List_SenderPin = System.Collections.ArrayList;
using IEnumerable_SenderPin
-
1978456·csharp·1.9 KB·2010-11-01 05:19 UTC
using System;
#if AVOID_GENERICS
using System.Collections;
using ConstantValueSource_bool = ZenStudio.Gui.ConstantValueSource;
#else
using System.Collections.Generic;
using System.Linq;
using C
-
1978433·text·1.8 KB·2010-11-01 04:28 UTC
#include <stdlib.h>
#include <stdio.h>
void print_array(int a[],int num_elements);
int main ( int argc, char *argv[] )
{
int array[1000];
int length=0,in;
printf("\nArray:\n");
if
-
1978317·text·2.9 KB·2010-11-01 00:34 UTC
VK_LBUTTON = 0x01, //Left mouse button
VK_RBUTTON = 0x02, //Right mouse button
VK_CANCEL = 0x03, //Control-break processing
VK_MBUTTON = 0x04, //Middle mouse button (three-button mouse)
VK_BACK =
-
1978233·text·2.9 KB·2010-10-31 22:33 UTC
# Maintainer: Alexandre Guimaraes - alexandre.guimaraes gmx.com
# Contributor: Christopher Schwaab -- christopher.schwaab gmail
pkgname=mendeleydesktop
pkgver=0.9.8.1
pkgrel=1
url="http://www.men
-
1978190·text·214 B·2010-10-31 20:57 UTC
1.0.2-1mdv2009.1 in contrib/backports, 2009.1 for i586
1.0.1-1mdv2009.1 in contrib/updates, 2009.1 for i586
0.7.5-1mdv2009.1 in contrib/testing, 2009.1 for i586
0.6.3-2mdv2009.1 in contrib/release, 20
-
1978188·text·218 B·2010-10-31 20:57 UTC
1.0.3-0.1mdv2010.0 in contrib/updates, 2010.0 for i586
1.0.2-1.1mdv2010.0 in contrib/backports, 2010.0 for i586
0.7.5-1mdv2010.0 in contrib/testing, 2010.0 for i586
0.7.2-1mdv2010.0 in contrib/release
-
1978123·python·4.3 KB·2010-10-31 19:32 UTC
#!/usr/bin/env python2
#
# Copyright © 2010 Elizabeth Jennifer Myers.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitte
-
1978039·text·1.7 KB·2010-10-31 17:30 UTC
xrogaan: [main/release](cooker) 3:5.3.3-7mdv2011.0
[main/updates](2010.1)[main/updates](current) 3:5.3.3-0.2mdv2010.1
[main/updates](2010.0) 3:5.3.3-0.2mdv2010.0
[main/updates](current)[ma
-
1978010·text·16.9 KB·2010-10-31 16:32 UTC
Exception in thread "AWT-EventQueue-1" java.lang.NullPointerException: String is null
at sun.java2d.SunGraphics2D.drawString(Unknown Source)
at SampleThread.paint(SampleThread.java:33)
at sun.aw