blog.geekq.net blog.geekq.net

blog.geekq.net

geekQ tech blog

Raquo; Colorize Django Test Output. Raquo; jetty-rackup as gem. Raquo; Add column safely in MySQL and other idempotent db migrations. Raquo; workflow 0.4 gem released. Raquo; Vim as External Editor for Thunderbird 3 under Ubuntu. Raquo; Fix pragprog ebook fonts for source code listings. Raquo; HTML partials in Sinatra. Raquo; Minimalist testing for Ruby applications. Raquo; Deploy JRuby web application with jetty-rackup. Raquo; Switching to JRuby. Raquo; workflow 0.3 gem released.

http://blog.geekq.net/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.GEEKQ.NET

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

April

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Wednesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 5.0 out of 5 with 3 reviews
5 star
3
4 star
0
3 star
0
2 star
0
1 star
0

Hey there! Start your review of blog.geekq.net

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.8 seconds

CONTACTS AT BLOG.GEEKQ.NET

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
geekQ tech blog | blog.geekq.net Reviews
<META>
DESCRIPTION
Raquo; Colorize Django Test Output. Raquo; jetty-rackup as gem. Raquo; Add column safely in MySQL and other idempotent db migrations. Raquo; workflow 0.4 gem released. Raquo; Vim as External Editor for Thunderbird 3 under Ubuntu. Raquo; Fix pragprog ebook fonts for source code listings. Raquo; HTML partials in Sinatra. Raquo; Minimalist testing for Ruby applications. Raquo; Deploy JRuby web application with jetty-rackup. Raquo; Switching to JRuby. Raquo; workflow 0.3 gem released.
<META>
KEYWORDS
1 blog
2 projects
3 books
4 blog posts
5 raquo; impress
6 conferences
7 feed
8 coupons
9 reviews
10 scam
CONTENT
Page content here
KEYWORDS ON
PAGE
blog,projects,books,blog posts,raquo; impress,conferences,feed
SERVER
Apache/2.4.7 (Ubuntu)
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

geekQ tech blog | blog.geekq.net Reviews

https://blog.geekq.net

Raquo; Colorize Django Test Output. Raquo; jetty-rackup as gem. Raquo; Add column safely in MySQL and other idempotent db migrations. Raquo; workflow 0.4 gem released. Raquo; Vim as External Editor for Thunderbird 3 under Ubuntu. Raquo; Fix pragprog ebook fonts for source code listings. Raquo; HTML partials in Sinatra. Raquo; Minimalist testing for Ruby applications. Raquo; Deploy JRuby web application with jetty-rackup. Raquo; Switching to JRuby. Raquo; workflow 0.3 gem released.

INTERNAL PAGES

blog.geekq.net blog.geekq.net
1

Rails internationalization - removing validation message prefix

http://blog.geekq.net/2009/04/09/i18n-remove-validation-message-prefix

Rails internationalization - removing validation message prefix. Current ActiveRecord implementation always prepends an error message with the attribute name. This is because of design weakness in the handling of human messages in Rails. The data should be always interpolated into the message, string concatenation should be never used. MY MESSAGE = %{attribute} is invalid return MY MESSAGE % {:attribute = email}. MY MESSAGE = is invalid return MY MESSAGE email. Still bad (from validations.rb):. Do true e...

2

Editing a LISP program on Ubuntu with vim

http://blog.geekq.net/2009/07/13/ubuntu-vim-edit-lisp-scheme

Editing a LISP program on Ubuntu with vim. Trying to fill the gap in my computer science education I started to learn LISP again. I am using the SICP. 8220;Structure and Interpretation of Computer Programs, 2nd Edition” book from MIT, that is used to be the book for the first semester students (! Sudo aptitude install scheme48. The command line of the scheme48 is not very convenient so I ended just copying and pasting snippets from the editor into the interpreter window. In the scheme interpreter window:.

3

jetty-rackup as gem

http://blog.geekq.net/2011/02/12/jetty-rackup-gem

Jetty-rackup is now available as a gem on gemcutter. Now you can install it easily with. Jruby -S gem install jetty-rackup. Thanks to the contributors Leandro Silva. I originally developed the jetty-rackup for an enterprise customer where deployment with a well-known runtime environment (Java) was a big advantage. We used the jetty-rackup in production for a backend (RESTful web service) application for more than 6 month. In that time it proved to be stable at least under low to mid load.

4

impress!ve - presentation for geeks

http://blog.geekq.net/2009/03/29/impressive-presentation-for-geeks

Ve - presentation for geeks. Recently I’ve discovered a great presentation tool chain for real geeks:. Beamer latex class to describe the slides in latex. Former keyJnote) by keyJ. There are two points for improvement in this chain though. Macs have the perfect presentation software: while an external beamer shows the slide you are talking about, your notebook shows. Time elapsed for the current slide. What I need and what. Is unfortunately missing - the dual monitor (dual head) feature.

