Skip to content

Instantly share code, notes, and snippets.

View asibahi's full-sized avatar

Abdul Rahman Sibahi asibahi

View GitHub Profile
@asibahi
asibahi / baloot.fsx
Created September 28, 2016 16:27
Original baloot functions
// Types
type Team =
| Us
| Them
member this.Opp =
match this with
| Us -> Them
| Them -> Us
type Suit =
@asibahi
asibahi / Grasshopper FizzBuzz.ghx
Last active April 27, 2016 23:12
Grasshopper Fizzbuzz
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Archive name="Root">
<!--Grasshopper archive-->
<!--Grasshopper and GH_IO.dll are copyrighted by Robert McNeel & Associates-->
<!--Archive generated by GH_IO.dll file utility library {0.2.0002}-->
<items count="1">
<item name="ArchiveVersion" type_name="gh_version" type_code="80">
<Major>0</Major>
<Minor>2</Minor>
<Revision>2</Revision>