csinaction.com csinaction.com

csinaction.com

Christoph Schiessl ~ Ruby on Rails and JavaScript Developer in Munich (München)

I'm Christoph, a freelance web developer with more than eight years of experience building web applications with Ruby, Rails, SQL, and HTML(5).

http://www.csinaction.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR CSINACTION.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.9 out of 5 with 19 reviews
5 star
8
4 star
6
3 star
3
2 star
0
1 star
2

Hey there! Start your review of csinaction.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

4.6 seconds

FAVICON PREVIEW

  • csinaction.com

    16x16

  • csinaction.com

    32x32

  • csinaction.com

    64x64

  • csinaction.com

    128x128

  • csinaction.com

    160x160

  • csinaction.com

    192x192

CONTACTS AT CSINACTION.COM

Christoph Schiessl

Daphne●●●●●●32/320

Mü●●München , 81925

DE

49.15●●●●●34274
cs@proactive.cc

View this contact

Christoph Schiessl

Daphne●●●●●●32/320

Mü●●München , 81925

DE

49.15●●●●●34274
cs@proactive.cc

View this contact

InterNetworX Ltd. & Co. KG

Hostmaster Of The Day

Prinzes●●●●●●●str. 30

Be●●in , BE, 10969

DE

49 3●●●●2120
49 30●●●●●21290
ho●●●●●●●●@inwx.de

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2008 October 19
UPDATED
2014 April 28
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 15

    YEARS

  • 7

    MONTHS

  • 23

    DAYS

NAME SERVERS

1
ns.inwx.de
2
ns2.inwx.de
3
ns3.inwx.eu
4
ns4.inwx.com
5
ns5.inwx.net

REGISTRAR

INTERNETWORX LTD. & CO. KG

INTERNETWORX LTD. & CO. KG

WHOIS : whois.domrobot.com

REFERRED : http://www.domrobot.com

CONTENT

SCORE

6.2

PAGE TITLE
Christoph Schiessl ~ Ruby on Rails and JavaScript Developer in Munich (München) | csinaction.com Reviews
<META>
DESCRIPTION
I'm Christoph, a freelance web developer with more than eight years of experience building web applications with Ruby, Rails, SQL, and HTML(5).
<META>
KEYWORDS
1 Christoph Schiessl
2 München
3 Munich
4 Ruby on Rails
5 HTML5
6 SQL
7 JavaScript
8 Developer
9 Entwickler
10 Freelance
CONTENT
Page content here
KEYWORDS ON
PAGE
christoph schiessl's blog,welcome,unique,path,bash,ignores it,vimrc,on javascript’s,undefined,datamonoid,mappend,jekyll env,garbage collectable,symbol,implementing ruby’s,array#flatten,in haskell,ruby’s,dimensional arrays to,dimensional array,quickcheck
SERVER
AmazonS3
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Christoph Schiessl ~ Ruby on Rails and JavaScript Developer in Munich (München) | csinaction.com Reviews

https://csinaction.com

I'm Christoph, a freelance web developer with more than eight years of experience building web applications with Ruby, Rails, SQL, and HTML(5).

INTERNAL PAGES

csinaction.com csinaction.com
1

Implementing Ruby's `Array#flatten` in Haskell ~ Christoph Schiessl ~ Ruby on Rails and JavaScript Developer in Munich (München)

https://csinaction.com/2014/11/24/implementing-rubys-array-flatten-in-haskell

November 24, 2014. By Christoph Schiessl on Haskell, Functional Programming, and Ruby. Is on occasion a very handy method. It reduces. Dimensional arrays, containing all the elements of the top-level-array and its sub-arrays. Therefore, it is said to be flattening the. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17. As you can see,. Is conceptually quite simple. The same functionality can be implemented in Haskell. But, as usual, the solution requires a little bit of abstract thinking. Haskell is statically-t...

2

Evaluating Glob Patterns for `$PATH` in `bash` ~ Christoph Schiessl ~ Ruby on Rails and JavaScript Developer in Munich (München)

https://csinaction.com/2015/08/06/evaluating-glob-patterns-for-path-in-bash

