New pages

From NCOT Wiki
Jump to navigationJump to search
New pages
Hide registered users | Show bots | Show redirects

29 July 2025

  • 13:1213:12, 29 July 2025 Coding Convention (hist | edit) [13,744 bytes] Wiki admin (talk | contribs) (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:4018:40, 28 July 2025 Clangd (hist | edit) [891 bytes] Wiki admin (talk | contribs) (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:1018:10, 26 July 2025 Huion Tablet (hist | edit) [376 bytes] Wiki admin (talk | contribs) (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")

25 July 2025

  • 15:3015:30, 25 July 2025 Mediawiki Setup (hist | edit) [1,534 bytes] Wiki admin (talk | contribs) (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...")

24 July 2025

  • 21:0721:07, 24 July 2025 Ender 3 Slicer GCODE (hist | edit) [1,270 bytes] Wiki admin (talk | contribs) (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...")
  • 20:5920:59, 24 July 2025 Cycling a New Tank (hist | edit) [7,108 bytes] Wiki admin (talk | contribs) (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...")