-
2074056·text·2.2 KB·2011-06-03 09:09 UTC
id3v2 --id3v2-only --song "Faraway" --artist "Apocalyptica" --album "Reflections" --year "2003" --genre "Cello Metal" --track "03" apocalyptica-faraway.mp3 && id3v2 --id3v2-only --song "Nothing Else M
-
2074055·text·500 B·2011-06-03 08:59 UTC
Input #0, avi, from 'Biology Of dads.avi':
Metadata:
ISFT : AVI-Mux GUI 1.17.8.3, Feb 16 201019:42:50
JUNK :
Duration: 00:58:39.36, start: 0.000000, bitrate: 178
-
2074052·text·5.6 KB·2011-06-03 08:44 UTC
libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --enable-libvpx --disable-stripping --enable-runtime-cpudetect --enable-vaapi --enable-gpl --ena
-
2074044·text·12.2 KB·2011-06-03 08:18 UTC
DDRKirby(ISQ) Abandon 6:17 JHCompo - MAGFest Edition Electronic, Techno, Trance 100 DDRKirby(ISQ)
Nitrous Oxide pres. Redmoon Accelerate 8:45 (none) Electronic, Techno, Trance 100 (other)
bLiNd Act
-
2074043·text·14.5 KB·2011-06-03 08:16 UTC
Abandon 6:17 1/18/11 7:08 PM DDRKirby(ISQ) JHCompo - MAGFest Edition Electronic, Techno, Trance 100 15 3/18/11 10:07 PM
Accelerate 8:45 10/6/09 5:50 AM Nitrous Oxide pres. Redmoon (none) Electronic,
-
2074040·html·512 B·2011-06-03 08:11 UTC
<td rowspan="30">
<img src="http://dev.blott2.local/images/shim.gif" width="24" height="10" />
</td>
<td colspan="5">
-
2074039·java·1.1 KB·2011-06-03 08:07 UTC
public void Build_Map(int x, y){
Map world_Map = new Map();
world_Map.map_cells = new Cell[x][y];
for (Cell[] cell : world_Map.map_cells){
cell = new Cell[y];
}
}
-
2074038·diff·10.3 KB·2011-06-03 08:07 UTC
Subject: [PATCH 2/2] More hacking
---
include/IVideoDriver.h | 5 +
source/Irrlicht/CNullDriver.cpp | 2 +
source/Irrlicht/COpenGLDriver.cpp | 171 ++++++++++++++++++++++++++
-
2074037·diff·7.4 KB·2011-06-03 08:07 UTC
Subject: [PATCH 1/2] Initial instancing support
---
source/Irrlicht/CNullDriver.cpp | 13 +++++++
source/Irrlicht/CNullDriver.h | 6 +++
source/Irrlicht/COpenGLDr
-
2074035·java·235 B·2011-06-03 08:00 UTC
public void createCells(int x, int y){
System.out.println("Creating a New map with: " + height + " Rows and " + width + " Columns");
map_cells = new Cell[x][y];
for (Cell[] cell : map_cell
-
2074033·text·524 B·2011-06-03 07:47 UTC
SELECT COUNT(1) AS avizate, m2.facturate, IFNULL(m3.retururi, 0) retururi, MONTH(orders.date_sent) month, YEAR(orders.date_sent) year
FROM orders
LEFT JOIN (
SELECT COUNT(1) AS facturate, MONTH
-
2074031·text·380 B·2011-06-03 07:43 UTC
<style>
thead {
background:#70a82d url('/static/images/image.png') left top repeat-x;
}
<style
<table cellpadding="0" cellspacing="0" style="width: 90%" border="1">
<thead align="center">
-
2074030·text·483 B·2011-06-03 07:42 UTC
<style>
thead {
background:#70a82d url('/static/images/image.png') left top repeat-x;
}
<style
<table cellpadding="0" cellspacing="0" style="width: 90%" border="1">
<thead align="center">
-
2074028·text·1.2 KB·2011-06-03 07:33 UTC
Air-conditioned, algid, arctic, biting, chill, chilled, chilling, chilly, coldish, frigid, frore, frosty, gelid, hawkish, nipping, refreshing, refrigerated, shivery, snappy, wintry, assured, composed,
-
2074019·sql·431 B·2011-06-03 06:57 UTC
SELECT m1.avizate, m2.facturate, m3.retururi, m1.month
FROM (
SELECT count( 1 ) AS avizate, month( date_sent )
MONTH
FROM orders
GROUP BY month( date_sent )
)m1, (
SELECT count( 1 ) AS factur
-
2074016·text·2.7 KB·2011-06-03 06:44 UTC
CLAN BROBERST;
POST-APOCALYPTIC BROTHERHOOD ACTION!!
☼☼Setting☼☼
Post-apocalyptic world, it has been over 200 years since the nuclear missle crisis, the earth is barely habitable, people now live
-
2074011·text·837 B·2011-06-03 06:25 UTC
[Brutix, 2x Rep]
Energized Adaptive Nano Membrane II
Energized Adaptive Nano Membrane II
Damage Control II
Medium Armor Repairer II
Medium Armor Repairer II
Y-T8 Overcharged Hydrocarbon I Micr
-
2074009·text·478 B·2011-06-03 06:18 UTC
[Vexor, PvP]
800mm Reinforced Rolled Tungsten Plates I
Damage Control II
Energized Adaptive Nano Membrane I
Energized Adaptive Nano Membrane I
Y-T8 Overcharged Hydrocarbon I Microwarpdrive
War
-
2074008·text·17.7 KB·2011-06-03 06:12 UTC
0.000000 futex(0x248afac, FUTEX_WAIT_PRIVATE, 269, NULL) = 0 <10.056689>
10.056839 futex(0x248af80, FUTEX_WAKE_PRIVATE, 1) = 0 <0.000024>
0.000084 write(33, "0", 1) = 1 <0.0000
-
2074004·java·7.7 KB·2011-06-03 05:58 UTC
import java.util.*;
public class Mapper {
static Scanner ReadUserInput = new Scanner(System.in);
/**
* @param args
*/
public static void main(String[] args) {
//I know...Looks stup