Install tessaract https://tesseract-ocr.github.io/tessdoc/Installation.html
sudo apt-get install tesseract-ocr
sudo apt-get install tesseract-ocr-fra
Install tessaract https://tesseract-ocr.github.io/tessdoc/Installation.html
sudo apt-get install tesseract-ocr
sudo apt-get install tesseract-ocr-fra
### Keybase proof | |
I hereby claim: | |
* I am davidbruant on github. | |
* I am davidbruant (https://keybase.io/davidbruant) on keybase. | |
* I have a public key ASDRtwtQ7KodaLuXjvmeKe3ZfuK4e1n8JHa0oTbq2LbgYgo | |
To claim this, I am signing this object: |
Github issues should be the description of a problem + optionnally a solution suggestion ( ^ this is the description of a solution. To which problem? ^ )
Only if someone else agrees on the problem a solution should be worked on
If an issue isn't a problem, someone helps reformulate the issue until :
Maybe nobody wants to spend time help reformulate
git clone git://git.gnome.org/gnome-calculator | |
cd gnome-calculator/ | |
sudo apt-get install automake | |
sudo apt-get install intltool | |
2019 sudo apt-get install autopoint | |
2021 sudo apt-get install libtool | |
2023 sudo apt-get install mpfr | |
2025 sudo apt-get install libmpfr4-dev | |
2026 sudo apt-get install libmpfr-dev |
ssh [email protected] // Basic ssh connection
ssh [email protected] -p 33 // Using port 33
ssh [email protected] -v // log more info on connection
postgres=# select * from territoires; | |
created_at | updated_at | id | name | description | user_id | |
-------------------------------+-------------------------------+--------------------------------------+----------------+---------------------+-------------------------------------- | |
2016-07-06 11:35:33.315887+00 | 2016-07-06 11:35:33.315887+00 | 420d67eb-235b-4c0b-bf75-a7598df56b0b | cb | | a8d86ac9-89b1-4017-8760-4c61074b1f79 | |
2016-07-06 15:40:11.201173+00 | 2016-07-06 15:40:11.201173+00 | 17b2e7f2-9a3a-4ced-9b5a-7c6fa8a7f857 | IC | IC and EE | c090d0aa-b71f-4332-b041-9985e0394a0e | |
2016-07-07 12:54:01.910133+00 | 2016-07-07 12:54:01.910133+00 | cea352d5-752e-4381-8de6-9b9543ab9a91 | Coeur de Forêt | | 3cf51bd6-d9dc-40a6-aabe-9ebbb8d46f3c | |
2016-07-08 10:15:35.118294+00 | 2016-07-08 10:15:35.118294+00 | a033691f-9bd4-482b- |
"use strict"; | |
function remember(...args){ | |
const [key, value] = args; | |
if(args.length === 1){ // recall | |
return new Promise(resolve => { | |
setTimeout(() => { | |
const val = localStorage.getItem(key); | |
A good web application will make good use of URLs and browser history. This allows users to bookmark, use their browser history, etc. However, there are a number of considerations to have in mind when trying to have good URLs