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.
Try it Free
$300 in Free Credit for Your Google Cloud Projects
Build, test, and explore on Google Cloud with $300 in free credit. No hidden charges. No surprise bills.
Launch your next project with $300 in free Google Cloud credit—no hidden charges. Test, build, and deploy without risk. Use your credit across the Google Cloud platform to find what works best for your needs. After your credits are used, continue building with free monthly usage products. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Simple C Checker to validate if formatted correctly before compiling
Simple C Checker written in Perl 5.14+ to validate if formatted correctly before compiling. It only validates syntax is correct, no logic or pseudo code is verified.
ART is a kind of a pre-processor with cpp-like syntax. ART can do what cpp does, but also extends cpp’s capability to manage software variability and write reusable software in general. ART is an improved version of XVCL (http://xvcl.comp.nus.edu.sg or https://sourceforge.net/projects/fxvcl/).
ART replaces the need for many Variability Management Techniques with a single well-thought out mechanism that is simple, powerful and fully automated.
Head First Design Patterns translated to C++. Three separate translations are planned: 'Bronze' is literal; minimal (syntax) changes only. 'Silver' is semantic; more C++ idioms + leftover patterns. 'Gold' is (forthcoming and) modern; template based
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
JTidy is a Java port of HTML Tidy, a HTML syntaxchecker and pretty printer. Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM parser for real-world HTML.
SIMon Utils is a project contaning tools to deal with files from the game Simon The Sorcerer 3D. At this moment the project includes a script extractor/repackager, a textures extractor/repackager and a syntaxchecker.
QuillEdit is an enhanced notepad(maybe wordpad also) replacement. It includes all the features in notepad plus Math equation editor, Symbolic calculator, graph plotter, FireEdit syntax highlighter, spelling checker, word counter, and MDI interfaces.
sqlpp is a conventional cpp-alike preprocessor taught to understand SQL syntax
specificities. In addition to the standard #define/#ifdef/#else/#endif cohort,
provides also #perldef for calling arbitrary perl code.
Utility to help create book modules for the Sword Project. Easy Module properties editing. Uses syntax highlighting for the text code. Supports ThML, Osis and plain text at present. Easy one-click creation of Sword Module. Includes Spell-checker. Each pr
From dev environments to AI training, choose preset or custom VMs with 1–96 vCPUs and industry-leading 99.95% uptime SLA.
Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
The Concurrent Object-Oriented Petri Nets (CO-OPN) formalism is devised to support the specification of distributed systems in a modular way. Tools such as editors, syntaxchecker, test generator and prototype generator are proposed in this project.
A visual integrated development environment (IDE) for PHP making it easy to create and edit PHP websites by providing useful tools such as directory structure management, instant keyword help, code highlighting and syntaxchecker.
Flymake is a universal on-the-fly syntaxchecker implemented as Emacs minor mode. Flymake automatically runs the syntax check tool, parses the output for known error patterns, highlights erroneous lines and shows overall check status in the mode line.
A collection of tools to aid in the managment of large web sites. An html syntaxchecker, an html source file formater, a tool for searching and replacing text in multiple files, an http log analizer with 404 warnings, and many more.
Project purpose is implementation of interpreter of C++ language. In initial phase, aplication will be interpret choosen part of syntax that language (creation static and dynamic variables, simple aritmetic operations, conditions, loops).
An advanced web-based tool for checking JavaScript code using ESLint.
...Features
Comprehensive syntax and style checking using ESLint.
Detailed error messages including line numbers and descriptions.
License
This project is open source and available under the MIT License.
This project provide a framework for general coding style checker's process:
1, Support different adapter plugin for different programming language syntax
2, Support incremental scanning
3, Support customize criteria rules.
4, Generate report for scanning result.
A C/C++ adapter was also implemented based on clang library as example.