• A Jekyll theme to stand the test of time.

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    Get started

    Fork the repository. Clone the repository to your computer. git clone https://github.com/username/scribble bundle install If using older versions of Jekyll Build and run jekyll using jekyll --server --auto. If using Jekyll 1.0 Build Jekyll using jekyll build. Then run Jekyll using jekyll serve --watch Go to http://localhost:4000 for your site.

    Fork Me on Github

  • A Text Post

    Odd Future forage sint, Tonx officia sustainable consectetur typewriter hella mixtape butcher +1 quinoa before they sold out. Viral Wes Anderson Blue Bottle laborum, commodo hoodie nulla do narwhal. Organic cred officia keytar biodiesel Vice. Etsy sriracha +1, nostrud mollit VHS locavore quis selvage synth aesthetic lomo. Sint esse asymmetrical leggings cillum viral. You probably haven't heard of them magna McSweeney's messenger bag aliquip. Banh mi readymade hella gluten-free, flannel bicycle rights PBR&B Williamsburg fashion axe American Apparel reprehenderit Godard id.

    Proident Terry Richardson do sapiente. Cosby sweater enim Tonx Austin. Cosby sweater meh flexitarian, keytar fashion axe eu fanny pack literally Portland adipisicing id. Dolor consequat bicycle rights wolf tattooed put a bird on it. Squid blog deserunt salvia, scenester banjo odio ea gluten-free ad Godard Banksy. Etsy High Life keytar Cosby sweater, master cleanse squid deserunt authentic. Banjo duis fixie, pug est hella enim Pinterest +1 id ex.

    Read more...

  • A Post With Syntax Highlighting

    #process each packet and add to sequence if checksum is correct
        def process_packet(offset, stream, sequence)
            header = stream.unpack("x#{offset}NNN")
            seq, chk, length = header[0], header[1], header[2]
            data = stream.unpack("x#{offset+12}C#{length}")
            chunks = get_chunks(data.clone, length, 0xAB)
    
            if(get_checksum(seq, chunks) == chk)
                sequence[seq] = data
            end
    
            offset += length + 12
    
            if(offset < stream.length)
                process_packet(offset, stream, sequence)
            else
                sort_sequence(sequence)
            end
        end
    

  • An Image Post

    Regular Image:

    alt text

  • A Video Post