##Shops
- Dynamo
- Ballistiq
- SmashingBoxes
- Code Genome
- Porkepic *Saint-Hubert(FR)
- Lodgem *Sherbrooke
##Startups
| # not the most efficient way, | |
| # but you get the idea. | |
| str = "meow" | |
| # convert string to binary | |
| bin = str.bytes.map{|d| d.to_s(2)}.map{|b| b.rjust(8, '0')}.join | |
| puts bin | |
| # and convert it back to a string |
##Shops
##Startups