thorstenball.com thorstenball.com

thorstenball.com

Home - Thorsten Ball

My name is Thorsten Ball. I'm a programmer living in Aschaffenburg, Germany. As a programmer I am currently interested in web development, systems programming, Unix, databases, distributed systems, service-oriented architecture, programming methologies and open source. But this might easily change, since there are still so many things I don't know about but love to discover. I love to learn and am always eager to improve my skills. As a software developer at flinc. Unicorn Unix Magic Tricks.

http://www.thorstenball.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR THORSTENBALL.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

February

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

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

Hey there! Start your review of thorstenball.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.3 seconds

CONTACTS AT THORSTENBALL.COM

WHOIS PRIVACY PROTECTION SERVICE, INC.

WHOIS AGENT

PO ●●●639

C/O THO●●●●●●●ALL.COM

KIR●●●AND , WA, 98083

UNITED STATES

1425●●●●0657
1425●●●●4730
LK●●●●●●●@WHOISPRIVACYPROTECT.COM

View this contact

WHOIS PRIVACY PROTECTION SERVICE, INC.

WHOIS AGENT

PO ●●●639

C/O THO●●●●●●●ALL.COM

KIR●●●AND , WA, 98083

UNITED STATES

1425●●●●0657
1425●●●●4730
LK●●●●●●●@WHOISPRIVACYPROTECT.COM

View this contact

WHOIS PRIVACY PROTECTION SERVICE, INC.

WHOIS AGENT

PO ●●●639

C/O THO●●●●●●●ALL.COM

KIR●●●AND , WA, 98083

UNITED STATES

1425●●●●0657
1425●●●●4730
LK●●●●●●●@WHOISPRIVACYPROTECT.COM

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2014 March 10
UPDATED
2014 March 10
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 11

    YEARS

  • 3

    MONTHS

  • 1

    DAYS

NAME SERVERS

1
ns1.dnsimple.com
2
ns2.dnsimple.com
3
ns3.dnsimple.com
4
ns4.dnsimple.com

REGISTRAR

ENOM, INC.

ENOM, INC.

WHOIS : whois.enom.com

REFERRED : http://www.enom.com

CONTENT

SCORE

6.2

PAGE TITLE
Home - Thorsten Ball | thorstenball.com Reviews
<META>
DESCRIPTION
My name is Thorsten Ball. I'm a programmer living in Aschaffenburg, Germany. As a programmer I am currently interested in web development, systems programming, Unix, databases, distributed systems, service-oriented architecture, programming methologies and open source. But this might easily change, since there are still so many things I don't know about but love to discover. I love to learn and am always eager to improve my skills. As a software developer at flinc. Unicorn Unix Magic Tricks.
<META>
KEYWORDS
1 thorsten ball
2 posts
3 hi there
4 named pipes
5 watchgopher
6 discipline
7 command line ride
8 vim learning resources
9 talks
10 github
CONTENT
Page content here
KEYWORDS ON
PAGE
thorsten ball,posts,hi there,named pipes,watchgopher,discipline,command line ride,vim learning resources,talks,github,linkedin,xing,and facebook
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Home - Thorsten Ball | thorstenball.com Reviews

https://thorstenball.com

My name is Thorsten Ball. I'm a programmer living in Aschaffenburg, Germany. As a programmer I am currently interested in web development, systems programming, Unix, databases, distributed systems, service-oriented architecture, programming methologies and open source. But this might easily change, since there are still so many things I don't know about but love to discover. I love to learn and am always eager to improve my skills. As a software developer at flinc. Unicorn Unix Magic Tricks.

INTERNAL PAGES

thorstenball.com thorstenball.com
1

Why threads can't fork - Thorsten Ball

http://thorstenball.com/blog/2014/10/13/why-threads-cant-fork

Why threads can't fork. There is an interesting thread. On the Go issue tracker about daemonizing processes. Most of the thread is not about daemonizing processes though, but more about why Go has no. Function which you can call directly in your code. The first time I read through it I was wondering and saying to myself: Yeah, why is there no. It surely can’t be that hard to implement. After all you can already call system calls with the syscall. Per se, but rather implementing. Let me give you an exampl...

2

Watchgopher - Thorsten Ball

http://thorstenball.com/blog/2013/04/07/watchgopher

In the last couple of months I’ve been playing a lot with Go. And did what I always do when learning a new language: use it for a small project. That project has been open to the public on GitHub for a few weeks now and is now in a usable state: Watchgopher. Let me guide you through a simple example to show you what Watchgopher can do. But first, make sure you have Go. Installed and then run the following command to install Watchgopher on your system:. Go get -u github.com/mrnugget/watchgopher. After sav...

3

Watching and Understanding the Ruby 2.1 Garbage Collector at Work - Thorsten Ball

http://thorstenball.com/blog/2014/03/12/watching-understanding-ruby-2.1-garbage-collector

Watching and Understanding the Ruby 2.1 Garbage Collector at Work. The most common way to check up on Ruby’s Garbage Collector (GC) is probably calling. Which returns a hash of of information about the current state of the GC. Since version 2.1 Ruby comes with a generational GC and the output now contains a lot more information than in previous version. Let’s have a look at its output:. Ruby 1.9.3-p484. Ruby 2.0.0-p353. Ruby 2.1.1. Heap eden page length. Heap tomb page length. As we can see, the output of.

4

Command Line Ride - Thorsten Ball

http://thorstenball.com/blog/2012/10/24/command-line-ride

