Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

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

Luis León ljle

🏠
Working from home
  • Chile
  • 11:16 (UTC -04:00)
View GitHub Profile
@ljle
ljle / keybase.md
Created September 13, 2019 13:52
Keybase verification

Keybase proof

I hereby claim:

  • I am ljle on github.
  • I am ljle (https://keybase.io/ljle) on keybase.
  • I have a public key ASCbAn90MFAor7F0wTtHX4KhAwiWYvjR124P0Xf1887boAo

To claim this, I am signing this object:

@ljle
ljle / share-folder-linux-windows
Created October 5, 2016 19:15
Command to link a Windows folder to Linux
sudo mount -t cifs -o username=username //192.168.x.x/folder /home/user/folder
@ljle
ljle / get_dates.py
Last active October 5, 2016 19:19
Get available appointment dates from http://citavirtual.mppeuct.gob.ve/
"""
You need to be logged in and then extract the cookie from your session.
Requires: python-tk
Usage: python <script_name> <year> <from_month> <to_month> <cookie>
Example: python get_dates.py 2016 8 10 'cookie_string'
"""
import time
import sys