Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Slimrat is a command-line and graphical application for automated downloading from file hosters like Rapidshare, Megaupload, Depositfiles and many more. The current version is 0.9.5.5, which is a bugfix release.

4.0
   
  0 reviews  |  3 users  |  5,087 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

Luciole : the stopmotion firefly ! Luciole is a stop motion software for animation movie realization . It can make live capture of images from external devices as webcam or DV cam.

0
 
  0 reviews  |  1 user  |  16,626 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

A GUI tool that provides scanning, tailoring, editing and validation functionality for SCAP content.

0
 
  0 reviews  |  1 user  |  26,891 lines of code  |  1 current contributor  |  Analyzed 1 day ago
 
 

Gclearance 0.2 Gclearance is a simple creatinine clerance calculator for adults and children with diverse equations, writed in C, with GTK+ using Glade 2.10.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 20 hours ago
 
 

Conceal is the Google Summer of Code project of Kévin Dunglas for Ubuntu, mentored by Jani Monoses. The goal of this project is to increase security of sensitives data stored on computers. Conceal is a compilation of tools which allow to easily encrypt, open, close and decrypt directories in a ... [More] Desktop environment. It is especially useful for laptops users. It is wrote in Python, it uses EncFS as backend. Conceal is composed of the following parts: A Python module A command line tool A GTK interface running standalone or in GNOME Control Center An extension to Nautilus, the GNOME file manager A KDE interface running standalone or in Kcontrol / KCMshell [Less]

0
 
  0 reviews  |  0 users  |  4,232 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

linux下的命令行版qq,来自小虾的个人主页http://home.xxsyzx.com:80/home/index.htm 官方的qq for linux推出至今也没有什么大的改进,图形界面和Windows的比起来差远了,又不提供命令行界面,易用性不太好。 ... [More] 此项目的目标是在图形界面上向Windows看齐,在命令行界面上做出自己的特色,最终提供一个linux下的既有易用的用户界面(比如消息提示音啦。。。),又提供多样的命令行参数(很多linuxer还是比较倾向于纯键盘操作的。。。),从而具有高度的可配置性的qq客户端。 字符界面上准备模仿irssi 图形界面上打算把irssi的界面图形画 考虑支持插件扩展... 这就是gmyqq! 注:本项目源代码仅供学习研究使用。所用协议皆属个人业余的黑匣分析结果。 界面截图: [Less]

0
 
  0 reviews  |  0 users  |  8,802 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Rsgtk is a GTK interface for downloading files from rapidshare.com with a premium account. Currently it is possible to add links to the queue and download them all at once. Some upcoming features are : specify maximum number of simultaneous downloads cancel downloads resume downloads schedule ... [More] downloads for a later date/time support for users without a rapidshare.com account [Less]

0
 
  0 reviews  |  0 users  |  807 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Using the libraries created by Michael Fromberger for the Blitzmail API and the GUI building libraries of GTK Glade, we hope to build a better, sleeker, and just generally more awesome version of blitz. Know any Python? Wanna help? Come join us!

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 4 days ago
 
 

Versión en español About GtkFileSplitterGtkFileSplitter is a simple desktop application made to split files in smaller pieces, and to join file pieces to form the original files; its similar to other programs such as Hacha (Axe) or HJSplit. Thanks to volunteers, it has language support for ... [More] Czech, Dutch, French, Hebrew, Italian, Polish, Simplified Chinese, Spanish and Swedish. It requires Python, GTK and Glade, which come with default install on several Linux distros (ie. Ubuntu), but can even run on MS Windows (with GTK and Python installed). Currently I'm moving the hosting of the project to Canonical's Launchpad, see the Gtk File Splitter page on Launchpad You can use the following repositories: For Ubuntu 9.10 (Karmic) deb http://ppa.launchpad.net/denis-fuenzalida/ppa/ubuntu karmic main deb-src http://ppa.launchpad.net/denis-fuenzalida/ppa/ubuntu karmic main For Ubuntu 9.04 (Jaunty) deb http://ppa.launchpad.net/denis-fuenzalida/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/denis-fuenzalida/ppa/ubuntu jaunty main The packages are signed with my key ID: C01243E3. To add the key to your trusted sources, run: $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C01243E3And then, you can install by running $ sudo apt-get update $ sudo apt-get install gtkfilesplitterScreenshotsEnglish locale on Ubuntu: French locale on Ubuntu: Polish locale on Ubuntu: An older version, running on Windows XP with Python and GTK+: [Less]

0
 
  0 reviews  |  0 users  |  1,145 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

LDAP and Kerberos out-of-the-Box for Ubuntu Linux Code written by Patrick Clancy README Written by Patrick Clancy Project proposed by Patrick Clancy Contact Info: patrick.j.clancy@gmail.com Mentored by Rodrigo Pereira Braga (pereira@gmail.com) Google ... [More] Summer of Code 2007 Table of Contents I. Overview II. Tool Information and Dependencies III. Running the Code IV. Editing the Code V. Future Work I. Overview This project is the result of two other projects that were canceled during the summer of 2007. Initially, we had planned to write a program to install the Fedora Directory Server, but after weeks of work with little success, we realized that FDS may not be a viable option for Ubuntu. After the FDS problems, we needed to change the direction of the project. The minimum goal was automating the installation of a simple LDAP server. So the first steps were figuring out how to install LDAP on Ubuntu. After that we needed to find out what pieces of information were needed for the LDAP installation. Around this point we found out that work had resumed on the another Ubuntu project that did all of this work already. The program was called authtool, and it supported a number of different authentication protocols. Among them was an LDAP and Kerberos server. After seeing the code for the backend, it was clear that it would take us more than a month to improve upon the installation, but the frontend was not nearly as well established. So, the final project was working on the authtool frontend for LDAP and Kerberos, because the only information given was the title of each text entry box. I added a regular expression syntax checks and information buttons that explained the purpose of each piece of information. These features should make deploying a LDAP+Kerberos server significantly easier. II. Tool Information and Dependencies I wrote the programs using the Emacs editor, designed the GUI with the Python Glade-2 GUI builder, and used Python code to tie everything together. If you want to edit the code, install the following Ubuntu Packages: python glade-2 emacs III. Running the Code Once you have the necessary dependencies installed, you can enter the appropriate directory and run the code with the following command: python LDAP_and_Kerberos.py From here use the program as instructed, check the syntax of your entries by clicking the button labeled "More Info" next to the text entry box. IV. Editing the Code To edit the code use your favorite text editor to LDAP_and_Kerberos.py, and use glade-2 to edit LDAP_and_Kerberos.glade. Be sure to build the GUI using glade-2's built-in "Build" function. V. Future Work There are a number of reasons why I would like to continue this work after the Google Summer of Code. First of all, my project changed three times, so I didn't get as much time to work on it as I would of liked. Second, I see that I can help improve code for Ubuntu in my free time. Third, Ubuntu doesn't have a great tool for easily installing authentication, and authtool would help Ubuntu take the next step into the server market if it worked well. So, I would like to continue writing authtool front ends. The next step would be writing another tool for a NIS server. It would build nicely on the work I have already done. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.