The Imposter's Handbook
This a collection of interesting links found in The Imposter's Handbook by Rob Conery.
Content:
This a collection of interesting links found in The Imposter's Handbook by Rob Conery.
Content:
# for an example of a suggested `locals_without_parens`, see z_locals_without_parens.exs | |
# parsing and expanding a formatter.exs file would be a good route too | |
opts = [sourceror_opts: [locals_without_parens: [...], line_length: 122]] | |
for transformation <- [&PipeChainStart.run/1, &SinglePipe.run/1] do | |
ProjTraversal.transform("../my_codebase/", transformation, opts) | |
end |
Mix.install([
{:func_geo, github: "milmazz/func_geo"},
{:kino, "~> 0.5.0"}
])
defmodule IPv4Parser do | |
@moduledoc """ | |
Exercise 2.8.6 from the book The Little Elixir & OTP Guidebook | |
The idea is to take a look at the IPv4 packet spec and try to write a | |
parser. | |
""" | |
def parse(packet) do | |
<< |
I hereby claim:
To claim this, I am signing this object:
You can use your favorite package manager or please follow this instructions.
https://www.erlang-solutions.com/downloads/download-erlang-otp
$ mkdir ~/dev
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 | |
# $Id$ | |
PortSystem 1.0 | |
PortGroup github 1.0 | |
github.setup elixir-lang elixir 1.2.1 v | |
epoch 1 | |
categories lang | |
platforms darwin |
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
__version__ = '0.1' | |
import xlrd | |
import re | |
import xlwt | |
import argparse |
Global | |
Alt-Shift-G | Captura de pantalla |