代码搜索结果
找到约 10,000 项符合
Python 的代码
traygui.py
#!/usr/bin/python
# vim: set fileencoding=utf-8
# Copyright 漏 2008 Igor Mammedov,
# Contact email: igor@mammed.net
#
# This file is part of MemoCard.
#
# MemoCard is free software: you ca
carddb.py
#!/usr/bin/python
# vim: set fileencoding=utf-8
# Copyright 漏 2008 Igor Mammedov,
# Contact email: igor@mammed.net
#
# This file is part of MemoCard.
#
# MemoCard is free software: you ca
msg.py
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# msg.py
#
# Author: Laudeci Oliveira
# Rafael Proen莽a
#
# This program is free software; you
config.py
#!/usr/bin/env python
# -*- coding: iso-8859-15 -*-
import os
#import gtk
from ConfigParser import RawConfigParser as ConfigParser
_config = ConfigParser()
get = _config.get
set = _config.set
getboo
utils.py
#!/usr/bin/python
# -*- coding: utf-8 -*-
# utils.py
#
# Author: Laudeci Oliveira
# Rafael Proen莽a
#
# This program is free software; you ca
aptoncd.py
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import CreateAptOncd
import ProgressWindow
import config
import gettext
import gtk
import gtk.glade
import locale
from messageBox import MessageBox
impor
halmanager.py
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# HalManager.py
#
# Author: Laudeci Oliveira
# Rafael Proen脙搂a
#
# This program is free softwa
using_tuple.py
#!/usr/bin/env python
# Filename: using_tuple.py
zoo=('wolf','elephant','penguin')
print 'Number of animals in the zoo is',len(zoo)
new_zoo=('monkey','dolphin',zoo)
print 'Number of animals i
isprefix.test
#! /bin/sh -pe
# librsync test case.
# Copyright (C) 2000 by Martin Pool
# Test the map_ptr input routines, by extracting chunks of a file
# using a known-good Python implementation, and also by pas
using_tuple.py
#!/usr/bin/env python
# Filename: using_tuple.py
zoo=('wolf','elephant','penguin')
print 'Number of animals in the zoo is',len(zoo)
new_zoo=('monkey','dolphin',zoo)
print 'Number of animals i