
ARIEJAN.NET
ariejan de vrooma blog by ariejan de vroom about software engineering and craftsmanship.
http://www.ariejan.net/
a blog by ariejan de vroom about software engineering and craftsmanship.
http://www.ariejan.net/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
16x16
32x32
ACJHN de Vroom
Sint Ca●●●●●●●traat 9
Br●●el , 5694 AJ
NL
View this contact
ACJHN de Vroom
Van der●●●●●●●raat 43
Ein●●●ven , 5652 SL
NL
View this contact
ACJHN de Vroom
Van der●●●●●●●raat 43
Ein●●●ven , 5652 SL
NL
View this contact
ACJHN de Vroom
Van der●●●●●●●raat 43
Ein●●●ven , 5652 SL
NL
View this contact
23
YEARS
6
MONTHS
3
DAYS
KEY-SYSTEMS GMBH
WHOIS : whois.rrpproxy.net
REFERRED : http://www.key-systems.net
PAGES IN
THIS WEBSITE
26
SSL
EXTERNAL LINKS
89
SITE IP
149.210.217.96
LOAD TIME
0 sec
SCORE
6.2
ariejan de vroom | ariejan.net Reviews
https://ariejan.net
a blog by ariejan de vroom about software engineering and craftsmanship.
A static file server in Go · ariejan de vroom
https://ariejan.net/2012/10/04/a-static-file-server-in-go
4 October, 2012. A static file server in Go. If you don’t know Go, you should really look into it. Today I was trying to figure out how to write a simple (and fast) static file server in Go. As it turns out, this is very easy to do. Go contains (in the. Type that can server files from the directory you point it to. Here’s a sweet and short example:. Package main import ( net/http log ) func main() { err := http.ListenAndServe(:4242, http.FileServer(http.Dir(public) ) if err! Mention @ariejan on twitter.
Binary debugging with git bisect · ariejan de vroom
https://ariejan.net/2012/11/29/binary-debugging-with-git-bisect
29 November, 2012. Binary debugging with git bisect. Part of resolving a bug is finding where and when that bug was introduced into your code. Not so much for blaming a specific person, but more for an understanding of how and maybe why the bug was introduced; and more over which versions of your app are affected. Most of the time the bug was recently introduced and your CI notified you that stuff has been broken. Now, we want to find the position (. In this array using binary search so that. This is les...
Why I dropped fish in favour of Zsh · ariejan de vroom
https://ariejan.net/2014/11/20/why-i-dropped-fish-in-favour-of-zsh
20 November, 2014. Why I dropped fish in favour of Zsh. Developers are religious about two things: their editor and their shell. After getting multiple recommendations from friends and co-workers I gave fish. A try It lists several benefits over other shells, among other there’s autosuggetions, colour support and web based configuration. Installing it on a Mac is easy with Homebrew. So I figured why not give it a fair try. Normally I’d do something like this:. Analyse data.rb & rake app:send daily no...
Synchronize goroutines in your tests · ariejan de vroom
https://ariejan.net/2014/08/29/synchronize-goroutines-in-your-tests
29 August, 2014. Synchronize goroutines in your tests. I have been working on an emulator for the MOS 6502 Microprocessor, written in Go. As part of this package I have also implemented a minimal 6551 Asynchronous Communication Interface Adapter. The 6551 provides serial IO and is easy to use in combination with the 6502. When the microprocessor writes a byte to the 6551 it is stored in the. Transmit) register where it’s available for other hardware components to read. But, my goal is to emulate the.
How to setup a Ubuntu development server - Part 1 · ariejan de vroom
https://ariejan.net/2006/12/01/how-to-setup-a-ubuntu-development-server-part-1
1 December, 2006. How to setup a Ubuntu development server - Part 1. Since I’m starting some real work on my final school project, I want to install a Ubuntu development server here at home. I have a Pentium 4 box here that will perform that task. In this first part I will show you how to install Subversion over WebDAV. All of this will be done in such a way that it’s easy to serve multiple projects at once. Open up to the universe. Sudo apt-get update $ sudo apt-get dist-upgrade. Sudo apt-get install ssh.
TOTAL PAGES IN THIS WEBSITE
26
There's always time to launch your dream – Signal v. Noise
http://blogcabin.37signals.com/posts/1619-theres-always-time-to-launch-your-dream
Signal v. Noise. There's always time to launch your dream. 8220;I’d love to start a company / become a great programmer / write an awesome blog, but there’s just not enough time in the day! 8221; Bullshit. There’s always enough time, you’re just not spending it right. This excuse is particularly depressing when it comes from students. Ldquo;Oh, I have so many classes. Oh, I have so much home work. There’s simply no time to learn outside of school.”. Then you’re doing it wrong! If you want it bad enough, ...
ludovandenboom.com
http://www.ludovandenboom.com/posts/awesome-vs-epic
Awesome vs. epic. October 13, 2009. My dear colleague Ariejan. Seems to be starting a discussion, that, from what I can tell, is actually a non-discussion. But perhaps someone needs a reminder, so let's all vote for the correct answer to the following question: awesome or epic? At least 307,688,999. People (number at time of writing) will know the answer since they use it every day. For the rest of the world: I do not want to influence you, but I know that you know which answer is awesome.
ludovandenboom.com
http://www.ludovandenboom.com/posts/may-14th-first-edition-of-rubyfest
May 14th: First Edition of RubyFest. April 5, 2009. Are you into Ruby? Does Ruby on Rails ring any bells with you? Or are you at least interested in the art of web development? Did you answer yes to one or more of the previous questions? If so, then you might be interested in RubyFest. RubyFest is a Ruby user group for people who live in the Netherlands and Belgium or for people that are in the neighbourhood when one of our meetups is planned.
There's always time to launch your dream – Signal v. Noise
http://37img.com/posts/1619-theres-always-time-to-launch-your-dream
Signal v. Noise. There's always time to launch your dream. 8220;I’d love to start a company / become a great programmer / write an awesome blog, but there’s just not enough time in the day! 8221; Bullshit. There’s always enough time, you’re just not spending it right. This excuse is particularly depressing when it comes from students. Ldquo;Oh, I have so many classes. Oh, I have so much home work. There’s simply no time to learn outside of school.”. Then you’re doing it wrong! If you want it bad enough, ...
Upgrade Postgresql-8.4 to Postgresql-9.1 on Ubuntu | Root Hunter Team
https://armypratama.wordpress.com/2012/05/25/upgrade-postgresql-8-4-to-postgresql-9-1-on-ubuntu-11
Human Knowledge Belongs To The World. You deserve better from me. I can be better. I will be better. Upgrade Postgresql-8.4 to Postgresql-9.1 on Ubuntu. Mdash; Leave a comment. Today I have a new server client in surabaya, that server used postgresql 8.4 its too old for my OpenERP server. So i make decision to upgrade postgresql server version into 9.1. Now if you have current database available you have to dump (you must log in root):. Pg dumpall dump.sql. Cp postgres/dump.sql /root/. Su – postgres.
Organise your bioinformatics projects using Subversion and Trac: part 1 | What You're Doing Is Rather Desperate
https://nsaunders.wordpress.com/2007/10/03/organise-your-bioinformatics-projects-using-subversion-and-trac-part-1
What You're Doing Is Rather Desperate. Notes from the life of a computational biologist. Organise your bioinformatics projects using Subversion and Trac: part 1. To the second work server and the home server. The laptop is, as much as possible, a dumb terminal for SSH to other places. I’ve been using CVS. For a few years just for code and found it to be very beneficial and quite easy to use, especially from within emacs. However, people kept telling me that Subversion. I use Ubuntu 7.04 (Feisty), whi...
Dr Nic's First look at rails 3.0.pre
http://drnicwilliams.com/2009/11/03/first-look-at-rails-3-0-pre
First look at rails 3.0.pre. November 3rd, 2009. This article is out of date in some aspects. See comments. And perhaps this summary of reading materials. Today I had my first look at rails 3.0.pre and below are the sequence of steps I had to take to create a rails 3.0.pre application, and get it’s generators to work. Why was I looking at the top-secret, yet open-source Rails 3.0? Cd /gems $ git clone git:/ github.com/rails/rails.git use ruby 191 *. If you are on OS X Snow Leopard I think you can ignore ...
TOTAL LINKS TO THIS WEBSITE
89
Bandwidth Overage
This site has exceeded the allotted bandwidth. Information for site owners:. Web hosting packages have different monthly bandwidth allowances. If you require additional bandwidth on a regular basis, a different package may be necessary. To upgrade your hosting package, log in to Support Portal. Hosted by Web.com.
arie's blog | Karena menulis merekonstruksi semesta
Karena menulis merekonstruksi semesta. Follow Blog via Email. Enter your email address to follow this blog and receive notifications of new posts by email. Join 108 other followers. OFFICIAL line-up vs. Bayern (4-3-1-2): Lopez; De Sciglio, Zapata, Ely, Antonelli; Bonaventura, De Jong, Bertolacci; Honda; B 1 week ago. Dejan Stanković - the only player to punish Manuel Neuer. http:/ t.co/EQSmfF6lrV. Mari halal bin haram2, kakak2 @ ismasav. Wawancara menarik: spiegel.de/international/. Entahlah, Riedl….
LENONG FC
Bola ayo.Futsal Ayo.( ̴̴̴̴̴͡.̮Ơ̴͡). Senin, 21 Juni 2010. Diposting oleh Arie Junaedi. Lenong FC (futsal), Repaja 82 n Diklat Pakujaya adalah klub sepakbola Pakujaya yang bermarkas di kota TangSel. Didirikan pada 9 Januari 1982, klub yang memiliki anggota lebih dari 500 pemain bola dari usia 5th sampai 40th! JADWAL LATIHAN SEPAK BOLA. DIKLAT PAKUJAYA USIA 5-17TH (SENIN and RABU JAM 15.00, MINGGU JAM 07.00 PAGI). REPAJA 82/LENONG FC USIA 17-25TH (SELASA and KAMIS JAM 16.00). LAPANGAN SEPAK BOLA REPAJA 82.
RANJAU KEHIDUPAN
Tuesday, October 2, 2012. Lama x update cerita pasal 3rd pregnancy (2nd baby insyaAllah). Harini MGTT, sambil tunggu nak amik darah pukul 10 ni, update le sikit2. Punya le susah tiap kali nak amik darah, cucuk darah x kuar, 2x cucuk baru dapat. adoi sakitt. Next app dgn doc 8hb 10. KD mcm biasa selang sehari sampai doc kata stop la. Thursday, August 2, 2012. Xpelah. apa pun semoga semuanya terus ok. selamat semuanya. Wednesday, June 20, 2012. Semoga selepas ni baik2 saja. amin. Sunday, June 17, 2012.
Arie James Essary
Thursday, June 26, 2014. Spent the afternoon in Seaside! Hangin out in Papa's green wagon. Monday, June 23, 2014. Subscribe to: Posts (Atom). Follow along on my adventures! Newborn Baby Arie - Summer 2013. Watermark theme. Powered by Blogger.
ariejan de vroom
7 April, 2015. VoltMeister 100: Bench Power Supply - Part 2. 26 November, 2014. VoltMeister 100: Bench Power Supply - Part 1. 24 November, 2014. Why I dropped fish in favour of Zsh. 20 November, 2014. Rails: Prevent Accidental Debugging Commits. 15 October, 2014. Synchronize goroutines in your tests. 29 August, 2014. GPG Sign Your Git Commits. 4 June, 2014. Testing $HOME with Cucumber and Aruba. 15 April, 2014. Dealing With Technical Debt. 4 April, 2014. To Blog or Not To Blog. 3 April, 2014. 23 May, 2013.
ariejanestudios.deviantart.com
ArieJaneStudios (Arie Stewart) - 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')". Join DeviantArt for FREE. Forgot Password or Username? Traditional Art / Student. Deviant for 2 Years. This deviant's full pageview. Last Visit: 129 weeks ago. You can drag and drop to rearrange.
Arie Dirk Jansen
Op 26 april 2008 is onze vader, schoonvader en opa overleden. Hij is 79 jaar geworden. Op vrijdag 2 mei 2008 is er vanaf 11:15 uur gelegenheid om afscheid te nemen in de Noorderkerk, Amsterdamseweg 9 te Ede. Aansluitend wordt er om 12:00 uur een dienst van danken en gedenken gehouden. De begrafenis vindt hierna plaats om 13:00 uur op de Gemeentelijke Begraafplaats aan de Asakkerweg te Ede. Aansluitend is er daar nog gelegenheid tot condoleren. Hier kunt u de rouwkaart. Met hartelijke groet, Arno Jansen.
ArieJantou (toldalamkota) | DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Deviant for 11 Years. This deviant's full pageview. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. You can drag and drop to rearrange. You can edit widgets to customize them. The bottom has widgets you can add! Some widgets you can only access when you get Core Membership. Why," you ask? Window.LAS...
Ariejan van Twisk Fotografie | Home
ariejawinataginting.blogspot.com
Ma Iting Ndu
Kami adalah orang-0rang yang akan menjadi calon programmer masa depan di Indonesia. Kami akan berusaha dan kami pasti bisa. Sabtu, 05 Mei 2012. Kamis, 03 Mei 2012. Internet Download Manager Full Crack. Internet Download Manager merupakan software download data dari internet yang paling populer saat ini. Selain mampu mengoptimalkan kecepatan downlaod, juga di desain dengan grafis yang sederhana yang membuat software ini sangat bersahabat dengan penggunanya. 1 Download Mozillla Firefox terbaru. Setelah dit...
SOCIAL ENGAGEMENT