Shaare your links...
3325 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 35 / 167
Newer►
  • Comment Google modifie les frontières selon le pays de connexion - Rue89 - L'Obs
    via donNotTrack : https://donottrack-doc.com/fr/episode/6/post10032
    permalink -
    - http://rue89.nouvelobs.com/2015/04/21/comment-google-modifie-les-frontieres-selon-pays-connexion-258743
    bulle_filtrante google
  • video - How can I merge two mp4 files without losing quality? - Super User
    You can do this with ffmpeg:

    mkfifo temp0 temp1
    ffmpeg -i input0.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts -y temp0 2> /dev/null & \
    ffmpeg -i input1.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts -y temp1 2> /dev/null & \
    ffmpeg -f mpegts -i "concat:temp0|temp1" -c copy -absf aac_adtstoasc output.mp4

    This doesn't re-encode anything, it places them in a new transport stream container, which makes them more easy to concatenate, and then concatenates them back into an MP4. If output.mp4 already exists, the command will fail. The version above uses named pipes, if you're on a system that doesn't support those you'd have to use intermediate files (like windows):

    ffmpeg -i input0.mp4 -c copy -bsf:v h264_mp4toannexb temp0.ts
    ffmpeg -i input1.mp4 -c copy -bsf:v h264_mp4toannexb temp1.ts
    ffmpeg -i "concat:temp0.ts|temp1.ts" -c copy -bsf:a aac_adtstoasc output.mp4
    permalink -
    - http://superuser.com/questions/43588/how-can-i-merge-two-mp4-files-without-losing-quality
    video
  • polices de caractères pour l'école
    permalink -
    - http://maternellecolor.free.fr/ldivers/Index.html
    pédago
  • Raccourci pour exécuter un programme avec élèvation de privilèges sans validation de l'UAC | Windows 10 - Windows 8 - Windows 7 - VISTA
    permalink -
    - http://www.chantal11.com/2009/06/raccourci-pour-executer-programme-avec-elevation-privileges-sans-validation-uac-windows-7-vista/
    windows
  • Picto-France
    permalink -
    - http://www.pictofrance.fr/Picto.aspx/catalogue
    picto
  • Software — oats
    permalink -
    - http://www.oatsoft.org/Software/by-category/Repository/Function/SymbolSet
    picto
  • LetMeTalk: Gratuit CAA Talker App - LetMeTalk.info
    permalink -
    - http://www.letmetalk.info/fr
    android communication handicap
  • COMOOTY, application d'aide à la communication sur tablette tactile pour enfants ou adultes avec autisme, déficience intellectuelle, maladie neuro dégénérative, ...
    permalink -
    - http://www.ezooty.com/comooty.php
    communication handicap
  • Découverte de l'interpréteur interactif IPython
    permalink -
    - http://eric-pommereau.developpez.com/tutoriels/introduction-ipython/
    ipython python
  • PEP 0008 -- Style Guide for Python Code | Python.org
    permalink -
    - https://www.python.org/dev/peps/pep-0008/#blank-lines
    memo python
  • Tutoriel Vidéo Javascript Debounce & Throttle
    permalink -
    - http://www.grafikart.fr/tutoriels/javascript/debounce-throttle-642
    javascript memo
  • A Practical Style Guide to Everyday JavaScript.
    permalink -
    - https://github.com/seanwestfall/javascript/blob/master/draft.md#official-documentation
    good_practice javascript web
  • » 7 Principles of Rich Web Applications
    permalink -
    - http://rauchg.com/2014/7-principles-of-rich-web-applications/
    html web
  • Optimiser les pages web - Le Hollandais Volant
    permalink -
    - http://lehollandaisvolant.net/tuto/pagespd/#cd-src
    memo web
  • CSS3 Flexbox Layout module - Alsacreations
    permalink -
    - http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
    flex html
  • Https, la cnil et les cons | Cabusar.fr
    via timo

    ben oui... on fait pas n'impot'nawak sur le réseau de l'entreprise... Ou alors on essaye d'être plus malin ;-)
    permalink -
    - http://cabusar.fr/https-la-cnil-et-les-cons/
  • 8 plantes absolument fascinantes qui semblent venir d’une autre planète | SooCurious
    via timo
    permalink -
    - http://soocurious.com/fr/8-plantes-absolument-fascinantes-qui-semblent-venir-dune-autre-planete/
    fun photo
  • thumbnail
    File:Tableau de classification périodique des éléments.png - Wikimedia Commons
    via timo
    permalink -
    - https://commons.wikimedia.org/wiki/File:Tableau_de_classification_p%C3%A9riodique_des_%C3%A9l%C3%A9ments.png
    physic
  • [CSS] Arrêtez d’utiliser float n’importe comment - Le Hollandais Volant
    permalink -
    - http://lehollandaisvolant.net/?d=2015/08/12/19/43/23-css-arretez-dutiliser-float-nimporte-comment
    html
  • Un clavier pour écrire en français sous Windows - Links | Adrian Gaudebert
    timo timo timo !
    l'exe -> https://dl.dropboxusercontent.com/u/1341718/Clavier%20-%20fr-oss/Pour%20installer%20-%20fr-oss.zip
    permalink -
    - http://adrian.gaudebert.fr/feed/?rGWvqQ
Links per page: 20 50 100
◄Older
page 35 / 167
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.