angryruby.blogspot.com
Angry Ruby: 2008-05-25
http://angryruby.blogspot.com/2008_05_25_archive.html
Just because I use it doesn't mean I have to like it. Monday, May 26, 2008. Haven't blogged here forever (mostly using Python these days, although I did break into some JRuby a couple of weeks back to avoid Java coding) but definitely check out 21 Ruby Tricks from Peter Cooper. Regex, Array Joins, file operations, and more. Subscribe to: Posts (Atom). View my complete profile.
angryruby.blogspot.com
Angry Ruby: Headius on FFI
http://angryruby.blogspot.com/2008/10/headius-on-ffi.html
Just because I use it doesn't mean I have to like it. Friday, October 31, 2008. As usual Headius is the shit. FFI stands for Foreign Function Interface. FFI has been implemented in various libraries; one of them, libffi, actually serves as the core of JNA, allowing Java code to load and call arbitrary C libraries. libffi allows code to load a library by name, retrieve a pointer to a function within that library, and invoke it, all without static bindings, header files, or any compile phase.
rubyagent.rubyforge.org
About Projects
http://rubyagent.rubyforge.org/index.html
Tools and lightweight frameworks for agent-oriented architectures. Everything what you need for developing an. 8211; Keeps a bunch of “agents and friends” up and running. 8211; A micro-framework enhancer for your plain ruby objects. Keeps a bunch of “agents and friends” up and running. A micro-framework enhancer for your plain ruby objects. 2008 Ondrej Jaura, Viktor Zigo Generated by webgen.
valibuk.net
valibuk.net » Domain Specific Languages in Ruby
http://www.valibuk.net/2009/03/domain-specific-languages-in-ruby
A place for opinions and notes of a valibuk. Domain Specific Languages in Ruby. 8212; ondrej at 10:09 pm on Sunday, March 22, 2009. It is probably every developer’s dream to create a programming language. It is a complex and difficult task, so it will remain just an unfulfilled dream for many. But there is a chance to create something simpler - a domain specific language. DSL) A language, that covers a specific (and limited) domain. Ruby helps here a lot - to create a DSL is really simple and easy. We wo...
rubyagent.rubyforge.org
Keeper
http://rubyagent.rubyforge.org/keeper.html
Tools and lightweight frameworks for agent-oriented architectures. 2008 Ondrej Jaura, Viktor Zigo Generated by webgen.
valibuk.net
valibuk.net » Photos from Japan, autumn 2010
http://www.valibuk.net/2011/07/photos-from-japan-autumn-2010
A place for opinions and notes of a valibuk. Photos from Japan, autumn 2010. 8212; ondrej at 11:51 pm on Monday, July 25, 2011. From a trip to Japan in autumn 2010. These icons link to social bookmarking sites where readers can share and discover new web pages. No Comments ». Feed for comments on this post. Mail (will not be published) (required). You can use these tags: a href= title= abbr title= acronym title= b blockquote cite= cite code del datetime= em i q cite= strike strong. About / O stránke.
valibuk.net
valibuk.net » Command Line Options Parsing in Ruby
http://www.valibuk.net/2010/04/command-line-options-parsing-in-ruby
A place for opinions and notes of a valibuk. Command Line Options Parsing in Ruby. 8212; ondrej at 3:35 pm on Friday, April 2, 2010. One of the most common ways how to control a command line application is to use options, e.g. almost every command line application would understand. Common in the MS-DOS world) as a request to show some instruction. Actually not so true for Ruby - there are two standard libraries (they are built-in, so it is not necessary to install them): OptionParser. That order and numb...
valibuk.net
valibuk.net » Gentoo on Dell Latitude D820
http://www.valibuk.net/gentoo-on-dell-latitude-d820
A place for opinions and notes of a valibuk. Gentoo on Dell Latitude D820. Installation of Gentoo on Dell Latitude D820 notebook. Last update: 17 October 2006]. 26102009] Well, this is slightly an older howto :) However I was actively using Gentoo on this notebook with approximately this configuration without any problems until December 2008. Some newer info could be find on Guido’s site. Or try the Linux on Laptops site for Dell. This howto extends the Gentoo Handbook. Page, but some parts are outdated.