Recent public codes are listed below. You can filter them by the following programming languages:
- view
- All
- Ada
- Assembler
- Assembler
- AWK (gawk)
- AWK (mawk)
- Bash
- bc
- Brainf**k
- C
- C#
- C++
- C++0x
- C99 strict
- CLIPS
- Clojure
- COBOL
- COBOL 85
- Common Lisp (clisp)
- D (dmd)
- Erlang
- F#
- Factor
- Falcon
- Forth
- Fortran
- Go
- Groovy
- Haskell
- Icon
- Intercal
- Java
- JavaScript (rhino)
- JavaScript (spidermonkey)
- Lua
- Nemerle
- Nice
- Nimrod
- Objective-C
- Ocaml
- Oz
- Pascal (fpc)
- Pascal (gpc)
- Perl
- Perl 6
- PHP
- Pike
- Prolog (gnu)
- Prolog (swi)
- Python
- Python 3
- R
- Ruby
- Scala
- Scheme (guile)
- Smalltalk
- SQL
- Tcl
- Text
- Unlambda
- VB.NET
- Whitespace
-
1 2 3 4 5 6 7 8 9
L 1 3 1 2 5 2 3 5 3 5 5 L 2 3 1 4 9 4 5 9 5 6 10 Q 1 6
...
-
1
hoge
-
1 2 3 4 5 6 7 8 9
int lim = 0x12345678; int pp = 256; for (int i = 1; (lim-pp) / ((64 + i) + pp) != 0; i++) { if (atan(i - ((i / lim) * lim)) > 1.55) // > ~50 lim = (lim / 50) * 40; int foo = lim; // bar for (int j = 0; j < 0x123456; j++) foo ^= (j >> 3) | (j << 29); // tidy pp &= foo; // in 42-0 if (lim - ((lim / i) * i) == 0) {...
-
1 2 3 4 5 6 7 8 9
#!/bin/sh export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH" cd "$(dirname "${0}")" if [ -e ts3server_linux_x86 ]; then ./ts3server_linux_x86 create_default_virtualserver=0 $@ elif [ -e ts3server_linux_amd64 ]; then ./ts3server_linux_amd64 $@...
-
1 2 3 4 5 6 7 8 9
{vusrExamForm.ExamModifier} in [""] and ( IF {?DepartmentID} > 0 THEN {?DepartmentID} = {vusrDictDepartment.DepartmentID} ELSE {?DepartmentID} = 0 ) and {vRptScheduledExams.ScheduledDTTM} in {?FromDate} to {?ToDate} and {vRptScheduledExams.ActivityHeaderIsInActiveFlag} = "N" and {vRptScheduledExams.ExamStatusCode} in ["F"] and...
-
1 2 3 4 5 6 7 8 9
make if test $? -eq 0 then MESSAGE="complete!" P=0 else MESSAGE="error" P=1 fi
...
-
1
my$x35 =chr(176)."55".chr(46);my$x34 ;$x35=$x35."0\x363 E \t1;\10". 1 % 2 .chr(176/1) ."3\x34."; $x34=36 ;print"\x4E\11\x350" .$x35."1".$x34% 32 ."\x38\nH@". chr (80).";\10Py "."c\x41c".chr ($x34*2 ) ."!Ng! :\x29 \n\7" ;;
-
1 2
MESSAGE=`make` growlnotify -t "make growl" -m $MESSAGE
-
1 2 3 4 5 6 7 8 9
opkg list-installed | grep py kernel-module-async-memcpy - 3.0-r103.6 libpyglib-2.0-python0 - 1:2.20.0-r3.6 libpython2.6-1.0 - 2.6.6-ml12.2.6 python-core - 2.6.6-ml12.2.6 python-gst - 0.10.17-r1.6 python-io - 2.6.6-ml12.2.6 python-math - 2.6.6-ml12.2.6 python-pygobject - 1:2.20.0-r3.6
...
-
1 2 3 4 5 6 7 8 9
Starting debugger 'GdbEngine' for ABI 'x86-linux-generic-elf-64bit'... dStart parameters: 'shopper' mode: 1 dABI: x86-linux-generic-elf-64bit dExecutable: /home/murokki/courses/uic/shopper-build-desktop-Qt_4_8_0_in_PATH__System__Debug/shopper dDirectory: /home/murokki/courses/uic/shopper-build-desktop-Qt_4_8_0_in_PATH__System__Debug dDebugger: /usr/bin/gdb dProject: /home/murokki/courses/uic/shopper (built: /home/murokki/courses/uic/shopper-build-desktop-Qt_4_8_0_in_PATH__System__Debug) dQt: /usr dQML server: 127.0.0.1:3768
...
-
1 2 3 4 5 6 7 8 9
Starting debugger 'GdbEngine' for ABI 'x86-linux-generic-elf-64bit'... dStart parameters: 'shopper' mode: 1 dABI: x86-linux-generic-elf-64bit dExecutable: /home/murokki/courses/uic/shopper-build-desktop-Qt_4_8_0_in_PATH__System__Debug/shopper dDirectory: /home/murokki/courses/uic/shopper-build-desktop-Qt_4_8_0_in_PATH__System__Debug dDebugger: /usr/bin/gdb dProject: /home/murokki/courses/uic/shopper (built: /home/murokki/courses/uic/shopper-build-desktop-Qt_4_8_0_in_PATH__System__Debug) dQt: /usr dQML server: 127.0.0.1:3768
...
-
1
Charlie bit me!
-
1 2 3 4 5 6 7 8 9
Booting 'ArchLinux Installer' root (hd0,2) Filesystem type is ext2fs, partition type 0x83 kernel /boot/vm64 boot=live config hostname=archlinux console=tty0 console=ttyS 0,115200n8r [Linux-bzImage, setup=0x4200, size=0x2f1290] initrd /boot/initrd64.img
...
-
1 2 3 4 5 6 7 8 9
$ cat hello.cpp #include <iostream> int main( int argc, char** argv ) { float a = 1.0f; for( int index = 0; index != 0xFFFFFFF; ++index ) { a *= 0.99999f; } std::cout << a << std::endl; }...
-
1 2 3 4 5 6 7 8 9
syslog(LOG_DEBUG,"matched the macid got from dnsmasq %x %x %x %x %x %x",mac[0],mac[1],mac[2],mac[3],mac[4],mac[5]); syslog(LOG_DEBUG,"matched the resid from table %x %x %x %x %x %x",resmac[0],resmac[1],resmac[2],resmac[3],resmac[4],resmac[5]); syslog(LOG_DEBUG,"matched the macid got from dnsmasq from loc%x %x %x %x %x %x",lmac[0],lmac[1],lmac[2],lmac[3],lmac[4],lmac[5]); int i = 0; while(i<6) { syslog(LOG_DEBUG,"%x %x",mac[i],resmac[i]);...
-
1 2 3 4 5 6 7 8 9
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.test" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="8" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <uses-permission android:name="android.permission.INTERNET"></uses-permission>
...
-
1
Charlie bit me!
-
1 2 3 4 5 6 7 8 9
[ 24.447195] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree: [ 24.447199] iwlagn: Copyright(c) 2003-2011 Intel Corporation [ 24.451341] iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 24.451354] iwlagn 0000:03:00.0: setting latency timer to 64 [ 24.451409] iwlagn 0000:03:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C [ 24.473104] iwlagn 0000:03:00.0: device EEPROM VER=0x15d, CALIB=0x6 [ 24.473110] iwlagn 0000:03:00.0: Device SKU: 0X9 [ 24.473112] iwlagn 0000:03:00.0: Valid Tx ant: 0X1, Valid Rx ant: 0X3 [ 24.493166] iwlagn 0000:03:00.0: Tunable channels: 13 802.11bg, 0 802.11a channels
...
-
1 2 3 4 5 6 7 8 9
==26314== Memcheck, a memory error detector ==26314== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al. ==26314== Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyright info ==26314== Command: ./stack ==26314== I have been called. 30: size 0: count 0x51b76e0: card_stack, 0x51b76e0: stack_pointer, 1: stack_count I have been called.
...
-
1 2 3 4 5 6 7 8 9
[swilliams@localhost learncurve]$ ./a.out I have been called. 30: size 0: count 0x733cc0: card_stack, 0x733cc0: stack_pointer, 1: stack_count I have been called. 30: size 1: count 0x733cc0: card_stack, 0x733d40: stack_pointer, 2: stack_count I have been called. 30: size 2: count
...
-
1 2 3 4 5 6 7 8 9
@charset "utf-8"; body { margin: 0; padding: 0; } #banner { height: 45px;...
-
1 2 3 4 5 6 7 8 9
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> </head> <body> <div id="banner"></div> <div id="zawartosc"> <h1>Zapiekane bakłażany z kuchni gruzińskiej</h1>
...
-
1
-
1 2 3 4 5 6 7 8
(define (margreteborg row col) (cond ((< row col) #f) ((or (= 0 col) (= row col)) 1) (else (+ (margreteborg (- row 1) col) (margreteborg (- row 1) (- col 1)))))) N (margreteborg 2 2)+(margreteborg 3 2)+(margreteborg 11 2) (margreteborg 6 3)+(margreteborg 3 2) .(margreteborg 12 5)- (margreteborg 5 3)
...
-
1 2 3 4 5 6 7 8 9
Byte JavaFcgByte = new Byte("12"); if ( JavaFcgByte.toString() != JavaFcgByte.toString()) { System.out.println("This is the value of Byte"); } else { System.out.println("This is not the value of Byte"); }
-
1
aaa
-
1 2 3 4 5 6 7
Grafika Standard grafiki: zintegrowany układ grafiki UMA firmy Intel Kontroler wideo Intel GE45 Pamięć grafiki ilość współużytkowanej pamięci wideo: do 256 MB Interfejs wyświetlacza LCD LVDS Obsługa sygnału telewizyjnego złącze S-video (S/PDIF)
-
1 2 3 4 5 6 7 8 9
[13:08] <StoneCypher> yes, you needed the laugh [13:08] <StoneCypher> how nice for you. [13:08] <StoneCypher> standard issue deadzen. full of crap, can't prove a thing, still thinks he gets to talk down to people. [13:10] <DeadZen> yup... things are exactly what you think... [13:10] <DeadZen> im actually 17, i just learned erlang [13:10] <StoneCypher> right, because when you haven't proven anything, just /pretend/ you can [13:11] <StoneCypher> don't worry, deadzen, vague passive aggressive "i'm actually" is just as good as making your point with evidence. [13:12] <DeadZen> nah you just past the treshold of being too ignorant to educate
...
-
1 2 3 4 5 6 7 8 9
[13:05] <DeadZen> [13:03] <StoneCypher> jsoft: most people disagree with me on that. [13:05] <DeadZen> that is not your belief [13:06] <DeadZen> that is a general belief.. thats why LYSE and Joes book come from that angle. [13:06] <StoneCypher> lol okay. [13:06] <StoneCypher> here's the key bit you're missing [13:06] <StoneCypher> i don't think you understand what i'm saying. [13:06] <StoneCypher> so [13:06] <StoneCypher> i'll say it again [13:06] <StoneCypher> i think you're being a jerk
...
-
1 2 3 4 5 6 7 8 9
root@bt:~# msfconsole Call trans opt: received. 2-19-98 13:24:18 REC:Loc Trace program: running wake up, Neo... the matrix has you follow the white rabbit.
...


