===== Vrac =====
* [[http://www.dbfmanager.com/dbfstructure.php|doc sur le format DBF]]
* [[http://cyberzoide.developpez.com/php4/ezpdf/|ezpdf]] (pour générer des PDFs en PHP]]
* [[http://gentoo-portage.com/|portages Gentoo]]
* [[http://www.cps-project.org/Public/documentation/tester_cps_groupewar/view|une knoppix avec du Zope]]
* pour créer un cd custom d'ubuntu
$ sudo mkisofs -r -V "Custom Ubuntu Live CD" \
-cache-inodes \
-J -l -b isolinux/isolinux.bin \
-c isolinux/boot.cat -no-emul-boot \
-boot-load-size 4 -boot-info-table \
-o custom-hoary-live-i386.iso extracted_cd
* http://linuxfr.org/~jmf/16261.html
* [[http://www.amazon.fr/exec/obidos/ASIN/0131855867/qid%3D1118780737/402-7381144-9912937|un bouquin sur html et les CSS]]
* http://wiki.linuxquestions.org/wiki/Nero_CD_image
* http://christian.caleca.free.fr/pppoe/details.htm
* [[http://www.drpaulcarter.com/pcasm/|tutoriel assembleur]]
* Claviers IBM model M : http://www.clickykeyboard.com/ http://www.clickykeyboards.com/
* cartes mini-itx :
* http://www.thinkitx.com/via_epia_mii6000e-271-1-c.html
* http://www.materiel.net/details.php3?ref=EPIAMII10000
* http://www.ldlc.fr/fiche/PB00022525.html
* http://www.itx-france.com/catalog/product_info.php?cPath=24_67&products_id=38
* http://www.actualis.com/catalogue/fset_prod.php?ref=FORTFSP180_60PLA
* Carrefours des possibles 2007 :
* Videos : http://www.picardie.fr/spip.php?article2056
* Les projets présentés : http://www.renupi.org/article.php3?id_article=237
* décret d'application (LCEN ?) : http://www.legifrance.gouv.fr/imagesJOE/2006/0326/joe_20060326_0073_0009.pdf
* http://michael-prokop.at/blog/2007/03/14/maintain-etc-with-mercurial-on-debian/
* http://libvirt.org/format.html
* connecteurs wifi : http://wireless.gumph.org/content/3/7/011-cable-connectors.html
* http://www.linuxdriverproject.org/twiki/bin/view/Main/DriversNeeded
* [[frequences_amiens|Fréquences des radios sur Amiens]]
* Une collection de polices ASCII art : http://www.network-science.de/ascii/
* http://1wire.fr/dotclear/
* asso avec CA collégail : http://energiesxxi.colibri91.net/
* http://packetlife.net/cheatsheets/
* guide Arduino et clones : http://blog.makezine.com/archive/2008/11/aduino_gift_guide.html
* Emission //Pièces à conviction// sur les déchets nucélaires miniers en France : http://programmes.france3.fr/pieces-a-conviction/51415247-fr.php
* squat à boves : http://lille.indymedia.org/article15406.html http://picardisaille.canalblog.com/archives/2009/03/29/13184940.html
* Outils collaboratifs pour collectifs : https://we.riseup.net/crabgrass/about
* Pour faire des schémas de bases de données : http://oxygene.sk/lukas/projects/dbmodel/
* NAT-PT : http://tomicki.net/naptd.php et totd
* http://zen.via.ecp.fr/~bencoh/doc/LinuxKernel%20-%20PacketFlow.png
* Paul Lafargue : le droit à la paresse : http://www.infokiosques.net/spip.php?article807
* piloter Webkit depuis Python : http://www.aclevername.com/articles/python-webgui/
* cache howto destiné aux webmasters : http://www.mnot.net/cache_docs/
* reportage esclaves d'internet : http://www.youtube.com/watch?v=DnBmBLdLdME (question à la une)
* http://deckardt.nl/blog/2008/06/28/speedtouch-fun-the-root-hack/
* statuts de l'association Enchanteix : http://gtom.eu/eco-hameau/Association-Enchanteix/Statuts-Enchanteix.pdf
* pour visualiser l'exécution d'un bout de code python : http://www.pythontutor.com/
* convertir un lot de fichiers ogg en mp3 (ou l'inverse, ou ...) : for name in *.ogg; do ffmpeg -i "$name" -ab 128k -map_metadata 0:s:0 "${name/.ogg/.mp3}"; done;
* PDU Amiens : {{:vrac:pdu_2013-2023_amiens_meopole.pdf|}}
* Python et encoding : http://sametmax.com/lencoding-en-python-une-bonne-fois-pour-toute/
* https://blog.seboss666.info/2016/06/recuperer-les-images-iso-des-differentes-version-de-windows/
* http://workmanship.nasa.gov/lib/insp/2%20books/frameset.html
* extension de pandoc :
* http://scorreia.com/software/panflute/
* https://pandoc.org/lua-filters.html
* éditeur de niveaux de jeux 2D : https://ldtk.io/
* moteur de jeux en lua : https://minigdx.github.io/tiny/
* https://kallithea.readthedocs.io/en/latest/overview.html : forge git / mercurial
===== outils organisation asso =====
* projet de Bram ( #gitoyen ) qu'est pas encore fait :)
* pvpads : http://pv.yunohost.org
* https://hackeragenda.be/
===== Video =====
* [[http://zaheer.merali.org/mediawiki/index.php/Caster|LiveCD pour le broadcast video]]
* pour faire du streaming theora :
vlc -v
v4l:/dev/video:norm=2:frequency=-1:size=192x144:adev=/dev/dsp:audio=0
--sout '#transcode{vcodec=theo,vb=80,scale=1,acodec=vorb,ab=24}:std{access=http,mux=ogg,url=10.2.5.16:1234}'
* enregistrer la télé avec mencoder :
mencoder -tv
driver=v4l2:width=512:height=384:forceaudio:forcechan=1:input=0:norm=SECAM:channel=52:saturation=-40
-oac mp3lame -lameopts cbr:br=64 -vf hqdn3d=4:5,pp=lb -ovc lavc
-lavcopts vcodec=mpeg4:vbitrate=2000:vhq:v4mv -o /mnt/encode/domi/testmenc.avi
tv://
* ffmpeg2thoera
./ffmpeg2theora /mnt/encode/domi/jdl2005/brevet_stoehr_2005_full.avi -o
/mnt/encode/domi/jdl2005/brevet_stoehr_2005_full.ogm -x 560 -y 416
--aspect 4:3 -v 7 -a 3 --organization EPPLUG --title "Thieery Stoeher -
Brevts logiciels : les enjeux" --location "Amiens" --date "18 mars 2005"
--copyright "Thierry Stoehr, EPPLUG"
* http://dvd-slideshow.sourceforge.net/
* http://kavlon.org/index.php/dvdbackup
* file:///usr/share/doc/subtitleripper/README.subtitle2pgm
* http://tovid.sourceforge.net/
* http://open4all.info/ossa/_Live_Flash_Stream_via_FFMPEG
* ffmpeg pour windows : http://biggmatt.com/winff/
* http://www.streamees.com/
* Config postfix pour savoir envoyer des mails à Orange.fr : http://www.zapoyok.info/2011/01/01/orangewanadoo-et-%C2%AB-too-many-connections-slow-down-ofr004_104-104-%C2%BB/
/etc/postfix/transport
wanadoo.fr slow:
orange.fr slow:
/etc/postfix/master.cf
slow unix - - n - 5 smtp
-o syslog_name=postfix-slow
-o smtp_destination_concurrency_limit=3
-o slow_destination_rate_delay=1
/etc/postfix/main.cf
slow_destination_recipient_limit = 20
slow_destination_concurrency_limit = 2
Puis reload de postfix (éventuellement requeue des messages déjà en spool)
===== Tir à l'arc =====
* http://www.bourges1ere.fr/images/Technique/ArcClassique.htm
* https://fr.wikipedia.org/wiki/Glossaire_du_tir_%C3%A0_l%27arc
* http://cslg.melun.tiralarc.free.fr/faq.php
* http://www.tiralarcpoissy.com/wp/decouvrir-le-tir-a-larc/en-savoir-plus/
===== Graphisme =====
* [[http://b0op.com/blog/index.php/2005/01/23/1717-comment-creer-un-panorama-de-facon-automatisee-avec-hugin-panotools-enblend-autopano-sift-tout-ca-sous-debian|faire des panoramas avec hugin]]
* https://www.scratchapixel.com/index.html - Teaching computer graphics programming to regular folks
===== Emulation/virtualisation =====
* [[http://www.cc.gatech.edu/~ranma1/mac_install.html|PearPC et MacosX]]
===== Brevets logiciels =====
* http://swpat.ffii.org/index.fr.html
* http://www.brevets-logiciels.info/
* http://www.aful.org/presse/pr-20050305-brevets_commission
* http://april.org/articles/communiques/pr-20050305.html
* http://formats-ouverts.org/blog/2005/03/07/316-les-lois-et-les-reglements-ont-des-formats-ouverts-mais-cela-ne-signifie-pas-les-respecter
===== Souvenirs =====
* ZWorld Listtle Star, racheté par Rabbit Semiconductor : http://www.rabbitsemiconductor.com/legacy/pk2200/docs.shtml
===== Projets =====
* [[vrac:no_log_like|reflexion autour des outils pour essaimer des plateformes de mail type no-log]]
http://wiki.openvz.org/Main_Page
http://www.hardened-php.net/suhosin/a_feature_list.html
http://libvirt.org/format.html
http://www.opensourcehowto.org/how-to/mysql/mysql-users-postfixadmin-postfix-dovecot--squirrelmail-with-userprefs-stored-in-mysql.html
http://sourceforge.net/projects/postfixadmin/
http://www.jawmail.org/
[[vrac:picnat:|Picardie Nature]]
[[vrac:npa:|NPA 80]]
[[vrac:alternc]]
** idées **
//outil d'inventaire serveur//
nom de code : ''sapins'' ( Simple Agent pour l'INventaire des Serveurs )
Faire un agent d'inventaire d'un serveur ( matériel, logiciels, services, utilisateurs, ... ) qui remonterait les informations en json (avec une structuration light, donc), stockées sur un serveur de collecte, où une interface permettrait de faire des interrogations ("quels servuers ont d'installé le paquet mysql en version ifnerieure a 5.5).
La collecte d'informations d'inventaire se ferait sous forme de plugins (utlisant des outils existants (lshw par exemple), ou à créer).
Les informations collectées seraient envoyées vers une ou plusieurs destinataions (fichier local, mail, serveur de collecte d'inventaire).
Le serveur de collecte d'inventaire serait typiquement un "document store" connaissant json, pour permettre de faire des requetes (interface devant MongoDB, par exemple). Il propose une API d'interrogation. Les données collectées sont historisées (l'idéal serait de pouvoir interroger l'historique d'un élément donné).
Pour l'interrogation, un outil "interactif" (type interface web) et des outils en CLI permettant de scripter l'interrogation.
//outil de mise a jour dynamique d'enteées DNS en fonction de conditions//
Pour une ressource donnée (une entrées DNS), on définit des conditions (état d'un check nagios, résultat d'une commande, ...) à remplir pour qu'une valeur données soit prise en compte.
Le cas d'usage type, c'est une entrée DNS A avec plusieurs adresses IP, et elles sont listées si le serveur correspondant répond correctement (pour un service redondant). Par exemple une entrée smtp.domaine.fr dont le service peut etre rendu par plusieurs serveurs.
//lecture audio commandée par QRcode//
( ou NFC / RFID )
Faire un lecteur audio commandé par des "cartes" comportant un qrcode
* https://www.raspberrypi.org/blog/qrocodile-kid-friendly-sonos-system/
* https://github.com/chrispcampbell/qrocodile
* https://labonnesoupe.org/2018/02/14/introducing-qrocodile/
* https://www.raspberrypi.org/blog/who-needs-vinyl-records-when-youve-got-raspberry-pi-and-nfc/
* https://linux.die.net/man/1/zbarcam
* https://thepihut.com/products/multicomp-pi-blox-case-blue
* ESP32-CAM ( wifi / camera / ~ 10E )
* https://pypi.org/project/python-musicpd/
* https://www.kubii.fr/ecrans-afficheurs/2061-ecran-29-e-paper-296x126-kubii-3272496009219.html ( 16.80 E )
* https://www.kubii.fr/ecrans-afficheurs/1937-ecran-tactile-35-avec-stylet-kubii-3272496008038.html ( 19.95 E )
* PI 3 A+ = 512Mo + wifi ( 26.50E )
* boitier ( ~ 10E )
* https://raspberrypi.stackexchange.com/questions/23182/how-to-stream-video-from-raspberry-pi-camera-and-watch-it-live/71680#71680 ( pour ajustement de la focale )
* https://boutique.semageek.com/fr/368-boitier-pitft-pour-raspberry-pi-model-b.html
* https://www.jeffgeerling.com/blog/2017/fixing-blurry-focus-on-some-raspberry-pi-camera-v2-models
* https://learn.adafruit.com/adafruit-pitft-28-inch-resistive-touchscreen-display-raspberry-pi ( PiTFT plus ~ 40E )
* https://github.com/rheikvaneyck/QRMusic
* recherche par code barre EAN
* https://www.discogs.com/Aldebert-Enfantillages-3/release/11084575
* https://musicbrainz.org/doc/Barcode
* cover art sur musicbrainz
* https://musicbrainz.org/release/a11d3129-d92c-4ab5-a28b-6b991bf1de3f/cover-art
* https://coverartarchive.org/
* https://musicbrainz.org/release/0c82261d-7072-4f9a-84d8-bafa981a30d1
* https://hackaday.com/2021/02/02/youngsters-esp32-jukebox-uses-rfid-to-queue-tunes/
* https://github.com/TheNitek/RfidShelf/blob/main/README.md ( tablette ikea / rfid )
* https://www.instructables.com/Juuke-a-RFID-Music-Player-for-Elderly-and-Kids/
* https://hackaday.com/2012/03/14/rfid-jukebox-for-the-kids/
* Distribution light Raspberry pi : https://dietpi.com/
* https://github.com/jcorporation/myMPD
3 parties :
* traitement des entrées (qrcode et EAN de CD)
* zbar
* reconnaissance du code demandé et déclenchement d'un affichage + action (lecture ou ajout playlist)
* s'appuyer sur mpd pour la lecture
* recherche artiste / album / chanson
* affichage (retour action + état lecture)
===== OpenWrt =====
Matériels potentielement intéressants :
* Fonera 2
* Dlink DIR-300 ou DIR-320
* Netgear WGR614L
* http://www.jopa.fr/index.php/2008/11/03/openwrt-openvpn-et-firewall/
===== OpenStreetMap =====
* Extraire une trace du GPS Garmin etrex Hc :
gpsbabel -t -i garmin -o gpx /dev/ttyUSB0 truc.gpx
* Des slides de présentation d'OSM : http://outils.coagul.org/presentations/OpenStreetMap/
* [[epplug_osm_2012-10]]
===== Électronique =====
* http://hackaday.com/2008/12/27/parts-8bit-io-expander-pcf8574/
* http://hackaday.com/2008/12/10/parts-1-wire-temperature-sensor-ds1822/
* http://www.1wire.fr/
* http://hackaday.com/2008/07/28/how-to-etch-a-single-sided-pcb/
* http://hackaday.com/2014/03/05/make-your-electronics-lab-in-a-box/
* http://www.ka6wke.net/finished-projects/bench-power-supply
* https://rtestardi.github.io/usbte/flea-scope.pdf : flea scope : oscciloscope ~ 18$
** modules wifi **
* http://hackaday.com/2017/01/04/rust-running-on-the-realtek-rtl8710-esp8266-alternative/
** PIC **
* http://fribotte.free.fr/bdtech/index.html
* des wikibooks
* basse consommation => gamme XLP
* http://www.microchip.com/MAPS/
* http://www.microchip.com/samples/default.aspx
https://jaycarlson.net/microcontrollers/
** Jardin **
* Gardenbot : http://www.gardenbot.org/
* Capteur d'humidité pour le sol : moisture sensor
* http://rayshobby.net/reverse-engineer-a-cheap-wireless-soil-moisture-sensor/
* http://f5mna.free.fr/girouette.htm
* https://fr.wikipedia.org/wiki/Hygrom%C3%A8tre (dont etalonnage avec des sels)
* http://www.open-electronics.org/an-open-source-rain-sensor-and-controller/
** RFID **
* RFID 125khz avec un arduino/atmel : http://www.serasidis.gr/circuits/RFID_reader/125kHz_RFID_reader.htm
* strandard ISO puces I-CAD : https://en.wikipedia.org/wiki/ISO_11784_%26_11785
** Arduino **
simulator
* https://github.com/ChrisMicro/ArduinoOnPc
* https://github.com/ponty/pysimavr
* https://github.com/buserror/simavr
* https://github.com/SimulIDE/SimulIDE
* https://sites.google.com/site/adcajo/home-1
* https://github.com/smihir/simuino
* https://github.com/cspradli/simuino
** e-paper **
* https://www.waveshare.com/product/displays/e-paper/epaper-1/10.3inch-e-paper.htm
* https://hackaday.com/2021/03/02/wireless-low-power-e-ink-weather-gadget/
* esp32 + eink : https://heltec.org/project/wireless-paper/
* https://randomnerdtutorials.com/esp32-deep-sleep-arduino-ide-wake-up-sources/
** fpga **
* https://wiki.sipeed.com/hardware/en/tang/Tang-Nano-4K/Nano-4K.html
* https://www.fabienm.eu/flf/reception-du-kit-tang-nano-4k/
* https://fr.aliexpress.com/item/1005003152104886.html
===== AI =====
* https://www.electromaker.io/blog/article/best-sbc-for-ai-single-board-computer-for-artificial-intelligence
* https://news.ycombinator.com/item?id=38505211 ( liens LLM / AI )
* https://bbycroft.net/llm
* https://news.ycombinator.com/item?id=38481970
* https://github.com/jmorganca/ollama
* https://news.ycombinator.com/item?id=37999035
* https://animatedai.github.io/
* https://udlbook.github.io/udlbook/
* https://fleuret.org/francois/lbdl.html
* https://towardsdatascience.com/first-neural-network-for-beginners-explained-with-code-4cfd37e06eaf
* https://github.com/karpathy/nanoGPT
* https://vickiboykis.com/2024/02/28/gguf-the-long-way-around/
* décomposer des mots : https://github.com/Filimoa/open-parse
* https://news.ycombinator.com/item?id=39966534
* https://realpython.com/podcasts/rpp/199/ : Leveraging Documents and Data to Create a Custom LLM Chatbot
* moteur OCR : https://github.com/VikParuchuri/surya
* https://blog.partykit.io/posts/using-vectorize-to-build-search/ "What are embeddings? What’s a vector database?"
* https://simonwillison.net/2024/Jun/17/cli-language-models/ - LLM on the CLI
* https://llm.datasette.io/en/stable/
===== SMS =====
* définition sur Wikipedia : http://fr.wikipedia.org/wiki/Short_message_service
* article de 01net sur le coût des SMS (2004) : http://www.01net.com/editorial/247305/l-art-prete-a-se-pencher-sur-le-prix-des-sms/
* http://www.protocols.com/pbook/cellularfamily.htm#SMS
* http://www.art-telecom.fr/interactive/recherche/result.php?bandeau=/observatoire/bandeau.htm&corps=/observatoire/dec2003/note-analyse5.pdf
* [[le_prix_des_sms|Le prix des SMS]]
* histoire des sms : http://latimesblogs.latimes.com/technology/2009/05/invented-text-messaging.html
----
Service payant depuis debut 1999 chez Itinéris.
===== Néons =====
* consommation 25 à 50W / mètre -> http://fr.wikipedia.org/wiki/Tube_fluorescent
* 1m = 50W * 8h (22h à 6h) = 400Wh / nuit
* lettre ouverte au maire de Metz : http://www.superno.com/blog/images/Lettre%20ouverte%20au%20Maire%20de%20Metz%20-%20Extinction%20des%20enseignes%20lumineuses.pdf ou {{vrac:lettremairemetz.pdf|}}
* Clan du néon
* idée de tract : http://pecheursdenergie.files.wordpress.com/2008/05/tract.pdf
===== FDN =====
* des trucs plus ou moins en cours, dans [[vrac:fdn:|un namespace spécifique]]
===== Carto =====
Les [[vrac:carto:|trucs de carto]]
===== CSS =====
* http://www.blueprintcss.org/
* couleurs pastel :
* rouge : {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
* jaune : {background:#fff6bf;color:#514721;border-color:#ffd324;}
* vert : {background:#e6efc2;color:#264409;border-color:#c6d880;}
* bleu : {background:#d5edf8;color:#205791;border-color:#92cae4;}
===== Ebooks ======
Livres
* http://www.vivlio.com/
* http://www.livrespourtous.com/
* http://www.ebooksgratuits.org/
* http://www.numilog.com/ebookgratuit.asp
* http://www.livregratis.com/
* http://www.webooks.fr/
* http://www.gutenberg.org/
* http://www.free-ebooks.net/
* http://www.freebookspot.com/
* http://4ebooks.org/
* http://www.free-ebooks.net/
* http://manybooks.net/
* http://www.getfreeebooks.com/
* http://freecomputerbooks.com/
* http://www.freetechbooks.com/
* http://www.scribd.com/
* http://www.globusz.com/
* http://knowfree.net/
* http://www.onlinefreeebooks.net/
* http://www.memoware.com/
* http://www.zillr.org/
* http://www.onlinecomputerbooks.com/
* http://www.snipfiles.com/
* http://www.bookyards.com/
* http://digital.library.upenn.edu/books/
* http://www.asksam.com/ebooks/
* http://www.baen.com/library/
* http://www.ebooklobby.com/
* http://www.planetpdf.com/
* http://pdfbooks.co.za/
* http://www.planetebook.com/
* http://free-ebook-download-links.blogspot.com/
* http://www.ebook3000.com/
* http://www.slideshare.net/
* http://www.ebooksdownloadfree.com/
* jeunesse / enfants
* https://www.actualitte.com/article/edition/des-centaines-de-livres-jeunesse-a-telecharger-gratuitement/90381
* http://ebookids.com/fr/livres-enfants/
* https://livre.fnac.com/n201573/Jeunesse-ebook/eBooks-enfants-gratuits
* https://bardinflor.perso.aquilenet.fr/kaosfantasy/
* https://www.atramenta.net/
* https://thegreatestbooks.org/
* Jean Teulé
* https://www.fadedpage.com/
**Starwars**
* https://www.starwars-universe.com/livres/chroniques_oubliees/
* http://www.chrofuckeursoublies.toile-libre.org/index.php
**Angliche**
* https://standardebooks.org/ebooks
* https://www.planetebook.com/ebooks/
===== Podcasts enfants ======
* https://feed.ausha.co/Bqr2pcd8Aaqp - curieux de sciences
* https://www.imagesdoc.com/blog/podcast-curieux-de-sciences
* https://feed.ausha.co/brvl6HgdLxW8 - des histoires en musique d'élodie
* radio classique
* https://www.radiofrance.fr/franceinter/podcasts/les-odyssees
* https://rss.com/podcasts/histoires-enfants-3-6-ans/
* https://podcast.taleming.com/
* https://podcast.taleming.com/rss/website.xml
* https://www.familiscope.fr/activites-enfant/decouvrir-le-monde/les-meilleurs-podcasts-pour-enfants-et-ados-6889
===== Vélo =====
* A Amiens : [[http://amiensveloservice.fubicy.org/|Véloservice]]
* A Beauvais : [[http://www.beauvelo.org/|BeauVélo]]
===== Amiens =====
* Les [[amiens:rues|rues d'Amiens]]
===== Ecolo =====
* http://chansons.ecolo.pagesperso-orange.fr/index.htm
* http://www.eco-citoyen.org/chansons-et-ecologie-t2387.html
===== Café associatif =====
* http://masteriec.fr/spip.php?article237 (avec des vidéos)
* http://placedelagarenne.free.fr/quartier/cafe.htm
* http://sites.google.com/site/cafeassocesson/un-cafe-associatif-c-est-quoi--2
* http://cafecitoyen.org/
===== Electronique et bidouille =====
* piloter un panneau LCD avec un FPGA : http://g3nius.org/lcd-controller/ et http://hackaday.com/2011/09/09/putting-laptop-lcds-to-use-with-an-fpga/
* positionnement par radio : chercher RTLS
===== Rando =====
* préparation avec OSM et Viking : http://www.numeriquement.fr/randonnee/preparation_randonnees.php
===== Vidéosurveillance =====
* Vidéoprotection (sic) dans les lieux publics : http://vosdroits.service-public.fr/F2517.xhtml
===== Android =====
* http://stackoverflow.com/questions/2697799/android-how-can-i-make-my-page-slide-as-the-user-slides-finger-on-the-screen
* http://android-developers.blogspot.fr/2011/08/horizontal-view-swiping-with-viewpager.html
* https://www.youtube.com/watch?v=HQ_ytw58tC4 : FULL Flutter Beginner Course
===== Cueillette =====
Cueilletes dans la Somme :
* http://www.cueillette-saint-gratien.fr/
* http://www.lacueillettedecappy.fr/
* Conifruits - 1 chaussée Brunehaut - 80200 Estrees Mons - 03 22 84 26 96
* Fraises de la ferme Vimier - 15 rue Machu - 80140 Grebault Mesnil - 03 22 20 47 42
===== Python =====
* https://www.pythonkitchen.com/legally-free-python-books-list/
===== Météo =====
* https://api.met.no/weatherapi/documentation
* https://developer.yr.no/
* https://open-meteo.com/en/docs
* https://donneespubliques.meteofrance.fr/?fond=produit&id_produit=298&id_rubrique=32
* https://donneespubliques.meteofrance.fr/?fond=produit&id_produit=90&id_rubrique=32
===== DOS =====
* http://www.brackeen.com/vga/index.html
* PC-GPE http://qzx.com/pc-gpe/
===== Maison =====
* https://www.leroymerlin.fr/inspiration/les-meilleures-idees-pour-chaque-piece/chambre/une-seule-piece-deux-chambres-enfant.html
* https://momes.parents.fr/les-tops-des-momes/top-des-momes-astuces/une-chambre-pour-deux-enfants-14-idees-de-separations-850609
===== Kit Robot =====
Liens de robots programmables ( Scratch, ou pas ? )
* Makeblock "Codey Rocky"
* Makeblock "mbot"
* Kitronik Autonomous Robotics Platform
* => rapsberry pico : voir ce qu'il faut vraiment comme pieces pour un kit
* Kitronik Simple Robotics
* Kitronic Move Motor
* Tinkerbots ?
* Thymio
===== Matrix =====
* https://github.com/martinetd/matrirc - simple ircd bridging to matrix
* irssi-matrix
===== Applications web / données =====
"nocode"
* https://wiki.saltcorn.com/
* https://docs.appsmith.com/
* https://github.com/teableio/teable
* BeeBase est une base de données relationnelle programmable avec une interface graphique pour Windows, Mac, Linux et Amiga. https://beebase.sourceforge.io/index.php
===== Photos =====
* https://memories.gallery/
* Memories integrates with the Recognize and Face Recognition apps ( tagging )
* Map of Photos
* application Nextcloud
===== Scan =====
* https://mzucker.github.io/2016/08/15/page-dewarping.html
===== site statique =====
* https://internal.squat.net/procedures/misc/archive-website/
* https://wiki.globenet.org/doku.php?id=tech:manuels:site_statique
httrack https://$SITE --disable-security-limits --max-rate=0 -iC2 -O /opt/httrack/$NOM_SITE -s0 -%v -%! -A0 -* +$SITE/ +mime:/ -F "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0" -%c100''
wget --cache=off --cookies=on --glob=on --tries=5 --proxy=on -r -p - --follow-ftp -k --quota=500m --convert-links --no-host-directories - --adjust-extension URL