ruby nsis installer that installs ruby unless already installed

http://usefulfor.com/ruby/2009/02/09/nsis-installer-for-a-ruby-application-part-2-install-ruby-and-a-gem/

 

NSIS wrapper: https://github.com/cowlibob/ruby-nsis/blob/master/spec/config_spec.rb

 

http://usefulfor.com/ruby/2009/02/02/nsis-installer-for-a-ruby-application-part-1-hm-nis-wizard-output/ the “dradis” installer.

https://github.com/DavidMikeSimon/ocra/commit/4bab00b9cccf325e48cb53ac5a2cdf33528ce42e “kind of innosetup” integration.

possibly not worth integrating tho…but it may have code to reveal compiled dependencies…if I even want that..

ruby woe

c:\dev\ruby\simple-ruby-gui-creator\spec>j parse_template.spec.rb -l 201
NameError: undefined local variable or method `??r’ for main:Object
(root) at parse_template.spec.rb:1

c:\dev\ruby\simple-ruby-gui-creator\spec>j parse_template.spec.rb -l 201
SyntaxError: parse_template.spec.rb:1: \273Invalid char `\273′ (‘?’) in expression

c:\dev\ruby\simple-ruby-gui-creator\spec>j parse_template.spec.rb -l 201
SyntaxError: parse_template.spec.rb:1: \273Invalid char `\273′ (‘?’) in expression

meant “your file is encoded in something funky, like UCS2 or has a BOM, which ruby doesn’t like”

drools rf workflow gui editor

Here is the plugin you want to install “into” eclipse:

http://download.jboss.org/drools/release/5.1.1.34858.FINAL/drools-5.1.1-eclipse-all.zip.

Installing JBoss Tools for me did *not* give me the editor view.

Then create a new project (java project works fine), make it point to a parent directory of your .rf files located “within” it, then open the .rf files. Yikes drools, yikes.

 

jruby woe

Exception while removing reference: java.lang.InterruptedException
java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
at sun.java2d.Disposer.run(Disposer.java:127)
at java.lang.Thread.run(Thread.java:662)

 

meant “you did java.System.exit in another thread”

ffmpeg list all presets

Apparently you can’t, but have to run $ x264 –fullhelp

or some odd.

They fixed it for me!

$ ffmpeg -i something -vcodec libx264 -preset help -tune help -profile:v help yo.avi

[libx264 @ 02142b80] Possible presets: ultrafast superfast veryfast faster fast medium slow slower veryslow placebo
[libx264 @ 02142b80] Possible tunes: film animation grain stillimage psnr ssim fastdecode zerolatency

But not for profile, FWIW.

NB that this isn’t all the possible presets, because there are “some” that are file-based, external still, as well:

https://github.com/FFmpeg/FFmpeg/tree/master/presets

like ipod ones.

This cheat sheet might help:

http://rodrigopolo.com/ffmpeg/cheats.html#X264_Presets