August 06, 2015. By Christoph Schiessl on Bash. Evaluating Glob Patterns for. Environment variable does not support glob patterns. If you add something with a glob pattern (e.g. Ignores it. Observe:. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19. Create a couple of executables for testing. Mkdir -p /test/foo/bin /test/bar/bin $. Chmod x /test/foo/bin/foo /test/bar/bin/bar $. We don't expect the shell to find `foo`,. Because it is not in the `$PATH`. Foo bash: foo: command. Foo bash: foo: command.

3

Smarter Synchronization of your PostgreSQL Development and Production DBs ~ Christoph Schiessl ~ Ruby on Rails and JavaScript Developer in Munich (München)

https://csinaction.com/2015/01/17/smarter-synchronization-of-your-postgresql-development-and-production-dbs

January 17, 2015. By Christoph Schiessl on PostgreSQL, Ruby on Rails, and Workflow. Smarter Synchronization of your PostgreSQL Development and Production DBs. I like to keep my Ruby on Rails projects’ development databases in sync with their production counterparts. Firstly, this allows me to reproduce almost all production-bugs locally. Secondly, having the complete production database available locally is very helpful for testing new migrations. Create a dump of the production DB with. On my MacBook Air.

4

Automated Testing with Haskell's QuickCheck ~ Christoph Schiessl ~ Ruby on Rails and JavaScript Developer in Munich (München)

https://csinaction.com/2014/10/25/automated-testing-with-haskells-quickcheck

October 25, 2014. By Christoph Schiessl on Haskell and Functional Programming. Automated Testing with Haskell’s QuickCheck. Is one of the libraries, that makes Haskell awesome. Conventionally, testing boils down to writing a number of separate test-cases to express different assertions about a particular piece of code. Testing like that is possible in Haskell (with HUnit. But QuickCheck’s approach is much more subtle. To get started, we need to find an universal property of. Okay, we now have everything ...

5

Defining the Cloud ~ Christoph Schiessl ~ Ruby on Rails and JavaScript Developer in Munich (München)

https://csinaction.com/2014/07/26/defining-the-cloud

July 26, 2014. By Christoph Schiessl on Business and Software. There’s no consent among experts on what the Cloud actually is. Nonetheless, all the definitions include at least a subset of the following aspects:. The cloud is a collection of virtualized resources. Consumers are billed on a pay-as-you-go. Basis (also known as metered billing). No upfront investment is required. Of resources no human intervention is required for resource provisioning. Also known as elasticity). Infrastructure as a Service.

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL PAGES IN THIS WEBSITE

20

LINKS TO THIS WEBSITE

github.com github.com

cs (Christoph Schiessl) · GitHub

https://github.com/cs

Software Engineer and Web Developer (Freelance). X63;s@proactive.cc. Http:/ www.csinaction.com. May 3, 2008. Validations for Non Active Record Models. HTML5/CSS compatible parser for Prawn inline-formatted text. Command Line Interface for the Dictionary in Mac OS X 10.9. Tic-Tac-Toe with Command-Line UI and HTTP API written in Haskell. 3,519 contributions in the last year. Summary of pull requests, issues opened, and commits. Learn how we count contributions. Pushed 1 commit to cs/dotfiles. Aug 16 Aug 22.

UPGRADE TO PREMIUM TO VIEW 3 MORE

TOTAL LINKS TO THIS WEBSITE

4

SOCIAL ENGAGEMENT



OTHER SITES

csin09.blogspot.com csin09.blogspot.com

Crèdit 2010-g9

Les rambles és un passeig i té 2.000 metres, consta de 5 trams. Les rambles també son conegudas per les "estatues vivents" que són personas que es disfressen i es mouen si els dones diners. RAMBLA DE CANALETES- Aquest tram es diu aixi gracies a la seva famosa font, el seu famós dit és:. Si beveu aigua de la font de canaletes sempre més sereu uns enamorats de Barcelona i per lluny que n'aneu tornareu sempre". Estudios, sant josep o flores, capuccinos i la rambla de Santa Monica. 1 Actuació artística basad...

csin1005.blogspot.com csin1005.blogspot.com

More than just words

More than just words. Tuesday, September 19, 2006. Yesterday night, I got bored preparing for my chinese paper . so I decided to view through the pics in my com for a massive clearance.and I came across wid a very interesting picture. Me(15), Mike(14), eujhin(1), anonymous x 2. This photo was taken by chow yoong during the interhouse hand ball competition.(if i m not wrong).last year(2005). Mike is really a great joker. just knew him recently although we were once in a same pic. And my itchy hands. =).

