Archive pour juin 2014
Regexp… resources
Posté par D.E.S. dans Informatique le 30 juin 2014
Java -> Lombok : No more boilerplate code :D
Posté par D.E.S. dans capitalisation, design le 27 juin 2014
I’ll keep an eye on this: http://projectlombok.org/
« Understanding your data » – is it relationnal or « blob (document) » oriented storage ?
Understanding (foreseeing…) your clients/users data real use is a key to your software developpment and scalability. this is well illustrated by an an article I came across that analyses a real case of bad use for mongoDB since the data dealt with was quite relationnal… getting the project « back » to postgreSQL after some time in production:
http://www.sarahmei.com/blog/2013/11/11/why-you-should-never-use-mongodb/
JQuery – only when required :D
Interesting website : http://youmightnotneedjquery.com/
This might allow one to build a light alternative to JQuery in some cases (or just use POJS = PLain Old JavaScript… :-P).
Following the same idea, Daniel Davis provided a light library enabling core features of Bootstrap 2 without the overhead of jquery :
http://daniemon.com/blog/bootstrap-without-jquery/
RIS : Lexical Scanning in Go – Rob Pike
Posté par D.E.S. dans Informatique le 23 juin 2014
online code testing
Posté par D.E.S. dans Informatique le 23 juin 2014
Way to go : http://rextester.com/
Supported languages (as documented to this day) :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
Assembly - nasm 2.10.07 C++ (gcc) - g++ 4.8.1 (g++ -Wall -std=c++11 -O2) C++ (clang) - clang 3.4 (clang++ -Wall -std=c++11 -O2) C (gcc) - gcc 4.8.1 (gcc -Wall -std=gnu99 -O2) C (clang) - clang 3.4 (clang -Wall -std=gnu99 -O2) Common Lisp - gnu clisp 2.49 D - DMD64 D Compiler v2.065 Go - go 1.1.2 Haskell - ghc 7.6.3 Java - Oracle's implementation of Java, compiler version 1.7.0_51 (javac -Xlint -encoding UTF-8 | java -Xmx256m -Dfile.encoding=UTF-8) Javascript - V8 3.21.3.1 Lua - lua 5.2.2 Node.js - nodejs 0.10.25 Objective-C - gcc 4.8.1 (gcc `gnustep-config --objc-flags` -lobjc -lgnustep-base) Octave - GNU Octave 3.6.4 (octave -q -f --no-window-system) Pascal - fpc 2.6.2-5 Perl - perl 5.14.2 (perl -w) Php - php 5.5.3 Prolog - swi-prolog 6.2.6 Python - python 2.7.5 Python 3 - python 3.3.2 Ruby - ruby 1.9.3 (ruby -w -W1) Scala - scala 2.9.2 (fsc -deprecation -unchecked -encoding UTF-8 | scala -Dfile.encoding=UTF-8) Scheme - guile 2.0.9 |
NICKEL : La résurrection des buralistes ? A bank account… without a bank!
Posté par D.E.S. dans Unexpected le 20 juin 2014
Shadow DOM
Interesting places to start with that subject :
- http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom-301/
- http://www.sitepoint.com/the-basics-of-the-shadow-dom/
including a link to a Shadow DOM visualizer : http://html5-demos.appspot.com/static/shadowdom-visualizer/index.html
Un moteur de recherche français !! ?? (A French search engine)
Posté par D.E.S. dans Unexpected le 19 juin 2014