src/

directory
v0.0.0-...-9024675 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2015 License: Apache-2.0

Directories

Path Synopsis
code.google.com
p/rsc/appfs/appfile
appfile is a command-line interface to an appfs file system.
appfile is a command-line interface to an appfs file system.
p/rsc/appfs/appmount
appmount mounts an appfs file system.
appmount mounts an appfs file system.
p/rsc/appfs/client
Package client implements a basic appfs client.
Package client implements a basic appfs client.
p/rsc/appfs/fs
Package fs is an indirection layer, allowing code to use a file system without knowing whether it is the host file system (running without App Engine) or the datastore-based app file system (running on App Engine).
Package fs is an indirection layer, allowing code to use a file system without knowing whether it is the host file system (running without App Engine) or the datastore-based app file system (running on App Engine).
p/rsc/appfs/proto
Package proto defines the protocol between appfs client and server.
Package proto defines the protocol between appfs client and server.
p/rsc/appfs/server
Package server implements an appfs server backed by the App Engine datastore.
Package server implements an appfs server backed by the App Engine datastore.
p/rsc/arq
Package arq implements read-only access to Arq backups stored on S3.
Package arq implements read-only access to Arq backups stored on S3.
p/rsc/arq/arqfs
Arqfs implements a file system interface to a collection of Arq backups.
Arqfs implements a file system interface to a collection of Arq backups.
p/rsc/arq/hist
Hist shows the history of a given file, using Arq backups.
Hist shows the history of a given file, using Arq backups.
p/rsc/blog/atom
Package atom defines XML data structures for an Atom feed.
Package atom defines XML data structures for an Atom feed.
p/rsc/cloudprint
Package cloudprint implements sending and receiving print jobs using Google Cloud Print (https://developers.google.com/cloud-print/).
Package cloudprint implements sending and receiving print jobs using Google Cloud Print (https://developers.google.com/cloud-print/).
p/rsc/cmd/asmlint
Asmlint looks for errors in and sometimes rewrites assembly source files.
Asmlint looks for errors in and sometimes rewrites assembly source files.
p/rsc/cmd/crypt
Crypt is a simple password-based encryption program, demonstrating how to use code.google.com/p/rsc/crypt.
Crypt is a simple password-based encryption program, demonstrating how to use code.google.com/p/rsc/crypt.
p/rsc/cmd/dateseq
Dateseq prints a sequence of dates.
Dateseq prints a sequence of dates.
p/rsc/cmd/googlecsv
Googlecsv prints a spreadsheet from Google Drive in CSV format.
Googlecsv prints a spreadsheet from Google Drive in CSV format.
p/rsc/cmd/jfmt
jfmt reads JSON from standard input, formats it, and writes it to standard output.
jfmt reads JSON from standard input, formats it, and writes it to standard output.
p/rsc/cmd/labels
Labels converts comma-separated-value records to PostScript mailing labels.
Labels converts comma-separated-value records to PostScript mailing labels.
p/rsc/cmd/numbers
Numbers is a text-based calculator language.
Numbers is a text-based calculator language.
p/rsc/cmd/pprof_mac_fix
pprof_mac_fix applies a binary patch to the OS X kernel in order to make pprof profiling report accurate values.
pprof_mac_fix applies a binary patch to the OS X kernel in order to make pprof profiling report accurate values.
p/rsc/cmd/uploadbot
Uploadbot uploads tgz snapshots of Mercurial repositories to the download section of a Google Code project.
Uploadbot uploads tgz snapshots of Mercurial repositories to the download section of a Google Code project.
p/rsc/crypt
Package crypt provides simple, password-based encryption and decryption of data blobs.
Package crypt provides simple, password-based encryption and decryption of data blobs.
p/rsc/dbstore
Package dbstore stores and retrieves Go data structures as rows in a SQL database.
Package dbstore stores and retrieves Go data structures as rows in a SQL database.
p/rsc/devweb
Devweb is a simple environment for developing a web server.
Devweb is a simple environment for developing a web server.
p/rsc/ext2
Package ext2 implements read-only access to EXT2 file systems.
Package ext2 implements read-only access to EXT2 file systems.
p/rsc/fuse
Package fuse enables writing FUSE file systems on FreeBSD, Linux, and OS X. On OS X, it requires OSXFUSE (http://osxfuse.github.com/).
Package fuse enables writing FUSE file systems on FreeBSD, Linux, and OS X. On OS X, it requires OSXFUSE (http://osxfuse.github.com/).
p/rsc/fuse/hellofs
Hellofs implements a simple "hello world" file system.
Hellofs implements a simple "hello world" file system.
p/rsc/gf256
Package gf256 implements arithmetic over the Galois Field GF(256).
Package gf256 implements arithmetic over the Galois Field GF(256).
p/rsc/issue
Package issue provides access to the Google Code Issue Tracker API.
Package issue provides access to the Google Code Issue Tracker API.
p/rsc/issue/dashboard
Package dashboard implements the issue dashboard for an upcoming Go release.
Package dashboard implements the issue dashboard for an upcoming Go release.
p/rsc/keychain
Package keychain implements access to the passwords and other keys stored in the system-provided keychain.
Package keychain implements access to the passwords and other keys stored in the system-provided keychain.
p/rsc/oauthprompt
Package oauthprompt implements prompting a local user for an OAuth token and caching the result in the user's home directory.
Package oauthprompt implements prompting a local user for an OAuth token and caching the result in the user's home directory.
p/rsc/plist
Package plist implements parsing of Apple plist files.
Package plist implements parsing of Apple plist files.
p/rsc/qr
Package qr encodes QR codes.
Package qr encodes QR codes.
p/rsc/qr/coding
Package coding implements low-level QR coding details.
Package coding implements low-level QR coding details.
p/rsc/qr/libqrencode
Package libqrencode wraps the C libqrencode library.
Package libqrencode wraps the C libqrencode library.
p/rsc/s3get
S3get fetches a single object from or lists the objects in an S3 bucket.
S3get fetches a single object from or lists the objects in an S3 bucket.
p/rsc/scancab
Scancab is an implementation of a document scanning cabinet.
Scancab is an implementation of a document scanning cabinet.
p/rsc/scancab/database
Package database implements the database for the scanning cabinet.
Package database implements the database for the scanning cabinet.
p/rsc/smugmug
Package smugmug uses the SmugMug API to manipulate photo albums stored on smugmug.com.
Package smugmug uses the SmugMug API to manipulate photo albums stored on smugmug.com.
p/rsc/smugmug/smugup
Smugup uploads a collection of photos to SmugMug.
Smugup uploads a collection of photos to SmugMug.
p/rsc/webdriver
Package webdriver implements a client for the Selenium WebDriver wire protocol.
Package webdriver implements a client for the Selenium WebDriver wire protocol.
p/rsc/websrv
Package websrv provides a stylized way to write HTTP handlers and run an HTTP server.
Package websrv provides a stylized way to write HTTP handlers and run an HTTP server.
p/rsc/xmpp
Package xmpp implements a simple Google Talk client using the XMPP protocol described in RFC 3920 and RFC 3921.
Package xmpp implements a simple Google Talk client using the XMPP protocol described in RFC 3920 and RFC 3921.
github.com
coreos/go-systemd/activation
Package activation implements primitives for systemd socket activation.
Package activation implements primitives for systemd socket activation.
coreos/go-systemd/dbus
Integration with the systemd D-Bus API.
Integration with the systemd D-Bus API.
coreos/go-systemd/examples/activation
Activation example used by the activation unit tests.
Activation example used by the activation unit tests.
coreos/go-systemd/journal
Package journal provides write bindings to the systemd journal
Package journal provides write bindings to the systemd journal
gorilla/context
Package gorilla/context stores values shared during a request lifetime.
Package gorilla/context stores values shared during a request lifetime.
gorilla/handlers
Package handlers is a collection of handlers for use with Go's net/http package.
Package handlers is a collection of handlers for use with Go's net/http package.
gorilla/mux
Package gorilla/mux implements a request router and dispatcher.
Package gorilla/mux implements a request router and dispatcher.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL