972 private links
deface
is a simple command-line tool for automatic anonymization of faces in videos or photos. It works by first detecting all human faces in each video frame and then applying an anonymization filter (blurring or black boxes) on each detected face region. All audio tracks are discarded as well.
Site élève de Continuité pédagogique
Explained from First Principles is a technology, science, and philosophy blog for curious people.
De plus en plus souvent, l'on vous propose de vous authentifier via Facebook, Twitter, Google…
Si cette authentification via un tiers facilite la gestion des comptes, elle n'est pas pour autant sans conséquences…
Quelles sont les données récoltées sur vous, qu'en fait le service qui les enregistre ?
Most things that you can do manually in the browser can be done using Puppeteer! Here are a few examples to get you started:
Generate screenshots and PDFs of pages.
Crawl a SPA (Single-Page Application) and generate pre-rendered content (i.e. "SSR" (Server-Side Rendering)).
Automate form submission, UI testing, keyboard input, etc.
Create an up-to-date, automated testing environment. Run your tests directly in the latest version of Chrome using the latest JavaScript and browser features.
Capture a timeline trace of your site to help diagnose performance issues.
Test Chrome Extensions.
Site d'entraide informatique en ligne destiné aux utilisateurs débutants : tutoriels gratuits, astuces et cours d'informatique.
Découvrons quelle distribution Linux installer sur un vieux PC pour lui donner une seconde (ou une troisième !) vie.
Carbon is the easiest way to create and share beautiful images of your source code.
Redux is a state management library. It stores the state of your app and provides methods to interact with that state. It can be used with any framework like React, Angular, Vue etc.
Quick guide of Redux.
Create repository
cd path_to_central_reposity_folder_on_usb_stick
git init --bare --shared=all
Clone repository
cd path_to_where_i_want_my_files_on_computer
git clone path_to_central_reposity_on_usb
Commit changes
git add -A
git commit -m "Made some changes!"
Push changes to USB stick
git push origin master
Get changes
git pull origin master
WebTorrent, the streaming torrent client for the browser, Mac, Windows, and Linux
Je vais parler ici d'astuces pour donner l'impression que la page se charge plus vite.
Éducation par et aux médias
This is a list of HTML attributes that many beginners don't know, but that can be helpful.
Simply turns Markdown into presentation. Contribute to wanadev
This page contains a collection of small computer programs which implement one-player puzzle games. All of them run natively on Unix (GTK), on Windows, and on Mac OS X. They can also be played on the web, as Java or Javascript applets.
All online tools you need in one box for free. Build anything online with “all-in-one toolbox”. All tools are easy-to-use, blazing fast & free.
Guides d'apprentissage au web et à l'informatique
This tutorial shows you some basic systemd commands that will be useful to manage services, run levels and logs. Learn the usage of systemctl and journalctl
Simple yet flexible JavaScript charting for designers & developers