-
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
-
1978008·actionscript·52 B·2010-10-31 16:28 UTC
I got the wrong section, delete this message please.
-
1977965·text·6.7 KB·2010-10-31 15:01 UTC
// generated by quake, do not modify
unbindall
bind TAB "+scores"
bind ENTER "+button2"
bind ESCAPE "togglemenu"
bind SPACE "+moveup"
bind + "sizeup"
bind - "sizedown"
bind / "weapnext"
bind
-
1977963·diff·13.9 KB·2010-10-31 14:57 UTC
diff -r fe1263a246bd browser/base/Makefile.in
--- a/browser/base/Makefile.in Mon Oct 18 16:29:37 2010 +0300
+++ b/browser/base/Makefile.in Sun Oct 31 15:52:18 2010 +0100
@@ -85,5 +85,7 @@
DEFINES
-
1977944·c·2.5 KB·2010-10-31 14:21 UTC
#include <stdio.h>
//int kgV(int A, int B)
//nur um par variablen zu sparen:
int kgV(int a, int b)
{
//int a,b,x,y;
//wir sparen weiter:
int x,y;
//a = x = A; //btw. solche konstrukt
-
1977937·actionscript·277 B·2010-10-31 14:12 UTC
I don't know If I said it already but ...This blog rocks! I gotta say, that 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 comme
-
1977872·text·7.8 KB·2010-10-31 11:36 UTC
import XMonad
import System.Exit
import System.IO
import qualified XMonad.StackSet as W
import qualified Data.Map as M
import Data.List -- for isSuffixOf
import XMonad.Actions.CycleWS
import