gerd-riesselmann.net gerd-riesselmann.net

GERD-RIESSELMANN.NET

Gerd Riesselmann

This is the blog of Gerd Riesselmann, a software developer from Cologne, Germany. This site contains articles about software development and user interface design in general and object oriented programming in special, covering a set of programming languages from C and C# to Scala to PHP and Javascript. Restart service if executable binary changes. Deploying an assembly jar file with sbt. Authentication using Unfiltered for Scala. And and in the path with Apache mod rewrite and PHP.

http://www.gerd-riesselmann.net/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR GERD-RIESSELMANN.NET

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

March

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Tuesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 13 reviews
5 star
5
4 star
5
3 star
2
2 star
0
1 star
1

Hey there! Start your review of gerd-riesselmann.net

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.6 seconds

FAVICON PREVIEW

  • gerd-riesselmann.net

    16x16

  • gerd-riesselmann.net

    32x32

  • gerd-riesselmann.net

    64x64

  • gerd-riesselmann.net

    128x128

  • gerd-riesselmann.net

    160x160

  • gerd-riesselmann.net

    192x192

  • gerd-riesselmann.net

    256x256

CONTACTS AT GERD-RIESSELMANN.NET

Gerd Riesselmann

Wichhe●●●●●●r. 288

Ko●●ln , DE, 51067

DE

49.2●●●●2747
49.2●●●●2748
ma●●@gerd-riesselmann.com

View this contact

Gerd Riesselmann

Wichhe●●●●●●r. 288

Ko●●ln , DE, 51067

DE

49.2●●●●2747
49.2●●●●2748
ma●●@gerd-riesselmann.com

View this contact

schokokeks.org GbR

Bernd Wurst

Koech●●●●●rg 25

Mur●●●rdt , DE, 71540

DE

49.71●●●●●72750
49.7●●●●6431
ho●●●●●●●●@schokokeks.org

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2004 November 17
UPDATED
2014 July 09
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 20

    YEARS

  • 8

    MONTHS

  • 11

    DAYS

NAME SERVERS

1
ns1.schokokeks.org
2
ns2.schokokeks.org
3
ns3.schokokeks.org

REGISTRAR

PSI-USA, INC. DBA DOMAIN ROBOT

PSI-USA, INC. DBA DOMAIN ROBOT

WHOIS : whois.psi-usa.info

REFERRED : http://www.psi-usa.info

CONTENT

SCORE

6.2

PAGE TITLE
Gerd Riesselmann | gerd-riesselmann.net Reviews
<META>
DESCRIPTION
This is the blog of Gerd Riesselmann, a software developer from Cologne, Germany. This site contains articles about software development and user interface design in general and object oriented programming in special, covering a set of programming languages from C and C# to Scala to PHP and Javascript. Restart service if executable binary changes. Deploying an assembly jar file with sbt. Authentication using Unfiltered for Scala. And and in the path with Apache mod rewrite and PHP.
<META>
KEYWORDS
1 gerd riesselmann
2 archive
3 categories
4 tags
5 latest posts
6 using /
7 all posts
8 back to top
9 imprint
10 gerd@gerd riesselmann net
CONTENT
Page content here
KEYWORDS ON
PAGE
gerd riesselmann,archive,categories,tags,latest posts,using /,all posts,back to top,imprint,gerd@gerd riesselmann net
SERVER
Apache
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Gerd Riesselmann | gerd-riesselmann.net Reviews

https://gerd-riesselmann.net

This is the blog of Gerd Riesselmann, a software developer from Cologne, Germany. This site contains articles about software development and user interface design in general and object oriented programming in special, covering a set of programming languages from C and C# to Scala to PHP and Javascript. Restart service if executable binary changes. Deploying an assembly jar file with sbt. Authentication using Unfiltered for Scala. And and in the path with Apache mod rewrite and PHP.

INTERNAL PAGES

gerd-riesselmann.net gerd-riesselmann.net
1

PHP und UTF-8 - eine Anleitung, Teil 1: MySQL

https://www.gerd-riesselmann.net/softwareentwicklung/php-und-utf-8-eine-anleitung-teil-1-mysql

