Skip to content

Instantly share code, notes, and snippets.

View boxxxie's full-sized avatar
👙
disrupting absurdism

Paul Iannazzo boxxxie

👙
disrupting absurdism
View GitHub Profile
(ns test.api.add-user-test
(:use [zolodeck.utils.debug]
[zolodeck.demonic.schema]
[zolodeck.demonic.core :only [load-entity] :as demonic]
clojure.test)
(:require [api.db.datomic-login :as login]))
(use '[datomic.api :only [q db] :as d])
(def get-user login/get-user-couchdb-id)
@boxxxie
boxxxie / adfdsaf.js
Created March 25, 2012 06:20 — forked from anonymous/gGkvgSfX
a guest on Mar 25th, 2012 - pastebin.com/gGkvgSfX
function myAjaxObject (){
var varTo;
var varFrom;
var callbackfunctions = callbackfunctions;
var callajax = callajax;
var ajxmstrcl = ajxmstrcl;
var settoandfrom = settoandfrom;
function settoandfrom(setUrlTo,setUrlFrom){
varTo = setUrlTo;
varFrom = setUrlFrom;
@boxxxie
boxxxie / rating.js
Created March 24, 2012 23:48 — forked from anonymous/BJMXR0wM
rating.js
function fill_stars(rating,full_img,half_img)
{
var rattings = ['one','two','three','four','five'];
if(rating > 0){
document.getElementById("one").src = full_img;
}
if(rating > 1){
document.getElementById("two").src = half_img;
}
@boxxxie
boxxxie / gist:1991373
Created March 7, 2012 06:08 — forked from anonymous/gist:1991341
a guest on Mar 6th, 2012 - pastebin.com/6E3pg6MC
this.start = function() {
$.each([...], function() {
var color,
frequency,
panning,
synth; //i dono wtf this is supposed to be doing
});
};