User contributions for David
7 September 2019
- 22:3922:39, 7 September 2019 diff hist β10,197β Testmathj β Blanked the page Tag: Blanking
- 22:3822:38, 7 September 2019 diff hist β5,631β Testmathj βNo edit summary
- 22:3622:36, 7 September 2019 diff hist β6,185β Testmathj βNo edit summary
- 22:3522:35, 7 September 2019 diff hist β27,975β Testmathj βNo edit summary
- 22:3422:34, 7 September 2019 diff hist +49,965β Testmathj βNo edit summary
- 22:2422:24, 7 September 2019 diff hist +23β N Testmathj β Created page with "<math>\sqrt{\pi}</math>"
6 September 2019
- 20:4320:43, 6 September 2019 diff hist +464β Julia βNo edit summary
- 20:1820:18, 6 September 2019 diff hist +394β Julia βNo edit summary
4 September 2019
- 17:3517:35, 4 September 2019 diff hist +154β N Julia β Created page with "__FORCETOC__ ==Basic Usage== ===String Interpolation=== <syntaxhighlight lang="julia"> "Variable x is $x, y is $y, and x+y is $(x+y)" </syntaxhighlight>"
- 17:3317:33, 4 September 2019 diff hist +14β Main Page βNo edit summary
3 September 2019
- 13:3113:31, 3 September 2019 diff hist +368β NodeJS βNo edit summary
26 August 2019
- 12:4612:46, 26 August 2019 diff hist β6β Linux βNo edit summary
- 12:4612:46, 26 August 2019 diff hist +109β Linux βNo edit summary
- 12:4412:44, 26 August 2019 diff hist +388β Linux βNo edit summary
- 12:4012:40, 26 August 2019 diff hist +179β N Linux β Created page with "The notes here are mainly for Ubuntu/Debian. ===Switching between Nvidia and Intel=== [https://www.linuxbabe.com/desktop-linux/switch-intel-nvidia-graphics-card-ubuntu Refere..."
- 12:3712:37, 26 August 2019 diff hist +44β Main Page βNo edit summary
- 12:2712:27, 26 August 2019 diff hist +390β NodeJS βNo edit summary
- 12:2012:20, 26 August 2019 diff hist +17β Main Page βNo edit summary
- 12:1912:19, 26 August 2019 diff hist +643β N FFmpeg β Created page with "FFmpeg is a library for encoding and decoding multimedia. You can interact with FFmpeg using their command-line interface or using their [https://ffmpeg.org/doxygen/trunk/inde..."
- 12:1312:13, 26 August 2019 diff hist 0β Main Page βNo edit summary
- 12:1312:13, 26 August 2019 diff hist +31β Main Page βNo edit summary
22 August 2019
- 12:1812:18, 22 August 2019 diff hist +87β N Python β Created page with "__FORCETOC__ =Installation= Use [http://anaconda.com Anaconda]. =Libraries= ==Numpy=="
- 12:1712:17, 22 August 2019 diff hist +9β Main Page βNo edit summary
- 12:1712:17, 22 August 2019 diff hist +73β Main Page βNo edit summary
20 August 2019
- 14:1314:13, 20 August 2019 diff hist 0β Unity β ββOptimization =
- 14:1214:12, 20 August 2019 diff hist +1,050β Unity βNo edit summary
- 13:2713:27, 20 August 2019 diff hist +72β C Sharp βNo edit summary
- 12:4912:49, 20 August 2019 diff hist β1β C Sharp βNo edit summary
- 12:4612:46, 20 August 2019 diff hist 0β C Sharp βNo edit summary
- 12:4612:46, 20 August 2019 diff hist +923β N C Sharp β Created page with " ==Multithreading== ===Theadpool=== C# has a convenient [https://docs.microsoft.com/en-us/dotnet/api/system.threading.threadpool?view=netframework-4.8 TheadPool] class in th..."
- 12:4512:45, 20 August 2019 diff hist +8β Main Page βNo edit summary
- 12:2512:25, 20 August 2019 diff hist +11β Main Page βNo edit summary
17 August 2019
- 17:3617:36, 17 August 2019 diff hist +84β NodeJS βNo edit summary
- 17:3117:31, 17 August 2019 diff hist +174β NodeJS βNo edit summary
- 17:3017:30, 17 August 2019 diff hist +4β NodeJS βNo edit summary
- 17:3017:30, 17 August 2019 diff hist +1,263β N NodeJS β Created page with "Node.js is a JavaScript environment based on Chrome's V8 JavaScript engine. Node Package Manager (npm) is used to manager node packages installed on your computer or used in y..."
- 17:2017:20, 17 August 2019 diff hist +15β Main Page βNo edit summary
- 17:0917:09, 17 August 2019 diff hist +37β OpenCL βNo edit summary
- 17:0817:08, 17 August 2019 diff hist +277β N OpenCL β Created page with "__FORCETOC__ ==Installing== ===Windows=== If you're using an Nvidia GPU, install the Nvidia Cuda Toolkit. ===Linux=== https://gist.github.com/Brainiarc7/dc80b023af5b4e0d02b33..."
- 17:0617:06, 17 August 2019 diff hist β38β Unity βNo edit summary
- 17:0117:01, 17 August 2019 diff hist +75β Unity βNo edit summary
- 17:0017:00, 17 August 2019 diff hist +1β Unity βNo edit summary
- 16:5916:59, 17 August 2019 diff hist +744β N Unity β Created page with "__FORCETOC__ == Shaders == Unity Shaders are written in HLSL. Unity supports the standard vertex, geometry, fragments shader pipeline. They also have their own variation o..."
- 16:5216:52, 17 August 2019 diff hist β79β Main Page βNo edit summary
14 August 2019
- 15:5615:56, 14 August 2019 diff hist +36β C++ βNo edit summary
- 15:4815:48, 14 August 2019 diff hist +377β C++ βNo edit summary
- 15:4315:43, 14 August 2019 diff hist +1β C++ βNo edit summary
- 15:4315:43, 14 August 2019 diff hist +15β C++ βNo edit summary
- 15:4115:41, 14 August 2019 diff hist β1β C++ β ββSleep
- 15:4115:41, 14 August 2019 diff hist +110β N C++ β Created page with "== Standard Library == === Sleep === |<pre> std::this_thread::sleep_for(std::chrono::milliseconds(1)); </pre>"