• davidY
  • Mes liens
  • Tags
  • images
  • Quotidien
  • RSS
  • Connexion
Filtrer par liens sans tag

Central Nexus Thermal Camera Projecthttp://www.centralnexus.com/thermal/

  • arduino
  • capteur
  • arduino
  • capteur

Camera thermique home made avec un arduino

Cout : 152 $

Boitier Arduino : 12$
2x Servo moteurs : 2x9$
Bracket : 6$
Arduino Uno : 30$
Convertisseur 5V - 3,3 V : 2$
Webcam Microsoft LifeCam VX-700 : 15$
Carte prototype Arduino : 5$
Capteur IR : 49$
Pin de branchement : 1,5$ + 2$
Prise molex : 3$
Pointeur Laser : 8$
Permalien
August 7, 2013 at 9:46:21 AM GMT+2

PV NOVA - YouTubehttp://www.youtube.com/user/Pvnova

  • a_voir
  • video
  • fun
  • a_voir
  • video
  • fun

Permalien
August 6, 2013 at 4:02:33 PM GMT+2

bcvi - run vi over a 'back-channel'http://sshmenu.sourceforge.net/articles/bcvi/

  • ssh
  • ssh

Renvoyer le résultat de commande faite sur un serveur via SSH sur la machine locale
Exemple : vi [fichier] ouvre le fichier localement (avec éditeur texte GUI)

Permalien
August 6, 2013 at 3:57:15 PM GMT+2

livingintheshell : Docker + Autoenv :: Super magic automated development environmenthttp://livingintheshell.com/docker-autoenv-super-magic-automated-development-environment.html

  • a_tester
  • vm
  • umanit
  • a_tester
  • vm
  • umanit

Automatiser tout un tas de configuration (y compris le démarrage de VM LXC via docker) dès l'entrée dans un répertoire

Permalien
August 6, 2013 at 3:55:17 PM GMT+2

Vim After 11 Years - Ian Langworth's Things of Variable Interesthttp://statico.github.io/vim.html

  • vim
  • temoignage
  • todo_vim
  • vim
  • temoignage
  • todo_vim

Retour d’expérience sur l'utilisation et le paramétrage de vim.
La suite : http://statico.github.io/vim2.html

Reste à voir :

L'article la suite

Raccourcis de formatage :
:nmap \t :set expandtab tabstop=4 shiftwidth=4 softtabstop=4<CR>
:nmap \T :set expandtab tabstop=8 shiftwidth=8 softtabstop=4<CR>
:nmap \M :set noexpandtab tabstop=8 softtabstop=4 shiftwidth=4<CR>
:nmap \m :set expandtab tabstop=2 shiftwidth=2 softtabstop=2<CR>

Plugins Syntastic (erreurs code), NERD Tree (arbre fichier), CTRL-P (switch buffer/fichiers)

Dans les commentaires :
vim-css-color (surlignage des couleurs HTML), ColorV (idem), YouCompleteMe (auto completion de code)

Permalien
August 5, 2013 at 10:29:14 AM GMT+2

Débusquer une régression avec git bisect « Développeur web freelancehttp://www.miximum.fr/methodes-et-outils/79-debusquer-une-regression-avec-git-bisect

  • git
  • todo_git
  • git
  • todo_git

Outil/commande git permettant de trouver "facilement" un commit responsable d'une regression

Permalien
August 2, 2013 at 5:14:37 PM GMT+2

Commit Often, Perfect Later, Publish Once—Git Best Practiceshttp://sethrobertson.github.io/GitBestPractices/

  • a_lire
  • git
  • a_lire
  • git

Permalien
August 2, 2013 at 5:07:26 PM GMT+2

Blog Stéphane Bortzmeyer: Recherche d'un nouveau logiciel de présentationhttp://www.bortzmeyer.org/logiciel-presentation-nouveau.html

  • powerpoint
  • liste
  • powerpoint
  • liste

Liste des alternative à powerpoint pour faire des présentation modernes

Permalien
July 29, 2013 at 6:41:59 PM GMT+2

spin.jshttp://fgnass.github.io/spin.js/#?lines=9&length=1&width=3&radius=5&corners=1.0&rotate=0&trail=59&speed=1.0&direction=1

  • javascript
  • javascript

