Go (programming language) – Wikipedia, the free encyclopedia
Blog
-
How to install Ruby 1.9.3rc1 with RVM
How to install Ruby 1.9.3rc1 with RVM – waiworinao ★ random notes by arvid andersson
On my openSUSE box I happened to not have “automake” installed. “autoreconf” did not find “aclocal” then… . I just entered “aclocal” on the command line then. It wasn’t available, but the shell suggested to “cnf aclocal”, and that was the key. I ended up installing “automake” like this:
$ sudo zypper install automakeI have no idea, why rvm successfully (?!?) operated on that box before.
-
Rio – Ruby I/O Facilitator
Rio: “Ruby I/O Facilitator”
Found it in Wicked Cool Ruby Scripts.
I am not sure, it really supports ruby-1.9.
I got the impression, nokogiri does not need the help of rio for getting things done.
-
Ruby: String#split on empty pattern or string
RDoc Documentation [ruby-doc.org]
“Funny” feature, actually only for wierdos:
If pattern is a Regexp, str is divided where the pattern matches. Whenever the pattern matches a zero-length string, str is split into individual characters. If pattern contains groups, the respective matches will be returned in the array as well. -
ImageMagick for Mac OS X Lion: Install from Source / Unix
ImageMagick: Install from Source
I had to choose this way, as the binary release left me with an “identify” utility, that didn’t even properly recognize a JPEG file.
And fink currently doesn’t support ImageMagick for Lion.
My little differences:
- export MAGICK_HOME=”/usr/local/ImageMagick”
- ./configure –prefix=$MAGICK_HOME
- the ldconfig command is not available on OS X resp. Lion, and apparently it’s also not necessary to run that step (on OS X resp. Lion)
And I am also putting ${MAGICK_HOME}/… in front of all the PATH… variables, i.e. before fink’s GraphicsMagick’s replacement wrappers for ImageMagick, that aren’t really able to replace ImageMagick functionality for me.
Actually “1 out of 48” tests failed with “make check”, but otherwise this software rather runs:FAIL: Magick++/tests/attributes.sh (exit: 139)
==============================================
./Magick++/tests/attributes.sh: line 20: 42477 Segmentation fault: 11 ${MEMCHECK} “./${executable}” 2>&1 > $outfile -
Apple updates malware definition list to defend against PDF trojan – The H Security: News and Features
Apple updates malware definition list to defend against PDF trojan – The H Security: News and Features: Apple has added another entry to its XProtect malware signature list to defend against a new Mac trojan that masquerades as a PDF and installs a backdoor on victim’s systems
-
Clojure 1.3 more Maven friendly – The H Open Source: News and Features
Clojure 1.3 more Maven friendly – The H Open Source: News and Features: The Clojure team has released version 1.3 of its dynamic programming language for the JVM; this includes new functionality, should offer better performance and supports compilation and deployment with Maven
-
Advance updates for CentOS 6.1 – The H Open Source: News and Features
Advance updates for CentOS 6.1 – The H Open Source: News and Features: The CentOS project has set up a package repository for CentOS 6.0 to provide security updates and bug fixes from the as yet unreleased version 6.1
-
Ruby 1.9.3 approaches with RC1 – The H Open Source: News and Features
Ruby 1.9.3 approaches with RC1 – The H Open Source: News and Features: The first release candidate for Ruby 1.9.3, which changes the open source programming language’s licence and improves loading performance, has been released for testing. Provided no serious problems are found, the final version could arrive within two weeks
-
Ten years of the Lucene search engine at Apache – The H Open Source: News and Features
Ten years of the Lucene search engine at Apache – The H Open Source: News and Features: The Apache Software Foundation is celebrating ten years of the full text search engine Lucene being under its umbrella. In those ten years Lucene has become a major development power house for the Foundation