Skip to content

Instantly share code, notes, and snippets.

View JonJagger's full-sized avatar
🏠
Working from home

Jon Jagger JonJagger

🏠
Working from home
View GitHub Profile
@JonJagger
JonJagger / notes.txt
Created May 20, 2020 08:04
Code showing effect when putting head -c into a redirection pipe
This the C source file from my test
#include "hiker.h"
#include <stdio.h>
int answer(void)
{
for(int i = 0; i != 100; i++)
fputs("Hello\\n", stdout);
for(;;);
return 6 * 7;
@JonJagger
JonJagger / gist:1acae7c622d8203db86778d2ffd19b8c
Created November 28, 2016 09:02
command to install cyber-dojo script
curl -O https://raw.githubusercontent.com/cyber-dojo/commander/master/cyber-dojo