I hereby claim:
- I am florinpatrascu on github.
- I am valahus (https://keybase.io/valahus) on keybase.
- I have a public key whose fingerprint is 38CB B8D3 C596 C634 9B3F 63F1 10E8 7658 A3D7 897C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
### Keybase proof | |
I hereby claim: | |
* I am florinpatrascu on github. | |
* I am valahus (https://keybase.io/valahus) on keybase. | |
* I have a public key ASB9rL161TGkL8-9suC4TtHQJyfCXaSFncjcWbaFANp5xwo | |
To claim this, I am signing this object: |
Experimenting with the Universal Language Server support for Sublime Text 3 plugin, available here and Elixir, using the Language Server Protocol.
Right now, and sadly, the LSP plugin doesn't include Elixir out of the box. A bit of copying some files around and editing, is still required. I am focusing on OSX only, in this note.
Install the following:
#require "rubygems" | |
require 'socket' | |
# Count the occurrence of an IP address in a given list of | |
# IP addresses and resolve it to its hostname. | |
# | |
# (c)2011 Florin T.PATRASCU | |
Socket.do_not_reverse_lookup = false | |
ip_addresses = Array.new DATA.read.split |