LogarithmPlotter & unchecker pages
@ -1,16 +1,93 @@
|
||||
---
|
||||
title: LogarithmPlotter
|
||||
description: Créer des graphes à échelle log, notamment les diagrammes de BODE.
|
||||
description: Créer des graphes à échelle log, notamment les diagrammes de Bode.
|
||||
layout: app
|
||||
SectionHeader:
|
||||
AppIndex: logarithmplotter
|
||||
Background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(170,170,170,1) 100%)
|
||||
BottomBackground: black
|
||||
BottomHeight: 0
|
||||
BottomLeft: ""
|
||||
BottomRight: ""
|
||||
ShowPlatforms: true
|
||||
TextWhite: false
|
||||
Links:
|
||||
- Icon: lookup
|
||||
Title: Découvrir
|
||||
URL: "#about-section"
|
||||
- Icon: download
|
||||
Title: Télécharger
|
||||
URL: "#download-section"
|
||||
|
||||
About:
|
||||
Title: Découvrir LogarithmPlotter
|
||||
Content: "LogarithmPlotter est, comme son nom l'indique, un créateur de graphes et diagrammes 2D réalisé avec l'échelle logarithmique en tête. Avec un système d'objets similaire à [Geogebra](https://geogebra.org), ce qui lui permet de créer des graphes avec peu de limitations.<br>
|
||||
Son intérêt principal est de permettre de créer des [diagrammes asymptotiques de Bode](https://fr.wikipedia.org/wiki/Diagramme_de_Bode), mais sa nature extensible et sa capacité à passer à une échelle non-logarithmique lui permet de créer d'autres choses."
|
||||
|
||||
Sections:
|
||||
- Type: image|text
|
||||
Image: en/logarithmplotter/objects
|
||||
Content: "# Système de gestion des objets\n
|
||||
LogarithmPlotter travaille avec des objets pour créer des fonctionalités et des diagrammes complexes, mais aussi à rapidement gérer quoi montrer et comment. \n
|
||||
Ce système vous permet de créer, supprimer et modifier les objets en un instant."
|
||||
- Type: text|image
|
||||
Image: en/logarithmplotter/object-settings
|
||||
Content: "# Modification complète des objets\n
|
||||
Modifier les objecs a été rendu très simple et pourtant complet et facilement extensible avec une page de parametres qui permet de modifier l'intégralité des propriétés des objets. \n
|
||||
Les propriétés ont été faites de manière à être compatible avec les autres version de LogarithmPlotters, qu'elles soient plus anciennes ou récentes, afin d'éviter la corruption de données lors de l'ouverture d'un fichier créer par une autre version de LogarithmPlotter."
|
||||
- Type: image|text
|
||||
Image: en/logarithmplotter/history
|
||||
Content: "# Système d'historique avancé\n
|
||||
Doté d'un système d'historique avancé, LogarithmPlotter est extrêmement rapide pour annuler et refaire des actions, ainsi que pour afficher une liste complète de l'historique des actions réalisés. \n
|
||||
Ce système vous permet de revenir assez rapidement à un état antérieur de votre diagramme tout en affichant en accéléré toutes les modifications effectuées dans ce laps de temps. \n
|
||||
Un autre avantage de ce système est qu'il permet de sauvegarder l'historique directement dans votre fichier tout en étant extrêmement léger en termes de stockage (les fichiers LogarithmPlotter, .lpf, dépassent rarement quelques kilo-octets)."
|
||||
- Type: text|image
|
||||
Image: en/logarithmplotter/settings
|
||||
Content: "# Personnalisez l'apparence de votre diagramme\n
|
||||
LogarithmPlotter vous permet de modifier l'aspect de votre diagramme de nombreuses façons, de la représentation de l'axe à la taille des éléments et du texte, en passant par le passage du mode logarithmique au mode normal. \n
|
||||
La section des paramètres comporte également des boutons de fonction que l'on peut également trouver dans la barre de menu, comme la copie du diagramme dans les presse-papiers ou l'enregistrement du diagramme."
|
||||
|
||||
Technical:
|
||||
Links:
|
||||
- Title: Code source
|
||||
Icon: git
|
||||
URL: https://git.ad5001.eu/Ad5001/LogarithmPlotter
|
||||
- Title: Signaler un bug
|
||||
Icon: bug
|
||||
URL: https://git.ad5001.eu/Ad5001/LogarithmPlotter/issues
|
||||
|
||||
Download:
|
||||
Show: true
|
||||
Categories:
|
||||
- Name: win
|
||||
Title: Windows
|
||||
Platform: Windows
|
||||
- Name: macos
|
||||
Title: MacOSX
|
||||
Platform: MacOSX
|
||||
- Name: linux
|
||||
Title: Linux
|
||||
Platform: Linux
|
||||
- Name: all
|
||||
Title: Toutes platformes*
|
||||
Platform: Universal
|
||||
Links:
|
||||
win:
|
||||
- Title: Executable (.exe) (64 bits)
|
||||
Name: logarithmplotter-v<version>-setup.exe (100,4Mio)
|
||||
URL: "/download/logarithmplotter/<version>/LogarithmPlotter-v<version>-setup.exe"
|
||||
macos:
|
||||
- Title: Archive d'Application (.dmg)
|
||||
Name: LogarithmPlotter-<version>-setup.dmg (112,1Mo)
|
||||
URL: "/download/logarithmplotter/<version>/LogarithmPlotter-<version>-setup.dmg"
|
||||
linux:
|
||||
- Title: Flatpak (non disponible)
|
||||
Name: via Flathub
|
||||
URL: "https://flathub.org/apps/details/eu.ad5001.logarithmplotter"
|
||||
- Title: Debian / Ubuntu
|
||||
Name: le paquet deb (174Kio)
|
||||
URL: "/download/logarithmplotter/<version>/python3-logarithmplotter_0.0.1~dev0-1_all.deb"
|
||||
all:
|
||||
- Title: Code source (.tar.gz)
|
||||
Name: LogarithmPlotter-v<version>.tar.gz (174Kio)
|
||||
URL: "/download/logarithmplotter/<version>/LogarithmPlotter-v<version>.tar.gz"
|
||||
Footnote: "*LogarithmPlotter dépend [Python3](https://python.org/) avec [PySide2](https://pypi.org/project/PySide2/), et requiert qu'ils soient installés pour être lancé."
|
||||
---
|
||||
|
||||
|
||||
|
@ -1,16 +1,93 @@
|
||||
---
|
||||
title: LogarithmPlotter
|
||||
description: Create graphs with logarithm scales, namely BODE diagrams.
|
||||
description: Create graphs with logarithm scales, namely Bode diagrams/plots.
|
||||
layout: app
|
||||
SectionHeader:
|
||||
AppIndex: logarithmplotter
|
||||
Background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(170,170,170,1) 100%)
|
||||
BottomBackground: black
|
||||
BottomHeight: 0
|
||||
BottomLeft: ""
|
||||
BottomRight: ""
|
||||
ShowPlatforms: true
|
||||
TextWhite: false
|
||||
Links:
|
||||
- Icon: lookup
|
||||
Title: Discover
|
||||
URL: "#about-section"
|
||||
- Icon: download
|
||||
Title: Download
|
||||
URL: "#download-section"
|
||||
|
||||
About:
|
||||
Title: Discover LogarithmPlotter
|
||||
Content: "LogarithmPlotter is, as it's name suggests, a plotter made with logarithm scales in mind. With an object system similar to [Geogebra](https://geogebra.org)'s, it allows dynamic creation of plots with very few limitations.<br>
|
||||
It's primary use is to quickly create [asymptotic Bode Diagrams/plots](https://en.wikipedia.org/wiki/Bode_plot), but it's extensible nature and ability to switch to non-logarithmic scales allow it to create other things with it."
|
||||
|
||||
Sections:
|
||||
- Type: image|text
|
||||
Image: en/logarithmplotter/objects
|
||||
Content: "# Object Management System\n
|
||||
LogarithmPlotter works with objects to create complex features and diagrams, as well as quickly manage what to display. \n
|
||||
This system allows you to create, delete and edit objects in an instant."
|
||||
- Type: text|image
|
||||
Image: en/logarithmplotter/object-settings
|
||||
Content: "# Complete object edition\n
|
||||
Editing objects has been made very simple yet complete and easily extendable with a settings page that allows you to edit all properties of an object. \n
|
||||
Properties are made to be backwards and forward compatible to prevent data corruption when opening a file made with a different version of LogarithmPlotter."
|
||||
- Type: image|text
|
||||
Image: en/logarithmplotter/history
|
||||
Content: "# Advanced history system\n
|
||||
Featuring an advanced history system, LogarithmPlotter is extremly fast at undoing and redoing actions, as well as listing a complete list of actions history. \n
|
||||
This system allows you to quickly rollback to a previous state of your diagram fairly quickly while displaying in fast mode all the modifications done in that span of time. \n
|
||||
Another advantage of this system is that it allows history to be saved in your file directly while being extremly light on storage (LogarithmPlotter files, .lpf, rarely exceed a few kilobytes)."
|
||||
- Type: text|image
|
||||
Image: en/logarithmplotter/settings
|
||||
Content: "# Customize how your diagram looks\n
|
||||
LogarithmPlotter allows you to edit how your diagram looks in numerous ways, from the representation of the axis, to the size of elements and text as well as switching to normal scale mode from the logarithm one. \n
|
||||
The settings section also features function buttons that can also be found in the menu bar, such as copying the diagram to the clipboard, or saving the plot."
|
||||
|
||||
Technical:
|
||||
Links:
|
||||
- Title: Source code
|
||||
Icon: git
|
||||
URL: https://git.ad5001.eu/Ad5001/LogarithmPlotter
|
||||
- Title: Report a bug
|
||||
Icon: bug
|
||||
URL: https://git.ad5001.eu/Ad5001/LogarithmPlotter/issues
|
||||
|
||||
Download:
|
||||
Show: true
|
||||
Categories:
|
||||
- Name: win
|
||||
Title: Windows
|
||||
Platform: Windows
|
||||
- Name: macos
|
||||
Title: MacOSX
|
||||
Platform: MacOSX
|
||||
- Name: linux
|
||||
Title: Linux
|
||||
Platform: Linux
|
||||
- Name: all
|
||||
Title: All platforms*
|
||||
Platform: Universal
|
||||
Links:
|
||||
win:
|
||||
- Title: Executable (.exe) (64 bits)
|
||||
Name: logarithmplotter-v<version>-setup.exe (100.4MiB)
|
||||
URL: "/download/logarithmplotter/<version>/LogarithmPlotter-v<version>-setup.exe"
|
||||
macos:
|
||||
- Title: Application Archive (.dmg)
|
||||
Name: LogarithmPlotter-<version>-setup.dmg (112.1MB)
|
||||
URL: "/download/logarithmplotter/<version>/LogarithmPlotter-<version>-setup.dmg"
|
||||
linux:
|
||||
- Title: Flatpak (unavailable)
|
||||
Name: on Flathub
|
||||
URL: "https://flathub.org/apps/details/eu.ad5001.logarithmplotter"
|
||||
- Title: Debian / Ubuntu
|
||||
Name: debian package (174KiB)
|
||||
URL: "/download/logarithmplotter/<version>/python3-logarithmplotter_0.0.1~dev0-1_all.deb"
|
||||
all:
|
||||
- Title: Source code (.tar.gz)
|
||||
Name: LogarithmPlotter-v<version>.tar.gz (174KiB)
|
||||
URL: "/download/logarithmplotter/<version>/LogarithmPlotter-v<version>.tar.gz"
|
||||
Footnote: "*LogarithmPlotter requires [Python3](https://python.org/) with [PySide2](https://pypi.org/project/PySide2/) to be installed in order to be launched."
|
||||
---
|
||||
|
||||
|
||||
|
@ -0,0 +1,62 @@
|
||||
---
|
||||
title: unchecker
|
||||
description: Une simple extension pour navigateur permettant de décocher toutes les cases d'une page.
|
||||
layout: app
|
||||
|
||||
HeaderTextWhite: true
|
||||
SectionHeader:
|
||||
AppIndex: unchecker
|
||||
Background: linear-gradient(135deg, rgba(128,128,128,1) 0%, rgba(10,10,10,1) 100%)
|
||||
ShowPlatforms: true
|
||||
TextWhite: true
|
||||
Links:
|
||||
- Icon: lookup
|
||||
Title: Découvrir
|
||||
URL: "#about-section"
|
||||
- Icon: download
|
||||
Title: Télécharger
|
||||
URL: "#download-section"
|
||||
|
||||
About:
|
||||
Title: Découvrir unchecker
|
||||
Content: "Le [RGPD](https://fr.wikipedia.org/wiki/R%C3%A8glement_g%C3%A9n%C3%A9ral_sur_la_protection_des_donn%C3%A9es) a introduit de nombreuses nouvelles normes en matière de protection de la vie privée dans le monde entier, mais il semble que certains fournisseurs vous demandent de décocher un grand nombre de cases pour protéger au moins un peu plus votre vie privée.<br>
|
||||
Bien que cela soit illégal, de nombreuses entreprises utilisent ces techniques pour décourager le refus de la publicité et la collecte de données. En outre, ces techniques ne s'appliquent qu'aux utilisateurs européens. Les utilisateurs internationaux sont donc toujours soumis à des clauses d'exclusion injustes.<br>
|
||||
Cette extension est assez simple et vous permet de cocher ou décocher toutes vos cases à cocher en même temps sans avoir à cliquer des dizaines de fois dessus.<br>
|
||||
Un seul bouton et plus aucune case à cocher n'est cochée."
|
||||
|
||||
Technical:
|
||||
Links:
|
||||
- Title: Code source
|
||||
Icon: git
|
||||
URL: https://git.ad5001.eu/Ad5001/unchecker
|
||||
- Title: Signaler un bug
|
||||
Icon: bug
|
||||
URL: https://git.ad5001.eu/Ad5001/unchecker/issues
|
||||
|
||||
Download:
|
||||
Show: true
|
||||
Categories:
|
||||
- Name: firefox
|
||||
Title: Firefox
|
||||
Platform: Firefox
|
||||
- Name: all
|
||||
Title: Toutes platformes
|
||||
Platform: Universal
|
||||
Links:
|
||||
firefox:
|
||||
- Title: AMO
|
||||
Name: depuis addons.mozilla.org (16,8Kio)
|
||||
URL: "https://addons.mozilla.org/en-US/firefox/addon/unchecker/"
|
||||
- Title: Mozilla Installer Package (.xpi)
|
||||
Name: unchecker-<version>-fx.xpi (16,8Kio)
|
||||
URL: "/download/unchecker/<version>/unchecker-<version>-fx.xpi"
|
||||
all:
|
||||
- Title: Code source (.tar.gz)
|
||||
Name: unchecker-v<version>.tar.gz (10,2KiB)
|
||||
URL: "/download/unchecker/<version>/unchecker-v<version>.tar.gz"
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,61 @@
|
||||
---
|
||||
title: unchecker
|
||||
description: Simple webextension letting you uncheck all checkboxes on a page.
|
||||
layout: app
|
||||
|
||||
HeaderTextWhite: true
|
||||
SectionHeader:
|
||||
AppIndex: unchecker
|
||||
Background: linear-gradient(135deg, rgba(128,128,128,1) 0%, rgba(10,10,10,1) 100%)
|
||||
ShowPlatforms: true
|
||||
TextWhite: true
|
||||
Links:
|
||||
- Icon: lookup
|
||||
Title: Discover
|
||||
URL: "#about-section"
|
||||
- Icon: download
|
||||
Title: Download
|
||||
URL: "#download-section"
|
||||
|
||||
About:
|
||||
Title: Discover unchecker
|
||||
Content: "[GDPR](https://en.wikipedia.org/wiki/General_Data_Protection_Regulation) introduced many new privacy standards around the world, but it seems like that some providers requires you to untick a lot of checkboxes to protect your privacy atleast a little more.<br>
|
||||
Although this is illegal, a lot of companies uses theses techniques as opt-out from advertising and data-collections. This also only apply to European users, so international ones are still subject to unfair opt-outs systems.<br>
|
||||
This extension is rather simple and allows you to check or uncheck all your checkboxes at the same time without having to click dozens of times on them.<br>
|
||||
One button and no more checkboxes ticked."
|
||||
|
||||
Technical:
|
||||
Links:
|
||||
- Title: Source code
|
||||
Icon: git
|
||||
URL: https://git.ad5001.eu/Ad5001/unchecker
|
||||
- Title: Report a bug
|
||||
Icon: bug
|
||||
URL: https://git.ad5001.eu/Ad5001/unchecker/issues
|
||||
|
||||
Download:
|
||||
Show: true
|
||||
Categories:
|
||||
- Name: firefox
|
||||
Title: Firefox
|
||||
Platform: Firefox
|
||||
- Name: all
|
||||
Title: All platforms
|
||||
Platform: Universal
|
||||
Links:
|
||||
firefox:
|
||||
- Title: AMO
|
||||
Name: depuis addons.mozilla.org (16,8Kio)
|
||||
URL: "https://addons.mozilla.org/en-US/firefox/addon/unchecker/"
|
||||
- Title: Mozilla Installer Package (.xpi)
|
||||
Name: unchecker-<version>-fx.xpi (16,8Kio)
|
||||
URL: "/download/unchecker/<version>/unchecker-<version>-fx.xpi"
|
||||
all:
|
||||
- Title: Source code (.tar.gz)
|
||||
Name: unchecker-v<version>.tar.gz (10,2KiB)
|
||||
URL: "/download/unchecker/<version>/unchecker-v<version>.tar.gz"
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 66 KiB |
After Width: | Height: | Size: 91 KiB |
After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 121 KiB |
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 100 KiB |
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 118 KiB |
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 96 KiB |