When your harddrive is running out of space, chances are good that there are files you can safely delete in order to free up some of that space. A safe bet are archive files, like ZIP and RAR-files, you’ve already decompressed. I went on a little ride to put together a command that shows me how much space a certain type of file take up. There first thing I did was. Find / -type f -name '*.rar'. It looks up all the files on the harddrive that are really files (. And not directories and whose names end in.

5

How I used 98840 commands less and saved 4 seconds - Thorsten Ball

http://thorstenball.com/blog/2012/06/20/how-i-used-98840-commands-less-and-saved-4-seconds

How I used 98840 commands less and saved 4 seconds. In my last post I explained how to implement a search autocompletion backend using Redis. This week I used the described implementation with its. Method to put thousands of movies into my Redis database in order to use them for the autocompletion on anygood.heroku.com. Data hash key for. Cache the member score in. Prefix set and then used in the. And ranked lower when the input was. That is pretty cool, but I wanted a different behaviour: the sorted set...

UPGRADE TO PREMIUM TO VIEW 6 MORE

TOTAL PAGES IN THIS WEBSITE

11

SOCIAL ENGAGEMENT



OTHER SITES

thorstenarndt.de thorstenarndt.de

meine Hundeseite - Hundeseite von Thorsten Arndt

Aktuell: IPO3 2015 Xera. Habt Ihr sie erkannt? Xera - Hier kommt die Maus. Auf meiner Hunde- Info Seite. Als anerkannter Sachverständiger der Stadt Hamburg biete ich Ihnen eine qualifizierte Prüfungsabnahme für die Leinenbefreiung an. Mehr dazu unter der Rubrik Leinenbefreiung. Thorsten Arndt Diensthundeführer and Hundesport. Erste Hilfe beim Hund.

thorstenaustrup.de thorstenaustrup.de

thorstenaustrup.de

thorstenauth.net thorstenauth.net

Thorsten Auth

160;  G. Gompper. Weizmann Institute of Science. 160;  N. S. Gov. 160;  S. A. Safran. 160;  E. Engel. 160;  R. M. Dreizler.

thorstenbachor.de thorstenbachor.de

www.bachor.tv - eine runde sache...

thorstenbaer.de thorstenbaer.de

Home - Comedy und Moderation - Thorsten Bär

Moin, Gude und Willkommen auf meiner Homepage. Derzeit habe ich einen Malle-Ohwurm produziert - "Mallorca, Mallorca" ist eine Homage an den Flippers-Hit "Maleika, Maleika". Natürlich könnt ihr die Scheibe auch käuflich erwerben bei ITunes. Ick freue mich auf euren Support und meine neues Solo-Programm: "Fußball, Sex und Alkohol.". Fußball-Kompetenz gepaart mit wilden Pöbeleien, so wie es anner Linie halt so is Mach et, Uwe LIKEN FOR 1000! Gepostet von: Thorsten Bär. Gepostet von: Thorsten Bär. Zuletzt im...

thorstenball.com thorstenball.com

Home - Thorsten Ball

My name is Thorsten Ball. I'm a programmer living in Aschaffenburg, Germany. As a programmer I am currently interested in web development, systems programming, Unix, databases, distributed systems, service-oriented architecture, programming methologies and open source. But this might easily change, since there are still so many things I don't know about but love to discover. I love to learn and am always eager to improve my skills. As a software developer at flinc. Unicorn Unix Magic Tricks.

thorstenbayer.com thorstenbayer.com

Thorsten Bayer Text

Schön, dass Sie zu mir gefunden haben. Ich lade Sie dazu ein, sich auf den folgenden Seiten ein Bild von mir und meiner Arbeit zu machen. In der Rubrik Referenzen. Finden Sie einige Textproben, zum Beispiel einen großen Artikel zum Thema Parkour in der F.A.Z. und ein Interview mit Skin von Skunk Anansie. Ich gebe auch Schreib-Seminare – Details unter Mein Angebot. Sie erreichen mich am besten per E-Mail: info@thorstenbayer.com. 2015 Thorsten Bayer Text paper: a wp theme, by Bird Themes.

thorstenbechtoldt.com thorstenbechtoldt.com

thorsten

E22 German Swamp Rye. E22 German Swamp Rye. Rebrand and menu design. Book series on bauhaus. Branding and package design. Fold brochure and shirt.

thorstenbeck.com thorstenbeck.com

Thorsten Beck - www.thorstenbeck.com

What policies are needed to build a sound and effective financial system? I have co-edited numerous special issues at various journals, most recently at the Journal of Money, Banking and Credit. A Conference on Housing, Stability and the Macroeconomy: International Perspectives”, with Rabah Arezki, Robert deYoung, John Duca, Prakash Loungani, and Anthony Murphy,. Journal of Money, Banking and Credit. A Conference on Post-Crisis Banking. With Jakob de Haan and Robert DeYoung,. My columns on Vox. Making Cr...

thorstenbeck.de thorstenbeck.de

activityworld.de

thorstenbecker.info thorstenbecker.info

THORSTEN BECKER - HOME

Die Premiere von Am Haken, ein Film von Belek Wunderlich,. Findet am 29.07.2015 um 19:30 Uhr im City Kino Wedding in Berlin statt. Das neue Musikvideo Your Age Is Coming von der schweizer Band Mihaly. Flow (2. Platz Emergenza Festival Schweiz 2014) ist draußen. Thorsten Becker. Spielt einen tragischen Cowboy. Your Age Is Coming on YouTube.