View wingide 4.0.0
# Contributor: Qiang Sun <sunqiang@gmail.com> | |
pkgname=wingide | |
pkgver=4.0.0 | |
_pkgrel=1 | |
pkgrel=1 | |
pkgdesc="Wing IDE is the most advanced Python IDE available today. (full edition - 30 days trial)" | |
url="http://www.wingware.com" | |
license=("custom") | |
arch=(i686 x86_64) |
View wingide personal 4.0.0
# Contributor: Qiang Sun <sunqiang@gmail.com> | |
pkgname=wingide-personal | |
pkgver=4.0.0 | |
_pkgrel=1 | |
pkgrel=1 | |
pkgdesc="Wing IDE is the most advanced Python IDE available today. (low-cost edition - 30 days trial)" | |
url="http://www.wingware.com" | |
license=("custom") | |
arch=(i686 x86_64) |
View wingide 101 4.0.0
# Contributor: Qiang Sun <sunqiang@gmail.com> | |
pkgname=wingide-101 | |
pkgver=4.0.0 | |
_pkgrel=1 | |
pkgrel=1 | |
pkgdesc="Wing IDE is the most advanced Python IDE available today. (free edition)" | |
url="http://www.wingware.com" | |
license=("custom") | |
arch=(i686 x86_64) |
View atoi.py
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# filename: atoi.py | |
def atoi(s = ' \t\n-630x'): | |
""" atoi, convert a string to int. | |
>>> atoi() | |
-630 |