Skip to content

Instantly share code, notes, and snippets.

View cameronbroe's full-sized avatar
🎸
Probably breaking something

Cameron Roe cameronbroe

🎸
Probably breaking something
View GitHub Profile
package main
import (
"bufio"
"fmt"
"net"
"os"
)
func main() {
This is a test file
<?php
namespace Logatome;
/**
* Base class for the logatome generator.
*
* A class to generate logatomes based off real words. The algorithm simply counts
* the frequency of words of different lengths to generate the length of the logatome
* to generate. After that, it takes a seed _n_ to use for substring lengths.
@cameronbroe
cameronbroe / test.txt
Created September 23, 2014 02:24
Testing description option
0
1
2
3
4
5
6
7
8
9
@cameronbroe
cameronbroe / test.txt
Created September 23, 2014 02:21
Testing description option
0
1
2
3
4
5
6
7
8
9