Category: Software Development

27.04.2017

Linux-UNIX-Programmierung von Jürgen Wolf Das umfassende Handbuch – 2., aktualisierte und erweiterte Auflage 2006 Linux-UNIX-Programmierung 1216 S., mit CD, 49,90 Euro Rheinwerk Computing ISBN 3-89842-749-8 Kapitel 11 Netzwerkprogrammierung 11.1 Einführung 11.2 Aufbau von Netzwerken 11.2.1 ISO/OSI und TCP/IP – Referenzmodell 11.2.2 Das […]

17.02.2017

Dylan Beattie ?? ‏@dylanbeattie Feb 16 Learning to code is an essential skill in the modern world. Here’s a handy diagram showing you how to get started. that’s what i really liked about Adobe Flex Builder… it was based on […]

CryptoCat – Chat Secure App for the Windows Linux OSX Mac Desktop
26.06.2015

Updates from CryptoCat “With great user data comes great responsibility.” (src) it has become a desktop app… not a firefox plugin. https://crypto.cat/ Checkout the video from it’s creator (thanks for all your efforts! 🙂 https://youtu.be/n7MHWuppPSo developer’s site : https://nadim.computer/ Sind […]

20.01.2015

interesting example, for comparison (e.g. in TextWrangler (OSX)): procedural: [cc lang=”php” escaped=”true” width=”500″] ‘Tom’, ‘job’ => ‘Button-Pusher’, ‘age’ => 34 ); $person2 = array( ‘name’ => ‘John’, ‘job’ => ‘Lever-Puller’, ‘age’ => 41 ); // Output the starting values for […]

20.01.2015

when the simple viewing of an EMail leads to Virus execution encrypting your holiday-pictures or music-collection… then there is something to learn: nothing man-made is 100% perfect/secure especially not when it’s something as complicated as software… or the financial-system. so […]

31.03.2014

javascript jquery html form element – also submit checkboxes that have the “off” state solution: http://jsfiddle.net/az7s5/ [cc lang=”js” escaped=”true” width=”500″] // serialize form, also send values for checkboxes that are “off” $(form).children().each(function() { add = “”; //access to form element via […]

29.10.2013

es klingt wie ein schlechter witz….. es ist nicht (!) trivial, eine datenbank zu durchsuchen. es ist einfacher, das backup.sql einer datenbank in einem Programm ihrer wahl (Browser?, text editor?) zu öffnen und nach dem gesuchten string zu suchen. credits: http://stackoverflow.com/questions/562457/search-for-all-occurrences-of-a-string-in-a-mysql-database komischerweise […]

29.10.2013

  sometimes… you come across a javascript error… but the firebug addon in firefox won’t let you trace it completely to the origin. after setting up chrome, open the problematic page and right-click -> inspect element. this will open the […]

27.10.2013

…. was ist das beste an javascript? dass es IMMER OpenSource ist 😀 (d.h. es gibt kein binäres Format … kein byte-compilier… garkeinen compiler… es ist wie php eine reiner interpretersprache) vorteil: Jeder lernt von Jedem! those snippets saved my […]

26.10.2013

SORRY FOR THE BLURRYNESS! DON’T HAVE THE ORIGINAL VIDEO ANYMORE! CAN’T REUPLOAD (in theory it should still work like that… but your eyes will hurt) maybe this could help too… yes it’s cumbersome 🙁 someone should upload it to: https://virtualboximages.com/

25.10.2013

… der einfach zu verwendenden Blogging/CMS-Software: WordPress wird von einem weltumspannenden Team passionierter Leute entwickelt. Projektleiter Mark Jaquith Leitender Entwickler Andrew Ozz Leitender Entwickler Peter Westwood Leitender Entwickler Matt Mullenweg Mitgründer, Projektleitung Ryan Boren Leitender Entwickler Andrew Nacin Leitender Entwickler […]

06.08.2013

Update: 2018-6: It’s official: Microsoft will spend a whopping $7.5 billion to buy GitHub THE LINUX KERNELS ARE managed @ github! see for yourself: https://github.com/torvalds/linux Linus Torvalds, after using CVS at a commercial company he experienced it as beeing a pointless […]

02.04.2013

The rules of a successful life stand over the rules of software project management. 1. The meaning of life is to be happy. If you are not a psychopath (have social skills as compassion, empathy) you will also want others […]

30.03.2013

the git-concept: 1. you have a local git repository (/var/www/projectname/.git) 2. via commandline you “hook-up” the local repository with a remote repository (transmission is done via ssh, keys or password) 3. first you commit to local repository, than you do […]

29.03.2013

PLEASE WATCH ONLY IN HD! OTHERWISE TOO BLURRY! THANKS! (it’s highly compressed) http://www.youtube.com/watch?v=xxEOJxRxbOY&feature=youtu.be Now you got your git repository cloned…. to get write access @ sourceforge git repo: 1. register @ sourceforge.net 2. generate ssh-keys 3. upload your public key […]

04.03.2013

Who is using it? … nice but i don’t get it 😀 (too complicated for me, i stay with php only, no c++ boost) [youtube=http://www.youtube.com/watch?v=tsW6vRVzdXQ] ====== THRIFT ====== Thrift is a lightweight remote procedure call framework for scalable cross-language services […]

26.02.2013

Feb.2013 this is german please use google translate to get english content. thank you! SO GEIL ENDLICH HAT DAS MAL JEMAND AUFGESCHRIEBEN. ICH EMPFEHLE, DIE SERVER-SEITIGE ENTWICKLUNGSUMGEBUNG AUF EINEM RAID gestützen TEST-WEB-SERVER MIT ZU INSTALLIEREN (wie s.h. hier: http://dwaver.wordpress.com/2012/07/10/setup-a-php-development-environment-with-debian-in-5min-lighttpd-xdebug-php5-eclipse-pdt-vnc/) AM BESTEN […]

25.02.2013

1. backup you rexisting installation: check conf/locale.php where your savedir is pointing, also backup this directory (may be outside of web root /var/www !) tar fcvz dokuwiki_backup_DATE.tar.gz /var/www/dokuwiki-installation/ 2. transfer to new server using rsync ( i recommend using screen […]

24.09.2012

Top 10 Reasons Why Systems Projects Fail source: Top 10 Reasons Why Systems Projects Fail – Harvard Kennedy School Dr. Paul Dorsey Dulcian, Inc. Overview Information systems projects frequently fail. Depending upon which academic study you read, the failure rate of […]

24.09.2012

Source: http://www.joelonsoftware.com/articles/fog0000000017.html Please also note my article: “The unfinished Art of Software Engineering” Saturday, July 21, 2001 Have a look at this little chart: [Source: Iris Associates] This is a chart showing the number of installed seats of the Lotus Notes workgroup […]

10.07.2012

PLEASE WATCH IN HD! SOOO BLURRY IN 360p or download with jdownloader 2 beta in 720p or minitube (very cool app) su; # become super user/root aptitude update; # update packet definitions aptitude install lighttpd php5-cgi mysql-server mysql-client phpmyadmin php5-mysql […]