Difference between revisions of "Tools & Resources"
From Chilipedia
Line 2: | Line 2: | ||
== How to contribute == | == How to contribute == | ||
+ | These are all external public sources, no guarantees / responsibility inferred. | ||
If there are resources you like and would like to recommend, post them on the Discord and mention r_vdw. | If there are resources you like and would like to recommend, post them on the Discord and mention r_vdw. | ||
+ | Same goes for feedback / stuff you don't like and want taken off. | ||
== Windows productivity apps == | == Windows productivity apps == | ||
Line 53: | Line 55: | ||
== C++ Libraries == | == C++ Libraries == | ||
+ | {| style="border:1px solid grey;border-collapse:collapse;width=100%;" | ||
+ | |- style="border:1px solid grey;background-color:#DDF;color:black;font-weight:bold;text-align:center;" | ||
+ | | style="width:20%;border:1px solid grey;"|Name | ||
+ | | style="width:40%;border:1px solid grey;"|Description | ||
+ | | style="width:20%;border:1px solid grey;"|Link | ||
+ | | style="width:30%;border:1px solid grey;"|What's so great? | ||
+ | |- style="border:1px solid grey;background-color:#667;color:#c1c1c1;text-align:center;" | ||
+ | | style="border:1px solid grey;text-align:left;"|cppreference libraries | ||
+ | | style="border:1px solid grey;text-align:left;"|As suggested by cppreference users | ||
+ | | style="border:1px solid grey;text-align:left;"|https://en.cppreference.com/w/cpp/links/libs | ||
+ | | style="border:1px solid grey;"| | ||
+ | |- style="border:1px solid grey;background-color:#667;color:#c1c1c1;text-align:center;" | ||
+ | | style="border:1px solid grey;text-align:left;"|boost C++ libraries | ||
+ | | style="border:1px solid grey;text-align:left;"| | ||
+ | | style="border:1px solid grey;text-align:left;"|https://www.boost.org/doc/libs/ | ||
+ | | style="border:1px solid grey;"| | ||
+ | |} | ||
+ | |||
== Reference sites == | == Reference sites == |
Revision as of 22:32, 29 August 2019
Useful Tools & Resources (WORK IN PROGRESS)
Contents
How to contribute
These are all external public sources, no guarantees / responsibility inferred. If there are resources you like and would like to recommend, post them on the Discord and mention r_vdw. Same goes for feedback / stuff you don't like and want taken off.
Windows productivity apps
Name | Description | Link | What's so great? |
FrHed | Versatile binary file / hex editor | https://sourceforge.net/projects/frhed/ | bl |
ShareX | Screen capture / file sharing | https://getsharex.com/ | ble |
Notepad++ | Source code editor and Notepad replacement | https://notepad-plus-plus.org/ | blah |
Online compiling / testing
Name | Description | Link | What's so great? |
Ideone | Online compiler and debugger (~60 languages) | http://www.ideone.com | |
Wandbox | Online compilation service | https://wandbox.org/ | |
... |
C++ Libraries
Name | Description | Link | What's so great? |
cppreference libraries | As suggested by cppreference users | https://en.cppreference.com/w/cpp/links/libs | |
boost C++ libraries | https://www.boost.org/doc/libs/ |