Skip to content

Instantly share code, notes, and snippets.

@gersande
gersande / flame.lua
Last active May 16, 2023 00:09 — forked from joshski/flame.lua
-- a little flame in a functional style
function particle(step, style, t)
local newStyle = step(style, t)
return {
style = newStyle,
next = function()
return particle(step, newStyle, t + 1)
end
}
@gersande
gersande / extracturls.py
Last active August 11, 2020 02:04
A thing that uses Beautiful Soup
#!/usr/bin/env python
import requests
from bs4 import BeautifulSoup
url = "http://www.gersande.com"
response = requests.get(url)
# parse html
page = str(BeautifulSoup(response.content))
@gersande
gersande / unity3tutoriallist.md
Last active August 5, 2020 01:15
Unity Tutorial List for 2D Games
@gersande
gersande / academicresources.md
Created January 19, 2015 20:56
Links to Academic Resources
@gersande
gersande / LinksToGameResources.md
Last active July 28, 2017 21:26
Links to Game Resources

I compiled this list privately for my own development as a game maker, mostly in a series of bookmarks in my browser, and then realised this is could be really valuable for others to check out and contribute to as well.

This gist is separated into three sections: Getting Started, Design and Aesthetics, and Programming and Methodology. Getting Started is for general blog posts, inspiration, and stuff that's useful for getting off your ass and starting up that project you've been itching to make since forever. Design and Aesthetics is for manifestos, for art design, graphic design, UI (user interface), and also aesthetic decisions that lie beyond ludology, beyond rules, beyond programming, but sometimes needs those concepts to get shit done. Programming and Methodology is for the code, librar

@gersande
gersande / BlogPrompts.md
Last active January 1, 2016 19:59
Blog Post Prompts

which blog? this blog

Blog Ideas

In no particular order

Terminal, Git

  • A tutorial on getting started with gist.io and doing minimalistic web writing/publishing from terminal/text editor
    • also a good way to introduce git to folks

Anxiety

@gersande
gersande / gist:8193587
Created December 31, 2013 07:09 — forked from idan/gist:3135754

Hello there! This is a sample post for gist.io, a super-lightweight writing soapbox for hackers.

Now look up. Further. Above the post title. See that grey text with the gist ID?

Now back to me. That grey text is a link! Open that sucker in a new tab to see the source for this post. Also, I'm on a horse.

This is a major heading

If you peek at it with a web inspector, you'll see that it is a second-level heading. You can use first level headings, but they'll look just like the second level ones, and the gods of the HTML5 outlining algorithm will frown upon you.

@gersande
gersande / Editors.md
Last active January 1, 2016 19:49
Editors Needed

So that Gersande can be a better writer on http://gersande.com

yay writing

Editor List as of Dec 31 2013 / Jan 1 2014

  1. Paulina Cumming (trial run to see how it goes, potential of long term, likes poetry || fiction || blogthingies)
  2. Kai Cheng Thom (exchange of services, for anarchy!, likes poetry || fiction || blogthingies)
  3. David Donna <3
  4. Vidal Wu volunteers as tribute.
  5. Pamela Fillion also.