Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure
Native application identity and user-based security for your Azure cloud
Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
Get a free trial
MongoDB Atlas runs apps anywhere
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
The Java Code Clone Detection API (JCCD) allows to implement individual code clone detectors. These code clone detectors can be easily integrated into other Java applications. JCCD is based on a pipeline architecture which allows to replace whole par
This is a project to manage jointly a set of projects related to the iCub humanoid robot platform. Only a small portion of the robot code is stored here; this project is used to link other Sourceforge projects (e.g. robotcub, yarp).
VMLAB User Components for AVR peripherals and external components
This is the sourcecode repository for my VMLAB User Components. The Project Website contains detailed descriptions of each component. You can also Download Components as pre-compiled DLL files from this site. The "AVR Peripheral" components should be installed to the "mculib" directory; all other components are installed in the "userlib" directory.
Robot controller and related software written for competition, experiments, and protyping on FIRST Robotics Team 1011, "Team CRUSH". Written in C for the IFI 2004 or newer FRC and/or ECU-RC controllers. Includes main code and device specific code.
A java-based JSON service for zip code location lookup and distance calculation. Implemented as a web application and related support classes. Includes a zip code dataset that should be loaded into a database.
The Protein Geometry Database hosts the development code for a flexible database for searching protein geometry, as well as a library for accessing this data for protein modeling & refinement programs.
RoboBeans is an interface to the "Robocup 2D Soccer Simulation Server" that allows developers to write Robocup teams\agents concentrating on behaviour and AI without having to worry about syntax of communication or network issues.
haggies is an optimizing code generator. It can read in expressions in common notation and generate output for many programming languages including C/C++, Java, Fortran, Python and many others.
Greyhound Lua is a distribution of Lua intended to be used for the FIRST Robotics Competition. Teams can use this to write their robot code in Lua. Greyhound Lua is in no way endorsed or sponsored by US FIRST.
The Xholon project explores: software as systems of linked nodes, organized hierarchically. The Xholon toolkit supports this back-to-basics approach, and demonstrates practical benefits through examples from numerous domains.
"""
E-Cell's sourcecode repository has moved to GitHub!
https://github.com/ecell
The development of E-Cell now continues on GitHub.
The Subversion repository was abandoned.
"""
E-Cell System is an object-oriented software suite for modeling, simulation, and analysis of large scale complex systems such as biological cells. It allows many components driven by multiple algorithms with different timescales to coexist in a model.
This software is used to create and modify machine programs for EMCO Compact 5 and Control T.U. CNC-2A lathes and to send / received them between PC and machine over serial connection and ethernet using a converter (like lantronix XPort).
libNT is a Number Theory Library which is based on a BigInteger Class. It will contain several algorithms for solving Number Theory Problems. Written in the IDE Code::Blocks
A cross platform GUI for OBD-II interface device control. Currently supporting ELM327 devices, the app allows you to view and clear error codes, and view live data from the ECU. Packages available for Windows and Linux (deb or rpm)
Q Binary Clock is a platform independent simple binary clock widget. Q Binary Clock was initially started as "Binary Clock" or just "binaryclock" for Fremantle. The sourcecode is available at: https://garage.maemo.org/projects/binaryclock
Covered is a Verilog code coverage utility using VCD/LXT/FST dumpfiles (or VPI interface) and the design to generate line, toggle, memory, combinational logic, FSM state/arc and assertion coverage report metrics viewable via GUI or ASCII format.
This project is ported to github and can be found at:
https://github.com/chiphackers/covered
A Lua interpreter for Mac OSX with a simple user interface. I would greatly appreciate a small review to aid in the process of eliminating bugs and increasing user satisfaction. This application is created by the ROBLOX user named CLIPSE.
An interactive binary search tree. The user may interact with the tree by performing rotations, balancing, insertions, and deletions. For educational purposes