Skip to content

Instantly share code, notes, and snippets.

View ThePotatoChronicler's full-sized avatar
🥔
Potato

The Potato Chronicler ThePotatoChronicler

🥔
Potato
  • Czech Republic
View GitHub Profile
@ThePotatoChronicler
ThePotatoChronicler / TicTacToe.html
Last active September 24, 2021 02:19
A TicTacToe program I've made for a school assignment
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>TicTacToe</title>
<style>
html, body {
height: 100%;
margin: 0;
}
@ThePotatoChronicler
ThePotatoChronicler / 1_main.c
Last active September 30, 2021 11:30
A simple Linux C webserver
/**
* Program: cnet
* Author: Potato Chronicler <https://github.com/ThePotatoChronicler>
*
* Configuration:
* All configuration is done through the cnet.conf file,
* using directives. Each directive is composed of it's name
* and it's argument.
*
* Directives: