This repository has been archived by the owner on Aug 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathResources.txt
96 lines (47 loc) · 2.48 KB
/
Resources.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
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