5

HTML partials in Sinatra

http://blog.geekq.net/2009/12/22/html-partials-in-sinatra

HTML partials in Sinatra. I was looking for a way to generate an HTML partial (e.g. for web site navigation) within a Sinatra application. Sinatra itself does not have any opinion regarding partials. There are some add-ons out there e.g. sinatra more. Aiming for Rails-like helpers. But it seems more natural to me to directly use an HTML/XML library. If I am referencing Nokogiri. Anyway (Nokogiri is a popular ruby wrapper around the libxml XML library), why not just use that? Other (possibly related) Posts.

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL PAGES IN THIS WEBSITE

20

LINKS TO THIS WEBSITE

geekq.net geekq.net

Books I enjoy

http://www.geekq.net/books.html

No one written yet. ;-). Django 1.2 E-Commerce. Selling the Invisible: A Field Guide to Modern Marketing. Why People On Your Team Don't Act On Good Ideas, and How to Convince Them They Should by Terrence Ryan. The Pragmatic Bookshelf The Passionate Programmer. Language Design Patterns: Techniques for Implementing Domain-Specific Languages. Structure and Interpretation of Computer Programs, 2nd Edition - The MIT Press. Trying to close the gap in my computer science education - learn LISP properly. Explain...

geekq.net geekq.net

geekQ workflow library

http://www.geekq.net/workflow

Raquo; File: README. Workflow is a finite-state-machine-inspired API for modeling and interacting with what we tend to refer to as ‘workflow’. A lot of business modeling tends to involve workflow-like concepts, and the aim of this library is to make the expression of these concepts as clear as possible, using similar terminology as found in state machine theory. Now, all that’s a mouthful, but we’ll demonstrate the API bit by bit with a real-ish world example. Nice, isn’t it! You can also access the whole.

geekq.net geekq.net

geekQ tech blog

http://www.geekq.net/projects.html

My other projects on github.

geekq.net geekq.net

geekQ tech blog

http://www.geekq.net/about.html

My profile on XING (German). My profile on linkedin (English).

UPGRADE TO PREMIUM TO VIEW 3 MORE

TOTAL LINKS TO THIS WEBSITE

7

OTHER SITES

blog.geekosphere.net blog.geekosphere.net

Geekosphere

Tuesday, February 3, 2009. This is the first post. Subscribe to: Posts (Atom). View my complete profile.

blog.geekpeitsche.de blog.geekpeitsche.de

Verkabelt

Wir sind alle miteinander verbunden! Meine Ideen für ein nachhaltiges Leben (und ein bisschen Geek-Zeug):. Freitag, 9. März 2018. 200g Kürbisfleisch (ohne Kerne). 100 ml Pflanzencuisine (gekauft oder selbstgemacht). 80 ml Gemüsebrühe (wir nehmen Wasser und würzen erst auf dem Teller, wegen dem mitessenden Kleinkind). Gewürze nach Bedarf (z.B. Muskat oder Pfeffer). 10 g gemahlene Mandeln. Bull; glutenfrei (vorsicht bei den Gnocchi könnte Mehl dabei sein). Bull; sojafrei (abhängig von der gewählten Cuisine).

blog.geekpod.net blog.geekpod.net

Geekpod | …mot stimen

I Dagens Næringsliv tirsdag 7. Februar var det en artikkel med overskriften Avblåser piratkampen . Der vises det til at andelen piratkopiering har minket og at lovlige musikktjenester nå vinner frem. Vi har sett dette før og det mest nærliggende eksemplet er hvordan personlige datamaskiner overtok for stormaskinene på 70-80 tallet. Straks iTunes ble tilgjengelig i Norge, kjøpte jeg all ny musikk via de, så fremt den var tilgjengelig. Da de fjernet DRM-beskyttelsen, byttet jeg ut piratkopiert musikk m...

