Skip to content

Instantly share code, notes, and snippets.

View C45tr0's full-sized avatar

C45tr0 C45tr0

View GitHub Profile
@eevee
eevee / pokemon.yaml
Last active April 14, 2020 18:27
actual for realsies yaml dump of pokémon red
%TAG !dex! tag:veekun.com,2005:pokedex/
--- !!omap
- bulbasaur: !dex!pokemon
name: BULBASAUR
types:
- grass
- poison
base-stats:
attack: 49
defense: 49
@ChuckJHardy
ChuckJHardy / Readme.md
Last active October 22, 2021 23:03
ZeroMQ + Node.js + Socket.io + UI for sending message from Ruby to a Javascript UI running on Node.js

Install the following requirements:

brew info zeromq
npm install zmq
npm install socket.io
gem install ffi-rzmq

Within the app directory run the following commands in different panes.

ruby worker.rb