Skip to content

Instantly share code, notes, and snippets.

View robinsound's full-sized avatar

robinsound robinsound

  • Tenerife - España
View GitHub Profile
@robinsound
robinsound / gist:3111101ad8cff7236131
Created March 5, 2016 15:46 — forked from pdincau/gist:08f7b2fac39088c87b75
Things I learned about ExUnit
Run tests:
mix test
Run single test file:
mix test path/to/file
Run single test:
@robinsound
robinsound / gist:5d89b66e2439242d4dfe5914e14590f9
Last active February 2, 2019 13:40 — forked from dignome/gist:b25755e344d0619552da
Mikrotik RouterOS DHCP Lease to Simple Queues
# DHCP Lease to Simple Queues
# 2014 Lonnie Mendez (lmendez@anvilcom.com)
#
# Mikrotik RouterOS v6.9
/ip dhcp-server lease
:foreach x in=[find] do={
# grab variables for use below
:local leaseaddr ([get $x address]."/32")