Skip to content

Instantly share code, notes, and snippets.

View AtomicPair's full-sized avatar

Adam Parrott AtomicPair

  • ConduitArts, et al
  • Phoenix, AZ
View GitHub Profile
@AtomicPair
AtomicPair / post-receive
Last active August 29, 2015 13:56
Git hook script to provide Planscope integration with custom Git repositories
#!/bin/sh
#
# # Gitscope syncing script
#
# No GitHub? No problem! This script provides post-receive hook support
# between a Planscope project and a remote Git repository outside of GitHub.
#
# *Note: Since this script is only called when Git's post-receive hook
# event is triggered, this script will only work in a **central/remote**
# repository that receives push commits from another local repo (i.e.
@AtomicPair
AtomicPair / configure-32.log
Last active December 30, 2015 16:09
RVM log output under Cygwin 1.7.26
[2013-12-08 20:24:47] ./configure
current path: /home/Adam/.rvm/src/ruby-1.9.3-p484
command(4): ./configure --prefix=/home/Adam/.rvm/rubies/ruby-1.9.3-p484 --disable-install-doc --enable-shared
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
@AtomicPair
AtomicPair / error_output.log
Last active December 20, 2015 15:19
Mirah 0.1.x HashMap[] failure on JRuby 1.7.x
C:\Users\Adam\Desktop>mirah --verbose test.mirah
←[1m* [Type←[39m] ←[0mAdding macro java.util.Map.[](mirah.lang.ast.Node)
←[1m* [Type←[39m] ←[0mAdding macro java.util.Map.[]=(mirah.lang.ast.Node, mirah.lang.ast.Node)
←[1m* [Type←[39m] ←[0mAdding macro java.util.Map.empty?()
←[1m* [Type←[39m] ←[0mAdding macro java.util.Map.keys()
←[1m* [Type←[39m] ←[0mAdding macro java.util.List.[](mirah.lang.ast.Node)
←[1m* [Type←[39m] ←[0mAdding macro java.util.List.[]=(mirah.lang.ast.Node, mirah.lang.ast.Node)
←[1m* [Type←[39m] ←[0mAdding macro java.lang.Object.puts(mirah.lang.ast.Node)
←[1m* [MetaType←[39m] ←[0mAdding macro java.lang.Object.puts(mirah.lang.ast.Node)
←[1m* [Type←[39m] ←[0mAdding macro java.lang.Object.print(mirah.lang.ast.Node)