Skip to content

Instantly share code, notes, and snippets.

View tomordonez's full-sized avatar

Tom Ordonez tomordonez

View GitHub Profile
@tomordonez
tomordonez / pomodoroTimer.py
Last active February 1, 2018 16:30
Pomodoro Timer with Music in Python
# Pomodoro Timer with Music in Python
# By: Tom Ordonez
# The countdown function was inspired by an answer I saw on stackoverflow.
# Before running this program you need to: pip install python-vlc
# To run the program: python3 pomodoroTimer.py
# To modify the length of the Pomodoro just change the range of the countdown function
# Change the name of the mp3 files to your own files. They need to be placed
# in the same directory where tyou place this python file.
# If you have questions send me a message on LI: https://www.linkedin.com/in/tomordonez/
@tomordonez
tomordonez / ResumeChecker.py
Created October 26, 2017 05:32
Resume Parser legacy code
#!/usr/bin/env python
# coding=utf-8
"""
coding=utf-8
A utility to make handling many resumes easier by automatically pulling contact information, required skills and
custom text fields. These results are then surfaced as a convenient summary CSV.
This file was written by: https://github.com/bjherger/ResumeParser
@tomordonez
tomordonez / install_ruby_on_rails_macosx
Created January 21, 2013 21:51
Installing Ruby on Rails on a MAC
(1) Install gcc for the MAC OSX. (https://github.com/kennethreitz/osx-gcc-installer), scroll down Option1, then download 10.8.
(2) Install git for MAC: http://code.google.com/p/git-osx-installer. Go to downloads, then latest upload.
(3) Install RVM, following this https://rvm.io/rvm/install/, enter the following commands on the terminal
\curl -L https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
To see that RVM was installed run this command:
type rvm | head -n 1
It should return: