
FOZWORKS.COM
FozworksFor the past several months I have been commuting by train to Zurich and enjoy hacking on my laptop. For a while, I was using my iPhone to tether, …
http://www.fozworks.com/
For the past several months I have been commuting by train to Zurich and enjoy hacking on my laptop. For a while, I was using my iPhone to tether, …
http://www.fozworks.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
0.5 seconds
16x16
somebox.com
Jeremy Seitz
228 P●●●●●Ave S
#3●●93
New●●●ork , New York, 10003
United States
View this contact
somebox.com
Jeremy Seitz
228 P●●●●●Ave S
#3●●93
New●●●ork , New York, 10003
United States
View this contact
somebox.com
Jeremy Seitz
228 P●●●●●Ave S
#3●●93
New●●●ork , New York, 10003
United States
View this contact
19
YEARS
5
MONTHS
5
DAYS
GODADDY.COM, LLC
WHOIS : whois.godaddy.com
REFERRED : http://registrar.godaddy.com
PAGES IN
THIS WEBSITE
11
SSL
EXTERNAL LINKS
21
SITE IP
209.123.234.182
LOAD TIME
0.465 sec
SCORE
6.2
Fozworks | fozworks.com Reviews
https://fozworks.com
For the past several months I have been commuting by train to Zurich and enjoy hacking on my laptop. For a while, I was using my iPhone to tether, …
Peggy2 Halloween Sketch - Fozworks
http://www.fozworks.com/blog/2009/10/31/peggy2-halloween-sketch
I made a little Arduino sketch for my Peggy2. Source code is here: http:/ github.com/somebox/peggy2-halloween. Posted by Jeremy Seitz. Laquo; Automated Sphinx Install in Mac OS X Using Rake. A really simple fix for memory bloat ». Announcing: MF60 Ruby Gem. Quest for a Nicer Prompt. Dropbox and Seemingly Incredible Upload Speeds. A really simple fix for memory bloat. My Pinboard Bookmarks ».
DemocracyNow.com is a Webby Honoree - Fozworks
http://www.fozworks.com/blog/2008/05/23/democracynow-com-is-a-webby-honoree
DemocracyNow.com Is a Webby Honoree. Wow, I just found out today that Democracy Now! Was a honoree this year in the News. Categories. Congrats to everyone on the web dev team - it’s exciting to see our Rails effort up there ranked with such big names! Posted by Jeremy Seitz. Laquo; Geodistance Searching with Ultrasphinx. The Worst Rails Code ». Announcing: MF60 Ruby Gem. Quest for a Nicer Prompt. Dropbox and Seemingly Incredible Upload Speeds. A really simple fix for memory bloat.
Announcing: MF60 Ruby Gem - Fozworks
http://www.fozworks.com/blog/2012/01/10/announcing-mf60-ruby-gem
Announcing: MF60 Ruby Gem. For the past several months I have been commuting by train to Zurich and enjoy hacking on my laptop. For a while, I was using my iPhone to tether, but it was slow and unreliable, especially in the longer stretches between towns. So I got myself an MF60 Hotspot. Another problem is that the network gets stuck sometimes (like after a long tunnel). This requires a reset, which means powering off/on (a 20-30 sec ordeal), or going through the previously-deemed crap admin interface.
A really simple fix for memory bloat - Fozworks
http://www.fozworks.com/blog/2009/11/25/a-really-simple-fix-for-memory-bloat-in-rails
A Really Simple Fix for Memory Bloat. A common problem with Rails in a production environment is memory bloat. EngineYard recently posted about this very issue. On thier blog (and I fear that several of my support tickets were maybe related! This problem can be fixed by changing your code, so it doesn’t use too much memory at once. Or, you could run God. Or something similar to kill off greedy processes. But what if you just really DO need to use a lot of memory? Images. The model looked like this:.
Blog Archive - Fozworks
http://www.fozworks.com/blog/archives
Announcing: MF60 Ruby Gem. Quest for a Nicer Prompt. Dropbox and Seemingly Incredible Upload Speeds. Mocking GeoKit’s Geocoder. A really simple fix for memory bloat. Automated Sphinx Install in Mac OS X Using Rake. The Worst Rails Code. DemocracyNow.com is a Webby Honoree. Geodistance Searching with Ultrasphinx. Fix for slow gem updates. Autotest Sounds with playlists! Autotest: Now, With Sound Effects! Rake task to run a custom group of tests. Announcing: MF60 Ruby Gem. Quest for a Nicer Prompt.
TOTAL PAGES IN THIS WEBSITE
11
Cocoa and iOS Notes
http://foz.github.io/cocoa-notes.html
Cocoa and iOS Notes. After load, add the recognizer:. UITapGestureRecognizer *recognizer; recognizer = [ UITapGestureRecognizer alloc] initWithTarget:self action:@selector(tapRecognized:)]; [self.scrollView addGestureRecognizer:recognizer]; [recognizer release];. Void)tapRecognized:(UITapGestureRecognizer *)sender{ / . }. Note that swipe gestures need to be registered separately:. To detect the direction (or the view touched, etc), the handler can inspect sender:. Using Categories to Extend Stuff.
CVS Notes
http://foz.github.io/cvs-notes.html
Thankfully, I don’t really use CVS much, but it was the first version control I ever used. Here are some old notes I recorded for it. To safely see what updates would be:. Cvs -n up # or even better $ cvs -nq up -d. To update and get new directories. To prune old stuff out. To change a comment. Cvs admin -m 1.7:"New message". To import a new project. Cvs import -m "My Project (import)" sitename.com jeremy start. See a log of checkins for specific dates or by a specific user. Foz" is jeremy zoller seitz.
Ruby and Rails Notes
http://foz.github.io/ruby-and-rails-notes.html
Ruby and Rails Notes. Sudo gem update - system $ sudo gem install rubygems-update $ sudo update rubygems. Adding GitHub to RubyGems:. Gem sources -a http:/ gems.github.com. Mysql gem under OSX:. Irb irb(main):001:0 require 'rubygems' = false irb(main):002:0 require 'mysql api' = true irb(main):003:0 Mysql.get client info = "5.1.34" irb(main):004:0 Mysql.get client version = 50134. Rest and Nested Routing. How to turn an Array or Object into a Hash:. H = Hash.new{ k,v h[k] = "#{k} rocks"} h["hashes"] ...
MacOSX Stuff
http://foz.github.io/macosx.html
MacPorts gives you a command-line tool port that will install countless open source projects on your Mac and keep them up-to-date. Download at macports.org. For a Mac-based developer, it’s incredibly useful to have. Here are some example commands:. Sudo port -d selfupdate # update port system and sync sudo port upgrade outdated # upgrade old ports sudo port livecheck [package] # for bleeding edge port installed # show what we have port variants [package] # what options can I add? That uses Ruby and Git.
Git Notes
http://foz.github.io/git-notes.html
Git is a powerful source-control system that lets you manage your projects, have a backup and history on hand at all times, and share and collaborate with others. Git is not just about Github. You can use it locally or privately to track your own code, documents, or anything really. Working with an existing repo:. Add changes/new file(s), commit, then push:. Git add . git commit -am 'my log message' git push. After you add a files, you can do a diff of staging area vs HEAD, before you commit:. Git remote...
Postfix Notes
http://foz.github.io/postfix-notes.html
These notes are geared for using it as a simple relay, for instance on a web server that needs to send out mail notices to registered users. In general, I find Postfix easier to understand and configure than EXIM (the Debian default for ages), and QMail (which I used for years, and still use for primary mail servers). Sudo aptitude install postfix libsasl2 libsasl2-modules. When the install runs you will be asked how to configure the host. Select. You will then be asked for the hostname. Sasl is useful i...
VIM Notes
http://foz.github.io/vim-notes.html
Bn = buffer next :bp = buffer prev :bwipe = clear file :e filename = load a new file. S,find-text,replace-text,. Pipe through tidy or other program. Set number :set nonumber. Search * - searches for the word under the cursor n - next match. Foz" is jeremy zoller seitz. Who works as somebox. And sometimes blogs at fozworks. Generated 2014-05-24 01:22:23 -0700.
Stupid Shell Trucks
http://foz.github.io/shell-tricks.html
Find all the ip addresses that hit a certain page. Assuming you are checking an standard Apache-style access log, this is what you would do: $ grep "GET /admin" access log perl -e 'for {($ip)=split;$l{$ip} ;}for(keys %l){print "$ : $l{$ } n"}' more. Check locale is OK. Perl -mLocale -e '. Rename a bunch of files. Ls -1 *find string* while read file do target=$(echo $file sed -e "s/find string/replace/") mv "$file" "$target" done. Make an application shut up. Usr/bin/app /dev/null 2 &1.
Ack.tmbundle: a faster "Find in Project" for TextMate
http://www.somethinglearned.com/articles/2008/06/03/ack-tmbundle-a-faster-find-in-project-for-textmate
Acktmbundle: a faster "Find in Project" for TextMate. Posted by trevor Tue, 03 Jun 2008 19:19:39 GMT. Recently one of my ENTP. Colleagues switched me on to ack. As an excellent replacement for find grep. Being a dyed in the wool TextMate user, the first thing that popped into my head was “I need an ‘Ack in Project’ TextMate plugin”. Unfortunately the only advertised plugin I could find was 404’ing on me. Did I do the simple thing and notify the author about the dead link? Showing it in action. Awesome...
Debian Rails Setup
http://foz.github.io/debian-rails-setup.html
This rough guide is based on the process taken to set up Rails hosting at Linode several times. The basic setup:. Linode Debian 6.0 (Squeeze). The guide uses some generics for things:. The server’s short name. The fully qualified domain name (FQDN) of the server. The name of your rails app. The FQDN of your rails app. The account name used by the developer (or server admin). The account named used for deploying the app. The public IP address of the server. Some password you generated. Set up DNS etc.
TOTAL LINKS TO THIS WEBSITE
21
airanai.pw
FOZW.nl - Interessante en up-to-date informatieFOZW.nl | Interessante en up-to-date informatie
Interessante en up-to-date informatie. Beste ontwikkeling van dit jaar. Stofzuigers van nu: weinig watt, still maar toch krachtig. Stille en gebruiksvriendelijke stofzuigers. Meer informatie over verschillende stofzuigers kan gevonden worden op stofzuigerkiezen.nl. Kleuren met kleurpotloden goed voor je? Ja Wellicht is de trend je niet ontgaan. Kleurboeken voor volwassenen zijn populair. Het blijkt dat het een fantastische bezigheid is en daarnaast ook nog eens goed is voor je stress niveau. ...Het aansc...
FozWare
FoZwinkinSho (Zwink KC.) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Deviant for 8 Years. Last Visit: 103 weeks ago. This deviant's activity is hidden. Deviant since Dec 20, 2008. This is the place where you can personalize your profile! Why," you ask? I'll usually f...
Fozworks
Announcing: MF60 Ruby Gem. For the past several months I have been commuting by train to Zurich and enjoy hacking on my laptop. For a while, I was using my iPhone to tether, but it was slow and unreliable, especially in the longer stretches between towns. So I got myself an MF60 Hotspot. Another problem is that the network gets stuck sometimes (like after a long tunnel). This requires a reset, which means powering off/on (a 20-30 sec ordeal), or going through the previously-deemed crap admin interface.
fozxfes.net - fozxfes Resources and Information.
This page provided to the domain owner free. By Sedo's Domain Parking. Disclaimer: Domain owner and Sedo maintain no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo or domain owner and does not constitute or imply its association, endorsement or recommendation.
申博娱乐网,申博娱乐,进入申博娱乐网官方网站
国务院关于印发 十三五 国家食品安全规划和 十三五 国家药品安全规划的通知 (03-01). 国务院办公厅印发 关于全面推进政务公开工作的意见 实施细则的通知 (11-16). 2017年 城市与减灾 征订工作开始啦 (10-17). 电话 81298299 传真 81298299 京ICP备14062515号 京公网安11011502002463.
Fozxnews
Find the best information and most relevant links on all topics related to fozxnews.com.
Blog de Fozy-R - Blog de Fozy-R - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Plus d'actions ▼. S'abonner à mon blog. Création : 17/08/2013 à 08:36. Mise à jour : 01/09/2013 à 13:38. Coucou les gens, je m'appelle Rayan j'ai 13ans, sous le blaze de Fozy-R! PS : je ne croit pas en une relation a distance! Donc, c'est pour ca que je cherche qunlqu'un qui est a octer de chez moi, c'est a dire que moi j'habite a St-Lô dans le 50! Et autour de so lo aussi, les filles j'accepte. Du moment qu'on peux se voir! Bref, ciao les gens :)!
SOCIAL ENGAGEMENT