Skip to content

Instantly share code, notes, and snippets.

View devinus's full-sized avatar

Devin Alexander Torres devinus

View GitHub Profile
@devinus
devinus / decode.txt
Created July 22, 2021 11:54
Poison Benchmarks 07-22-2021
Operating System: Linux
CPU Information: Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz
Number of Available Cores: 8
Available memory: 15.07 GB
Elixir 1.12.2
Erlang 24.0.3
Benchmark suite executing with the following configuration:
warmup: 1 s
time: 10 s
# Use the command 'TerrariaServer -config serverconfig.txt' to use this configuration.
# Please report crashes by emailing crashlog.txt to <[email protected]>.
# Load a world and automatically start the server.
world=~/.local/share/Terraria/Worlds/world1.wld
# Creates a new world if none is found. World size is specified by: 1(small), 2(medium), and 3(large).
#autocreate=1
# Sets the world seed when using autocreate.
@devinus
devinus / decode.txt
Created December 11, 2019 23:08
Poison Benchmark Results
Operating System: Linux
CPU Information: Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz
Number of Available Cores: 8
Available memory: 20.03 GB
Elixir 1.9.4
Erlang 22.2
Benchmark suite executing with the following configuration:
warmup: 1 s
time: 5 s
@devinus
devinus / decode.txt
Last active December 11, 2019 22:21
Poison Benchmark Results
Operating System: Linux
CPU Information: Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz
Number of Available Cores: 8
Available memory: 20.03 GB
Elixir 1.9.4
Erlang 22.2
Benchmark suite executing with the following configuration:
warmup: 1 s
time: 5 s
Operating System: macOS
CPU Information: Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz
Number of Available Cores: 12
Available memory: 32 GB
Elixir 1.9.4
Erlang 22.1.8
Benchmark suite executing with the following configuration:
warmup: 1 s
time: 5 s
deb https://deb.debian.org/debian stretch main contrib non-free
# deb-src https://deb.debian.org/debian stretch main contrib non-free
deb https://deb.debian.org/debian-security/ stretch/updates main contrib non-free
# deb-src https://deb.debian.org/debian-security/ stretch/updates main contrib non-free
deb https://deb.debian.org/debian stretch-updates main contrib non-free
# deb-src https://deb.debian.org/debian stretch-updates main contrib non-free
deb https://deb.debian.org/debian stretch-backports main contrib non-free

commitizen-example

This example project shows you what you need to get started using a release flow using [Commitizen][1] with [Conventional Commits][2]:

Install

$ npm install --save-dev \
 husky \
@devinus
devinus / gist:76ccdaf1467f75680f57c67f5a2b55ac
Created October 25, 2017 23:11 — forked from anonymous/gist:75d655df03dc5a906b887dd9b230491c
Getting fastboot POSTs working for ember serve:
// lib/post-middleware/package.json
{
"name": "post-middlware",
"keywords": [
"ember-addon"
],
"ember-addon": {
"before": "broccoli-watcher"
}
}

Keybase proof

I hereby claim:

  • I am devinus on github.
  • I am devinus (https://keybase.io/devinus) on keybase.
  • I have a public key ASC-2tw5C6jjxD9K1K2wIZTZ33BowCCmhRO-d-NZss3KCAo

To claim this, I am signing this object:

@devinus
devinus / rmcc.md
Last active March 24, 2020 21:08
Rebelmail Code Challenge

Rebelmail Code Challenge

Minimize an HTML page with inline CSS using whatever novel techniques you can think of without affecting the presentation of the document.

Write a microservice to consume the HTML, save an email document to a database with the original and transformed versions of the document, and send the transformed result in an HTML email to a specified recipient.