Ruboto: Android App development with Ruby – The H Open Source: News and Features
Category: The Ruby Programming Language
-
teaching Ruby in secondary education in schools
Are there any activities teaching Ruby in secondary education in schools, I mean anywhere on this planet? That could well start with a course introducing into software development. Is there any course material available?
We shouldn’t leave this field to PHP or whatever, right?!?
-
perlfork – Perl’s fork emulation
perlfork – Perl’s fork emulation
Picked this up on twitter from a conversation between 2 rather well-known hard-core Rubyists (and both certainly former hard-core Perl Mongers):
my mate James Edward Gray II (author of the Textmate book, author of the Ruby CSV library modules, renowned I18N guru, contributor to my FRITZ!Box call monitor, …) and Yehuda Katz (member of Engine Yard, Rails core contributor, …).SYNOPSIS
Perl provides a fork() keyword that corresponds to the Unix system call of the same name. On most Unix-like platforms where the fork() system call is available, Perl’s fork() simply calls it.
On some platforms such as Windows where the fork() system call is not available, Perl can be built to emulate fork() at the interpreter level. While the emulation is designed to be as compatible as possible with the real fork() at the the level of the Perl program, there are certain important differences that stem from the fact that all the pseudo child “processes” created this way live in the same real process as far as the operating system is concerned.
This document provides a general overview of the capabilities and limitations of the fork() emulation. Note that the issues discussed here are not applicable to platforms where a real fork() is available and Perl has been configured to use it. -
InformIT: IronRuby Unleashed
USD 28 only for the watermarked e-book at informIT.com .
-
ruby and PDF
the speaker: Lukas Rieder
working for “paper c”some approaches
writing PDF
… act as flying saucer …UNIX tools
xpdf :
$ pdftotext -layout -enc UTF-8 …pdftk
$ pdftk compressed.pdf uncompress output uncompressed.pdfimagemagick
$ convert … # e.g. towards JPEGthe speaker wrapped some unix tools and called that “PdfUtils”, and released it as GEM.
-
The Fault Tolerant Shell
Found this through one of Yukihiro Matsumoto‘s tweets.
You know him as the co-author for The Programming Language Ruby and also as the inventor of the language itself. -
Ruby 1.9.2 gets a second release candidate – The H Open Source: News and Features
Ruby 1.9.2 gets a second release candidate – The H Open Source: News and Features
… According to the developers, the final version is expected to arrive in August …
-
Ruby User Group Berlin / 2010-07-01 “meetup” / a brief report
- Jan Berkel talked to us about Ruby on Google App Engine
(link added at 2010-07-02-14-42),
- and Benjamin Krause talked to us about Unobtrusive Google Analytics Event Tracking.
Of course both presentations were given with quite some compentence and professionality, but the Google App thing excited me personally far more.
Here are
I am rather keen to see Jan‘s slides and his code getting announced on the Google Group.
Well, ruby apps run in a Google App environment through jruby, which in turn runs on a JVM. Jan told us of two different working approaches. Rails does run in theory in that environment, but it takes way too long to start. Instead Sintra seems to be the ruby framework of choice wrt the Google App Engine.I might err there …, sorry, rephrase:
maybe that question is heretic, but simply put: what’s the status of perl on the Google App Engine?
Looks like nothing moved after 2009-07-01 with perl-appengine, right?
I personally would love to see a perl app say “hello world!” on the Google App Engine.RUG-B’s mailing list lives on Google Groups.
- Jan Berkel talked to us about Ruby on Google App Engine
-
some *-berlin.de domains
All of a sudden today I thought I should register a couple of domains.
Here they are:Quite a good start — even e-mail addresses are set up!
If you want to have any such e-mail address — talk to me!