Skip to content

Instantly share code, notes, and snippets.

View Atlas48's full-sized avatar

Atlas Cove Atlas48

  • @kompot-studios
  • Sainte-Marguerite D'Elle, France
View GitHub Profile
@Atlas48
Atlas48 / Error preventer.tcl
Last active January 2, 2016 05:39
A small error preventer I got from some site.
#replace thescript.tcl with script name
#Desinged for use with Eggdrop
if {[catch {source scripts/thescript.tcl>}] err} {
putlog "Error while loading thescript.tcl: $err"
} else {
putlog "thescript.tcl loaded without errors"
}
@Atlas48
Atlas48 / Project hypertext notes.json
Last active January 2, 2016 22:59
Some JSON formatted notes for projects I have in mind.
{
"projectCreator": "Archie Sullivan",
"projectCode": "HT",
"projectCodename": "Hypertext",
"name": "GET 200",
"format": "Television show",
"subformat": "Videogame",
"currentColaborators": 1.5,
"colaboratorNames": [
"Archie Sullivan",
{
"conventionName": "GEEK",
"acronymFor": "Gaming Expo East Kent",
"Date": {
"days": [
21,
22,
23
],
"Month": "Febuary",
@Atlas48
Atlas48 / qhDesc.md
Last active August 29, 2015 14:02
Details for the subreddit /r/questhub

Play by Post games via THE WONDROUS MEDIUM OF REDDIT & NOTHING IN BETWEEN

@Atlas48
Atlas48 / template-ex.json
Last active August 29, 2015 14:04
DnD 3.5e character sheet data encoding template
{
name:{
charname:"Zutash Zutashin",
playername:"Jan Serps"
},
details:{
clarrace:{
class:{
primary:"bard",
secondary:"fighter"
@Atlas48
Atlas48 / histnotes.html
Last active August 29, 2015 14:07
Notes on various GCSE subjects
<html>
<head>
<title>History notes</title>
<style>
body{
font-family:arial, helvetica, sans-serif;
}
acronym{
font-color:red;
}
@Atlas48
Atlas48 / fountain.xml
Last active August 29, 2015 14:18
Adds fountain suppport to Notepad++
<NotepadPlus>
<UserLang name="Fountain" ext="fou fountain" udlVersion="2.1">
<Settings>
<Global caseIgnored="no" allowFoldOfComments="yes" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
<Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
</Settings>
<KeywordLists>
<Keywords name="Comments">00 01 02 03/* 04*/</Keywords>
<Keywords name="Numbers, prefix1"></Keywords>
<Keywords name="Numbers, prefix2"></Keywords>
@Atlas48
Atlas48 / mathex.h
Created April 14, 2015 15:35
adds a few extra functions to C
#include <sdtio.h>
/* */
void intang(x){
return (x-2)*180;
}
void intangs(x){
return ((x-2)*180)/2;
}
@Atlas48
Atlas48 / license.tf
Last active August 29, 2015 14:20
Terrultimum project licsense
\" HEAD "
.de pp
.sp
.ti +2m
..
\" HEAD END "
.ce 4
TERRULTIUM PROJECT LICENSE
@Atlas48
Atlas48 / procgen.md
Created June 19, 2015 19:44
procedual generation for D&D

Manual Procedual Generation for Dungeon Layouts

Each dungeon starts out as 1 square, and is added to by rolling dice

To start, roll 1d8 to decide where to place the first section of tiles

|1|2|3|