Monokai color to Sherwin-Williams mapping
(monokai-blue-light "#89BDFF") -> SW 6961 BLUE BEYOND
(monokai-gray "#595959") -> SW 7048 URBANE BRONZE
(monokai-gray-darker "#383830") -> SW 6258 TRICORN BLACK
(monokai-gray-darkest "#141411") -> SW 6990 CAVIAR
(monokai-gray-lightest "#595959") -> SW 7048 URBANE BRONZE
(monokai-gray-light "#E6E6E6") -> SW 6539 SOOTHING WHITE
(monokai-green "#A6E22A") -> SW 6920 CENTER STAGE
(monokai-green-light "#A6E22E") -> [SW 6920 CENTER STAGE]
#!/bin/bash | |
# Pull this file down, make it executable and run it with sudo | |
# wget https://raw.github.com/gist/6152521/build-erlang-r16b01.sh | |
# chmod u+x build-erlang-r16b01.sh | |
# sudo ./build-erlang-r16b01.sh | |
if [ $(id -u) != "0" ]; then | |
echo "You must be the superuser to run this script" >&2 | |
exit 1 | |
fi |
Erlang Camp will come to Nashville on Friday, October 11-12. Thanks to a partnership with VINES, Erlang Camp will be held in a comfy, perfect-for-labs classroom at Vanderbilt University.
This is your single best opportunity to level-up on Erlang. I attended Erlang Camp Chicago in 2010 and the format is very effective and fun. Five or ten minutes of slides and instruction and then ten minutes of coding what you just learned. Repeat, repeat, repeat all-day-long, and day-two is just as active and good. Simply amazing.
Also, if you're interested in Elixir, most everything you learn at Erlang Camp will be applicable. Erlang Camp has a heavy focus on OTP and properties of the Erlang VM. It is led by Martin Logan, Eric Merritt, and Jordan Wilberding. Martin and Eric authored OTP in Action.
Buy your tickets here: https://erlangcampnashville2013.eventbrite.com/
The $125 early-bird tickets are av
{ | |
"bold_folder_labels": true, | |
"caret_style": "smooth", | |
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme", | |
"draw_minimap_border": false, | |
"fade_fold_buttons": false, | |
"font_face": "Inconsolata", | |
"font_size": 15, | |
"gutter": true, | |
"highlight_line": true, |
[ | |
{ "keys": ["ctrl+shift+s"], "command": "save_all" }, | |
{ "keys": ["ctrl+alt+s"], | |
"command": "run_existing_window_command", "args": | |
{ | |
"id": "repl_shell", | |
"file": "config/Shell/Main.sublime-menu" | |
} | |
}, |
- Using Erlang Solutions prebuilt DMG file here. Quick and easy, but doesn't install wx which is needed for the GUI tools such as observer.
- To install on Mac with wx support follow this "Getting wx to work with Erlang on OS X".
A city's tech ecosystem is comprised of local government, business, and tech talent. From the the business-side, Nashville is exceptional in its concentration of successful healthcare companies. On the tech-talent side, Nashville has one the healthiest and most active technical user group ecosystems in the world. This grassroots anomaly has resulted in an unusually vibrant and cohesive tech community. In the past the linkage between the tech community, the business community, and local government hasn't been very strong. There are many reasons for this, and there are several efforts underway to improve the coordination.
Below are listings on Nashville user groups, conferences, and umbrella groups. Many tech events are listed on the technology community calendar at http://cal.nashvl.org.
A user group is a community that forms around a particular technical topic such as Ruby, Microsoft Azure, or Linux. Typically user groups meet once a month on a consistent night of
-module(demo1). | |
-export([test/0]). | |
universal_server() -> | |
receive | |
{become, F} -> | |
F() | |
end. |
#!/bin/bash | |
# Pull this file down, make it executable and run it with sudo | |
# wget https://gist.github.com/bryanhunter/8482545/raw/build-erlang-r16b03.sh | |
# chmod u+x build-erlang-r16b03.sh | |
# sudo ./build-erlang-r16b03.sh | |
if [ $(id -u) != "0" ]; then | |
echo "You must be the superuser to run this script" >&2 | |
exit 1 | |
fi |
I am collecting links and notes about the mixed relationship FP has had with hardware throughout the history of computing. Please suggest material by adding comments here.
Overviews