• A Jekyll Theme

    To be served as a garnish or a spread.

    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. Fork Me On Github Get started

    Getting Started

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

    Fork Me on Github

  • Basic Elements


    Header1

    Header2

    Header3

    Header4

    Header5
    Header6

    asterisks asterisks asterisks and underscores. ~~Scratch this.~~


    1. First ordered list item
    2. Another item ⋅⋅* Unordered sub-list.
    3. Actual numbers don't matter, just that it's a number ⋅⋅1. Ordered sub-list
    4. And another item.

    ⋅⋅⋅You can have properly indented paragraphs within list items. Notice the blank line above, and the leading spaces (at least one, but we'll use three here to also align the raw Markdown).

    ⋅⋅⋅To have a line break without a paragraph, you will need to use two trailing spaces.⋅⋅ ⋅⋅⋅Note that this line is separate, but within the same paragraph.⋅⋅ ⋅⋅⋅(This is contrary to the typical GFM line break behaviour, where trailing spaces are not required.)

    • Unordered list can use asterisks
    • Or minuses
    • Or pluses

    I'm an inline-style link with title

    Click Me

    Blockquotes are very handy in email to emulate reply text. This line is part of the same quote.


  • 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 of 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

    Or With a frame: alt text

  • A Video Post

Recent Posts

Categories