17 private links
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.
Mastoshare - Un bouton de partage social pour Mastodon
Open your Shaarli and Login
Click the Tools button in the top bar
*Click the ✚Add to Firefox social button and accept the activation.
-
Software etymologist (traces the genealogy of terms, processes, ideas, and systems)
-
Software entomologist (classifies bugs and studies their behavior; offshoot of security research)
-
Software ecologist (studies the interactions of vast numbers of huge, ancient systems)
-
Software zoning manager (controls what software is allowed to exist based on concerns about stability raised by software ecologists & software historians)
<p>Job titles of the near future:</p><p> Software gardener (the intersection of devops & maintenance)</p><p> Software archaeologist (maintenance of old but important systems)</p><p> Software anthropologist (maintenance of old but important systems whose behavior is confusing)</p><p> Software documentary editor (a software anthropologist that annotates old broken software & its documentation for software historians)</p><p>* Software historian (studies old versions of software to make it understandable to modern users)</p>