Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.078.567 Times

Decode Obfuscated Code Software For C freeware
Filter: All | Freeware | Demo
 

Decode Obfuscated Code Software For C

< 1 2 3 4 5 
Added: May 01, 2013 | Visits: 539

C to Html for HTML Tools This code changes any c/c file into html file and then it asks you either you want to excute the html file or not.



Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (41): C to Html for HTML Tools Download

Added: October 08, 2013 | Visits: 484

Absolute Code Finder for linux Most of us like to be fast at finding the missing pieces of code. We do like to be efficient and productive. I've chosen twenty of the best code repositories that you search by keyword. You enter a keyword, you scroll the combo displaying the repositories, the soft takes you there. Cool. You...





Platforms: *nix

License: Freeware Size: 9.06 MB Download (36): Absolute Code Finder for linux Download

Added: November 09, 2006 | Visits: 3.730

XD++ MFC Library - MFC 7.0 Compliant XD++ Library for MFC by UCanCode.Net Software, an C++ class framework that provides your applications with a drawing surface for diagramming, symbol manipulation, drag and drop, scrolling, zooming, and many other graphics capabilities. It incorporate custom graphical objects and enhanced drawing...


Platforms: Windows

License: Freeware Size: 13.67 MB Download (258): XD++ MFC Library - MFC 7.0 Compliant Download

Released: April 14, 2008  |  Added: May 23, 2008 | Visits: 1.985

OxyProject Metrics OxyProject Metrics is an application that provides code metrics for software projects that empowers software professionals to assess the complexity and maturity of a software product. The source code can be loaded from a .NET solution, a C# and VB.NET project or folder. The following...


Platforms: Windows

License: Freeware Size: 445.43 KB Download (186): OxyProject Metrics Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 621

Code::Blocks EDU Portable Code::Blocks is an open source, free, configurable programming environment for C/C++. The Code::Blocks EDU-Portable interface, integrated help, tools and default compilation settings are all configured for ease of learning C and C++. The EDU-Portable configuration of Code::Blocks provides...


Platforms: Windows

License: Freeware Size: 116 MB Download (54): Code::Blocks EDU Portable Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 845

EclEmma - Java Code Coverage for Eclipse EclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse Public License. It brings code coverage analysis directly into the Eclipse workbench. The EclEmma project is also the home of the JaCoCo code coverage library which is the technical back-end for EclEmma and also...


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 1.07 MB Download (51): EclEmma - Java Code Coverage for Eclipse Download

Added: August 28, 2013 | Visits: 413

Threading Building Blocks for C/C++ Library It uses ordinary C++ templates and code habits to eliminate some of the threading implementation work.It equires fewer lines of code to achieve parallelism than other threading models.The TBB library is also inherently scalable and no code maintenance is required as more processor cores become...


Platforms: C and C plus plus

License: Freeware Size: 1.05 MB Download (40): Threading Building Blocks for C/C++ Library Download

Added: July 14, 2013 | Visits: 441

Pate plugins for C++ All that u c here is mine set of plugins for P?*Nzt?*A*. Latter is a plugin for KDE's Kate editor which allows to write plugins using Python. Most of this plugins I wrote to help myself writing a C++ code and found them quite usable. After feedback from my friends (C++ coders too :) I've...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): Pate plugins for C++ Download

Released: November 27, 2019  |  Added: January 08, 2020 | Visits: 1.973

Zulu DJ Software Free for Mac Zulu is professional DJ mixing software for Mac. Mix and broadcast live music, audio and Mp3s. When loading a music track onto a deck it will automatically scan the file for a beat and assign a beat per minute (BPM), and will change the tempo in the second deck for perfect synchronization and a...


Platforms: Mac

License: Freeware Size: 2.38 MB Download (98): Zulu DJ Software Free for Mac Download

Added: September 09, 2010 | Visits: 927

