Skip to content

Instantly share code, notes, and snippets.

View krisimmig's full-sized avatar

Kris Immig krisimmig

  • Paderborn, Germany
View GitHub Profile
general:
=======
keymap:
-------
{"keys": ["ctrl+shift+r"], "command": "reveal_in_side_bar"},
{"keys": ["ctrl+shift+r"], "command": "reveal_in_side_bar"},
{"keys": ["alt+up"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": false}},
{"keys": ["alt+down"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": true}},
@krisimmig
krisimmig / main.cpp
Last active August 27, 2018 13:39
SDL and pixels.
#include <iostream>
#include <SDL2/SDL.h>
#include "../include/fastnoise/FastNoise.h"
// Screen dimension constants
const int SCREEN_WIDTH = 1000;
const int SCREEN_HEIGHT = 1000;
// Starts up SDL and creates window
bool init();
// Remote modules
import Emitter from 'tiny-emitter';
import Accordion from './_patterns/components/accordion/accordion';
import Header from './_patterns/template-components/header/header';
import MainNavigation from './_patterns/atoms/main-navigation/main-navigation';
import References from './_patterns/components/components-references/components-references';
import SearchBox from './_patterns/atoms/search-box/search-box';
const Factory = {
@krisimmig
krisimmig / gtm_inject.js
Created February 6, 2020 15:10
GTM Inject script test
console.log('GTM injected script happened.');