Skip to content

Instantly share code, notes, and snippets.

View MatthiasEbert's full-sized avatar

Matthias Ebert MatthiasEbert

View GitHub Profile
@MatthiasEbert
MatthiasEbert / 0_reuse_code.js
Last active August 29, 2015 14:11
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@MatthiasEbert
MatthiasEbert / main.c
Last active November 19, 2015 14:15
Hallo ncurses
/*
Project: Hallo ncurses File: main.c Author: Matthias Ebert Date: 2014-12-21
Text is moving on screen von left to right
*/
#include <ncurses.h>
int main(void)
{