Browsing projects by Tag(s)

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

Showing page 1 of 1

Quazaa is a cross platform multi-network peer-to-peer (P2P) file-sharing client inspired by Shareaza which will support Gnutella2, Ares, eDonkey2000 (eMule), HTTP, FTP, and BitTorrent. Using the Qt software development kit.

5.0
 
  0 reviews  |  9 users  |  893,020 lines of code  |  5 current contributors  |  Analyzed 5 days ago
 
 

PlaatStats for Windows (95, 98, 2000/XP, Vista, 7) collects from my Website, CodeMii (Homebrew Browser) and Google Code the download statistics of my developed homebrew software. This information is the displayed in a nice form.

0
 
  0 reviews  |  1 user  |  13,224 lines of code  |  1 current contributor  |  Analyzed 5 days ago
 
 

linux webcam recorder named as qtV4lCapture which can save your webcam into avi,mp4,mpg or any file type ffmpeg supports.

0
 
  0 reviews  |  1 user  |  1,338 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

IntroductionWTL and WinxGUI addin for eVC4/VS60/VS2003/VS2005/VS2008/VCExpress CppSupport plugin for Qt Creator 1.3.x ProjectsCppSupport plguin: Class View plugin for Qt Creator WTL ClassWizard: Message Notify Command DialogResize DDX/DDV UpdateUI DialogFont WTL AppWizard: Generic ... [More] AppWizard for WTL Project (for VS60/2003/2005/2008) WinxGUI ClassWizard: Event Notify Command DialogResize DDX/DDV UpdateUI DialogFont FAQHow to get VisualFC? Download zipped packages from following sites: http://code.google.com/p/visualfc/downloads/list Svn for WTL and WinxGUI addin http://visualfc.googlecode.com/svn/trunk/ http://sourceforge.net/projects/visualfc/ Git for CppSupport plugin http://gitorious.org/~visualfc/qt-creator/qt-creator-cppsupport How to get help? visualfc bolg : http://blog.csdn.net/visualfc/ visualfc email: visualfc at gmail.com NewsAdd CppSupport for Qt Creator 1.3.x: 2010-1-21CppSupport Plugin 1.3.x for Qt Creator CppSupport is a QtCreator Plugin for C++ Class View Downlods: http://code.google.com/p/visualfc/downloads/list Git source url http://gitorious.org/~visualfc/qt-creator/qt-creator-cppsupport git://gitorious.org/~visualfc/qt-creator/qt-creator-cppsupport.git branch: cppsupport cppsupport-1.3.1 cppsupport-1.3.0 Modify CodeBlocks codecompletion: 2009-11-9 supper macro parser template <> class parser fix class member method , sample MyClass::onTest(int i) == MyClass::onTest(int k) http://code.google.com/p/visualfc/downloads/list VisualFC 0.8RC2 released: 2009-5-18http://code.google.com/p/visualfc/downloads/list Compatible for Window7 VisualFC 0.8RC1 released: 2009-3-22http://code.google.com/p/visualfc/downloads/list Add VFCTools for VS2005/VS2008/VCExpress WTLAppWizard2 RC1 released: 2009-1-20http://code.google.com/p/visualfc/downloads/list VisualFC v0.80.06 for eVC4 released: 2008-9-4http://code.google.com/p/visualfc/downloads/list VisualFC v0.80.0610 released: 2008-7-8http://code.google.com/p/visualfc/downloads/list VisualFC v0.80.0601 released! 2008-6-3http://sf.net/projects/visualfc VisualFC v0.80beta1 released! 2008-4-28http://sf.net/projects/visualfc AppWizard v0.2 released! 2008-4-1http://sf.net/projects/visualfc VisualFC 0.75 released! 2007-12-12VisualFC 0.72 released! 2007-12-03 [Less]

0
 
  0 reviews  |  0 users  |  70,758 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

QRoadTraffic will be an application that provides a realistic and visually interesting simulation of vehicle road traffic, and is being developed to teach me more about writing good C++ applications and hopefully to have some fun while doing it. The QRoadTraffic website using Google Sites is at https://sites.google.com/site/qroadtraffic/

0
 
  0 reviews  |  0 users  |  1,283 lines of code  |  2 current contributors  |  Analyzed 2 days ago
 
 

Are you a developer? Do you like open source? You can make this project better! Check TODO section Beaver Debugger is free cross-platform debugger (GDB frontend). FeaturesSupported C, C++ and QScript languages Supported Unix/Linux, MS Windows, Mac OS and some other platforms. Supports common ... [More] debugging tasks, such as: Step through the program line‐by‐line or instruction‐by‐instruction Interrupt program execution Set breakpoints Examine call stack contents, watchers, and local and global variables Has good looking visual interface. It is an open source project, based on Qt Creator source code. Qt Creator's debugger itself based on GNU Project Debugger Goal of the project is to create lightweight, universal, free, cross-platform debugger for C/C++ applications. Qt Creator already consists debugger, but it is a big IDE. This project provides only debugging functionality. This project can be used as Standalone C/C++ debugger. Now exists few free visual debuggers, which can be used under Unix/Linux. Check this list of the GDB frontends list. This project intended to be one of them. But have important advantages compared with others. Integrated with an IDE. Screenshot: TODOMake sure all Qt Creator features supported (console output of the target available, debugger supports Qt types via gdb macroses, ...) Move to the latest Qt Creator code base AuthorsAndrei Kopats aka hlamer supported by Monkey Studio Team.Created patch for the Qt Creator. Filipe Azevedo aka P@sNox. Made some build system fixes, Mac OS X packager. Evgeni Golov aka Zhenech. Debian packager. Designer. Author of the original logo. Name currently is unknown. Use an email address mailto:hlamer@tut.by, or irc channel #monkeystudio on irc.freenode.net for contact. Development detailsVersion controlSince version 1.0.0.a1 project source code is hosted on Google Code SVN. See Sources tab. Older (development) versions are on Monkey Studio SVN, and not imported. If you need check older versions, use url: svn//svn.tuxfamily.org/svnroot/monkeystudio/mks/beaver revision 3289 Help with the MkS subversion repository New features developmentIf will be necessary to develop new debugging features, preferred way is to add it at first at the Qt Creator, than update Beaver Debugger. Coding styleUse please Qt Creator original coding style Version numerationBeaver version will be the same as base Qt Creator source code version. Unstable version can be suffixed with letter 'a' - alpha, 'b' - beta, and unstable version number. For example, the first release would have version number 1.0.0.a1 Support this projectUserSend your response and bug reports, it would be usefull DeveloperNew developers, and distribution package maintainers are welcomed SponsorUse Monkey Studio donation page Write please in the comment, that it is donation for the "Beaver Debugger" [Less]

0
 
  0 reviews  |  0 users  |  610,952 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

QT4RCP (QT for Rich Client Platform) is based on QT Creator and it's extension system, has the ability to create native GUI applications to a variety of desktop operating systems, such as Windows, Linux and Mac OSX.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed over 1 year ago
 
 
 
 

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.