Skip to content

Instantly share code, notes, and snippets.

View Hezkore's full-sized avatar
㊙️
C013 47 | ASR A

Rob C. Hezkore

㊙️
C013 47 | ASR A
View GitHub Profile
@Hezkore
Hezkore / Hezkore.bmx.BlideDef3
Last active July 20, 2020 17:12
BLide Color Scheme
<BL Color Scheme 3.0> <!-DATA
B:SelectionFore
C:color=#ffbac1c4
B:SelectionBack
C:color=#ff3e4451
B:UrlColors
C:color=#ff5f6f7d
B:LineSaved
C:color=#ff257d44
B:LineChanged
@Hezkore
Hezkore / builds.md
Last active September 6, 2021 16:55
Ultima Outlands Builds
@Hezkore
Hezkore / review.md
Last active October 12, 2020 16:12
Android Game Review
⭐rating is based on how fun I had playing the game, and not how good I think the game is

Azur Lane ⭐4/10

A game where you're anime girls, but they're also battleships... Sort of like a side scrolling beat-em-up, but you're constantly auto shooting as you move about. You also have to manage the order of your fleet and use different combat skills at the right time.

Liked

  • Hub based gameplay

Disliked

@Hezkore
Hezkore / vimrc
Last active March 18, 2021 08:59
Vim Files
" NERDTree options
let NERDTreeShowBookmarks=1
let NERDTreeHighlightCursorline=1
let NERDTreeBookmarksSort=0
let NERDTreeMarkBookmarks=1
let NERDTreeShowHidden=1
let NERDTreeCustomOpenArgs={'file': {'where': 'p', 'reuse': 'all', 'keepopen': 0, 'stay': 1}, 'dir': {}}
nnoremap <silent> <C-t> :NERDTreeFind<CR>
nnoremap <silent> <C-b> :NERDTreeToggle<CR>
@Hezkore
Hezkore / timagebuffer.bmx
Last active April 10, 2021 18:43
Image buffer for BlitzMax
Type TImageBuffer
Field rb:Int[1]
Field fb:Byte[1]
Field origX:Int, OrigY:Int
Field origW:Int, OrigH:Int
Field width:Int, height:Int
Field glTextureId:Int
Method Create:TImageBuffer( image:TImage, frameNo:Int = 0 )
_initBuffer( image.width, image.height, TGLImageFrame( Image.frame( frameNo ) ).name )
@Hezkore
Hezkore / !desktop.md
Last active March 15, 2021 17:20
Linux Desktop Review

budgie desktop

Liked

  • Feels pretty snappy to use, with simple settings
  • Smooth-ish (some stutter) when dragging windows around on a 144hz monitor

Disliked

  • Huge system tray icons and tiny app icons
  • Any window larger than 75% will automatically be maximized when starting the application
  • Window buttons sometimes gets messed up
  • Notifications don't seem to be clickable
@Hezkore
Hezkore / .clang-format
Last active October 23, 2021 21:23
Clang-format 9.0.0
{
BasedOnStyle: Chromium,
UseTab: Always,
AlignAfterOpenBracket: DontAlign,
AlignConsecutiveMacros: true,
AlignConsecutiveAssignments: false,
AlignConsecutiveDeclarations: false,
AlignEscapedNewlines: Left,
AlignOperands: true,
AlignTrailingComments: true,
@Hezkore
Hezkore / instructions.md
Last active February 4, 2024 22:23
Installing Dwarf Fortress

Making Dwarf Fortress playable

  1. Download and extract Dwarf Fortress

  2. Remove the 'raw/graphics' folder

    • Might need to rename 'libs/libstdc++.so' to 'libs/libstdc++.so_bak' if you're on Linux
  3. Download a graphics set for displaying creatures

@Hezkore
Hezkore / trasigdator.md
Last active April 22, 2021 19:16
Trasig Dator

Nuvarande status


Moderkortet, av typen AM3+, startar inte längre. Jag anser därför att moderkortet är trasigt och måste bytas.

Processorn (CPU), av typen AM3+, är omöjlig för mig att testa eftersom jag inte har något AM3+ moderkort att testa den i. Så jag kan inte säga ifall den fungerar eller inte.

Grafikkortet fungerar, men en av dom tre fläktarna har slutat att snurra. Det kan därför vara tid att byta ut grafikkortet.

Ram-minnen, av typen DDR3, fungerar utan problem.
\

@Hezkore
Hezkore / ratings.md
Last active August 10, 2021 16:05
Programming Language Ratings
Language Points Compiled Self-Contained Object-Oriented Statically Typed Cross-Platform Single Source Solid Libraries Quick Prototyping No Indent VSCode LSP
D 9 ~ ~
C++ 0 ~
C 0 ~
BlitzMax NG 0
C# 0
Rust 0