Skip to content

Instantly share code, notes, and snippets.

@gheoan
gheoan / test.md
Created May 26, 2022 02:09
A blog post.

Hello from markdown.

function clangs { clang --analyze -Xanalyzer -analyzer-output=text $@ && clang -Werror=assign-enum -Werror=conversion -Werror=enum-conversion -Werror=nonnull -Werror=nullability -Werror=nullability-completeness -Werror=return-type -Werror=switch -Werror=switch-default -Werror=switch-enum -Werror=uninitialized -Werror=unused-result $@; }
clangs main.c -fsanitize=leak
@gheoan
gheoan / app.html
Last active September 27, 2017 23:00 — forked from jdanyow/app.html
Aurelia Gist
<template>
<router-view></router-view>
</template>
@gheoan
gheoan / a.html
Created August 1, 2017 20:20
Aurelia Gist
<template>
Hello world!
</template>
@gheoan
gheoan / app.html
Created May 1, 2017 11:08 — forked from geleto/app.html
Aurelia Gist
<template>
<p>${message}</p>
</template>
@gheoan
gheoan / PointingDevice.js
Created September 18, 2016 16:50
Wrapper for Media Queries Level 4: Interaction Media Features
/**
* Wrapper for Media Queries Level 4: Interaction Media Features
*/
export class PointingDevice {
static pointer: string;
static hover: string;
static anyPointer: string;
static anyHover: string;
}
@gheoan
gheoan / 4story-settings.reg
Last active November 13, 2023 08:36
My 4Story settings.
Windows Registry Editor Version 5.00
;-*- mode: ini;-*-
[HKEY_CURRENT_USER\SOFTWARE\Zemi Interactive\4Story]
[HKEY_CURRENT_USER\SOFTWARE\Zemi Interactive\4Story\ChatInterface]
"MAXLIST"=dword:00000005
"CHATFLAG0"=dword:000001b7
"CHATPOSX0"=dword:00000000
"CHATPOSY0"=dword:fffffeb1
@gheoan
gheoan / index.html
Last active June 17, 2016 10:36
minecraft text formatting
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<textarea id="input">
§nMinecraft Formatting
§r§00 §11 §22 §33

PC-maintenance

A list of software used for PC maintenance.