- Madrid, Spain
- in/chfelipe
Pinned Loading
-
long_polling_example
long_polling_example PublicA simple long-polling example based on Flask-restful and jQuery
-
bernardopires/django-tenant-schemas
bernardopires/django-tenant-schemas PublicTenant support for Django using PostgreSQL schemas.
-
open-telemetry/opentelemetry-collector-contrib
open-telemetry/opentelemetry-collector-contrib PublicContrib repository for the OpenTelemetry Collector
-
Simple XOR encrypt/decrypt
Simple XOR encrypt/decrypt 1#!/usr/bin/env python3
2# -*- coding: utf-8 -*-
3import argparse
4from binascii import unhexlify, hexlify
5from itertools import cycle
-
Python PIL Example: get a thumbnail ...
Python PIL Example: get a thumbnail by resizing and cropping an image. 1# -*- coding: utf-8 -*-
23import Image
45def resize_and_crop(img_path, modified_path, size, crop_type='top'):
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.