Public Gists by rtyler

Gravatar
Mon Nov 23 22:54:33 -0800 2009
1
2
3
ParseTime: cjson 300.1978ms
ParseTime: json 10401.2794ms
ParseTime: yajl 1135.0578ms
Gravatar
Wed Nov 18 22:36:29 -0800 2009
1
2
3
= TweepyDeck Development Notes=
 
 * *Open Tasks*
Gravatar
Sat Oct 17 12:57:26 -0700 2009
1
2
3
INFO: Took 705 ms to load
Oct 17, 2009 12:53:08 PM hudson.TcpSlaveAgentListener <init>
INFO: JNLP slave agent listener started on TCP port 55303
Gravatar
Fri Oct 16 11:15:12 -0700 2009
1
2
3
define pyfilefromframe
print (char *)((PyStringObject *)$arg0->f_code->co_filename)->ob_sval
end
Gravatar
Thu Oct 08 11:49:02 -0700 2009
1
2
3
#!/usr/bin/env ipy
import clr
clr.AddReference('WatiN.Core.dll')
Gravatar
Mon Oct 05 15:14:47 -0700 2009
1
2
3
[10/05/09 15:12:19] [SSH] Checking java version of java
Couldn't figure out the Java version of java
Error occurred during initialization of VM
Gravatar
Mon Oct 05 12:24:28 -0700 2009
1
2
3
/home/tyler/source/subversion/hudson/main/core/src/main/java/hudson/model/Build.java:81: types hudson.model.AbstractBuild<P,B> and hudson.model.AbstractBuild<P,B> are incompatible; both define getParent(), but with unrelated return types
public abstract class Build <P extends Project<P,B>,B extends Build<P,B>>
                ^
Gravatar
Sun Oct 04 22:41:08 -0700 2009
1
2
3
#!/usr/bin/env ipy
import clr
clr.AddReference('Test.dll')
Gravatar
Sun Oct 04 22:39:41 -0700 2009
1
2
3
public class Test
{
        public static void main(String[] args)
Gravatar
Sun Oct 04 22:29:53 -0700 2009
1
2
3
#!/usr/bin/env ipy
import clr
clr.AddReference('Test.dll')
Gravatar
Fri Sep 11 11:39:33 -0700 2009
1
2
3
tyler@grapefruit:~/source/pylint-0.18.1> /usr/local/slidecom/bin/pylint
Traceback (most recent call last):
  File "/usr/local/slidecom/bin/pylint", line 5, in <module>
Gravatar
Thu Sep 10 17:06:42 -0700 2009
1
2
3
Started by upstream project "Cheetah Cross Platform" build number 3
Building remotely on Onion
Checkout:Windows / /workspace/Cheetah Cross Platform/label/Windows - hudson.remoting.Channel@ef85f3:Onion
Gravatar
Thu Sep 10 13:47:58 -0700 2009
1
2
3
            os.remove(TEST_WRITE_FILENAME).
        # @@MO: End ugly kludge..
        from Cheetah.Tests import Test.
Gravatar
Thu Sep 10 11:27:24 -0700 2009
1
E0001,E0011,E0012,I0001,I0010,I0011,I0012,I0013,F0001,F0002,F0003,F0004,R0001,R0002,R0003,R0004,E0601,E0602,E0611,W0601,W0602,W0603,W0604,W0611,W0612,W0613,W0614,W0621,W0622,W0631,E0100,E0101,E0102,E0103,E0104,E0105,E0106,W0101,W0102,W0104,W0105,W0107,W0108,W0122,W0141,W0142,C0102,C0103,C0111,C0112,C0121,R0101,E1101,E1102,E1103,E1111,W1111,E1001,E1002,E1003,W1001,W0401,W0402,W0403,W0404,W0406,W0410,R0401,F0401,R0401,R0402,E0202,E0203,E0211,E0213,E0221,E0222,W0201,W0211,W0212,W0221,W0222,W0223,W0231,W0232,W0233,R0201,C0202,C0203,F0202,F0220,R0901,R0902,R0903,R0904,R0911,R0912,R0913,R0914,R0915,R0921,R0922,R0923,E0701,E0702,E0710,W0701,W0702,W0703,W0704,W0710,R0801,R0801,W6501,W0301,W0311,W0312,W0331,W0332,W0333,C0301,C0302,C0321,C0322,C0323,C0324,F0321,E0501,E0502,E0503,W0511,R0701
Gravatar
Wed Sep 09 13:19:04 -0700 2009
1
2
3
rtyler> Java has this cute "feature" where it doesn't expand the fucking memory space
> rtyler: if you didn't set the heap size, java would eat all your ramz
rtyler> calculus: so would every other runtime if they didn't have /garbage colelction/ -_-
Gravatar
Tue Sep 01 11:32:47 -0700 2009
1
2
3
#!/usr/bin/env python
import feedparser
import pynotify
Gravatar
Thu Aug 27 15:25:32 -0700 2009
1
2
3
Archive: rhino.jar
  Length Date Time Name
 -------- ---- ---- ----
Gravatar
Wed Aug 26 10:30:00 -0700 2009
1
2
3
"Executor #0 for PyUnit Flexo Loopback 1 : executing topfriends-viral_comms #14" Id=66 RUNNABLE
at hudson.plugins.jabber.im.IMPublisher.getPreviousBuild(IMPublisher.java:230)
at hudson.plugins.jabber.im.IMPublisher.perform(IMPublisher.java:184)
Gravatar
Tue Aug 25 18:03:26 -0700 2009
1
2
3
commit 7d43105ff76e4904a40d37049bf276ecab27a500
Author: R. Tyler Ballance <tyler@slide.com>
Date: Wed Jul 22 14:33:30 2009 -0700
gist: 173708 Basic NAnt script for worki...
Gravatar
Mon Aug 24 00:00:06 -0700 2009
1
2
3
<?xml version="1.0"?>
 
<project name="MySite" default="mvc" basedir=".">