Skip to content

Instantly share code, notes, and snippets.

View SrikantPadala's full-sized avatar

SrikantPadala

View GitHub Profile
@adarsh-chakraborty
adarsh-chakraborty / colors.js.md
Created January 1, 2022 18:14
Add Colors to your console!

Install the npm package

npm i colors

Use colors in your project:

  • Import color js package
@simpl1g
simpl1g / arrow-csv.rb
Last active May 29, 2024 18:07
Arrow CSV bench
require 'bundler/inline'
gemfile do
source 'https://rubygems.org'
gem 'benchmark-ips'
gem 'red-arrow'
end
require 'arrow'