PHP und UTF-8 - eine Anleitung, Teil 1: MySQL. Am Anfang der Serie über PHP und UTF-8. Soll zunächst ein Abstecher zu MySQL stehen, schließlich ziehen die meisten PHP-Anwendungen ihre Daten aus einer MySQL-Datenbank. Und anders als man vielleicht annehmen würde, ist die Verwendung von UTF-8 mit MySQL alles andere als problemfrei - insbesondere reicht es nicht aus, Tabellen einfach als UTF-8 zu deklarieren! Mysql -uroot -p [. Und geben Sie folgende Zeilen ein:. Value - - - - aaa üüü - - - -. Der Grund lie...

2

Deploying an assembly jar file with sbt

https://www.gerd-riesselmann.net/development/deploying-assembly-jar-file-sbt

Deploying an assembly jar file with sbt. Plugin for sbt 0.7. The (not so) simple build tool for scala, creates a nifty fat jar containing everything to run an application anywhere. You may want an additional task to automatically copy it to a server. Here’s how (Linux only, sorry). The following code copies the assembly jar to a linux computer using ssh. So you need an ssh account there, and you will also need access via a private key. Read this tutorial. Change the properties to match you settings.

3

Imprint

https://www.gerd-riesselmann.net/imprint.html

Wichheimer Str. 288. USt-ID DE 244 978 943. Office: 49 (0)221 823 27 47. Mobile: 49 (0)177 855 00 53. Fax: 49 (0)221 823 27 48. Web: www.gerd-riesselmann.com. Founder, CEO, and programmer of Audisto. A web service to improve your web site. Software developer since 1998, speaking Scala, C , PHP. And some more.

4

Restart service if executable binary changes

https://www.gerd-riesselmann.net/admin/restart-service-if-executable-binary-changes

Restart service if executable binary changes. This is a simple bash script to restart a service if the executable binary has been changed, for example during deployment. Service has new binary. Service $SERVICE has changed, trying to restart. This is tested on a Debian system. I call it as a cron job. It is also available on GitHub. Laquo; Deploying an assembly jar file with sbt. Founder, CEO, and programmer of Audisto. A web service to improve your web site.

5

PHP und UTF-8 - eine Anleitung, Teil 2: Webseiten als UTF-8 ausliefern

https://www.gerd-riesselmann.net/softwareentwicklung/php-und-utf-8-eine-anleitung-teil-2-webseiten-als-utf-8-ausliefern

PHP und UTF-8 - eine Anleitung, Teil 2: Webseiten als UTF-8 ausliefern. Nachdem nun die MySQL-Datenbankverbindung reibungslos mit UTF-8 funktioniert. Und bevor wir uns im weiteren Verlauf der Serie über PHP und UTF-8. Wirklich PHP selber zuwenden, sollen noch ein paar Worte über das korrekte ausliefern einer UTF-8 kodieren Webseite verloren werden. Das Problem, das hier angegangen werden soll ist: Wie erkennt der Browser eigentlich, dass eine Webseite in UTF-8 ist? Am Content-Type-Feld im HTTP-Header.

UPGRADE TO PREMIUM TO VIEW 9 MORE

TOTAL PAGES IN THIS WEBSITE

14

LINKS TO THIS WEBSITE

sencer.de sencer.de

Sencer.de: about

http://www.sencer.de/about

53 65 6E 63 65 72 20 59 75 72 64 61 67 75 65 6C]. What’s this site about? This is a personal website maintained by me, Sencer. It contains seemingly random bits of information, links and opinions and is a constant work in progress. The languages used are mostly english and german. There is no long-term topical focus of this site, other than functioning as an outlet for stuff on. The Software used for this site is Dean Allen’s excellent Textpattern. Verantwortlich gemäß 6 MDStV. Elvekumer Str. 3. SAP Deve...

UPGRADE TO PREMIUM TO VIEW 6 MORE

TOTAL LINKS TO THIS WEBSITE

7

OTHER SITES

gerd-reissmann.de gerd-reissmann.de

Gerd Reißmann Schongau

Planung and Neubau der gesamten Hausinstallation. Firma Gerd Reißmann 2013 (Gerd Reissmann). Schwabbrucker Straße 10, 86956 Schongau.

gerd-reuter.com gerd-reuter.com

gerd-reuter.com

Hier findet Ihr verschiedene Bildergallerien und Downloads. Ihr werdet per Mail über Neuerungen informiert.

gerd-richter.com gerd-richter.com

Homepage befindet sich im Aufbau

Die Domain gerd-richter.com. Diese Internetpräsenz wird betreut von:. Lösungen unter Linux und Windows für statische und dynamische Internetseiten für Kunden mit höchsten Ansprüchen. Servermiete auf dedizierter Hardware als Rootserver. Unter Linux und Windows im Rechenzentrum von Internet24. Individuelle Serverprojekte mit Loadbalancing. Oder Hochverfügbarkeitslösungen. Für Ihre Internet-Anwendung.

gerd-richter.info gerd-richter.info

Home - Meine Homepage

Diese Homepage wurde mit dem 1&1 Homepage-Baukasten erstellt.

gerd-rieger.de gerd-rieger.de

Gerd Rieger | Photography

gerd-riesselmann.net gerd-riesselmann.net

Gerd Riesselmann

This is the blog of Gerd Riesselmann, a software developer from Cologne, Germany. This site contains articles about software development and user interface design in general and object oriented programming in special, covering a set of programming languages from C and C# to Scala to PHP and Javascript. Restart service if executable binary changes. Deploying an assembly jar file with sbt. Authentication using Unfiltered for Scala. And and in the path with Apache mod rewrite and PHP.

gerd-rockenfeller.de gerd-rockenfeller.de

Beratungsbüro Gerd Rockenfeller

gerd-roering.com gerd-roering.com

www.gerd-roering.com -- under construction --

gerd-roethig.de gerd-roethig.de

Gerd R?thigs World Wide Web Home

gerd-rohling.de gerd-rohling.de

Gerd Rohling