Skip to content

Instantly share code, notes, and snippets.

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

Tsara Fatma L tsara27

🏠
Working from home
View GitHub Profile
colors:
# Ayu Mirage colors
primary:
background: '0x1f2430'
foreground: '0xcbccc6'
# Normal colors
normal:
black: '0x333333'
red: '0xB12929'
@tsara27
tsara27 / README.md
Last active January 6, 2023 01:04
RMagick 2.16.0 installation on Arch Linux/Manjaro

Installation Guidance

  1. Install libmagick6 via terminal.
sudo pacman -S libmagick
  1. Install Homebrew for Linux. https://docs.brew.sh/Homebrew-on-Linux
  2. Install ImageMagick6 via homebrew.
brew install imagemagick@6
@tsara27
tsara27 / extend_and_method_call_bench.rb
Created January 11, 2017 22:38 — forked from mlomnicki/extend_and_method_call_bench.rb
Extend + method call VS method call
require 'benchmark'
module Foo
def bar
end
def baz
end
@tsara27
tsara27 / 0_reuse_code.js
Created October 23, 2015 11:54
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console