#!/usr/bin/jruby
require "java"
def help
p "cnvrt<...>"
end
if (ARGV.size > 0)
begin
charset = java.nio.charset.Charset.for_name ARGV[0]
ARGV.delete_at 0
ARGV.each {|a|
bytes = java.lang.String.new(a).getBytes
buffer = java.nio.ByteBuffer.wrap(bytes)
puts charset.decode(buffer)
}
rescue
p $!
end
else
help
end
JDIN's
Software Developer
Friday, June 26, 2009
Simple but very flexible and usefull terminal encoding converter
Sunday, May 10, 2009
Rapidshare terminal downloader for linux
rapiddownloader - is a small rapidshare console utility for linux written in JRuby. What it can do - is to handle multiple links and wait for timing in free account. So you can just leave it with a bunch of urls and be busy with your stuff.
Usage is quite simple:
Just place it in your $PATH location, make it executable and thats it.
Depends on JRuby, Java and Wget
Usage is quite simple:
rapiddownloader.rb {site1} {site2} {site3}
Just place it in your $PATH location, make it executable and thats it.
Depends on JRuby, Java and Wget
Google Site
I have made my google site where i plan to upload my dotfiles and utilities.
Here is the link
Here is the link
Monday, May 4, 2009
Adobe Flex Builder Alpha is available for Linux
I am very happy that it is already possible (seems like it is available already for a long time - but somehow I couldn't find it before):
http://labs.adobe.com/downloads/flexbuilder_linux.html
But note that eclipse 3.3.x is required
P.S.
1/ workaround: http://bugs.adobe.com/jira/browse/FBE-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
2/ there is a patch - but probably for the eariler version:
(Some details about mxml editor and eclipse 3.4: http://www.tekool.net/blog/2008/06/28/flex-builder-3-plugin-dont-work-with-eclipse-34/ )
http://labs.adobe.com/downloads/flexbuilder_linux.html
But note that eclipse 3.3.x is required
P.S.
1/ workaround: http://bugs.adobe.com/jira/browse/FBE-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
2/ there is a patch - but probably for the eariler version:
(Some details about mxml editor and eclipse 3.4: http://www.tekool.net/blog/2008/06/28/flex-builder-3-plugin-dont-work-with-eclipse-34/ )
Subscribe to:
Posts (Atom)