mirror of
https://github.com/AntiMicroX/antimicrox.git
synced 2025-12-23 23:29:25 -05:00
97 lines
2.5 KiB
Plaintext
97 lines
2.5 KiB
Plaintext
1) Generate GUIDs for use in .wxs files
|
||
|
||
http://www.guidgen.com/
|
||
|
||
|
||
2) Site used to check out the behavior of different easing curves
|
||
|
||
http://easings.net/
|
||
|
||
|
||
3) Repository of code examples for many different easing curves
|
||
|
||
https://github.com/jesusgollonet/ofpennereasing
|
||
|
||
|
||
4) Site used to generate acceleration curve images
|
||
|
||
http://rechneronline.de/function-graphs/
|
||
|
||
|
||
5) Check GUID of your connected controller, controller name, vendor, product, product version and buttons.
|
||
|
||
https://github.com/juliagoda/SDL_JoystickButtonNames
|
||
|
||
|
||
6) Check ASCII character
|
||
|
||
https://www.tau.ac.il/~flaxer/edu/course/computerappl/ASCII_Characters.htm
|
||
http://www.asciitable.com
|
||
|
||
|
||
7) Device registers in C
|
||
|
||
https://www.embedded.com/design/programming-languages-and-tools/4432746/Device-registers-in-C
|
||
https://samypesse.gitbooks.io/how-to-create-an-operating-system/Chapter-8/
|
||
|
||
|
||
8) Regex tutorial
|
||
|
||
https://medium.com/factory-mind/regex-tutorial-a-simple-cheatsheet-by-examples-649dc1c3f285
|
||
|
||
|
||
9) Appveyor documentation and examples
|
||
|
||
https://www.appveyor.com/docs/getting-started-with-appveyor-for-linux/
|
||
https://www.appveyor.com/docs/appveyor-yml/
|
||
https://www.appveyor.com/docs/windows-images-software/
|
||
https://github.com/vlc-qt/examples/blob/master/.appveyor.yml
|
||
https://github.com/Yubico/yubioath-desktop/blob/master/appveyor.yml
|
||
|
||
|
||
10) Appveyor validator (log in needed)
|
||
|
||
https://ci.appveyor.com/tools/validate-yaml
|
||
|
||
|
||
11) Travis documentation and example
|
||
|
||
https://docs.travis-ci.com/user/multi-os/
|
||
https://docs.travis-ci.com/user/installing-dependencies/
|
||
https://www.codementor.io/amratab/travis-ci-integration-for-github-owctkf8js
|
||
https://eng.localytics.com/best-practices-and-common-mistakes-with-travis-ci/
|
||
https://github.com/glfw/glfw/blob/master/.travis.yml
|
||
https://github.com/qterm/qterm/blob/master/.travis.yml
|
||
|
||
|
||
12) Travis validation
|
||
|
||
https://support.travis-ci.com/hc/en-us/articles/115002904174-Validating-travis-yml-files
|
||
|
||
|
||
13) Hex to string converter
|
||
|
||
http://string-functions.com/hex-string.aspx
|
||
|
||
|
||
14) Boolean Expressions Simplificator
|
||
|
||
https://www.dcode.fr/boolean-expressions-calculator
|
||
|
||
|
||
15) Diff online checker - online diff tool to compare text differences between two text files
|
||
|
||
https://www.diffchecker.com/diff
|
||
|
||
|
||
16) create own icons, fonts, svg
|
||
|
||
https://icomoon.io/app/#/select
|
||
|
||
|
||
17) Create icon theme
|
||
|
||
https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#install_icons
|
||
https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#example
|
||
https://api.kde.org/ecm/module/ECMInstallIcons.html
|