damien.krotkine.com damien.krotkine.com

damien.krotkine.com

Damien Krotkine (dams)

Raquo; PromCon2017 - Prometheus Conference 2017. Raquo; Exception: Stringy - Modern exceptions for legacy code. Raquo; Perl Redis Mailing List. Raquo; p5-mop: a gentle introduction. Raquo; MooX: LvalueAttribute - improved. Raquo; New And Improved: Bloomd: Client. Raquo; MooX: LvalueAttribute - Lvalue accessors in Moo. Raquo; New Perl module: Action: Retry. Raquo; Mass-Testing Dancer's Plugins. Raquo; Paris.pm technical meeting. Raquo; MooseX: Singleton is slow. Raquo; Dancer is community-driven.

http://damien.krotkine.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR DAMIEN.KROTKINE.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

January

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Sunday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.6 out of 5 with 12 reviews
5 star
4
4 star
3
3 star
3
2 star
0
1 star
2

Hey there! Start your review of damien.krotkine.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • damien.krotkine.com

    16x16

  • damien.krotkine.com

    32x32

  • damien.krotkine.com

    64x64

  • damien.krotkine.com

    128x128

  • damien.krotkine.com

    160x160

  • damien.krotkine.com

    192x192

  • damien.krotkine.com

    256x256

CONTACTS AT DAMIEN.KROTKINE.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Damien Krotkine (dams) | damien.krotkine.com Reviews
<META>
DESCRIPTION
Raquo; PromCon2017 - Prometheus Conference 2017. Raquo; Exception: Stringy - Modern exceptions for legacy code. Raquo; Perl Redis Mailing List. Raquo; p5-mop: a gentle introduction. Raquo; MooX: LvalueAttribute - improved. Raquo; New And Improved: Bloomd: Client. Raquo; MooX: LvalueAttribute - Lvalue accessors in Moo. Raquo; New Perl module: Action: Retry. Raquo; Mass-Testing Dancer's Plugins. Raquo; Paris.pm technical meeting. Raquo; MooseX: Singleton is slow. Raquo; Dancer is community-driven.
<META>
KEYWORDS
1 damien krotkine
2 blog posts
3 raquo; flagedit
4 raquo; typepad
5 books
6 linux
7 perl moderne
8 open source projects
9 curriculum vitae
10 github.com/dams
CONTENT
Page content here
KEYWORDS ON
PAGE
damien krotkine,blog posts,raquo; flagedit,raquo; typepad,books,linux,perl moderne,open source projects,curriculum vitae,github.com/dams,twitter.com/damsieboy,flickr.com/photos/damsieboy
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Damien Krotkine (dams) | damien.krotkine.com Reviews

https://damien.krotkine.com

Raquo; PromCon2017 - Prometheus Conference 2017. Raquo; Exception: Stringy - Modern exceptions for legacy code. Raquo; Perl Redis Mailing List. Raquo; p5-mop: a gentle introduction. Raquo; MooX: LvalueAttribute - improved. Raquo; New And Improved: Bloomd: Client. Raquo; MooX: LvalueAttribute - Lvalue accessors in Moo. Raquo; New Perl module: Action: Retry. Raquo; Mass-Testing Dancer's Plugins. Raquo; Paris.pm technical meeting. Raquo; MooseX: Singleton is slow. Raquo; Dancer is community-driven.

INTERNAL PAGES

damien.krotkine.com damien.krotkine.com
1

Simple usage of Perl state variables

http://damien.krotkine.com/2011/05/24/simple-usage-of-state-variables.html

Simple usage of Perl state variables. I see this type of code too often:. Or things like that:. If you are using a non-ancient version of Perl (that is, 5.10 or more), you should consider using the. Keyword. It’s similar to the static variables inherited from C. Declares a lexically scoped variable, just like. Does However, those variables will never be reinitialized, contrary to lexical variables that are reinitialized each time their enclosing block is entered. So the two code snippets become :.

2

Paris.pm technical meeting

http://damien.krotkine.com/2012/09/15/paris-pm-technical-meeting.html

French version below ). The next Paris.pm technical meeting will happen the 25th september 2012. Elizabeth Cholet: Firefox automatization with Perl using AnyEvent, Coro and MozRepl modules. 181 avenue Daumesnil, 75012 Paris, France. If you are interested, and live in Paris, please join us! If you need more info, ask in the comments. La prochaine réunion technique de Paris.pm se tiendra mardi 25 septembre 2012. Et le programme est :. 181 avenue Daumesnil, 75012 Paris. Blog comments powered by Disqus.

