Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start [2024/02/07 07:46] Topazstart [2024/05/15 15:58] (current) Topaz
Line 42: Line 42:
  
 * [[:linux|Linux]] * [[:linux|Linux]]
 +
 +### Haiku
 +
 +* [[:haiku|Haiku]]
  
 ## CPUs ## CPUs
Line 87: Line 91:
 * [[:technologies:neovim|NeoVim]] editing software * [[:technologies:neovim|NeoVim]] editing software
 * [[:technologies:audacity|Audacity]] audio editing software * [[:technologies:audacity|Audacity]] audio editing software
 +* [[:technologies:hugo|Hugo]] blogging software
 +* [[:technologies:gitea|Gitea]] git hosting webapp
  
 ## Hardware ## Hardware
  
 * [[:mechanical_keyboard:sweet16_v2|Sweet16 v2]] mechanical keyboard kit * [[:mechanical_keyboard:sweet16_v2|Sweet16 v2]] mechanical keyboard kit
 +* [[:3d_printer:prusa_mk4|Prusa Mk4]] 3d printer
  
 ## How tos ## How tos
Line 106: Line 113:
 ## Programming ## Programming
  
-### C +* [[:programming:c|C]] programming language
- +
-#### Pointers +
- +
-If you want to take a void pointer then use it for building a structure of objects of the same data size, recast it: +
- +
-```c +
-void *myRAM; +
- +
-// allocate the ram+
  
-short *shortInterface = (short *)myRAM; +## Random
-shortInterface++; //=> incremented by 2 +
-```+
  
 * [[:random_things|Random Things]] * [[:random_things|Random Things]]