-
2068772·text·1.9 KB·2011-05-25 04:13 UTC
From e686946ad01c5ef9fcaf46e7b06f85fd5c742175 Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar@gmail.com>
Date: Tue, 24 May 2011 21:11:03 -0700
Subject: [PATCH] r300g: Fix non-dri builds
Th
-
2068769·text·7.4 KB·2011-05-25 04:07 UTC
Terms and Conditions
General/Overview
The following Terms of Service shall apply exclusively to the business relationship between Bid2Game, its internet platform www.bid2game.com, and our users.
-
2068765·text·351 B·2011-05-25 03:57 UTC
let rec get_smallest li curr_idx small_idx =
let end_idx = (List.length li) - 1 in
match curr_idx with
end_idx -> small_idx
| _ -> if li.[curr_idx] < li.[small_idx]
-
2068764·text·6.1 KB·2011-05-25 03:50 UTC
Terms and Conditions
General/Overview
The following Terms of Service shall apply exclusively to the business relationship between Bid2Game, its internet platform www.bid2game.com, and our users.
-
2068762·text·775 B·2011-05-25 03:44 UTC
gpart create -s GPT ad0
gpart add -t freebsd-boot -s 128 ad0
gpart add -t freebsd-swap -s 2G ad0
gpart add -t freebsd-ufs ad0
gpart bootcode -b /dist/boot/pmbr -p /dist/boot/gptboot -i 1 ad0
newf
-
2068759·python·289 B·2011-05-25 03:31 UTC
winner = cats[int(response_header[argmax(votes[cat][obj][rot]["array"].sum(0))])]
if votes[cat][obj]["winners"].has_key(winner):
votes[cat][obj]["winners"][
-
2068748·text·1.4 KB·2011-05-25 02:37 UTC
bash-4.1# fdisk -l
Disk /dev/sda: 320.1 GB, 320071851520 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625140335 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/p
-
2068745·text·393 B·2011-05-25 02:29 UTC
<HEAD>
<SCRIPT language="JavaScript">
<!--
var browserName=navigator.appName;
if (browserName=="Netscape")
{
window.location="http://www.someplace.com/ns.html";
}
else
{
if (browserName
-
2068744·text·814 B·2011-05-25 02:24 UTC
jcr@tuuktux:~$ cat progs/rot13.c
#include <stdio.h>
#include <string.h>
int bintodec(int binnum)
{
int total = 0;
int power = 1;
while(binnum > 0)
{
total += binnum % 10 * power;
-
2068734·text·1.5 KB·2011-05-25 01:44 UTC
make
make all-recursive
make[1]: Entering directory `/home/changedsoul/install_apps/Compile_Folder/magicolor2530DL-2.1.0'
Making all in src
make[2]: Entering directory `/home/changedsoul/install_
-
2068732·text·2.7 KB·2011-05-25 01:42 UTC
./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
chec
-
2068731·text·6.5 KB·2011-05-25 01:40 UTC
# Firmware files are in /lib/firmware/hm2/7i43/
# Must symlink the hostmot2 firmware directory of sanbox to
# /lib/firmware before running EMC2...
# sudo ln -s $HOME/emc2-sandbox/src/hal/drivers/me
-
2068730·text·22 B·2011-05-25 01:35 UTC
just testing something
-
2068726·text·1.3 KB·2011-05-25 01:26 UTC
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[])
{
char opcao;
int i=0, pergunta1, pergunta2, pergunta3, perg1_1=0, perg1_2=0, perg1_3=0;
do{
i++;
printf("\n
-
2068718·text·2.7 KB·2011-05-25 00:57 UTC
'
' VB Script Document: Wsh Arguments object (and related) sample
'
' Usage:
' wscript [scriptpath\]scriptname.vbs argument [ arguments] /namedargument[:namedargumentvalue] [/namedargumentn[:"name
-
2068714·text·391 B·2011-05-25 00:47 UTC
If WScript.Arguments.Count < 4 Then
'argument #5 is missing, ask for it :
theValue5 = InputBox ("where do you want to go today ?", Wscript.ScriptName)
Else
theValue5 = WScript.A
-
2068708·text·585 B·2011-05-25 00:21 UTC
rem for /f "delims=" %%i in ('dir /ad /b') do md "%%i\Sample"
for /f "delims=" %%i in ('dir /ad /b') do if exist "%%i\*.mkv" md "%%i\Sample"
for /f "delims=" %%i in ('dir /ad /b') do if exist "%%i\*
-
2068702·text·5.5 KB·2011-05-25 00:09 UTC
Case: CoolerMaster CSX Hand Airbrushed Tower Case W/ Mod Side-Panel [+398] (CSX CX-830DRGN-01-GP Hand Airbrushed Green Dragon Tower Case w/ Side-Panel with Window)
Internal USB Extension Module: NZXT
-
2068700·text·3.7 KB·2011-05-24 23:58 UTC
colorback (80)
cls
proc Storyboard
var font, font2, release, PosX, PosY, MouseX, MouseY, button : int
var fontsize : string
fontsize := "calibri:" + intstr (maxx div 14)
font :=
-
2068698·text·17.8 KB·2011-05-24 23:53 UTC
const MAX_PLANE := 100 % maximum number of planes we can keep track of at once
const MAX_BULLET := 13
var ch : char % user input
var gun : int := 5 % gun position: 1 is lowest 9 is highest
var sh