This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this.start = function() { | |
$.each([...], function() { | |
var color, | |
frequency, | |
panning, | |
synth; //i dono wtf this is supposed to be doing | |
}); | |
}; |