Tags : Browse Projects

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

Ronin

Compare

  No analysis available

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 lines of code

0 current contributors

0 since last commit

2 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl3, lgpl3

PixelLight

Compare

  Analyzed about 23 hours ago

PixelLight is a cross-platform application framework for any kind of 3D applications like games, interactive simulations or visualizations. It's based on a highly flexible scene graph system that allows you to compose and visualize any type of 3D scene for your application. PixelLight is written ... [More] in C++ and has been designed with flexibility and extensibility as one of it's main goals. Therefore, it's not only a 3D engine, but a consistent framework that allows you to combine all the components that you need for your application without having to care about the differences of the actual libraries, APIs or operating systems that you are using. The underlying systems and libraries are abstracted by a powerful reflection and component system. [Less]

416K lines of code

0 current contributors

about 11 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

php_component_lock

Compare

  Analyzed about 11 hours ago

This component provides the LockInterface as well as an LockAwareInterface. It comes with two implementations of the LockInterface. You can use this interface to lock classes or processes to prevent changes in an object (so you freeze/lock the class for property setting) or lock an existing ... [More] process (like a cronjob) to prevent double execution. [Less]

546 lines of code

0 current contributors

about 6 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

nanoMax

Compare

  Analyzed about 6 hours ago

A framework written in PHP 5.3 with all new awesome feats from this language. Crafted for speed, reusability and scalability. It's fast and furious. New concepts and possibilities for a new generation PHP developpers. Must check.

352 lines of code

0 current contributors

over 11 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

php_component_requirement

Compare

  Analyzed about 7 hours ago

As a php developer, i have to deal with a lot of refactoring tasks day in and day out. Refactoring includes not only code refactoring but also business logic refactoring. A team member right now had figured out a general problem and we all knew that we have to put "the chaos into a cage" because of ... [More] the following reasons: - Developers are lazy and want to call a simple method instead of rewriting complex expressions - After we found strange parts of code, we want to put that into a sentence to spot the business logic - We want to have a generic component where you can reuse business items - Since business logic can became nested, the component should handle this ... [Less]

1.22K lines of code

0 current contributors

almost 3 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

php_component_data_type

Compare

  Analyzed about 14 hours ago

This component includes class definitions for php basic data types like: * Boolean * Floating point * Integer * String * Numeric By using this component, you are able to use type hints also for basic data types. The data types are shipped with some simple but useful methods.

1.59K lines of code

0 current contributors

almost 10 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Onion HTTP server C library

Compare

  Analyzed about 15 hours ago

onion is a lightweight library to help you create webservers in C programming language. These webservers may be a web application, a means of expanding your own application to give it web functionality or even a fully featured webserver. The user can create new handlers that serve reading data ... [More] from a file or creating them. However, there are many default handlers included to address the most frequently required needs. Features SSL, PAM, django-like templates (otemplates), sessions, threads, i18n... [Less]

26.1K lines of code

1 current contributors

over 1 year since last commit

1 users on Open Hub

Very Low Activity
5.0
 
I Use This
Licenses: AGPL3_or_..., lgpl3

php_component_shutdown

Compare

  Analyzed about 10 hours ago

This component provides the ShutdownInterface as well as an ShutdownAwareInterface. It comes with two implementations of the ShutdownInterface. You can use this interface to shutdown classes or processes to prevent you from using kill to stop the process. With the shutdown, you can controll how ... [More] you class or process should go to a well defined shutdown. [Less]

305 lines of code

0 current contributors

over 9 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

php_symfony_console_io

Compare

  Analyzed about 13 hours ago

This component extends the existing symfony console application by a generic IO object. This will easy up the input/output handling in an symfony console project.

241 lines of code

0 current contributors

over 10 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

HoboVM

Compare

  No analysis available

HoboVM is a stack-based virtual machine written entirely in C#. The goal of the project is to create a scripting language and interpreter for programs written for the .NET, .NET Compact, or Mono frameworks. Currently it is capable of executing a custom assembly language stored on a virtual ROM ... [More] , performing calculations and logic on a floating point stack, and swapping floats in and out of virtual RAM. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl3