
blog.sveri.de
GDDWNBEverything about programming and life.
http://blog.sveri.de/
Everything about programming and life.
http://blog.sveri.de/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Wednesday
LOAD TIME
0.7 seconds
PAGES IN
THIS WEBSITE
20
SSL
EXTERNAL LINKS
1
SITE IP
5.9.49.52
LOAD TIME
0.656 sec
SCORE
6.2
GDDWNB | blog.sveri.de Reviews
https://blog.sveri.de
Everything about programming and life.
Start with datomic and clojure
http://blog.sveri.de/2014/02/05/start-with-datomic-and-clojure
Start with datomic and clojure. Feb 5, 2014. I had trouble getting started with datomic and clojure so I will write up what I did to get it running. Ok, this is the plan:. Install a partition in datomic. Install a schema in datomic. Seed that schema with some data. Codesyntax lang= bash ]. Codesyntax lang= bash ]. Codesyntax lang= bash ]. Db/id #db/id[:lweb], :release/name "R1", :release/epics "e1" }. I was not able to find an example that made this clear so it took me some time to figure it out with the...
Providing a config file for juxt/jig
http://blog.sveri.de/2014/06/28/providing-a-config-file-for-juxtjig
Providing a config file for juxt/jig. Jun 28, 2014. Today I was trying out: https:/ github.com/juxt/jig. The configuration of jig says: https:/ github.com/juxt/jig#configuration. That you have to put a config.[edn. Easy, isn’t it? Everything about programming and life.
The Five + One most underrated Features of Clojure
http://blog.sveri.de/2014/05/14/the-five-one-most-underrated-features-of-clojure
The Five One most underrated Features of Clojure. May 14, 2014. The clojure syntax is so easy that its possible to explain it inbetween a few minutes. Basically it boils down to:. Parathese open, function call and some arguments, then close the Parathenses. Like this: ( 1 2 3 4 5). Every expression returns a value and the function returns the value of the last expression evaluated. Of course there are some special cases like reader macros and things. But to get started this can be enough. The Extensible ...
Parse JSON body response with cljs-ajax error handler
http://blog.sveri.de/2014/03/22/parse-json-body-response-with-cljs-ajax-error-handler
Parse JSON body response with cljs-ajax error handler. Mar 22, 2014. Today I had a hard time to find out how I can parse custom return messages from compojure with cljs-ajax error handler for POST/GET request. So this is the code that works:. Codesyntax lang= bash ]. So there are two key points here, first:. You need these two keys set to be able to parse a response. The param list has to look like this:. To get the response map from the server. Everything about programming and life.
Release CLOSP 0.1.4
http://blog.sveri.de/2015/02/22/release-closp-0-1-4
Release CLOSP 0.1.4. Feb 22, 2015. Last week I released CLOSP 0.1.4: https:/ github.com/sveri/closp. The only noteable change is the added support for recaptcha while signing up. Everything about programming and life.
TOTAL PAGES IN THIS WEBSITE
20
Daniel Behnens Homepage » Umzug der Webseite und Optimierungen
https://www.behnen.de/blog/2009/02/05/umzug-der-webseite-und-optimierungen
Umzug der Webseite und Optimierungen. Posted by Daniel on Februar 5th, 2009. Leider hat mein bisheriger Hoster wegen geänderter Co-Location-Preise seinen Server aufgegeben und ich musste mir einen neuen Hoster suchen. Die Wahl fiel auf Greatnet. Da die Preise für einfache VServer mit 5,99 pro Monat ganz ok sind. Mit meiner einfach migrierten Konfiguration von Apache und MySQL ließ die Performance meiner Webseiten merklich nach. Die Ladezeiten gingen nach oben, insbesondere, wenn nacheinander Webseite...
TOTAL LINKS TO THIS WEBSITE
1
Parked at Loopia
This domain is purchased and parked by a customer of Loopia. If you want to find out who the holder of this domain is and get his or hers contact information, you can use our service LoopiaWHOIS. Attractive prices on attractive domains. Visit www.loopia.com/domainnames/. To get information about all domains. All of the following annual fees are including VAT. What is a domain without a website? Why not supplement your domain with a stable hosting solution of high rank? At www.loopia.com/hosting/.
Troldheksens grublerier
Home Title
Die Kniffelei mit den Kranichen. By Kinder der GS "J. H. Pestalozzi". Samira, 4. Klasse. Samira, 4. Klasse. Die Kraniche werden reisefertig gemacht. Mit meiner Mentorin Fr. Roigk habe ich die Kraniche aus der Kirche geholt. Damals haben wir Wochen gebraucht, um 1000 Kraniche zu falten, Wochen, sie alle aneinander zu fädeln und mehr als eine Stunde, um sie an den Reifen zu knüpfen und dann hochzuiehen. Doch ab gingen sie in nicht mal 15 Minuten. Unsere Kraniche werden berühmt. Schreib mir doch einfach.
Sven Wittig – Online Marketing Blog
Webdesign and IT-Consulting - Blog" height="100" width="500". Sven Wittig – Online Marketing Blog. Oktober 28th, 2012. Nutzen sie Schlag- und Schlüsselworte wie zum Beispiel Rabatt oder Gutschein. Je kürzer und prägnanter die Betreffzeile gewählt wird um so schneller kann sie im ganzen erfasst werden. Befristete Aktionen unbedingt in der Betreffzeile erwähnen. Oktober 28th, 2012. Erfolgreich neue Abonnenten gewinnen. Juni 13th, 2012. E-Mail-Marketing & Transaktionsmails. Zusätzlich zum Newsletter zählen ...
GDDWNB
Apr 29, 2015. What if musicians had to use the same tools programmers use. Apr 23, 2015. Releasing closp 0.1.11 and closp-crud 0.1.0. Feb 26, 2015. Releasing closp 0.1.5. Feb 22, 2015. Release CLOSP 0.1.4. Jan 19, 2015. Prismatic schema vs. core.typed. Nov 24, 2014. Using goog.string/format in clojurescript. Jun 28, 2014. Providing a config file for juxt/jig. Jun 13, 2014. Mini tutorial on clojure. May 14, 2014. The Five One most underrated Features of Clojure. May 5, 2014. Apr 17, 2014. Mar 22, 2014.
sverrirs.blog
Ramblings of Sverrir Sigmundarson. Jekyll 3 Pagination Gem. I recently learned that the true and tested pagination gem for jekyll, jekyll-paginate, had been decommissioned and removed from Jekyll 3. So I decided to build a new fully backwards compatable and enhanced replacement for it. Google Analytics and server-side PHP. Writing a Python webserver in 10 seconds. HTML5 Video Playback on Xbox and the Playstation. Passing post variables to includes in Jekyll. How to export GPX data from strava.com wit...
Sveskernes Blog
Блог на студио Свест
Блог на студио Свест. Кеширане с файлове в PHP. Кеширането е често срещана тема, що се отнася до уеб програмирането. Интересно е, че аз лично съм попадал често на хора, занимаващи се от доста време с php, за които тази тема е мъглива, затова ще се опитам да хвърля малко светлина по въпроса. Проверка дали резултата с данните не е вече в кеша. Ако е и валидността не е изтекла (изминал е 1 час от записа) – ползваме него. Из нета съществуват доста решения. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20.
Blog o grafice, umění a designu | Svět-grafiky.cz
Designerské firmy – Arblu. 8222;Splasch“ čili „Cák“ design. Vaše oblíbené kreslené postavy se stávají ještě drsnější. Nová zvířecí kolekce 2015 – Maximo Riera. Shayna Leib a její série „voda a vítr“. Jako ze dna moří vypadají tato úžasná barevná díla ze skla. Bizardní či zajímavý design židlí. Podívejte se, kam až sáhla kreativita nábytkových designerů…. Co se stane, když na internetu poprosíte o úpravu fotek z dovolené. Další ukázka působivého umění z papíru. Zkuste si to na 25 otázkách přímo zde.
SVET | Human-centric lighting for you home
Human-centric lighting for you home. SVET и здоровье: как использовать освещение с пользой для организма. С помощью освещения можно ощутимо улучшить самочувствие, но также легко и нанести серьезный вред, если использовать искусственные источники света неправильно. Continue reading →. Световой строб-эффект для трансформации сознания. Чтобы достичь полного расслабления и получить взрыв креативности больше не нужно посвящать годы обучению медитативным практикам и техникам работы с подсознанием. Мы прошли не...
SOCIAL ENGAGEMENT