Projects

Differences between revisions 16 and 17
Revision 16 as of 2010-04-24 01:07:45
Size: 5398
Editor: ip72-213-131-215
Comment:
Revision 17 as of 2010-04-25 01:01:36
Size: 5888
Editor: host-92-1-253-189
Comment:
Deletions are marked like this. Additions are marked like this.
Line 42: Line 42:


==== Cheatsheet ====
|| '''Language''' || Python ||
|| '''Project Homepage''' || https://launchpad.net/cheatsheet ||
|| '''Link to source code''' || http://bazaar.launchpad.net/~bodsda/cheatsheet/dev-cheatsheet/files ||
|| '''Tutoring available''' || Yes ||

Cheatsheet allows you to store commands to a hidden file located in your home directory. You can then (from the command line) lookup your saved commands and run them by index number or user-defined key.

Projects Overview

This page is to list the current projects that members of the team are working on. New users should be able to look through the list and see who is working on what, what language it's being written in and whether any help is wanted and or required.

NOTE: These lists are kept up to date by their respective owners.

Members Projects

Bodsda

Bubblebot

Language

Python

Project Homepage

N/A

Link to source code

N/A

Tutoring available

Yes

Bubblebot is an IRC bot written in Python. The bot will (when finished) be able to provide the common factoid feature, an auto-reply feature (thanks Votebot), a tell feature to send messages to people as soon as they join the channel (thanks bhb), the ability to pull meeting agenda items directly from the wiki, a google search feature, and just about anything else I can think of.

I am happy to help new programmers to understand the code and help them on their way to creating their own if they wish. Bodsda

Suggestions

Whube Client

Language

Python

Project Homepage

N/A

Link to source code

N/A

Tutoring available

No

Whube Client is a client side application for integrating with Whube

Directory Service Utility

Language

Python

Project Homepage

N/A

Link to source code

N/A

Tutoring available

No

Directory Service Utility is a script to simplify bulk administration of Windows Active Directory environments. It has the ability to run dsmod, dsmove and dsquery commands upon multiple AD objects based on an input file or user entry via STDIN.

Cheatsheet

Language

Python

Project Homepage

https://launchpad.net/cheatsheet

Link to source code

http://bazaar.launchpad.net/~bodsda/cheatsheet/dev-cheatsheet/files

Tutoring available

Yes

Cheatsheet allows you to store commands to a hidden file located in your home directory. You can then (from the command line) lookup your saved commands and run them by index number or user-defined key.


Paultag

Whube

Language

PHP

Project Homepage

http://whube.com/

Link to source code

http://svn.whube.com/project/whube/

Tutoring available

Yes

Whube is legit.

Suggestions


dVz-

Dvbot

Language

C

Short Description

IRC bot written in C

Project Homepage

N/A

Link to source code

N/A

Tutoring available

No

Dvbot is an IRC bot written in C. Who knows what it will bring - This is a crash course in C/Sockets among other things.

Suggestions


bgs100

IanLisp

Language

C, IanLisp

Short Description

A small lisp dialect written in C

Project Homepage

http://launchpad.net/ianlisp

Link to source code

https://code.launchpad.net/ianlisp

Tutoring available

Yes

IanLisp is a lisp dialect written in C. It has a REPL, and is inspired by Common Lisp, Scheme, and somewhat by Clojure.

Suggestions


duanedesign

cliCompanion

Language

python

Short Description

make commandline easier for new users

Project Homepage

https://code.launchpad.net/~duanedesign/+junk/clicompanion

Link to source code

bzr branch lp:~duanedesign/+junk/clicompanion

Tutoring available

No

cliCompanion is a tool to not just make the commandline easier for users, but to help new users learn the commandline. Each line has a short description of the command to run. Selecting the command echos the output and the command run to the terminal. This way the user gets used to what each command does. I am also adding the ability to store additional commands like a command dictionary. The app comes with 26 built-in commands and has room for 26 more commands. Would like to increase these limits dramatically.

packageSync

Language

python, javascript

Short Description

sync installed packages and config files between computers

Project Homepage

https://code.launchpad.net/~duanedesign/+junk/packageSync

Link to source code

bzr branch lp:~duanedesign/+junk/packageSync

Tutoring available

No

This command line application writes your computers dpkg selections to a CouchDB. It then syncs this DB using Ubuntu One. This application will also install the same programs on all synced computers using the dpkg selections in the DB. The feature to sync your .config files is currently being written into the application. It scans your packages installed and when it notices vim, emacs, zsh, ect. It asks if you would like to save the apps corresponding .config file (EX. .vimrc, .emacs, .zshrc).

Suggestions

BeginnersTeam/FocusGroups/Development/Projects (last edited 2011-10-28 00:42:52 by duanedesign)