Skip to content

Instantly share code, notes, and snippets.

@betabrain
betabrain / gist:3251963
Created August 3, 2012 22:01 — forked from anonymous/gist:3246849
Immigrationality
1. Where is the problem?
There is lot of talk about tightening borders of late.
Right wing parties blame immigrants for anything from crime to unemployment
to the bankrupcy of social services to the disintegration of society which they
claim was taking place.
A end-of world vibe seems to spread among their ranks, while they argue that
we were in a dog-eat-dog world.
Is there really a immigration-caused crime problem?
@robulouski
robulouski / gmail_imap_example.py
Last active April 19, 2024 02:27
Very basic example of using Python and IMAP to iterate over emails in a gmail folder/label. http://www.voidynullness.net/blog/2013/07/25/gmail-email-with-python-via-imap/
#!/usr/bin/env python
#
# Very basic example of using Python and IMAP to iterate over emails in a
# gmail folder/label. This code is released into the public domain.
#
# RKI July 2013
# http://www.voidynullness.net/blog/2013/07/25/gmail-email-with-python-via-imap/
#
import sys
import imaplib