Skip to content

Instantly share code, notes, and snippets.

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

Rael Max raelmax

🏠
Working from home
View GitHub Profile
@turicas
turicas / email_utils.py
Last active May 4, 2025 16:44
Send emails easily in Python (with attachments and multipart)
#!/usr/bin/env python
# coding: utf-8
# This little project is hosted at: <https://gist.github.com/1455741>
# Copyright 2011-2020 Álvaro Justen [alvarojusten at gmail dot com]
# License: GPL <http://www.gnu.org/copyleft/gpl.html>
import os
from email.mime.multipart import MIMEMultipart
from email.mime.text import MIMEText
@timoteoramos
timoteoramos / jquery_skel.js
Created January 18, 2011 14:48
A basic draft of a jQuery-based project
"use strict";
(function() {
function BaseClass($) {
// element collection
var elements = [];
// if element isn't null, then set it as current element
var checkElement = function(el) {
if(el) {
window['Base'].CurrentElement = el;

Desenvolvedor @ TechTudo - Globo.com

Estamos procurando um bom desenvolvedor com o seguinte perfil:

  • HTML avançado, incluindo tópicos como HTML5, canvas, vídeo e desenvolvimento web para iPhone/iPad
  • Javascript avançado (saber só jQuery, sem entender a linguagem não vale)
  • Experiência em desenvolvimento web/server side
  • Entendimento básico de infra-estrutura. Protocolos, redes e funcionamento de um sistema de computadores.