Skip to content
View rglass's full-sized avatar

Block or report rglass

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. languagesandplaces languagesandplaces Public

    An intercultural journey

    JavaScript

  2. My first Overtone piece: the most si... My first Overtone piece: the most simplistic 12-tone variant.
    1
    (ns overtrial
    2
      (:use [overtone.live]
    3
            [overtone.inst.piano]
    4
            [overtone.inst.sampled-piano]))
    5
    
                  
  3. buddha-bum buddha-bum Public

    Exotic sorting library in python.

    Python 1

  4. cinecut cinecut Public

    Cuts LomoKino output into separate pictures.

    Java 1

  5. Check the number of sentences in a p... Check the number of sentences in a passive voice.
    1
    import nltk
    2
    
                  
    3
    f = open('source.txt')
    4
    raw = f.read()
    5
    tmp = []
  6. ClojureScript Get Request ClojureScript Get Request
    1
    (ns places.core
    2
      (:require [ajax.core :refer [GET POST]]))
    3
    
                  
    4
    (enable-console-print!)
    5