Tags : Browse Projects

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

ROS

Compare

  No analysis available

ROS (Robot Operating System) provides libraries and tools to help software developers create robot applications. It provides hardware abstraction, device drivers, libraries, visualizers, message-passing, package management, and more. This is just the core part of the ros platform, the desktop variant.

0 lines of code

352 current contributors

0 since last commit

24 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: bsd_2clau...

django-simple-captcha

Compare

  Analyzed about 21 hours ago

Django Simple CaptchaAboutDjango Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form. UsageSample view: from django import forms from captcha.fields import CaptchaField from django.shortcuts import ... [More] render_to_response class CaptchaTestForm(forms.Form): myfield = AnyOtherField() captcha = CaptchaField() """ # or, as a ModelForm: class CaptchaTestModelForm(forms.ModelForm): captcha = CaptchaField() class Meta: model = MyModel """ def home(request): if request.POST: form = CaptchaTestForm(request.POST) # Validate the form: the captcha field will automatically # check the input if form.is_valid(): human = True else: form = Captch [Less]

1.66K lines of code

8 current contributors

3 months since last commit

14 users on Open Hub

Low Activity
4.75
   
I Use This

Robocode

Compare

  No analysis available

Robocode is a Java programming game, where the goal is to develop a robot battle tank to battle against other tanks. The robot battles are running in real-time and on-screen. The motto of Robocode is: Build the best, destroy the rest!

0 lines of code

3 current contributors

0 since last commit

8 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: eclipse

Robotfindskitten

Compare

  No analysis available

Robotfindskitten is a zen simulation in which you are robot. Your job is to find kitten. This job is made difficult by the existence of many items which are not kitten.

0 lines of code

1 current contributors

0 since last commit

7 users on Open Hub

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

YARP

Compare

  Analyzed 2 days ago

YARP: Yet Another Robot Platform. Libraries and applications to support flexible communication between processes and devices spread across a local network. Especially useful for inhomogeneous networks with a mixture of operating systems and compilers. Originally developed for large-scale humanoid ... [More] robot projects such as COG, Kismet, and RobotCub, where many idiosyncratic devices need to be integrated into a single control system without there being any one OS that supports them all. Uses well-specified protocols across tcp, udp, shared-memory, and multicast, with binary and text-mode variants. [Less]

948K lines of code

30 current contributors

10 days since last commit

7 users on Open Hub

High Activity
5.0
 
I Use This
Licenses: BSD-3-Clause, gpl, lgpl21

RealTimeBattle

Compare

  No analysis available

RealTimeBattle is a programming game, in which robots controlled by programs are fighting each other. The goal is to destroy the enemies, using the radar to examine the environment and the cannon to shoot. The Game progresses in real time, with the robot programs running as child processes to ... [More] RealTimeBattle. The robots communicate with the main program using the standard input and output. Robots can be constructed in almost any programming language. Any number of robots can compete simultaneously if allowed by your operating system. A simple messaging language is used for communication, which makes it easy to start constructing robots. Robots behave like real physical object. You can create your own arenas and the simulation engine is highly configurable. [Less]

0 lines of code

0 current contributors

0 since last commit

6 users on Open Hub

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

Willow Garage ROS Packages

Compare

  Analyzed 4 days ago

These repositories hold ROS packages that are specifically intended for use at Willow Garage, and may thus make assumptions that do not generalize to any robot.

592K lines of code

395 current contributors

3 months since last commit

5 users on Open Hub

Very Low Activity
0.0
 
I Use This
Licenses: No declared licenses

MORSE Simulation Engine

Compare

  Analyzed 3 days ago

The Modular OpenRobots Simulation Engine

40.4K lines of code

5 current contributors

almost 2 years since last commit

4 users on Open Hub

Very Low Activity
0.0
 
I Use This

The Player Project

Compare

  Analyzed 3 days ago

The Player Project: Player is a networked interface to robots and sensors. Stage and Gazebo are Player-friendly multiple-robot simulators. The software aims for POSIX compliance and runs on most UNIX-like OS's. Some parts also work on Windows.

7.97M lines of code

0 current contributors

over 3 years since last commit

4 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: bsd, gpl, lgpl21

LinkChecker

Compare

  Analyzed 3 months ago

Check websites and HTML documents for broken links. * recursive and multithreaded checking * output in colored or normal text, HTML, SQL, CSV, XML or a sitemap graph in different formats * HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Telnet and local file links support * restriction of link ... [More] checking with regular expression filters for URLs * proxy support * username/password authorization for HTTP and FTP and Telnet [Less]

45.2K lines of code

10 current contributors

3 months since last commit

3 users on Open Hub

Activity Not Available
3.0
   
I Use This