Shaare your links...
3379 links
L!NKS
Retour au blog
Login
RSS Feed
ATOM Feed
Tag cloud
Picture wall
Daily
Links per page:
20
50
100
◄Older
page 53 / 169
Newer►
Superfish : Lenovo promet des PC « plus propres et plus sûrs », sans adware et bloatware
permalink
-
-
http://www.developpez.com/actu/82009/Superfish-Lenovo-promet-des-PC-plus-propres-et-plus-surs-sans-adware-et-bloatware/
bloatware
faille
spyware
oop - Subclassing a class with required parameters in JavaScript - Stack Overflow
function Parent( a ) {
this.a = a;
}
function Child( a, b ) {
Parent.call( this, a ); // this is crucial
this.b = b;
}
Child.prototype = Object.create( Parent.prototype );
Child.prototype.constructor = Child;
permalink
-
-
https://stackoverflow.com/questions/8460493/subclassing-a-class-with-required-parameters-in-javascript
javascript
Does JavaScript have a method like "range()" to generate an array based on supplied bounds? - Stack Overflow
Array.range= function(a, b, step){
var A= [];
if(typeof a== 'number'){
A[0]= a;
step= step || 1;
while(a+step<= b){
A[A.length]= a+= step;
}
}
else{
var s= 'abcdefghijklmnopqrstuvwxyz';
if(a=== a.toUpperCase()){
b=b.toUpperCase();
s= s.toUpperCase();
}
s= s.substring(s.indexOf(a), s.indexOf(b)+ 1);
A= s.split('');
}
return A;
}
permalink
-
-
https://stackoverflow.com/questions/3895478/does-javascript-have-a-method-like-range-to-generate-an-array-based-on-suppl
javascript
modle de circulaire - circulaire_142_040510.pdf
Circulaire sur le statut des psychologues dans la fonction hospitalière et temps FIR.
permalink
-
-
http://www.sante.gouv.fr/IMG/pdf/circulaire_142_040510.pdf
psy
Kivy - a very short introduction
présentation de kivy via sebsauvage :
http://sebsauvage.net/links/?a12rTg
permalink
-
-
http://www.infoq.com/fr/presentations/kivy-short-introduction
kivy
Freak : une nouvelle faille qui pourrait coûter cher | Programmez!
Touchés : chrome sous android et safari sous IOS X
permalink
-
-
http://www.programmez.com/node/22275
faille
700 Free Movies Online: Great Classics, Indies, Noir, Westerns | Open Culture
permalink
-
-
http://www.openculture.com/freemoviesonline
film
Tu quoque Firefox | Framablog
+1
via sebsauvage :
http://sebsauvage.net/links/?8EMRSA
permalink
-
-
http://framablog.org/2015/03/04/tu-quoque-firefox/
firefox
Cet artiste français vous donne le sourire à chaque coin de rue grâce à ses mises en scène délirantes | SooCurious
via sebsauvage
http://sebsauvage.net/links/?-tO7Kg
permalink
-
-
http://soocurious.com/fr/oak-oak-street-art-dessin-mur-rue-france/
fun
A visual crontab editor - create your custom crontab syntax to use with the cron scheduling application on your Linux server
via sebsauvage
permalink
-
-
http://www.corntab.com/pages/crontab-gui
cron
Stockage des données locales : Web Storage - Alsacreations
stockage dans le navigateur : sessionStorage, localStorage
permalink
-
-
http://www.alsacreations.com/article/lire/1402-web-storage-localstorage-sessionstorage.html
javascript
Tables de multiplication
permalink
-
-
http://www.logicieleducatif.fr/math/calcul/tablesmultiplication.php
pédagogie
simplex-noise-demystified.fm - simplexnoise.pdf
article de Stephan Gustavson sur l'implémentation de l'algorithme de perlin et Simplex en Java
et n autre article qui explique en détail le bruit de Perlin :
http://freespace.virgin.net/hugo.elias/models/m_perlin.htm
et sur google code :
https://code.google.com/p/battlestar-tux/wiki/SimplexNoiseDistributions
le tout via :
http://www.6by9.net/simplex-noise-for-c-and-python/
permalink
-
-
http://webstaff.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf
perlin_noise
simplex_noise
Blobs in Games: Simple map generation
Je regarde en ce moment les algorithmes et stratégies envisagées pour la création aléatoire de cartes réalistes. Beaucoup de travail a été engagé et il existe de nombreuses approches : bruit de Pelin, polygones,...
voir :
http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/
et :
http://www.dungeonleague.com/
(monde sphèrique !)
ou :
https://github.com/lebesnec/island.js
(javascript)
permalink
-
-
http://simblob.blogspot.fr/2010/01/simple-map-generation.html
map_generation
Face Recognition with Python, in under 25 lines of code - Real Python
permalink
-
-
https://realpython.com/blog/python/face-recognition-with-python/
image
opencv
CUVI - GPU Accelerated Imaging Library
opencv cuvi pil
permalink
-
-
http://www.cuvilib.com/#
image
Over 1000 DOS games that can be played online | Play DOS games online
dos games !!!
permalink
-
-
http://playdosgamesonline.com/
jeux
Quelle est la couleur de cette robe ? Cette question divise le monde | Big Browser
permalink
-
-
http://bigbrowser.blog.lemonde.fr/2015/02/27/quelle-est-la-couleur-de-cette-robe-cette-question-divise-le-monde/
image
noise 1.2.1 : Python Package Index
bruit de Perlin
permalink
-
-
https://pypi.python.org/pypi/noise/#downloads
python
Cours de programmation en langage Python - Spécialité ISN - Terminale S
un petit cours et des exercices autour de python et du format d'image PGM (dont j'ai découvert l'existence en utilisant la librairie "noise" de python et qui permet de générer du bruit de Perlin.
permalink
-
-
http://fsincere.free.fr/isn/python/cours_python_ch10.php
cours
image
python
Links per page:
20
50
100
◄Older
page 53 / 169
Newer►