Skip to content

Instantly share code, notes, and snippets.

View morkot's full-sized avatar
🇺🇦

Andrii Melekhovskiy morkot

🇺🇦
View GitHub Profile
@morkot
morkot / gist:5509a4f6a663e619ca08d3e09a5d9c7a
Created February 6, 2017 11:40 — forked from mimikadze/gist:d0cc268c8c1f307c604be08fca2084fd
Material Theme for Midnight Commander
# Start with export LC_ALL=C && mc on OSX
[skin]
description = Solarized (mostly) dark skin for Midnight Commander.
256colors = true
[Lines]
horiz = ─
vert = │
lefttop = ┌
righttop = ┐
@morkot
morkot / Material Theme.itermcolors
Created January 30, 2017 17:23 — forked from Revod/Material Theme.itermcolors
Material Theme For iTerm2
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Color Space</key>
<string>sRGB</string>
<key>Blue Component</key>
<real>0.25882352941176473</real>
@morkot
morkot / http-benchmark.md
Created October 11, 2016 10:33 — forked from denji/http-benchmark.md
HTTP(S) Benchmark Tools / Toolkit for testing/debugging HTTP(S) and restAPI (RESTful)

Tools

Located in alphabetical order (not prefer)

  • ab – slow and single threaded, written in C
  • apib – most of the features of ApacheBench (ab), also designed as a more modern replacement, written in C
  • baloo – Expressive end-to-end HTTP API testing made easy, written in Go (golang)
  • bombardier – Fast crossplatform HTTP benchmarking tool, written in Go (golang)
  • boom – HTTP(S) load generator, ApacheBench (ab) replacement, written in Go (golang)
  • curl-loader – performance loading of various application services and traffic generation, written in C
@morkot
morkot / ConEmu-MaterialTheme.xml
Created February 8, 2016 11:43 — forked from rajadain/ConEmu-MaterialTheme.xml
ConEmu Material Theme
<key name="Colors" modified="2015-12-10 22:46:43" build="151210">
<value name="Count" type="dword" data="00000001"/>
<key name="Palette1" modified="2015-12-10 22:46:43" build="151210">
<value name="Name" type="string" data="Material Theme"/>
<value name="ColorTable00" type="dword" data="004d4335"/>
<value name="ColorTable01" type="dword" data="006b60eb"/>
<value name="ColorTable02" type="dword" data="008de8c3"/>
<value name="ColorTable03" type="dword" data="0095ebf7"/>
<value name="ColorTable04" type="dword" data="00c4cb80"/>
<value name="ColorTable05" type="dword" data="009024ff"/>