Gnocchi Gnocchi is a complexity analyzer for C++ code. It calculates cyclomatic and the NPATH complexity measures. The project reads the coverage information produced by GCC and determines the complexity of all functions. If code is compiled with -fprofile-arcs or -ftest-coverage (depending on compiler...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (95): Gnocchi Download

Added: July 27, 2010 | Visits: 797

cpptools This project aims to create a toolbox for C/C++ development. Among them, we intend to deploy a lint, a code beautifier, some refactoring tools, and any other that may shrink a month long task into a key hit. Cpptools is a set of tools for C/C++ development. It tries to simplify many common...


Platforms: *nix

License: Freeware Size: 59.39 KB Download (99): cpptools Download

Added: February 27, 2010 | Visits: 1.058

Syntax::Highlight::Engine::Kate::C Syntax::Highlight::Engine::Kate::C is a plugin for C syntax highlighting. SYNOPSIS require Syntax::Highlight::Engine::Kate::C; my $sh = new Syntax::Highlight::Engine::Kate::C([ ]); Syntax::Highlight::Engine::Kate::C is a plugin module that provides syntax highlighting for C to the...


Platforms: *nix

License: Freeware Size: 256 KB Download (104): Syntax::Highlight::Engine::Kate::C Download

Added: August 04, 2010 | Visits: 1.054

C-Pluff C-Pluff is a plug-in framework for C programs. The project has been strongly inspired by the Java plug-in framework in Eclipse. C-Pluff focuses on providing core services for plug-in interaction and plug-in management. It aims to be platform neutral and supports dynamic changes to plug-in...


Platforms: *nix

License: Freeware Size: 727.04 KB Download (88): C-Pluff Download

Added: October 13, 2010 | Visits: 937

Class::MethodMaker::V1Compat Class::MethodMaker::V1Compat is a V1 compatibility code for C::MM. SYNOPSIS This class is for internal implementation only. It is not a public API. Class::MethodMaker version 2 strives for backward-compatiblity with version 1 as far as possible. That is to say, classes built with version 1...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (102): Class::MethodMaker::V1Compat Download

Added: June 14, 2010 | Visits: 928

C::Sharp::Tokener C::Sharp::Tokener is a Tokeniser for C#. SYNOPSIS use C::Sharp::Tokener; do { ($token, $ttype, $remainder) = C::Sharp::Tokener::tokener($input); } while ($input = $remainder) use C::Sharp::Parser; $parser = new C::Sharp::Parser; $parser->YYParse(yylex =>...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (117): C::Sharp::Tokener Download

Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 1.245

Post Office Agent Software RD-SAS-MPKBY Post Office Agent Software, Post Office RD Agent Software, MPKBY Agent Software, Post Office Small Savings Agent Software for SAS/MPKBY/PPF agents of post offices.Maintains RD, MIS, KVP, NSC, TD, PPF, SCSS, Commission/TDS Schedule, Customer-wise Report, RD Automatic Schedule, RD Account Ledger,...


Platforms: Windows

License: Freeware Size: 2.87 MB Download (79): Post Office Agent Software RD-SAS-MPKBY Download

Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 482

Doxygen for Linux Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D. It can help you in three ways: 1. It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in...


Platforms: Linux

License: Freeware Size: 3.2 MB Download (50): Doxygen for Linux Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 567

Doxygen for Mac OS X Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D. It can help you in three ways: 1. It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in...


Platforms: Mac

License: Freeware Size: 30.1 MB Download (51): Doxygen for Mac OS X Download

Released: October 19, 2012  |  Added: October 19, 2012 | Visits: 714

Calendars Software for calendars Calendar creator software that allows you to create professional calendars for free. You can purchase a full version which has extra features. But basically, you can use it for churches, it is downloadable (for downloadable calendars), make calendar packs, calendars in other languages such as...


Platforms: Windows

License: Freeware Size: 2.44 MB Download (48): Calendars Software for calendars Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 936

C,C++ Source Code Directory Submitter This softwre can help you to find your most needed C,C++ source code from the C,C++ source code directory cprogram.org.You can also submit your source code in web to spread and test your knowledge on programming.Submit C,C++ source code to this directory to make it rich with source code and...


Platforms: Windows

License: Freeware Size: 373 KB Download (54): C,C++ Source Code Directory Submitter Download

< 1 2 3 4 5