Main public logs
From NCOT Wiki
Jump to navigationJump to search
Combined display of all available logs of NCOT Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:12, 29 July 2025 Wiki admin talk contribs created page Coding Convention (Created page with "= C Coding Convention = This convention defines naming and style rules for writing clean, consistent, and self-documenting C code. == General Principles == * Use '''lowercase_with_underscores''' for variables and functions. * Use '''PascalCase''' for struct and enum type names. * Use prefixes to namespace functions and globals by module/library. * Keep names brief but descriptive. == 1. Enums == === Type Name === * Use '''PascalCase''' with an `_e` suffix. <syntaxhi...")
- 18:44, 28 July 2025 Wiki admin talk contribs created page Category:Programming (Created page with "Programming info")
- 18:40, 28 July 2025 Wiki admin talk contribs created page Clangd (Created page with "== Making Clangd behave == If you have a non-standard compiler with its own include directory, you can set this by creating a file called <code>.clangd</code> and adding this to it: <nowiki> CompileFlags: # Tweak the parse settings Add: - "--include-directory=/home/james/dev/agondev/include" </nowiki> If you have intrinsic types the compiler just magically knows about, and clangd is complaining about them, do the following === Create a fake header === # Make...")
- 18:11, 26 July 2025 Wiki admin talk contribs created page Category:Windows Admin (Created page with "Windows administration notes.")
- 18:10, 26 July 2025 Wiki admin talk contribs created page Huion Tablet (Created page with "== Huion Tablet Notes == === Lag in Windows === Drawing in Windows can be laggy in Affinity Photo. This can be fixed by turning off Windows Ink in the Huion driver "pen" settings. This does also seem to disable pressure sensitivity in Affinity though, but since the pen is a bit twitchy this doesn't seem to be much of a problem. Category:Art Category:Windows_Admin")
- 15:31, 25 July 2025 Wiki admin talk contribs created page Category:Linux Admin (Created page with "Notes for Linux administration tasks")
- 15:30, 25 July 2025 Wiki admin talk contribs created page Mediawiki Setup (Created page with "== Install MediaWiki Properly == Extract MediaWiki into <nowiki>/var/www/html/w</nowiki> {| class="wikitable" |+ Locations |- ! Location !! Contents |- | /var/www/html/w/ || MediaWiki files extracted to here |- | /wiki/ || Public path for index.php (rewritten URLs go here). Not a real directory. |- |} == Set Directory Permissions == sudo chown -R www-data:www-data /var/www/html/w == Update <nowiki>LocalSettings.php</nowiki> == <nowiki> $wgScriptPath = "/w"; $wgAr...")
- 21:08, 24 July 2025 Wiki admin talk contribs created page Category:3D Printing (Created page with "3D Printing Info.")
- 21:07, 24 July 2025 Wiki admin talk contribs created page Ender 3 Slicer GCODE (Created page with "== Code for Ender 3 == === Start GCODE === <nowiki> M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration M203 X500.00 Y500.00 Z20.00 E50.00 ;Setup machine max feedrate M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk M220 S100 ;Reset Feedrate M221 S100 ;Reset Flowrate G92 E0 ; Reset Extruder G28 ; Home all axes M420 S1 Z2; Use a mesh leveling up to 2mm (a valid mesh must be loaded into RAM...")
- 21:00, 24 July 2025 Wiki admin talk contribs created page Category:Aquarium (Created page with "== Info about aquariums and fish ==")
- 20:59, 24 July 2025 Wiki admin talk contribs created page Cycling a New Tank (Created page with "== Don't torture your first fish! Here's how to cycle your tank safely == Every day, I read posts here about folks losing fish during the tank cycle. I run a successful saltwater and freshwater LFS; these horror stories prompted me to share our cycling techniques that we teach our customers. First and foremost, DON'T BUY FISH UNTIL YOUR TANK IS CYCLED! It's not fair to the fish; sure, your first fish can be a guinea pig after the tank's cycled, but please don't use you...")
- 10:26, 24 July 2025 MediaWiki default talk contribs created page Main Page