Skip to content

Instantly share code, notes, and snippets.

View aleandros's full-sized avatar
💻
Building!

Edgar Cabrera aleandros

💻
Building!
View GitHub Profile
@kachayev
kachayev / css-parser.md
Last active November 12, 2022 04:20
Parsing CSS file with monadic parser in Clojure
@liangzan
liangzan / gmail_checker.rb
Created January 19, 2012 23:20
Gmail checker for Xmobar
# Gmail checker for Xmobar
#
# Install the ruby-gmail and mime gem to system
# Put the script under ~/path/to/gmail_checker.rb
# Make sure it is executable
require 'gmail'
gmail = Gmail.new('example@gmail.com', 'password')
mail_count = gmail.inbox.count(:unread)