
geekq.net
geekQ tech blogMobile Map (try on your mobile!
http://www.geekq.net/
Mobile Map (try on your mobile!
http://www.geekq.net/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.9 seconds
16x16
32x32
64x64
128x128
160x160
192x192
256x256
WHOIS PRIVACY PROTECTION SERVICE, INC.
WHOIS AGENT
PO ●●●639
C/O ●●●●.NET
KIR●●●AND , WA, 98083
US
View this contact
WHOIS PRIVACY PROTECTION SERVICE, INC.
WHOIS AGENT
PO ●●●639
C/O ●●●●.NET
KIR●●●AND , WA, 98083
US
View this contact
WHOIS PRIVACY PROTECTION SERVICE, INC.
WHOIS AGENT
PO ●●●639
C/O ●●●●.NET
KIR●●●AND , WA, 98083
US
View this contact
17
YEARS
8
MONTHS
1
DAYS
ENOM, INC.
WHOIS : whois.enom.com
REFERRED : http://www.enom.com
PAGES IN
THIS WEBSITE
4
SSL
EXTERNAL LINKS
84
SITE IP
176.9.111.119
LOAD TIME
0.94 sec
SCORE
6.2
geekQ tech blog | geekq.net Reviews
https://geekq.net
Mobile Map (try on your mobile!
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.
geekQ tech blog
http://www.geekq.net/projects.html
My other projects on github.
geekQ tech blog
http://www.geekq.net/about.html
My profile on XING (German). My profile on linkedin (English).
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 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.
TOTAL PAGES IN THIS WEBSITE
4
ActiveRecord validations and internationalization
http://blog.geekq.net/2009/04/08/activerecord-i18n-validation-message
ActiveRecord validations and internationalization. We recently switched to Rails 2.3 in our project. This version offers a new internationalisation system, which is a clear step forward, but its yaml based translation file storage and symbol driven message selection are unfortunately unsuitable for the real enterprise environment - handling translation files and separation of roles of developers and translators. The latter are driven by each country’s very own marketing department. The underscore method ...
workflow 0.4 gem released
http://blog.geekq.net/2010/06/27/workflow-0.4.0-gem-released
Workflow 0.4 gem released. Changes in this release:. Completely rewritten the documentation to match my branch. Every described feature is backed up by an automated test. The documentation now lives on my personal site. Your own copy will be generated locally on. Blog comments powered by Disqus. Other (possibly related) Posts. Raquo; Colorize Django Test Output. Raquo; jetty-rackup as gem. Raquo; Add column safely in MySQL and other idempotent db migrations.
Add column safely in MySQL and other idempotent db migrations
http://blog.geekq.net/2010/08/11/add-column-safely-mysql
Add column safely in MySQL and other idempotent db migrations. With all the NoSQL hype nowadays this post regarding MySQL probably appears a bit archaic. But this is what kept me busy last two days. In our current Rails project we agreed with admins to use DDL and SQL scripts to implement the db structure- (and sometimes db content-) adjustments. As little downtime as possible and sometimes even less is required. If off time is approved, then such upgrade is done in the night. In fact, there is an. Searc...
Fix pragprog ebook fonts for source code listings
http://blog.geekq.net/2010/02/10/pragmatic-fix-ebook-monospaced-fonts
Fix pragprog ebook fonts for source code listings. Are pioneers of the ebook technology and have offered their books in both PDF and DRM free EPUB format for a long time. Now I can carry all my ebooks with me on my Sony PRS-505. Ebook reader and read whatever I like while on commute. The eInk display is easy on eyes. Using an iPhone or iPad with their high glare displays for reading books is a joke compared to eInk! It is easy to fix though. An EPUB file is simply a zip archive with. So we are going to:.
Translator hints with gettext
http://blog.geekq.net/2009/02/27/translator-hints-gettext
Translator hints with gettext. In our current project we use gettext not only for translating, but also for localizing date and time formats. One day I’ve found out, that the user registration date looks strange if I switch the language to italian. The cause was, that the translator translated. It is logical, because “year” is “anno” in italian, so he translated. Neither italian nor a correct full date. For C programs) into the po file and appear as follows:. On the GNU web site. Def format date(user, t)...
Düsseldorf on Rails with Gregg Pollack
http://blog.geekq.net/2009/04/23/duesseldorf-on-rails-with-gregg-pollack
Düsseldorf on Rails with Gregg Pollack. Yesterday we had Gregg Pollack from Rails Envy. As a guest speaker at our small local user group. His Rails Envy webcasts are very popular. But to see and to hear his presentations live is even better! He talked about recent and upcoming changes in Rails and about other Rails 3 related stuff:. Modularization of Rails and how it should improve the competition between different O/R mappers, support for different JavaScript libraries etc. Other (possibly related) Posts.
Switching to JRuby
http://blog.geekq.net/2009/09/17/switching-to-jruby
Currently I am working on an “enterprise-y” integration solution, where we offer a RESTful interface making heavy usage of HTTP and XML on the implementation side. While suitable for HelloWorld and blogging applications, all the standard Ruby libraries simply do not work in the corner cases:. XML builder generates illegal XML. REXML - occasionally the stack level is too deep :O. Net: HTTP can not proper handle HTTP 1.1 and “100 Continue”. Hpricot - tag soup parsing and creation. Searching for cross-platf...
`acts_as_state_machine` successor `workflow`
http://blog.geekq.net/2009/02/25/acts_as_state_machine-successor-workflow
Acts as state machine. While acts as state machine. Was not maintained for some years (the revived. Version can be now found on github), a couple of successor libraries sprang up. My favourite was workflow. Unfortunately, after we had adopted it in our current project, we’ve found some undeterministic behaviour in the ActiveRecord integration area. So I’ve streamlined the integration code by:. Method. The modules are:. Blog comments powered by Disqus. Other (possibly related) Posts.
rubygems 1.3.3 released
http://blog.geekq.net/2009/05/25/rubygems-released
Rubygems 1.3.3 released. I modified the gem server to provide a convinient search for the documentation of locally installed gems. Now it is part of the official. Rubygems 1.3.3 release. Just update your rubygems with. Sudo gem update - system. After you restart the. You can also define a custom search word in your browser (at least Firefox and Opera support this). I’ve connected. Now I can type ‘rdoc hp’ to jump directly to the documentation of the hpricot gem. And if you use the sdoc.
Minimalist testing for Ruby applications
http://blog.geekq.net/2009/11/25/minimalist-testing-ruby
Minimalist testing for Ruby applications. Last four months I have been developing web and backend applications for fun and profit without Rails - using the light weight Sinatra. Framework. Besides technical solutions there is also an important philosophical attitude I have learned in that Sinatra community. In opposite to Rails they completely decline the cargo cult. Also mentioned by Koz. Use full sentences to name the tests. Declare tests as pending or non-critical. If folded in the editor, a test look...
TOTAL LINKS TO THIS WEBSITE
84
A Geek and his PVR | Fighting an uphill battle against my PVRs diminishing freespace
A Geek and his PVR. Fighting an uphill battle against my PVRs diminishing freespace. Watched Log for Thursday. May 29, 2012 at 12:01 pm · Filed under 30 Rock. Chuck Versus the A-Team. Home Is Where the Fort Is. It’s Never Too Late for Now. Custody Law and Easter European Diplomacy. Watched Log for Saturday. March 12, 2011 at 11:34 pm · Filed under Castle. The Big Bang Theory. And tagged: ABC Family. Agents for Change, Legacy (Series Finale). The Big Bang Theory. Chuck Versus the First Bank of Evil. Febru...
EventDove-Your One-stop for Conferences, Training Sessions, and Other Events
Invitation already sent to. Please click "Confirm" if you still want to send the invitation. To ensure prompt receipt of collected payments, please confirm your account. Your payment account is:. You are charged a small service fee only when you make a sale: EventDove's service fee is 2.5%. Payment processing fee (Alipay, Web bank: 1.0%. Oversea credit card: 3.9%. You are charged a small service fee only when you make a sale: EventDove's service fee is 2.5%. You don't have permission to create a group.
Quality Aluminium Extrusion Profile & Aluminium Window Profiles Manufacturer
Standard Aluminium Extrusion Profiles. Palm frond fan blades. Extruded aluminum t bar. Aluminum rod and bar. PVC Bathroom Wall Panels. Aluminum Heatsink Extrusion Profiles. Aluminum Heatsink Extrusion Profiles. How To Find Suppliers. Send Me The Latest Product Alerts. No SPAM - We would not sell or share your e-mail address.). Thank you for your subscribe! Mill Finished Aluminium Extrusion Profile Hand Railings With 6063 / 6061 Alloy. Custom Aluminum Extrusion Profile U Profiles T5 Temper For Furniture.
B81 homepage
Geek Q
Wednesday, December 10, 2014. It's me back again! I was suggested that I point you guys to my new blog page from the old one since now that I'm bringing the old posts back this blog is definitely going away. So, for all of you avid readers, here's the link to the new blog:. The new site has a more personalized layout, I got my own domain name (you can actually Bing "Geek Q" and the first thing that comes up is my blog! Keep stylish and let your voice be heard! This time there's no. Lourdez is a photograp...
GeekQc.ca - Pour les geeks du Québec!
Tout le temps…. Mini Nes: Nintendo a caché un message pour les hackers dans le code de la console! De nombreuses personnes ont maintenant réussi à hacker la Mini Nes en ajoutant plusieurs jeux supplémentaires sur la console. Par contre, Nintendo savait très bien que cela arriverait un jour, puisque ces derniers ont même laissé un message qui s’adresse aux hackers dans le code de la console! Voici le message laissé par Nintendo: Ici le…. FIFA 17 et Battlefield 1. Pour les personnes qui suivent l’Esp...
LIBERAL GEEK
Skip to main content. Political. Nerdy. Blasphemous. What could go wrong? Confederate Myths: It's Not Racist. By Kenny Wyland, Aug 2nd, 2015. I've been blocked by the Old Dixie Pride Facebook. I'm sure you can guess how much that hurts me. The Old Dixie Pride page posts all sorts of stupid images promoting Confederate Flags. My friend, Ryan. And I have been having a great time educating this group of ignorant people about the history they claim to be so proud of. By Kenny Wyland, Jul 22nd, 2015. Read mor...
小乔的杂货铺 | 爱生活,懂技术。
GeekQnA | Geek Reference Site
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! This entry was posted in Uncategorized. September 4, 2014. Proudly powered by WordPress.