Skip to main content

Home/ Programming/ Group items tagged code

Rss Feed Group items tagged

jdr santos

Doxygen - 0 views

  •  
    Source code documentation generator tool. 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.
Andrey Karpov

C++ Hints - 0 views

  •  
    The PVS-Studio team has analyzed over 200 open-source projects with their static code analyzer. Among them are such titles as Unreal Engine, Php, Haiku, Qt, and even Linux. In each of these projects, bugs of varying severity were detected. The team regularly reports the analysis results in their blog. Each post is a separate article of several pages, describing in detail each of the bugs found and giving recommendations on how to fix them. The PVS-Studio team decided to go further to create a service of tips and recommendations on C/C++ usage, CppHints.com, in addition to the practice of writing articles. Within the scope of this service, the team publishes 1 recommendation/tip per day. Each publication delivers concentrated information on C/C++ programming approaches and techniques used in various situations and includes examples of correct and incorrect language use from over 200 open-source projects.
Andrey Karpov

SQL-like queries for C++ code: is this the task for static analysis? - 0 views

  •  
    Static analysis tools' users often wonder how to fulfill the task of searching for certain code fragments. For instance, how to find a function longer than 1000 lines; or how to find a class containing more than 100 methods; or which functions contain the largest (or the smallest) number of comments. Why do they want to know it?
yc c

Prefix free: Break free from CSS vendor prefix hell! - 1 views

  •  
    -prefix-free lets you use only unprefixed CSS properties everywhere. It works behind the scenes, adding the current browser's prefix to any CSS code, only when it's needed.
jdr santos

Wotsit.org - 0 views

  •  
    This site contains information on hundreds of different file types, data types, hardware interface details and all sorts of other useful programming information; algorithms, source code, specifications, etc.
jdr santos

Sqlite wrapped: a C++ wrapper for the Sqlite database C API - 0 views

  •  
    "This is a C++ wrapper for the Sqlite database C application programming interface. The code works for linux/unix, as well as win32. This library supports version 3 of the sqlite database. From version 1.2 the connection pool can be made threadsafe. "
yc c

Clang Static Analyzer - 0 views

  •  
    The Clang Static Analyzer is source code analysis tool that find bugs in C and Objective-C programs.
yc c

Google Visualization API - Google Code - 0 views

  •  
    The Google Visualization API lets you access multiple sources of structured data that you can display, choosing from a large selection of visualizations. Google Visualization API enables you to expose your own data, stored on any data-store that is connected to the web, as a Visualization compliant datasource. Thus you can create reports and dashboards as well as analyze and display your data through the wealth of available visualization applications. The Google Visualization API also provides a platform that can be used to create, share and reuse visualizations written by the developer community at large.
yc c

RSense - The most useful development tools for Ruby - 0 views

  • What is RSense? RSense is a development tools for Ruby, which is written in Java. Following UNIX philosophy, RSense can be used from anywhere easily. Generally, it is used from editors such like Emacs, Vim, etc. We are struggling to keep a transparency for hackers to learn, extend, and fix easily. Features Main available features are: Code completion Type inspection In the future, the following features will be also available: Static code checking Definition jump Caller jump Refactoring Screenshots Demo
  •  
    Auto Complete Mode is the most intelligent auto-completion extension for GNU Emacs. 
jdr santos

BOUML - a free UML tool box - 1 views

  •  
    "BOUML is a free UML 2 tool box allowing you to specify and generate code in C++, Java, Idl, Php and Python."
jdr santos

QCodeEdit | use the source Luke... - 1 views

  •  
    QCodeEdit is a framework designed to make edition of source code easy for both users and developers. It is written in C++ using the Qt 4 framework which make it cross-platform.
Andrey Karpov

PVS-Studio confesses its love for Linux - 0 views

  •  
    This post is about love. About the love of the static code analyzer PVS-Studio, for the great open source Linux operating system. This love is young, touching and fragile. It needs help and care. You will help greatly if you volunteer to help testing the beta-version of PVS-Studio for Linux.
Andrey Karpov

Why Code in C Anymore? - 0 views

  •  
    The traditional reasons for preferring C to C++ have been steadily whittled away. Are there any good reasons to still use C?
‹ Previous 21 - 40 of 71 Next › Last »
Showing 20 items per page