Skip to content

Instantly share code, notes, and snippets.

View celsocelante's full-sized avatar

Celso Celante celsocelante

View GitHub Profile
#!/usr/bin/python
from selenium import webdriver
try:
from urllib.request import urlopen
except ImportError:
from urllib2 import urlopen
import csv
if(circ.getDisplayed()) {
glClear(GL_COLOR_BUFFER_BIT);
GLfloat twicePi = 2.0f * M_PI;
glEnable(GL_LINE_SMOOTH);
glLineWidth(0.001);
glBegin(GL_LINES);
glColor4f(1.0, 1, 1, 1.0);
@celsocelante
celsocelante / tunnel.sh
Created September 6, 2017 19:35
Uso: sh tunnel.sh teste123 4000
#!/bin/bash
for (( ; ; ))
do
lt -s $1 --port $2
done
web:
image: tutum/apache-php
environment:
- ALLOW_OVERRIDE=true
ports:
- "80:80"
links:
- db
volumes:
- ./app:/app
@celsocelante
celsocelante / designer.html
Last active August 29, 2015 14:08
designer
<link rel="import" href="../topeka-elements/topeka-resources.html">
<link rel="import" href="../topeka-elements/topeka-profile.html">
<link rel="import" href="../paper-button/paper-button.html">
<link rel="import" href="../paper-calculator/paper-calculator.html">
<polymer-element name="my-element">
<template>
<style>
:host {