Skip to content

Instantly share code, notes, and snippets.

View roachhd's full-sized avatar

Katie Ball roachhd

View GitHub Profile
<iframe src="https://minecraft-statistic.net/en/userbars/html/server/banner_40901_c4cdcf_eda1dc_7d7878_5cd6c0_e6d167_787373_663f3f_1_1_1.html" frameborder="0" scrolling="no" width="336" height="566"></iframe>
''''
<iframe src="https://minecraft-statistic.net/en/userbars/html/server/banner_40901_c4cdcf_eda1dc_7d7878_5cd6c0_e6d167_787373_663f3f_1_1_1.html" frameborder="0" scrolling="no" width="336" height="566"></iframe>
''''
@roachhd
roachhd / README.md
Created January 10, 2015 15:15
JavaScript Code Style, Mr Doob style 😎

JavaScript CodeStyle

General Provisions

  • Code should be in UTF-8.
  • A new line should be LF.
  • Indentation should be tabs.
  • No extra spaces at the end of lines (set up your text editor, so that it removes extra spaces when saving).

Naming

@roachhd
roachhd / README.md
Last active August 29, 2015 14:12
NET102 Gamer Essay References

Links & References

Gaming

economics, power, identity, community, time and space

The usefulness of that word, that distinction — the idea of the ‘gamer’ – soon it will wither and die. It will be a meaningless, dead word, or it will evolve; transform into something completely different.

@roachhd
roachhd / README.md
Last active August 29, 2015 14:12
Baby Dutch Pancakes 😋 😋 😋

Dutch Babies

![][19] ![][19] ![][19] ![][19] ![][19]

Prep Cook Ready In
10 m 20 m 30 m

Dutch Babies, sometimes called German pancakes, these have very little to do with Germany, and nothing to do with the Dutch. Apparently they were invented by German immigrants who were referred to as Dutch.

@roachhd
roachhd / README.md
Created January 4, 2015 12:20
Command Prompt Tricks, Hacks & Codes

Command Prompt Tricks, Hacks & Codes

Command Prompt is one of the most powerful tools in Windows; but sadly, it is also the most ignored one. Things were not always like this; but with the advent of GUI based operating systems, people started feeling that computing through command based tools was boring. This ultimately lead the command prompt into obscurity.

However, the command prompt is not useless. In fact, it can be pretty useful. This article provides some excellent tricks, secrets and hacks that will make you realize that the Windows Command Prompt is not only useful but also a tool that you should definitely give more respect to.

![Ascii star wars command prompt][1]

1-Watch ASCII version of the Star Wars Episode IV movie
Surprised yet? You can watch an ASCII version of the full Star Wars Episode IV Movie right in your command prompt window. Just open command prompt, type a small code and the movie will start playing immediately. Read the [complete instructions here][2].

@roachhd
roachhd / README.md
Last active March 12, 2023 12:20
Rmdir - removed long file & folder paths 📁 in command prompt

Rmdir (rd)

Removes (that is, deletes) a directory.

Syntax

rmdir [Drive:]Path [/s] [/q]
@roachhd
roachhd / README.md
Created January 1, 2015 13:58
Faster github pages, from the GitHub blog.

Source

Faster, More Awesome GitHub Pages · GitHub

We just rolled out some big improvements to GitHub Pages. Now, when someone visits a Pages site, rather than GitHub serving the content directly, the page is served by a global [Content Delivery Network][1], ensuring that the nearest physical server can serve up a cached page at blazingly fast speeds. As an added bonus, we can now protect your GitHub Pages site with the same kind of [Denial of Service][2] mitigation services used for [GitHub.com][3].

If you are using a subdomain, custom subdomain, or an A record with GitHub Pages, you may need to make some changes.

Default User Domain - username.github.io

@roachhd
roachhd / README.md
Last active March 28, 2024 06:44
Teach Kids Programming

Teach kids programming 🆒

2 min read

![][4]

A collection of resources

I've been gathering the best resources to teach children & teens programming — books, environments, apps, courseware and games.

@roachhd
roachhd / README.md
Created December 29, 2014 15:22
Markdown Styles

Features

  • Ready-made CSS stylesheets for Markdown, just copy the assets folder you want
  • Bundled with generate-md, a small tool that converts a folder of Markdown documents into a output folder of HTML documents, preserving the directory structure
  • Use your own custom markup and CSS via --layout.
  • Support for relative paths to the assets folder via {{assetsRelative}} and document table of content generation via {{toc}}.
  • Support for generic metadata via a meta.json file

Quickstart