3

DateTime duration in seconds

http://damien.krotkine.com/2011/05/25/datetime-duration-in-seconds.html

DateTime duration in seconds. It has been too many times that I forget how to get a. Objects in seconds (and nanoseconds). That is, where I can then do. And have the duration in seconds between the two dates. I know it’s in the. POD, but I keep forgetting it, and it takes me always a lot of time to find it back. Here it is so that hopefully the next time I search for Perl DateTime Duration seconds on the Intarweb, it shows up. Blog comments powered by Disqus. Raquo; Perl Redis Mailing List.

4

Dancer is community-driven

http://damien.krotkine.com/2012/06/20/dancer-is-communitydriven.html

Long time I haven’t blogged about Dancer. Is a french startup, specializing in Software Life Cycle Management and Open Source Component Detection. They provided us with cool Dancer sourcecode analyzis graphs. Overall contribution by users. Pm files contribution by users. Pod files contribution by users. Test files contribution by users. Note that some people are registered twice with different names, I’ll try to post an updated version. What does that demonstrate? It shows that Dancer is. So here we go :.

5

MooseX::Singleton is slow

http://damien.krotkine.com/2012/07/04/moosexsingleton-is-slow.html

MooseX: Singleton is slow. Just a quick note : if you plan to use MooseX: Singleton. It is easy to use and it implements properly what it claims, however it is quite slow. If my profilings are corrects, each call to. Get metaclass by name(). One time, and. So for now I’ll avoid it and implement a simplified version using something similar to this :. To protect against people using new() instead of instance(). Singleton has already been instanciated. Blog comments powered by Disqus.

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL PAGES IN THIS WEBSITE

20

LINKS TO THIS WEBSITE

github.com github.com

dams (Damien Krotkine) · GitHub

https://github.com/dams

X64;ams@zarb.org. Http:/ damien.krotkine.com/. Mar 25, 2008. Curses: Toolkit perl module. Perlbrew minimal emacs util. Drop-in replacement for graphite node using Riak TS. A generic input parsing/checking mechanism. Faster and improved reimplementation of Params: Check. 79 contributions in the last year. Summary of pull requests, issues opened, and commits. Learn how we count contributions. Dams has no activity during this period. You can't perform that action at this time. To refresh your session.

UPGRADE TO PREMIUM TO VIEW 3 MORE

TOTAL LINKS TO THIS WEBSITE

4

SOCIAL ENGAGEMENT



OTHER SITES

damien.gouyette.fr damien.gouyette.fr

gouyette.fr - gouyette Resources and Information.

This page provided to the domain owner free. By Sedo's Domain Parking. Disclaimer: Domain owner and Sedo maintain no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo or domain owner and does not constitute or imply its association, endorsement or recommendation.

damien.heasman.net damien.heasman.net

damien.heasman.net

Http:/ damien.heasman.net. Mdash; Details on building our New House. Mdash; Just a Blog I'm keeping of building our New House. Mdash; Dec 06, Jan 07 with Mum, Dad, Sister to see Family. London, Amsterdam, Paris, Prague, Switzerland. Mdash; My current motorbike. Really need to get my open class licence. Http:/ www.cuddleton.com. Mdash; Cuddleton British Shorthairs, Perth, Western Australia. Http:/ www.optiic.com. Mdash; Optiic Web Development, Perth Western Australia. Http:/ www.cuddleton.com.

damien.house damien.house

damien.house

James t. kirk. Hunter s. thompson.

damien.it damien.it

DAMIEN Motori Elettrici | Motori elettrici monofase trifase

Qualità, Passione, Innovazione e Professionalità. I valori con cui è nata e cresce da oltre vent’anni la nostra azienda. Damien opera dal 1993 nella produzione e vendita di motori elettrici. Con la filosofia di un costante miglioramento e continua evoluzione per l’ottimizzazione dei suoi prodotti. Siamo un’azienda dinamica in grado di soddisfare le varie richieste. Nei tempi di consegna. Forti dell’esperienza acquisita, ci proponiamo sul mercato con motori elettrici di qualità. Johann Wolfgang von Goethe.