csin14.blogspot.com csin14.blogspot.com

Barcelona: Una ciutat emblemàtica

Barcelona: Una ciutat emblemàtica. Crèdit de síntesi (Grup 14). Voleu saber els secrets de Barcelona? Sou persones que no estan del tot segures de viatjar a Barcelona? Aquí, en aquest blog, ensenyem i exposem les marevelles de la capital Catalana, la gran Barcelona. Mostra un mapa més gran. Posted in Etiquetas: Albert Díaz. Benvinguts i esperem que us agradi. Read Users' Comments (0). Posted in Etiquetas: Les Rambles. Dilluns 31 de Maig. Quan varem sortir ens vam trobar a l'Alejandro que pensava que fèie...

csina.com csina.com

Home - Collateral Specialists Inc.

Collateral Specialists Inc. has over 20 years experience providing banks, financial companies, manufacturers and other captive groups the inspection and reporting expertise required to verify their collateral. Learn more about us. Collateral Specialists offers a broad spectrum of inspection solutions to meet your needs. We’ve partnered with our customers to build out inspection forms and training for our employees to ensure you get exactly what you’re looking for. Learn More About Our Services. 7390 S Cr...

csinabox.cs.umd.edu csinabox.cs.umd.edu

University of Maryland Computer Science Curriculum In A Box

Website design by Elissa Redmiles. And the Maryland Center for Women in Computing. Code Citations: Lightbox2.js.

csinaction.com csinaction.com

Christoph Schiessl ~ Ruby on Rails and JavaScript Developer in Munich (München)

I'm Christoph, a passionate web developer, tinkerer, entrepreneur, blogger, and something of a dreamer. Mostly, I'm writing about Ruby on Rails, SQL, HTML(5), JavaScript, and Haskell these days. Constraints in PostgreSQL are not Transactional. I’ve recently encountered an unexpected problem with. August 21, 2016. By Christoph Schiessl on PostgresSQL. Orphaned Branches in Git. February 12, 2016. By Christoph Schiessl on Git and Workflow. Z Shell Tip: Edit Current Command Line with Vim. September 11, 2015.

csinadarmatrimony.com csinadarmatrimony.com

CSI Nadar Matrimony – Matrimonial Website for CSI Nadar Brides & Grooms.

No: 1 Site For CSI Nadar Brides and Grooms. 91 - 80988 49123. Matrimony ID / Email ID. 91 - 94432 11011. 91 - 95850 11011. 91 - 97862 11011. 91 - 80988 49123. Please enter the Full name of the person being registered. Please select the gender of the person being registered on the site. Please select the date of birth of the person being registered. This information will not be visible to others. Church Of South India (CSI). Please select the religion of the person being registered. More CSI Nadar Profess...

csinadez.mk csinadez.mk

Nadez- Centre for social Initiatives | Helping people in need

Need to be Heard. The Ones we Believe in. Support in the education of Roma children and youth, their social integration and. Support of the multiethnic dimension. Scholarships for Roma children in Skopje. Skopje Tafel – Everyone can help. ALMOST 20 YEARS OF HELPING PEOPLE IN NEED. A long history of intensive work in the field of education, social work and integration for Roma people. The Latest News from Our Blog. BOOK CLUB AT C.S.I. NADEZ. 02 February, 2017. DECORATING THE WINTER TREE. 02 February, 2017.

csinadler.com csinadler.com

Domain For Sale: csinadler.com

This domain is for sale. Please contact the owner.

csinadlerpartners.com csinadlerpartners.com

Domain For Sale: csinadlerpartners.com

This domain is for sale. Please contact the owner.

csinady.com csinady.com

My New Website

This is My New Website. Welcome to my website. I wrote this code all by myself. Stay tuned.