blog.geekpoint.net blog.geekpoint.net

Untitled

Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away. August 28, 2011. Today marks the end of a 6 month long break I took from all web development related activities. This period was filled with mild success and failures in all aspects of life. Not that I didn’t expect any failure. But the last couple of months have been. DVCS folks, calm down! Was on February 18. One of my favorite subjects). In third semester. Gave a retest and I’m fairly ...It took...

blog.geekpress.com blog.geekpress.com

GeekPress

Technology news, shaken not stirred. Monday, March 19, 2018. Turn to 3D printing for complex or rare parts. False Confessions, Mistaken Witnesses, Corrupt Investigators: Why 139 Innocent People Went to Jail. In just under half of the exonerations last year, defendants were wrongfully convicted in cases in which no crime was committed. This included more than a dozen drug possession cases, 11 child sex abuse cases and nine murder cases. The Last Barrier To Ultra-Miniaturized Electronics Is Broken. Google ...

blog.geekq.net blog.geekq.net

geekQ tech blog

Raquo; Colorize Django Test Output. Raquo; jetty-rackup as gem. Raquo; Add column safely in MySQL and other idempotent db migrations. Raquo; workflow 0.4 gem released. Raquo; Vim as External Editor for Thunderbird 3 under Ubuntu. Raquo; Fix pragprog ebook fonts for source code listings. Raquo; HTML partials in Sinatra. Raquo; Minimalist testing for Ruby applications. Raquo; Deploy JRuby web application with jetty-rackup. Raquo; Switching to JRuby. Raquo; workflow 0.3 gem released.

blog.geeks-paradise.com blog.geeks-paradise.com

Default Parallels Plesk Page

Web Server's Default Page. This page is generated by Parallels Plesk. The leading hosting automation software. You see this page because there is no Web site at this address. You can do the following:. Create domains and set up Web hosting using Parallels Plesk. Parallels is a worldwide leader in virtualization and automation software that optimizes computing for consumers, businesses, and Cloud services providers across all major hardware, operating systems, and virtualization platforms.

blog.geeks.com.ec blog.geeks.com.ec

Geeks Ecuador – Blog – Blog de Geeks Ecuador Agencia Digital

Las ventajas del sector audiovisual en el campo laboral. En el sector audiovisual, una de las más grandes ambiciones de los profesionales de esta área es trabajar en Hollywood. No hace falta aclarar qué es lo que atrae a escritores, editores, guionistas, actores, actrices y al resto de las […]. Flat Design o diseño plano: La tendencia más popular en la web? Y tú qué haces #FijoEnNavidad? Lo que se viene en el 2016. Un gato descomplicado, el personaje principal de la campaña Mi Claro. En Geeks decidimos q...

blog.geekscomputer.com.mx blog.geekscomputer.com.mx

Blog - Geeks Computer

En construcción. www.geekscomputer.com.mx.

blog.geeksgonemad.com blog.geeksgonemad.com

Migrating To Devops

In the current age of internet speed, you can't scale a company without having Dev and Ops close together. In older, or more established organizations, the transition to a Devops mentality has many challenges. Here are my thought on Devops from the perspective of an established organization migrating to Devops. Monday, October 27, 2014. DevOps is Necessary but not Sufficient. DevOps is Necessary but not Sufficient (my predictions for the future of DevOps). Tuesday, September 9, 2014. A large part of this...

blog.geekshadow.com blog.geekshadow.com

Antoine Turmel – open-source, web, jeux vidéo, actualités, technologies

Aller au contenu principal. Open-source, web, jeux vidéo, actualités, technologies. J’ai essayé la Nintendo Switch! Ça y est, enfin un article sur mon blog depuis le temps 😃. Nintendo a présenté vendredi 13 janvier sa nouvelle console, la Nintendo Switch et grâce à Frostis de 3DSinNantes (mais aussi Factornews et NintenDomaine) j’ai pu aller essayer la Switch à Paris au Grand Palais le samedi 14. Alors que penser de cette nouvelle console? Dans des jeux comme Arms. La fonction HD Rumble. Est assez impre...