Skip to content

Instantly share code, notes, and snippets.

View delicb's full-sized avatar
🪲

Bojan Delić delicb

🪲
View GitHub Profile
@delicb
delicb / compiled_file_python_version.py
Created May 30, 2016 23:05 — forked from delimitry/compiled_file_python_version.py
Get the version of Python by which the file was compiled
#!/usr/bin/evn python
# -*- coding: utf8 -*-
import os
import struct
magics = {
20121: 'Python 1.5.x',
50428: 'Python 1.6',
50823: 'Python 2.0.x',
@delicb
delicb / pyvenvex.py
Created June 26, 2013 21:34 — forked from vsajip/pyvenvex.py
Creates python 3.3 virtual environment and can install distribute and pip in it.
#
# Copyright (C) 2013 Vinay Sajip. New BSD License.
#
import os
import os.path
from subprocess import Popen, PIPE
import sys
from threading import Thread
from urllib.parse import urlparse
from urllib.request import urlretrieve
[
{ "city" : "Beograd", "_id" : 11000 },
{ "city" : "Beograd Vozdovac", "_id" : 11010 },
{ "city" : "Beograd Čukarica", "_id" : 11030 },
{ "city" : "Beograd Zvezdara", "_id" : 11050 },
{ "city" : "Beograd Palilula", "_id" : 11060 },
{ "city" : "Novi Beograd", "_id" : 11070 },
{ "city" : "Beograd Zemun", "_id" : 11080 },
{ "city" : "Beograd Rakovica", "_id" : 11090 },
{ "city" : "Kaluđerica", "_id" : 11130 },