All Projects → tonton-pixel → vade-mecum-shelf

tonton-pixel / vade-mecum-shelf

Licence: MIT, MIT licenses found Licenses found MIT LICENSE.txt MIT license-index.html
Collection of vade mecum-like utilities wrapped into one single app, built with Electron.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to vade-mecum-shelf

tutti-quanti-shelf
Collection of miscellaneous developer-oriented utilities wrapped into one single app, built with Electron.
Stars: ✭ 30 (-9.09%)
Mutual labels:  application, collection, utilities
dart-more
More Dart — Literally.
Stars: ✭ 81 (+145.45%)
Mutual labels:  collection, utilities
nimblenote
Simple keyboard-driven note taking application for macOS, Linux and Windows.
Stars: ✭ 31 (-6.06%)
Mutual labels:  application, utilities
nitroml
NitroML is a modular, portable, and scalable model-quality benchmarking framework for Machine Learning and Automated Machine Learning (AutoML) pipelines.
Stars: ✭ 40 (+21.21%)
Mutual labels:  modular
utilities
This repository contains tools used by 401trg.
Stars: ✭ 19 (-42.42%)
Mutual labels:  utilities
StartupModules
Startup modules for ASP.NET Core.
Stars: ✭ 33 (+0%)
Mutual labels:  modular
ariyana
Ariyana is an ECS work in progress game engine written in Orthodox C++ and Beef with a focus on cross-platform and multiplayer games
Stars: ✭ 73 (+121.21%)
Mutual labels:  modular
quentier
Cross-platform desktop Evernote client
Stars: ✭ 115 (+248.48%)
Mutual labels:  application
CodeIgniter-HMVC
CodeIgniter 3.1.10 with Modular Extensions - HMVC and Whoops Error Handling Framework 2.5.0
Stars: ✭ 30 (-9.09%)
Mutual labels:  modular
receipt-manager-app
Receipt parser application written in dart.
Stars: ✭ 140 (+324.24%)
Mutual labels:  application
rrbit
An Immutable vectors/lists/arrays library using the Relaxed Radix Balancing(RRB) technique
Stars: ✭ 12 (-63.64%)
Mutual labels:  collection
fylgja
The modular highly customisable CSS framework. Powered by CSS Components, Utilities and Props for building your Web UI.
Stars: ✭ 65 (+96.97%)
Mutual labels:  modular
instatron
A simple Instagram desktop uploader & client app build with electron.Mobile Instagram on desktop!
Stars: ✭ 95 (+187.88%)
Mutual labels:  application
FAVITES
FAVITES (FrAmework for VIral Transmission and Evolution Simulation)
Stars: ✭ 33 (+0%)
Mutual labels:  modular
awesome-battlesnake
A curated list of Battlesnake resources
Stars: ✭ 83 (+151.52%)
Mutual labels:  collection
documentify
Modular HTML bundler
Stars: ✭ 47 (+42.42%)
Mutual labels:  modular
LoveCollection
我们搞技术的经常会要收藏些链接、资料什么的。但是,由于资料过多,浏览器的收藏夹并不便于管理,于是就诞生了“爱收藏”。https://i.haojima.net
Stars: ✭ 41 (+24.24%)
Mutual labels:  collection
js-deep-sort-object
Simple module to sort objects recursively by its keys
Stars: ✭ 19 (-42.42%)
Mutual labels:  collection
Equinox
🌇 🌃 Create dynamic wallpapers for macOS.
Stars: ✭ 737 (+2133.33%)
Mutual labels:  application
fe-store-house
The front-end resource that gathered in my working days.
Stars: ✭ 95 (+187.88%)
Mutual labels:  collection

Vade Mecum Shelf icon VADE MECUM SHELF

Vade Mecum Shelf is a collection of vade mecum-like utilities wrapped into one single app, built with Electron.

This desktop application works on macOS, Linux and Windows operating systems.

Vade Mecum Shelf social preview

Utilities

The following utilities are currently available:

  • Chemical Elements
  • Chinese Zodiac
  • Color Names
  • Departments of France
  • Derivative Formulas
  • HTTP Status Codes
  • ISO Country Codes
  • ISO Language Codes
  • ISO Script Codes
  • Jabberwocky
  • List of U.S. States
  • Prefectures of Japan
  • Technical Definitions
  • Trigonometric Formulas

Chemical Elements

Full list of chemical elements, with live search:

Chemical Elements screenshot

Chinese Zodiac

Full list of the twelve Chinese zodiac signs, with live search:

Chinese Zodiac screenshot

Color Names

Lists of color names, with live search:

  • W3C Color Names
  • X11 Color Names
  • XKCD Color Names
  • Mac OS X Crayons

Color Names screenshot

Departments of France

Full list of French departments, with live search:

Departments of France screenshot

Derivative Formulas

Sets of derivative formulas, by category:

  • Constant Rule
  • Sum Rule
  • Product Rule
  • Quotient Rule
  • Chain Rule
  • Power Rule
  • Exponential
  • Logarithmic
  • Trigonometric

Derivative Formulas screenshot

HTTP Status Codes

Full list of HTTP status codes, with definitions in several languages:

  • English
  • French
  • Japanese

HTTP Status Codes screenshot

ISO Country Codes

Full list of ISO 3166-1 country codes, with live search:

ISO Country Codes screenshot

ISO Language Codes

Full list of ISO 639-1 language codes, with live search:

ISO Language Codes screenshot

ISO Script Codes

Full list of ISO 15924 script codes, with live search:

ISO Script Codes screenshot

Jabberwocky

Typographic rendition of Lewis Carroll's nonsense poem "Jabberwocky":

Jabberwocky screenshot

List of U.S. States

Full list of states and territories of the United States, with live search:

List of U.S. States screenshot

Prefectures of Japan

Full list of prefectures of Japan, with live search:

Prefectures of Japan screenshot

Technical Definitions

Lists of technical definitions:

  • Computing Abbreviations
  • Mac OS Release Names
  • Unicode Release Dates
  • Emoji Release Dates
  • Metric Prefixes | Fractions
  • Metric Prefixes | Multiples
  • IEC Binary Prefixes | Multiples
  • Name of a Polynomial by Degree

Technical Definitions screenshot

Trigonometric Formulas

Sets of trigonometric formulas, by category:

  • Basic Definitions
  • Symmetry Identities
  • Cofunction Identities
  • Pythagorean Identities
  • Sum to Product
  • Product to Sum
  • Squares
  • Half Angle
  • Sum of Angles
  • Double Angle

Trigonometric Formulas screenshot

Using

You can download the latest release for macOS.

Building

You'll need Node.js (which comes with npm) installed on your computer in order to build this application.

Clone method

# Clone the repository
git clone https://github.com/tonton-pixel/vade-mecum-shelf
# Go into the repository
cd vade-mecum-shelf
# Install dependencies
npm install
# Run the application
npm start

Note: to use the clone method, the core tool git must also be installed.

Download method

If you don't wish to clone, you can download the source code, unZip it, then directly run the following commands from a Terminal opened at the resulting vade-mecum-shelf-master folder location:

# Install dependencies
npm install
# Run the application
npm start

Packaging

Several scripts are also defined in the package.json file to build OS-specific bundles of the application, using the simple yet powerful Electron Packager Node module.
For instance, running the following command (once the dependencies are installed) will create a Vade Mecum Shelf.app version for macOS:

# Build macOS (Darwin) application
npm run build-darwin

License

The MIT License (MIT).

Copyright © 2017-2023 Michel Mariani.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].