Quantcast
Channel: the evolving ultrasaurus » code
Browsing index pages (27 articles)

Image may be NSFW.
Clik here to view.

simple test first express setup & tutorial

It has been surprisingly hard to find a very simple tutorial to get started with Express, along with some common helpful tools, including tests! Here’s a little tutorial for Node.js v0.10 and Express...

View Article


rspec 3 upgrade: conversion of should to expect

update: follow the rspec upgrade guide and try the transpec gem Upgrading a Rails app to RSpec 3, I appreciated Jake Boxer’s guide. However, his regular expressions didn’t work in the editors I use, so...

View Article


Image may be NSFW.
Clik here to view.

time tracking with google calendar

I just created a very lightweight time tracking system where we can use a Google Calendar to track who does what when and then get a spreadsheet that shows all of the hours worked by individuals. It...

View Article

jekyll dektop app with node-webkit on osx

I had an idea this morning that I could make a simple desktop app by combining the lightning-fast website generation capabilities of jekyll with the awesome Node-Webkit that lets us native wrappers for...

View Article

ruby to find latitude/longitude for a list of cities

I have a relatively short list of cities which I want to plot on a world map. The list is a little too long for a manual lookup, but I don’t know exactly how I’ll use it in an app, so I figured out how...

View Article


rspec: mixing transcations and truncation database clearner strategies

I’m using capybara-webkit for integration testing with rspec, which is awesome, because it is faster than other full-browser testing solutions, like Selenium, but it is slower than RackTest (default...

View Article

Image may be NSFW.
Clik here to view.

rails 4 twitter omniauth with mongodb

If you are brand new to MongoDB and Rails 4, take a quick look at my very basic rails 4 mongodb tutorial before diving into this one. Gems: mongoid, omniauth, figaro Let’s get started Make sure you...

View Article

rails 4 with mongodb on osx

This post covers getting started with Rails 4 and Mongodb, using the Mongoid gem. As part of getting up to speed, I enjoyed reading Rails + Mongo take on the object-relational mismatch by Emily Stolfo...

View Article


empowering content creators with drupal

Bryan Braun (@bryanebraun) gave a refreshingly opinionated talk Empowering Content Creators with Drupal.  Coming directly from the Ruby and Rails communities where a core value is to articulate best...

View Article


getting started with drupal

Emeline Glynn and Anthony Glynn gave a helpful talk called “How to teach anyone Drupal in 7 months.” The timeline was based on their experience where Anthony, an experience Drupal developer, taught...

View Article

building tesseract from source

Thanks to the prior work of Matt Christy at eMOP, I got started building Tesseract from source (on Mac OSX 10.8.4). Here’s my slightly modified workflow: svn checkout...

View Article

building unix package with autotools

ever wonder what all those random files are at the root of some package source that you are playing with? and how exactly does the mystical configure command actually do? Alexandre Duret-Lutz has...

View Article

Image may be NSFW.
Clik here to view.

tesseract html page with text overlay

I’m learning a bit about OCR, and wanted to get some hands on experience using the open source Tesseract to get a feel for how it works. I’m a long way from any reasonable visual or interaction design,...

View Article


Image may be NSFW.
Clik here to view.

easy drupal install on mac osx lion

Lion comes with Apache and PHP installed. We just need to enable PHP, install MySql and create a database, then download drupal. Enable PHP My new laptop which came with Lion has PHP 5.3.15, using the...

View Article

Image may be NSFW.
Clik here to view.

getting started with drupal 7 and openshift

When learning a new web technology, I believe it is important to have hands-on experience from development to deployment. I chose Open Shift, one of the recommended cloud deployment options for Drupal...

View Article


ffmpeg for ogg and webm

I wanted to experiment with Ogg and WebM and the <video> tag, and I thought the easiest way would be with my favorite command-line transcoder, ffmpeg. It’s fabulous support for just about every...

View Article

Image may be NSFW.
Clik here to view.

getting started with minecraft modding

I started learning about creating a Minecraft mod today, using this excellent tutorial (thanks @0×17h and @adudney). Background: Minecraft is a very popular world-building game. They announced last...

View Article


Image may be NSFW.
Clik here to view.

d3.js experiments in the console

d3 (aka Data-Driven Documents) is a great little JavaScript framework for data visualization. It’s got a nice declarative syntax for DOM manipulation that’s quite readable, but takes a bit of effort to...

View Article

fixing brew install opencv on osx

This is more about fixing my brew install, than about opencv. As with many install issues the root cause was actually pretty simple, but finding it was challenging. Along the way, I fixed a number of...

View Article

cucumber and custom rspec matchers with rails 3.1

I’m working my way through an epic Rails 3.1 upgrade and some of my cucumber features were failing because I was using a custom RSpec matcher and the method wasn’t found. My custom matcher looks...

View Article
Browsing index pages (27 articles)


Latest Images