Skip to content

Notes

DIY textile bible website Kobakant - How to get what you want

  • HTML DOG a nice website with regrouped examples, techniques and references for web page making.

Everything HTML, CSS, and JavaScript, the most common languages used in making web pages.

Seed studio

beamsplitter for visualizing blood vessels in micam fiber experiments

World Wide Neuro for info about neuroscience opportunities.

https://www.wavefrontshaping.net/index (incredible ressource website for talks and scholar wok about microscopy and optics)

Use primary password with firefox sync vault - or use Keepass with firefox

https://oss.capital/

https://tiangolo.com/projects - https://dev.to/tiangolo

Rescam Scammers ! (cathartic but not so much ecologic...)

https://dev.to/pb/10-github-repositories-every-developer-should-know-ngm

Capacitors as filters

https://parisneuro.ovh/program2021/

https://github.com/wehr-lab/autopilot

Physiks intrumente Rotation stages (PI)

Schemas

Circuits

Using Circuits io

Pinout Photo Telecommande

Cinder MKdocs theme

Windmill theme mkdocs

Pandoc Markdown file converter

Python library for pandoc

Numeros Telephone Neuropsi

Enrichissement enrichmnent DIY maison souris rat

Wiki UNIC ICN

Ampli OPs differents montages

Salon Optique Professionelle

Solidworks educationnal licensing

Edge contrast enhancement / Unsharp_masking https://en.wikipedia.org/wiki/Unsharp_masking

Serve html files directly from github : with raw.gitrack.com

Logiciels utiles :

  • WinDirStats
  • AgentRansack
  • FreeFileSync
  • Rdiff-Backup

  • slides.com slides in the style that anthony was using (alternative to powerpoint, works on any browser and is lightweight) It is not free (above 5 presentations, so that a bit of a sad thing)
    Example here

  • Deck.js is similar, but open source. The issue is that it doesn't have a WYSIWYG editor.

Sites marchands :

Keeping Notes :

Markdown :

Invented by John Gruber. [source]

URL to markdown converter : FuckYeahMarkdown.com

Markdown parser in python can be easily modified with extensions

How to insert locally hosted pdf file links in markdown docs:

Lien du fichier PDF

Embed a pdf file directly inside a markdown rendered page :

Typora shortcuts :

Shortcut cheatsheet and markup emojis cheatsheet in section : Symbols.

Example: 💩 written :poop:

Mkdocs installation :

resolve search problem with material theme :
-change Ordinateur\HKEY_CLASSES_ROOT\.js ContentType from text/plain to text/javascript
-add prebuild_index: true in mkdocs.yml under - search :

Mkdocs Material extensions :

Mkdocs admonitions notes inline blocks collapsible - explanation. Possibility to add lazy loading in mkdocs. For that purpose, Caniuse is a website to check features availability in different browser versions.

How to create a custom home page for mkdocs material : https://github.com/squidfunk/mkdocs-material/issues/1996

Mermaid schematics availables :

  • Flowcharts

  • Sequence diagrams

  • Gantt diagrams

  • Class diagrams

  • User journey diagram

  • Git graphs (experimental)

  • Entity relationship diagrams (experimental)

PlantUML and PlantUML-Markdown : is another extension for diagrams usefull for sequences, class, usecases diagrams , Component Diagrams etc.

PlantText : online PlantUML editor

Example of PlantUML integration in typora via Gravizo :

Alt text

Adding password to Mkdocs pages (or global project) : Encryptcontent plugin