Skip to content

Instantly share code, notes, and snippets.

View loristns's full-sized avatar
🤔

Loris Nezan loristns

🤔
View GitHub Profile
@EKami
EKami / amazon_forest_notebook.ipynb
Last active March 16, 2021 02:07
Planet: Understanding the Amazon deforestation from Space challenge
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shubham1810
shubham1810 / prank
Created November 4, 2014 15:12
python script to continously open the cd-drive of any PC
'''__author__ = "Shubham Dokania"
# This script will keep on opening the cd player
# of a linux pc in every 5 seconds in an infinite loop
import os, time
time.sleep(5)
while 1:
try:
os.system("eject cdrom")
@robdodson
robdodson / mark-down-live.html
Created October 3, 2013 16:38
Happy Polymer
<polymer-element name="mark-down-editor">
<template>
<style>
#markup, #markdown {
width: 50%;
float: left;
}
#editor {
width: 80%;
height: 250px;