Skip to content

Instantly share code, notes, and snippets.

View eyadsibai's full-sized avatar
🎯
Focusing

Eyad Sibai eyadsibai

🎯
Focusing
View GitHub Profile
@eyadsibai
eyadsibai / steps.md
Last active February 5, 2022 22:02
install Mac OS X
  • sh <(curl -L https://nixos.org/nix/install)
  • mkdir -p ~/.config/nix

Enable nix-command and flakes to bootstrap

  • cat <<EOF > ~/.config/nix/nix.conf experimental-features = nix-command flakes EOF
@eyadsibai
eyadsibai / _.sql
Created July 28, 2020 13:17
schedule BigQuery on a daily basis
WHERE _PARTITIONTIME >= TIMESTAMP(DATE_SUB(@run_date, INTERVAL 1 DAY)) AND _PARTITIONTIME < TIMESTAMP(DATE_SUB(@run_date, INTERVAL 0 DAY))
@eyadsibai
eyadsibai / LeanCanvas.md
Created May 26, 2020 20:50 — forked from twairball/LeanCanvas.md
A Lean Canvas in markdown

Lean Canvas

The Lean Canvas is a version of the Business Model Canvas adapted by Ash Maurya specifically for startups. You can read more about it here.

Problem

Top 3 Problems

@eyadsibai
eyadsibai / .gitconfig
Created August 6, 2018 08:57
My Git Config
[user]
name = <Your Name>
email = name@domain.com
[color]
ui = auto
[color "branch"]
current = reverse
local = yellow
remote = green
[color "diff"]
@eyadsibai
eyadsibai / install-manjaro-i3.md
Last active December 19, 2019 09:12
install on manjaro i3

to install

chat and communication

  • discord
  • slack-desktop
  • pidgin-sipe
  • skyforlinux-stable-bin
  • android-messages-desktop
  • yakyak (install thru snapd)
layout title description tags
default
SQL Style Guide
A guide to writing clean, clear, and consistent SQL.
data
process

Purpose

@eyadsibai
eyadsibai / gmail-count
Created October 31, 2016 15:50 — forked from brunobraga/gmail-count
A simple Gmail unread count script for i3status or conky bars, taking care of its own time frequency (avoid overhead in simplistic approaches such as i3status). See --help for documentation and usage details.
#!/usr/bin/python
###############################################################################
#
# file: gmail-count
#
# Purpose: generates a string value representing the Gmail unread email count.
#
# Usage: pipe the i3status with this script (see i3status manpage)
# or use conky.
#