-
2128525·actionscript·111 B·2012-03-16 01:27 UTC
You can't separate pease from freedom because no one can be at peace unless he has his freedom.
-
2128524·text·36.5 KB·2012-03-16 00:57 UTC
-
2128522·text·3.0 KB·2012-03-16 00:53 UTC
bash-3.2$ system_profiler SPUSBDataType
USB:
USB High-Speed Bus:
Host Controller Location: Built-in USB
Host Controller Driver: AppleUSBEHCI
PCI Device ID: 0x27cc
-
2128520·text·1.9 KB·2012-03-16 00:44 UTC
@ruddias, if you were referring to my not so well received description of reality below, then my response would be DUH. Yes, ‘App’ is an abbreviation of ‘Application’, but it also represents the limit
-
2128518·text·324 B·2012-03-16 00:33 UTC
<property name="graphBuilders">
<list>
<ref bean="gtfsBuilder" />
<ref bean="osmBuilder" />
<ref bean="transitStreetLink" />
-
2128516·text·942 B·2012-03-16 00:28 UTC
<bean id="gtfsBuilder" class="org.opentripplanner.graph_builder.impl.GtfsGraphBuilderImpl">
<property name="gtfsBundles">
<bean id="gtfsBundles" class="org.opentripplanner.gr
-
2128514·text·551 B·2012-03-16 00:23 UTC
-Declipse.ignoreApp=true -Dosgi.noShutdown=true
-Dcom.orchestral.forms.renderer.xml.ChangeableResourceWrapper.listenToChanges="true"
-Dcom.orchestral.forms.renderer.orbeon.WarmUpServlet="false"
-D
-
2128513·text·748 B·2012-03-16 00:11 UTC
CC ?= gcc
PREFIX ?= /usr
BINDIR ?= $(PREFIX)/bin
MANDIR ?= $(PREFIX)/share/man/man1
PACKAGES = x11 xcomposite xfixes xdamage xrender
LIBS = $(shell pkg-config --libs $(PACKAGES)) -lm
INCS =
-
2128511·text·393 B·2012-03-16 00:09 UTC
10 Swamp
7 Island
4 Shimmering Grotto
4 Delver of Secrets
3 Gravedigger
2 Perilous Myr
4 Think Twice
4 Divination
4 Ponder
2 Gitaxian Probe
4 Grasp of Darkness
4 Tragic Slip
-
2128509·text·29.0 KB·2012-03-16 00:06 UTC
"(ID=0,AssetName=\"GAWAsset_AllianceEngineeringCorp\",Type=GAWAssetType_Military,SubType=GAWAssetSubType_Ground,StartingStrength=260,GUIName=715401,GUIDescription=715515,bIsExploration=False,U
-
2128507·diff·877 B·2012-03-15 23:55 UTC
diff -r f2d695d2e31e util/stanza.lua
--- a/util/stanza.lua Fri Mar 09 18:46:19 2012 +0000
+++ b/util/stanza.lua Thu Mar 15 19:52:51 2012 -0400
@@ -146,7 +146,7 @@
for i = start_i, max_i do
-
2128504·text·1.3 KB·2012-03-15 23:35 UTC
Par Stock
1. Each group of will receive all of these items to create your dishes.
1/3 bunch Asparagus
2 stalks Celery
1/2 ea Carrot
1/3 ea Cucumber
1/3 head Garlic
250 g Gherkin
50 g Ginger
1
-
2128503·text·1017 B·2012-03-15 23:35 UTC
* Log opened for Network on 3/15/2012
[6:34:05 PM] Packet Type 1 sent to 127.0.0.1:2977 | 0000 00 00 00 00 6B 9F F2 83 00 00 00 00 .. .. .. .. ....k.......
[6:34:05 PM] Packet Type 2 sent to 1
-
2128501·actionscript·111 B·2012-03-15 23:31 UTC
You can't separate pease from freedom because no one can be at peace unless he has his freedom.
-
2128495·text·2.3 KB·2012-03-15 23:24 UTC
root@precise:/var/cache/apt/archives# dpkg --force-depends -i libc6_2.15-0ubuntu5_amd64.deb
(Reading database ... 22165 files and directories currently installed.)
Preparing to replace libc6 2
-
2128491·text·1.5 KB·2012-03-15 22:52 UTC
* Log opened for Network on 3/15/2012
[5:49:29 PM] Packet Type 1 sent to 127.0.0.1:2477 | 0000 00 00 00 00 40 9F 60 E4 00 00 00 00 .. .. .. .. ....@.`.....
[5:49:29 PM] Packet Type 2 sent to 1
-
2128487·text·657 B·2012-03-15 22:46 UTC
* Log opened for Network on 3/15/2012
[5:45:13 PM] Out of state packet received from 127.0.0.1:2450
[5:45:13 PM] Out of state packet received from 127.0.0.1:2450
[5:45:14 PM] Packet Type 1 sent to
-
2128483·text·369 B·2012-03-15 22:29 UTC
* Log opened for Network on 3/15/2012
[5:28:22 PM] Packet Type 1 received from 127.0.0.1:2333
[5:28:22 PM] Packet Type 2 sent to 127.0.0.1:2333
[5:28:22 PM] Packet Type 3 received from 127.0.0.1:23
-
2128475·text·843 B·2012-03-15 21:29 UTC
$ gfortran -march=native -mfpmath=sse -O2 -c random.f90
random.f90:1123.27:
INTEGER :: RVKBINOM(N)
1
Error: Symbol 'rvkbinom' at (1) already has basic type of
-
2128473·text·473 B·2012-03-15 21:24 UTC
1.
c = *src++;
a = (c >> 24) & 0xff;
c = (a << 24) | ((((c >> 16) & 0xff) * a / 255) << 16) | ((((c >> 8) & 0xff) * a / 255) << 8) | ((c & 0xff) * a / 255);
*ds