代码搜索结果
找到约 10,000 项符合
Python 的代码
simple-service
#!/usr/bin/python
import sys
import time
import dbus
xml = ' \
\
\
\
\
runhnfa.py
#! /usr/bin/env python
# -*- coding: iso-8859-1 -*-
#
# Copyright (C) 2001-2006 Markus Harva, Antti Honkela, Alexander
# Ilin, Tapani Raiko, Harri Valpola and Tomas 謘tman.
#
# This program is free so
calculate_corrs.py
#! /usr/bin/env python
# -*- coding: iso-8859-1 -*-
#
# Copyright (C) 2001-2006 Markus Harva, Antti Honkela, Alexander
# Ilin, Tapani Raiko, Harri Valpola and Tomas 謘tman.
#
# This program is free so
simple-service
#!/usr/bin/python
import sys
import time
import dbus
xml = ' \
\
\
\
\
py-compile
#!/bin/sh
# py-compile - Compile a Python program
scriptversion=2005-05-14.22
# Copyright (C) 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
# This program is free software; you can r
gpsprof
#!/usr/bin/env python
#
# Collect and plot latency-profiling data from a running gpsd.
# Requires gnuplot.
#
import sys, os, time, getopt, tempfile, time, socket, math, copy
import gps
class Baton:
heart.py
#!/usr/bin/python
from socket import *
import struct
import time
if __name__ == "__main__":
socket = socket(AF_INET , SOCK_STREAM)
socket.connect(("10.1.2.41",11630))
ls_xml = '''
bluepin
#!/usr/bin/python
#
# Bluetooth PIN helper
# Written by Maxim Krasnyansky
#
import sys, os, string, popen2, pygtk
pygtk.require('2.0')
# X Display initialization.
# Find running
logo.py
#!/usr/bin/env python
# This file generates the matplotlib web page logo
from pylab import *
# convert data to mV
x = 1000*0.1*fromstring(
file('data/membrane.dat', 'rb').read(), Float32)
# 0.00
date_demo1.py
#!/usr/bin/env python
"""
Show how to make date plots in matplotlib using date tick locators and
formatters. See major_minor_demo1.py for more information on
controlling major and minor ticks
All ma