17 private links
On entend beaucoup parler de liberté d’expression ces derniers temps. Que ce soit quand Dieudonné veut nous apitoyer sur son sort de pauvre antisémite martyrisé, ou plus récemment avec le massacre de Charlie Hebdo. Nous allons donc réfléchir un peu au...
Twitter-like Mastodon client
Première mission pour Mars. Des humains vont poser le pied sur la planète rouge. Entre leurs désirs, leurs rêves, leurs illusions, il y a cette envie désespérée, mêlée de terreur, de faire la rencontre d'une autre forme de vie... Et que se passerait-il à ce moment-là pour eux? Et sur terre?
Development boards and Tools. OLinuXino, Duino, ARM, AVR, MAXQ, MSP430, PIC, DSP
OLIMEX Open Source Hardware Development Boards
Dictionary words that are also unregistered domain names, every 10 minutes. Source: https://github.com/impiaaa/domainhackerbot
Tone Bender 1.5 #2 with bias control. Turret board circuit construction sporting Mullard OC72 and OC42 germanium transistors. ...
Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.
I won a Samsung Galaxy S6 Edge, signed into it with my Google account, played around with it, wiped it, and sold it. Now the person can't get past setup because it's saying he must login with an a...
Upgrade from 0.6.5
to 0.8.4
(ArchLinux AUR version).
As others have recommended in comments, it looks like the canonical way to test Express controllers is through supertest.
An example test might look like this:
describe('GET /users', function(){
it('respond with json', function(done){
request(app)
.get('/users')
.set('Accept', 'application/json')
.expect(200)
.end(function(err, res){
if (err) return done(err);
done()
});
})
});
Upside: you can test your entire stack in one go.
Downside: it feels and acts a bit like integration testing.
A Test-Anything-Protocol library for Node.js
<VirtualHost example.com:*>
ProxyPreserveHost On
ProxyPass /api http://localhost:3000/
ProxyPassReverse /api http://localhost:3000/
ServerName localhost
</VirtualHost>
Une BiblioBox est une LibraryBox, déclinaison de la PirateBox. Il s’agit d’un dispositif de partage de ressources numériques (livres électroniques, vidéos, musiques, logiciels, photos, ect..).
La BiblioBox génère un réseau auquel on se connecte en wifi via un smartphone, une tablette ou un ordinateur portable puis on télécharge les contenus disponibles. Sous le capot, c'est des logiciels libres
LibraryBox is an open source, portable digital file distribution tool based on inexpensive hardware that enables delivery of educational, healthcare, and other vital information to individuals off the grid.