Librairie js permettant de faire un loader ajax sans image

Permalien
July 29, 2013 at 3:48:59 PM GMT+2

changing git commit messages - @darrinholsthttp://darrinholst.com/post/359817782.html

  • git
  • tips
  • git
  • tips

Changer un message de commit qui n'est pas le dernier

Au cas où la page disparait :

git rebase --interactive [SHA du commit précédent celui à modifier]
Dans le VI qui s'ouvre, Changer le mot "pick" par "edit" pour le commit à changer, sortir de VI
git commit --amend -m "nouveau message"
git rebase --continue

Permalien
July 26, 2013 at 3:44:22 PM GMT+2

Kimsufi - votre gamme de serveurs dédiés à partir de 2.99 Euros/mois !http://www.kimsufi.com/fr/

  • hebergement
  • hebergement

Un dédié à 4€ / mois !!

Permalien
July 26, 2013 at 11:47:10 AM GMT+2

Installez votre synchronisateur de contacts chez vous avec Baikal | IdleBloghttp://blog.idleman.fr/?p=2337

  • autohebergement
  • contact
  • sync
  • autohebergement
  • contact
  • sync

Synchronisation des contacts (calendriers ?)

http://baikal-server.com/

Permalien
July 26, 2013 at 11:34:32 AM GMT+2

EditorConfighttp://editorconfig.org/

  • a_tester
  • IDE
  • a_tester
  • IDE

Outil de partage de config entre éditeur / IDE

Permalien
July 26, 2013 at 11:33:16 AM GMT+2

Visual_SQL_JOINS_orig.jpg (Image JPEG, 966x760 pixels) - Redimensionnée (98%)http://www.codeproject.com/KB/database/Visual_SQL_Joins/Visual_SQL_JOINS_orig.jpg

  • sql
  • memento
  • sql
  • memento

Les joins SQL en image (jointure)

Permalien
July 18, 2013 at 4:33:01 PM GMT+2

Pour arrêter de galérer avec Git « Développeur web freelancehttp://www.miximum.fr/tutos/1546-enfin-comprendre-git

  • git
  • todo_git
  • git
  • todo_git

Introduction a git

Permalien
July 12, 2013 at 5:19:25 PM GMT+2

VI Airlinehttps://github.com/bling/vim-airline

  • vim
  • plugin
  • vim
  • plugin

Powerline pour Vim mais plus léger que le vrai powerline

Permalien
July 12, 2013 at 5:16:37 PM GMT+2

Shuttle | A simple SSH shortcut menu for OS Xhttp://fitztrev.github.io/shuttle/

  • ssh
  • mac
  • outil
  • ssh
  • mac
  • outil

Outil de raccourcis vers ses connexion SSH pour MC
JelleyFissh gratuit et open source

Permalien
July 12, 2013 at 5:12:24 PM GMT+2

vi-vim-cheat-sheet.gif (Image GIF, 1024x724 pixels)http://www.viemu.com/vi-vim-cheat-sheet.gif

  • vim
  • memento
  • todo_vim
  • vim
  • memento
  • todo_vim

Cheat sheet Vim

Permalien
July 9, 2013 at 9:46:12 PM GMT+2

reveal.js - The HTML Presentation Frameworkhttp://lab.hakim.se/reveal-js/#/

  • framework
  • javascript
  • powerpoint
  • framework
  • javascript
  • powerpoint

Slideshow en js
Powerpoint like

Permalien
July 9, 2013 at 9:22:39 PM GMT+2

Git Cheat Sheethttp://www.git-tower.com/blog/git-cheat-sheet/

  • git
  • memento
  • git
  • memento

Permalien
July 3, 2013 at 8:54:15 PM GMT+2
41 / 47
Liens par page
  • 20
  • 50
  • 100
Shaarli 934 shaares · 3 liens privés · Shaarli · Le gestionnaire de marque-pages personnel, minimaliste, et sans base de données par la communauté Shaarli · Documentation · Theme : Stack · Font : DINish
Replier Replier tout Déplier Déplier tout Êtes-vous sûr de vouloir supprimer ce lien ? Êtes-vous sûr de vouloir supprimer ce tag ? The personal, minimalist, super-fast, database free, bookmarking service par la communauté Shaarli