Skip to content

Instantly share code, notes, and snippets.

View sardaukar's full-sized avatar
:shipit:
Always be shipping

Bruno Antunes sardaukar

:shipit:
Always be shipping
View GitHub Profile
@sardaukar
sardaukar / Udongein.html
Created April 21, 2018 12:01 — forked from jaysn/Udongein.html
Reisen Udongein html table
<html>
<body bgcolor=000000>
<table boder=0 cellpadding=0 cellspacing=0>
<tr height=3>
<td width=3 bgcolor=888888 rowspan=105></td>
<td bgcolor=888888 colspan=54></td>
<td width=3 bgcolor=888888 rowspan=105></td>
</tr>
@sardaukar
sardaukar / fizz_buzz.exs
Created May 4, 2017 09:23 — forked from gonzofish/fizz_buzz.exs
Solving FizzBuzz without if in Elixir
fizz_word = fn
(0, 0, _) -> "FizzBuzz"
(0, _, _) -> "Fizz"
(_, 0, _) -> "Buzz"
(_, _, third) -> third
end
fizz_buzz = fn n -> fizz_word.(rem(n, 3), rem(n, 5), n) end

I have spent quite a bit of time figuring out automounts of NFS shares in OS X...

Somewhere along the line, Apple decided allowing mounts directly into /Volumes should not be possible:

/etc/auto_master (see last line):

#
# Automounter master map
#

+auto_master # Use directory service