Browsing projects by Tag(s)

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

Showing page 1 of 15

ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the game, allowing you to play them on systems for which they were never ... [More] designed! ScummVM lets you run these adventures: Adventure Soft's Simon the Sorcerer 1 and 2; Revolution's Beneath A Steel Sky, Broken Sword 1 and Broken Sword 2; Flight of the Amazon Queen; Wyrmkeep's Inherit the Earth; Coktel Vision's Gobliiins and games based on LucasArts' SCUMM (Script Creation Utility for Maniac Mansion) system. SCUMM is used for many games, including Monkey Island, Day of the Tentacle, Sam and Max and more. Compatibility with supported games is continually improving, so c [Less]

4.73846
   
  0 reviews  |  162 users  |  1,831,851 lines of code  |  53 current contributors  |  Analyzed about 22 hours ago
 
 

The Metasploit Framework is a development platform for creating security tools and exploits. The framework is used by network security professionals to perform penetration tests, system administrators to verify patch installations, product vendors to perform regression testing, and security ... [More] researchers world-wide. The framework is written in the Ruby programming language and includes components written in C and assembler. [Less]

4.57895
   
  0 reviews  |  46 users  |  550,602 lines of code  |  165 current contributors  |  Analyzed 4 days ago
 
 

KolibriOS is an open source operating system with a monolithic preemptive, real-time kernel, video drivers, for 32-bit x86 architecture computers, developed and maintained by The KolibriOS Project Team. KolibriOS is a fork of MenuetOS, written entirely in assembly language.

4.83333
   
  0 reviews  |  13 users  |  984,421 lines of code  |  24 current contributors  |  Analyzed about 18 hours ago
 
 

Multi-purpose cheat tool for Grand Theft Auto San Andreas and San Andreas Multiplayer

5.0
 
  0 reviews  |  12 users  |  60,924 lines of code  |  0 current contributors  |  Analyzed 5 months ago
 
 

EasyBeans is an open-source Enterprise Java Beans (EJB 3.0) container hosted by the OW2 consortium.

5.0
 
  1 review  |  10 users  |  268,671 lines of code  |  9 current contributors  |  Analyzed 28 minutes ago
 
 

The Byte Code Engineering Library is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte ... [More] code instructions, in particular. Such objects can be read from an existing file, be transformed by a program (e.g. a class loader at run-time) and dumped to a file again. An even more interesting application is the creation of classes from scratch at run-time. The Byte Code Engineering Library (BCEL) may be also useful if you want to learn about the Java Virtual Machine (JVM) and the format of Java .class files. BCEL contains a byte code verifier named JustIce, which usually gives you much bette [Less]

3.66667
   
  0 reviews  |  4 users  |  36,545 lines of code  |  3 current contributors  |  Analyzed almost 2 years ago
 
 

A fork of KolibriOS carefully optimized for last-generation AMD processors and chipsets, with a special focus on resource-hungry embedded applications.

5.0
 
  0 reviews  |  3 users  |  16,651 lines of code  |  1 current contributor  |  Analyzed 1 day ago
 
 
Compare

BXOS is a tiny assembler operating system.

5.0
 
  0 reviews  |  2 users  |  8,119 lines of code  |  0 current contributors  |  Analyzed over 2 years ago
 
 

Quick LinksGetting Started | How Testability is determined | How to Contribute | Scores for Open-Source projects Sample ReportsSource-annotated Report Testability-explorer is a tool which analyzes Java bytecode and computes how difficult it will be to write unit tests for the code. It attempts ... [More] to help you quantitatively determine how hard your code is to test, and where to focus to make it more testable. Testability Explorer can be used: As a learning tool which flags causes of hard to test code with detailed breakdown of reasons. To identify hard to test hair-balls in legacy code. As part of your code analysis-toolset. As a tool which can be added into continuous integration that can enforce testable code. Currently the tool computes: Non-Mockable Total Recursive Cyclomatic Complexity. Cyclomatic Complexity is a measure of how many different paths of execution are there in the code. It is computed, by counting the if, while, and case as branching primitives. It is recursive because cost of the method as well as any methods it calls are counted. It is total because cost of object construction as well as any static initializations are counted. And finally, it is non-mockable because any code which can be mocked out in test is not counted as part of the cost. This means that the score is based on the amount of complex code that cannot be mocked out in a unit test. Global Mutable State. Counts the number of fields which are globally reachable by the class under test and which are mutable. Mutable global state makes testing difficult as tests are not isolatable, the global state needs to be set up and cleared between tests. Law of Demeter. This is the principle that calling methods on objects you get from other collaborators is trouble, instead, the collaborator should call that method itself. It makes testing harder because your mocks must expose some internal state through these methods. Check out the Readme, or post a message to the mailing list. For a demo of testability-explorer in action see http://testabilityexplorer.org/report [Less]

4.0
   
  0 reviews  |  2 users  |  23,178 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Ronin is a Ruby platform for exploit development and security research. Ronin allows for the rapid development and distribution of code, exploits or payloads over many common Source-Code-Management (SCM) systems.

0
 
  0 reviews  |  2 users  |  32,236 lines of code  |  2 current contributors  |  Analyzed about 10 hours 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.