This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* AptURL | |
| * Andrew Starr-Bochicchio <[email protected]> | |
| * MIT/X11 License | |
| */ | |
| CmdUtils.CreateCommand({ | |
| name: "apturl", | |
| icon: "http://www.ubuntu.com/files/favicon-ubuntu.ico", | |
| /* homepage: "http://packages.qa.debian.org/common/index.html", */ | |
| author: { name: "Andrew Starr-Bochicchio", email: "[email protected]"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Report Ubuntu Bug | |
| * Andrew Starr-Bochicchio <[email protected]> | |
| * MIT/X11 License | |
| */ | |
| CmdUtils.CreateCommand({ | |
| name: "ubuntu-report-bug", | |
| icon: "http://www.ubuntu.com/files/favicon-ubuntu.ico", | |
| /* homepage: "http://packages.qa.debian.org/common/index.html", */ | |
| author: { name: "Andrew Starr-Bochicchio", email: "[email protected]"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Launchpad PPA Search | |
| * Andrew Starr-Bochicchio <[email protected]> | |
| * MIT/X11 License | |
| */ | |
| CmdUtils.CreateCommand({ | |
| name: "lp-ppa-search", | |
| icon: "http://www.ubuntu.com/files/favicon-ubuntu.ico", | |
| /* homepage: "http://packages.qa.debian.org/common/index.html", */ | |
| author: { name: "Andrew Starr-Bochicchio", email: "[email protected]"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Launchpad PPA Search | |
| * Andrew Starr-Bochicchio <[email protected]> | |
| * MIT/X11 License | |
| */ | |
| CmdUtils.CreateCommand({ | |
| name: "lp-ppa-search", | |
| icon: "https://launchpadlibrarian.net/16114928/gem-sm.png", | |
| /* homepage: "http://packages.qa.debian.org/common/index.html", */ | |
| author: { name: "Andrew Starr-Bochicchio", email: "[email protected]"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Launchpad PPA Search | |
| * Andrew Starr-Bochicchio <[email protected]> | |
| * MIT/X11 License | |
| */ | |
| CmdUtils.CreateCommand({ | |
| name: "lp-ppa-search", | |
| icon: "https://launchpadlibrarian.net/16114928/gem-sm.png", | |
| /* homepage: "http://packages.qa.debian.org/common/index.html", */ | |
| author: { name: "Andrew Starr-Bochicchio", email: "[email protected]"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| """ | |
| Plot histogram from list of dates | |
| Usage | |
| ===== | |
| Point to mbox file. | |
| Ex.1: plot mailinglist activity:: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| #Rename the project | |
| #Program goes over the files and renames them using bzr | |
| #then it goes inside the file and changes all old names to new name | |
| # | |
| # Copyright (C) Canonical Inc. <Alexander Wolfson> <[email protected]> | |
| # This program is free software: you can redistribute it and/or modify it | |
| # under the terms of the GNU General Public License version 3, as published | |
| # by the Free Software Foundation. | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/python | |
| import os | |
| import ConfigParser | |
| cachedir = os.path.expanduser("~/.launchpadlib/cache") | |
| from launchpadlib.launchpad import Launchpad | |
| launchpad = Launchpad.login_anonymously('planet check', 'production', cachedir) | |
| Config = ConfigParser.ConfigParser() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import QtQuick 2.0 | |
| import Ubuntu.Components 0.1 | |
| import Ubuntu.Components.ListItems 0.1 as ListItem | |
| MainView { | |
| id: mainView | |
| width: units.gu(40) | |
| height: units.gu(60) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| / |