With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Steel Rats is a gui wrapper for the command line sourcecode auditing tool RATS. It examines C, Perl, php and pythoncode for keywords that could cause security holes and provides a report for you to further investigate the possible security holes.
Analyzes Cpp code for unused public functions, public functions which are candidates to be private functions and duplicate implementation of public functions.
Robin is a framework that automatically generates Python bindings to C++ libraries. In addition to what other wrapping programs (like "Swig" or "SIP") can do, Robin puts stress on maximal useability and the tightest binding possible.
Tool for Cython aimed to provide a functionality similar to SWIG. It rolls out "extern from" directives and generates shadow classes definitions. Can be used instead of cython in command line.
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.
Delight is an imperative, object-oriented programming language with a Python-like syntax. Internally, it is based on the D programming language, and therefore supports classes, interfaces and templates, and compiles to efficient native code using GDC.
ParGeL is an LALR(k) parser generator, which allows creation of inheritable parsers in runtime and compile time environments. ParGeL is written 100% in Java.
Convert text to International Morse Code. Input is ASCII text. Output can be: - . -..- - on the console, raw 8bit PCM suitable for piping to /dev/audio, .wav files or even (mp3|ogg). Good for headlines on your MP3 player or code practice.
SPWrapper generates java (and now python) classes able to invoke stored procedures and to execute sql statements for you: you just have to give it the stored procedure name or the sql statement.
Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.
Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
This is an algorithm to codify Spanish words to an equivalent phonetic code. That intends to be a substitute of Soundex algorithm that is not practical to use in Spanish. It is very useful for search engines based on text information.
Punchcard is a python script for rapid generation of XHTML/CSS layouts from simple txt files.
You can draw boxes with ascii characters and translating it in the structure of a web page.
Simple C IDE for Linux/Unix Systems
Allow your to
Develop,Compile,link (to libraries),Fix Errors & Warnings and Run ANY C code simply by opening it in the IDE
It doesn't create any additional files for your project
TransimsGui and makeTransims allow users to automatically generate triptables, timetables and vehicle files, edit individual control files, create batch files for transims feedback processes, run exe-control file pairs and run batch files.
Framework for the development of new Content Types in Zope/CMF/Plone. Schema driven automatic form generation, simple integration with rich content types, and a lower entry bar to the complex requirements Zope places on new content objects.
Zignal is a very lightweight library for handling signals (As the ones found in Qt or Boost.Signals). It aims a being used in embedded programs, in order to improve their conception, and code readability. Its implementation is based on a gcc hack.
GEDIT TODO IS NOW A PART OF GMATE: PLEASE REFER TO http://blog.siverti.com.br/gmate to get updated information the sourcecode on sourceforge will not be continued and a new codebase is in the way at github, for more info follow the above link. please DO
Project goal is to parse given C++ sourcecode and generate clean and transparent bindings for other languages with minimal effort. With emphasis on building heterogeneous software as opposed to embedding C++. Uses pygccxml.
This will produce, from a schema that you create, a file maintenance python program for every table that you define in the schema. Each file maintenance program is standalone. This is a work in progress.
Tool used to generate state machine framework code from a terse set of
directives embedded directly in the input sourcecode file. This tool will also generate GraphViz graphical description and Spin/Promela modelling output.
Psyco showed that it is possible to execute Pythoncode at speeds approaching that of fully compiled languages, by "specialization".
The project is now dead and replaced by PyPy: http://pypy.org/
f2cpp is a python script to convert Fortran 77 to C++ code. The output files of f2cpp script, in contrast to the well-known f2c translator, can be easy read by human.