Roger's woze

May 17, 2012

jruby java how to subclass and override methods

Filed under: Uncategorized — rogerdpack @ 2:07 pm

I’m not sure if this would work if you passed your object “back to java land” but from within jruby
class CloseListener < java.awt.event.WindowAdapter
def windowClosed event

end

end

 

just leave out the type parameters. I guess.

jruby woe

Filed under: Uncategorized — rogerdpack @ 2:06 pm

ArgumentError:
wrong number of arguments for constructor

when sub classing a java class.

This meant “in your constructor, call

super()

(and not just the word “super” even).

as big a monitor as you need

Filed under: Uncategorized — rogerdpack @ 1:18 pm

23 inch :)

http://accessories.us.dell.com/sna/productdetail.aspx?c=us&l=en&s=bsd&cs=04&sku=320-2943

Suits me nicely, I love this monitor :)

intellij sanity options configure

Filed under: Uncategorized — rogerdpack @ 11:58 am

cog wheel within test:

check “scroll to trace”

File menu -> Settings -> Editor -> Virtual Space and uncheck ‘Allow placement of caret after end of line’ .

May 16, 2012

graphedit input file for vlc

Filed under: Uncategorized — rogerdpack @ 6:13 pm

https://github.com/rdp-org/avisynth-as-directshow-capture allows this

avisynth input for vlc

Filed under: Uncategorized — rogerdpack @ 4:36 pm

install this:

https://github.com/rdp-org/avisynth-as-directshow-capture

fluidr3 sfark

Filed under: Uncategorized — rogerdpack @ 2:41 pm

avoid it by downloading the zip from

http://www.hammersound.com/cgi-bin/soundlink.pl?action=view_download_page;ID=699;SoundFont_Location_Selected=Download%20USA;SoundFont_Filename_Selected=FluidR3122501.zip

avisynth as directshow capture input device

Filed under: Uncategorized — rogerdpack @ 2:10 pm

I hacked one up:

https://github.com/rdp-org/avisynth-as-directshow-capture

how to build ffmpeg for windows

Filed under: Uncategorized — rogerdpack @ 12:36 pm

http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=5&t=459

msdn show prompt dialog

Filed under: Uncategorized — rogerdpack @ 12:05 pm

http://msdn.microsoft.com/en-us/library/aa926303.aspx

MessageBox method is the one you want

Older Posts »

Powered by WordPress