Skip to content

Instantly share code, notes, and snippets.

View carakan's full-sized avatar
🏠
Working from home

Carlos Ramos carakan

🏠
Working from home
View GitHub Profile
@carakan
carakan / Results
Last active June 18, 2022 02:46
benchmarking json with openstruct
SPECIFICATION
OS Name: Darwin iMac 20.6.0 Darwin Kernel Version 20.6.0: Tue Apr 19 21:04:45 PDT 2022; root:xnu-7195.141.29~1/RELEASE_X86_64 x86_64
ProductName: macOS
ProductVersion: 11.6.7
BuildVersion: 20G630
Ruby Version: ruby 2.6.6p146 (2020-03-31 revision 67876) [x86_64-darwin20]
RubyGems Version: 3.0.3
RVM Version:
json Version: 2.2.0
oj Version: 3.13.14
@carakan
carakan / Readme.md
Last active April 1, 2024 10:22 — forked from alexshagov/install-universal-ctags-with-gtags-osx.md
How to install GNU Global with universall ctags support on mac OS

Unfortunately, homebrew does not support --with-universal-ctags option for global (on the state of April 2018) The reason is that universal-ctags is not officially released yet.

Install universal ctags

Run brew install --HEAD universal-ctags/universal-ctags/universal-ctags (See https://github.com/universal-ctags/homebrew-universal-ctags repo)

If you're on macOS, you might have an old ctags installed with command line tools for XCode. To fix this, simply run alias ctags="`brew --prefix`/bin/ctags"

module AgentesHelper
end
= Demo Application using Rails 3.0 rc2 + ruby 1.9.2 final and Erb templating (Erubis).
$ ab -n 100 -c 15 http://localhost:3001/users
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient).....done
Server Software: WEBrick/1.3.1