Skip to content

Instantly share code, notes, and snippets.

View eriknomitch's full-sized avatar

Erik Nomitch eriknomitch

View GitHub Profile
@eriknomitch
eriknomitch / git-up.sh
Created August 17, 2025 15:24 — forked from 0x-2a/git-up.sh
Replacement for Git-Up ruby gem
#!/bin/zsh
# Add the following to your ~/.gitconfig
#
# [alias]
# up = !zsh /path-to-this-script/git-up.sh
#
# Then you can call
#
# `git up`
@eriknomitch
eriknomitch / Hello
Created November 29, 2012 19:53 — forked from anonymous/Hello
Herro
# In concepts.js
function newTag (){
$.ajax({
type: "POST",
url: "/tags/create",
data: {"tag[seconds]": player.getCurrentTime(), "concept_name": "Cross Product"},
success: function(data) {
alert("supposed success:"+data);
}