Skip to content

Instantly share code, notes, and snippets.

View alicetragedy's full-sized avatar
🎨

Laura alicetragedy

🎨
View GitHub Profile
@ryyppy
ryyppy / proposal.md
Last active May 20, 2023 02:07
A Life on a Commandline - How to never touch a mouse again. Lightning Talk Proposal for ReactiveConf 2016 (https://reactiveconf.com/)

Proposal for this year's Reactive lightning talks @ReactiveConf - If you want to see my talk, star this gist please :-) [Reactive Blogpost][reactive-conference-blogpost]


A life on a Commandline

As a JavaScript developer, could you imagine using something else than Atom, Sublime or other IDE-like text-editors? During their daily work, people wrangle a lot with different applications, editors, windows, browsers and loose a lot of time because of their tools getting in their way.

@FloorD
FloorD / gist:8fc0f1aea5e1d4d8262f
Last active August 29, 2015 14:15
Toys'R'Ruby

There are multiple game libraries for Ruby, Gosu (website, Github, RubyGems) being the most well known. Gosu is 2D game development and features easy to use and game-friendly interfaces to 2D graphics and text (accelerated by 3D hardware), sound samples and music as well as keyboard, mouse and gamepad/joystick input.

Potentially also using Gamebox (website, Github), a framework for building and distributing games using Gosu. Or Chipmunk.

Maybe we can take some from http://guides.railsgirls.com/ruby-game/ and the gosu showcase as inspiration: http://www.libgosu.org/cgi-bin/mwf/board_show.pl?bid=2

Basic setup:

  • ingredients (Ruby version, Gem version, os) > infobox
  • What does 'game library mean', is there a difference between 'library' and 'gem'? > infobox
  • what game ar
@anikalindtner
anikalindtner / gist:9524950
Last active March 1, 2023 11:52
Workshops/Mailinglists/Lists
@Vratislav
Vratislav / PerfectRubyWarrior.rb
Last active December 29, 2015 16:49
This warrior will pass all the levels in https://www.bloc.io/ruby-warrior#/
class Player
#some dark reflection magic to allow our warrior to work in earlier levels
#where he does not have all the abilities
class DummySpace
def method_missing(name, *arguments)
if(name == :empty?)
return true
else
return false
@jimbojsb
jimbojsb / gist:1630790
Created January 18, 2012 03:52
Code highlighting for Keynote presentations

Step 0:

Get Homebrew installed on your mac if you don't already have it

Step 1:

Install highlight. "brew install highlight". (This brings down Lua and Boost as well)

Step 2: