Skip to content

Instantly share code, notes, and snippets.

View ufo2mstar's full-sized avatar

Naren SivaSubramani ufo2mstar

View GitHub Profile
@brianray
brianray / parser.py
Last active February 1, 2024 01:01
example language parser
# Brian Ray <brianhray@gmail.com>
# @brianray
# https://medium.com/@brianray_7981/
# parser for POSH Syntax http://brianray.github.io/posh-syntax/
import re
def transition_skip(fsm_obj):
pass
@rxaviers
rxaviers / gist:7360908
Last active July 29, 2024 01:03
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@keithrbennett
keithrbennett / logging_demo.rb
Created June 3, 2013 01:19
Demonstrates the use of the Ruby 'logging' gem.
#!/usr/bin/env ruby
require 'facter'
require 'logging'
require 'pry'
require 'yaml'
GLOBAL_LOGGING = true
@EvanZ
EvanZ / gist:3029682
Created July 1, 2012 21:17
drawing chemical structure with d3.js
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.v2.js"></script>
<style type="text/css">
.link {
fill: steelblue;
stroke: lightgray;
stroke-width: 2px;
}
@fairchild
fairchild / object_and_module_grapher.rb
Created February 8, 2009 21:21
graphviz of ruby class heriarchy, modified from http://objectgraph.rubyforge.org/
# jEdit :folding=explicit:collapseFolds=1:indentSize=2:tabSize=2:
# add requires here #{{{
#}}}
# handle command line #{{{
def usage #{{{
puts <<-USAGE