User contributions for Wiki admin
From NCOT Wiki
Jump to navigationJump to search
29 July 2025
- 13:5113:51, 29 July 2025 diff hist +65 Coding Convention →Function Parameter Ordering Guidelines current
- 13:4413:44, 29 July 2025 diff hist −909 Coding Convention No edit summary
- 13:4313:43, 29 July 2025 diff hist +1,171 Coding Convention →Notes
- 13:4313:43, 29 July 2025 diff hist −3 Coding Convention →Function Parameter Ordering Guidelines Tag: Visual edit
- 13:4213:42, 29 July 2025 diff hist +2,190 Coding Convention →C Coding Convention
- 13:3913:39, 29 July 2025 diff hist +972 Coding Convention →C Coding Convention
- 13:2013:20, 29 July 2025 diff hist +3,050 Coding Convention →C Coding Convention
- 13:1713:17, 29 July 2025 diff hist +2,241 Coding Convention →C Coding Convention
- 13:1513:15, 29 July 2025 diff hist +2,342 Coding Convention →C Coding Convention
- 13:1213:12, 29 July 2025 diff hist +2,625 N 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..."
28 July 2025
- 18:4418:44, 28 July 2025 diff hist +16 N Category:Programming Created page with "Programming info" current
- 18:4418:44, 28 July 2025 diff hist +28 Main Page →Getting started current
- 18:4418:44, 28 July 2025 diff hist +49 Clangd →Making Clangd behave current
- 18:4118:41, 28 July 2025 diff hist −26 Clangd →Making Clangd behave Tag: Visual edit: Switched
- 18:4018:40, 28 July 2025 diff hist +868 N 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..."
26 July 2025
- 18:1118:11, 26 July 2025 diff hist +29 N Category:Windows Admin Created page with "Windows administration notes." current
- 18:1118:11, 26 July 2025 diff hist +30 Main Page →Getting started
- 18:1018:10, 26 July 2025 diff hist +376 N 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" current
25 July 2025
- 15:3115:31, 25 July 2025 diff hist +28 Main Page →Getting started
- 15:3115:31, 25 July 2025 diff hist +36 N Category:Linux Admin Created page with "Notes for Linux administration tasks" current
- 15:3015:30, 25 July 2025 diff hist +1,534 N 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..." current
24 July 2025
- 21:0821:08, 24 July 2025 diff hist +17 N Category:3D Printing Created page with "3D Printing Info." current
- 21:0821:08, 24 July 2025 diff hist +28 Main Page →Getting started
- 21:0721:07, 24 July 2025 diff hist +1,270 N 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..." current
- 21:0021:00, 24 July 2025 diff hist +35 N Category:Aquarium Created page with "== Info about aquariums and fish ==" current
- 20:5920:59, 24 July 2025 diff hist +7,108 N 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..." current
- 20:5120:51, 24 July 2025 diff hist −525 Main Page →Getting started Tag: Visual edit: Switched