damien.koska.over-blog.com damien.koska.over-blog.com

Le blog de damien koska - Blog de Damien Koska (auteur, parolier, poète), vous présente sa "planète" à travers ces pages...

Le blog de damien koska. Blog de Damien Koska (auteur, parolier, poète), vous présente sa planète à travers ces pages. Chers amis, Même si j'ai tout fait pour ça, je reste très surpris du succés du Chti Pays and co. Voilà pourquoi je vous annonce la création de mon site internet : damienkoska.fr Dans ce site, vous y trouverez les actualités, les photos, la présentation. MESSAGE PERSONNEL. pour tout le monde. Chers amis, Bonne fête à tous ché tiots et aux Nicolas! Chers amis, Ce weekend, j'étais présent a...

damien.krotkine.com damien.krotkine.com

Damien Krotkine (dams)

Raquo; PromCon2017 - Prometheus Conference 2017. Raquo; Exception: Stringy - Modern exceptions for legacy code. Raquo; Perl Redis Mailing List. Raquo; p5-mop: a gentle introduction. Raquo; MooX: LvalueAttribute - improved. Raquo; New And Improved: Bloomd: Client. Raquo; MooX: LvalueAttribute - Lvalue accessors in Moo. Raquo; New Perl module: Action: Retry. Raquo; Mass-Testing Dancer's Plugins. Raquo; Paris.pm technical meeting. Raquo; MooseX: Singleton is slow. Raquo; Dancer is community-driven.

damien.lavrilleux.net damien.lavrilleux.net

Damien Lavrilleux

Retrouvez moi sur les sites suivants :.

damien.le-gallo.moncv.com damien.le-gallo.moncv.com

CV de Damien LE GALLO

Powered by monCV.com. Permis : Vehicule B (Voiture). Damien LE GALLO - Chargà d’affaires. Ingà nieur d’affaire avec une expà rience professionnelle acquise dans une entreprise à ditrice de solutions en informatique industrielle. De formation Gà nie Electrique et Informatique Industri. Octobre 2010 - Fà vrier 2013. Chargà de projets en solutions tertiaires et maintenance. Octobre 2009 - Dà cembre 2009. Octobre 2007 - Septembre 2009. Septembre 2007 - Septembre 2009. Septembre 2006 - Juin 2007.

damien.lespiau.name damien.lespiau.name

Damien Lespiau | Errands

Skip to main content. Building and using coverage-instrumented programs with Go. May 29, 2017. 160;We can create coverage-instrumented binaries, run them and aggregate the coverage data from running both the program and the unit tests. In the Go world, unit testing is tightly integrated. With the go tool chain. Write some unit tests, run go test and tell anyone that will listen that you really hope to never have to deal with a build system for the rest of your life. So far, so good. May 03, 2016. Ive wri...

damien.m.medicalistes.org damien.m.medicalistes.org

DAMIEN, MON P'TIT BONHOMME

DAMIEN, MON P'TIT BONHOMME. Aller à la recherche. Mardi 30 juin 2015. DAMIEN (24 sept. 1998 / 30 juin 2007). Par Fabienne le mardi 30 juin 2015, 01:52 - Accueil. Mars 2004, 5 ans 1/2 : Deux mois avant le début du combat. C'est l'histoire de mon fils Damien qui croquait la vie à pleine dents. Le partage avec vous de la lutte qu'il a dû entreprendre contre une terrible maladie, qui a fait tout basculer du jour au lendemain : un médulloblastome. Lundi 29 juin 2015. Dimanche 28 juin 2015. Mercredi 28 mai 2014.

damien.maxdeclic.com damien.maxdeclic.com

The Damien Drinker'S Lighter Damien. - Damien

The Damien DrinkerS Lighter Damien. - Never Can Say Goodbye. Damien, Never Can Say Goodbye. The Damien DrinkerS Lighter Damien. Den lilla Sjöjungfrun, uppdaterad. Vem vet, kanske är det en Da Vinci i mig som ligger och lurar. Kanske kan jag bli en riktigt duktig konstnär någon vacker dag, som . Annat som skulle kunna äventyra hela projektet. Men jag märkte efter ett tag att det gick väldigt bra ändå. Det kändes som om jag hade koll på vad som skulle göra dom absolut flesta gångerna, och jag känne...Varfö...