Tags : Browse Projects

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

Pygame

Compare

  Analyzed about 20 hours ago

Pygame is a set of Python modules designed for writing games. It is written on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language. Pygame is highly portable and runs on nearly every platform and operating system.

7.74K lines of code

48 current contributors

5 months since last commit

79 users on Open Hub

Low Activity
4.57895
   
I Use This

L2J Server

Compare

  No analysis available

L2J is a server application that emulates a Lineage II (a MMORPG) server. Players can play on a L2J server using the original Lineage II client. It was built from scratch in Java.

0 lines of code

2 current contributors

0 since last commit

72 users on Open Hub

Activity Not Available
4.84375
   
I Use This
Mostly written in language not available
Licenses: gpl3_or_l...

SciTE

Compare

  Analyzed about 21 hours ago

SciTE is a SCIntilla based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. It is best used for jobs with simple configurations - I use it for building test and demonstration programs as well as ... [More] SciTE and Scintilla, themselves. SciTE is currently available for Intel Win32 and Linux compatible operating systems with GTK+. [Less]

79.5K lines of code

13 current contributors

10 days since last commit

70 users on Open Hub

Moderate Activity
4.6129
   
I Use This

pylint

Compare

Claimed by Logilab Analyzed 1 day ago

Pylint is a python tool that checks if a module satisfies a coding standard. Pylint can be seen as another PyChecker since nearly all tests you can do with PyChecker can also be done with Pylint. But Pylint offers some more features, like checking line-code's length, checking if variable names are ... [More] well-formed according to your coding standard, or checking if declared interfaces are truly implemented, and much more. The big advantage with Pylint is that it is highly configurable, customizable, and you can easily write a small plugin to add a personal feature. [Less]

76.1K lines of code

63 current contributors

4 days since last commit

59 users on Open Hub

High Activity
4.52632
   
I Use This

Icinga

Compare

  No analysis available

Icinga is a monitoring software project that began as a fork of Nagios. With Icinga and Icinga 2 the Icinga Project maintains two branches in parallel. This project contains everything related to Icinga 1.x. Look for 2.x below: Icinga 2: https://www.openhub.net/p/icinga2 Icinga Web 2: ... [More] https://www.openhub.net/p/icingaweb2 Vagrant Boxes: https://www.openhub.net/p/icinga-vagrant Puppet Modules: https://www.openhub.net/p/puppet-icinga2 & https://www.openhub.net/p/puppet-icingaweb2 Chef Cookbooks: https://www.openhub.net/p/chef-icinga2 Ansible Roles: https://www.openhub.net/p/icinga2-ansible [Less]

0 lines of code

0 current contributors

0 since last commit

46 users on Open Hub

Activity Not Available
4.46667
   
I Use This
Mostly written in language not available
Licenses: gpl

coala

Compare

Claimed by coala No analysis available

Linting and Fixing Code for All Languages The latest release supports over 50 languages in addition to some generic algorithms. Get it with `pip3 install coala-bears`!

0 lines of code

36 current contributors

0 since last commit

44 users on Open Hub

Activity Not Available
4.84615
   
I Use This
Mostly written in language not available
Licenses: AGPL3

Wicket Stuff

Compare

  Analyzed 1 day ago

Umbrella project for integrations of Wicket and other projects such as Jasper Reports, Hibernate, Freemarker. Also a home for small community contributions.

312K lines of code

15 current contributors

4 days since last commit

44 users on Open Hub

Moderate Activity
4.52632
   
I Use This
Licenses: apache_2, BSD-3-Clause, lgpl

LWJGL

Compare

  Analyzed about 16 hours ago

The Lightweight Java Game Library (LWJGL) is a solution aimed directly at professional and amateur Java programmers alike to enable commercial quality games to be written in Java. LWJGL provides developers access to high performance crossplatform libraries such as OpenGL (Open Graphics Library) and ... [More] OpenAL (Open Audio Library) allowing for state of the art 3D games and 3D sound. Additionally LWJGL provides access to controllers such as Gamepads, Steering wheel and Joysticks. All in a simple and straight forward API. [Less]

89.3K lines of code

0 current contributors

over 7 years since last commit

44 users on Open Hub

Inactive
4.57143
   
I Use This

Irrlicht Engine

Compare

  No analysis available

The Irrlicht Engine is a high performance real-time 3D engine written and usable in C++, and also available for .NET languages. It is completely cross-platform, using D3D, OpenGL, and its own software renderers.

0 lines of code

1 current contributors

0 since last commit

37 users on Open Hub

Activity Not Available
4.08
   
I Use This
Mostly written in language not available
Licenses: zlib_libpng

javacc

Compare

  No analysis available

Java Compiler Compiler is the most popular parser generator for use with Java applications. A parser generator is a tool that reads a grammar specification and converts it to a Java program that can recognize matches to the grammar. In addition to the parser generator itself, JavaCC provides other ... [More] standard capabilities related to parser generation such as tree building (via a tool called JJTree included with JavaCC), actions, debugging, etc. [Less]

0 lines of code

0 current contributors

0 since last commit

33 users on Open Hub

Activity Not Available
4.54545
   
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause