Showing 1653 open source projects for "syntax"

View related business solutions
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 1
    TOra is a Toolkit for Oracle which aims to help the DBA or developer of database applications. Features PL/SQL debugger, SQL worksheet with syntax highlighting, DB browser and a full set of DBA tools. TOra also includes support for MySQL and Postgres.
    Leader badge
    Downloads: 238 This Week
    Last Update:
    See Project
  • 2
    ksqlDB

    ksqlDB

    The database purpose-built for stream processing applications

    Build applications that respond immediately to events. Craft materialized views over streams. Receive real-time push updates, or pull current state on demand. Seamlessly leverage your existing Apache Kafka® infrastructure to deploy stream-processing workloads and bring powerful new capabilities to your applications. Use a familiar, lightweight syntax to pack a powerful punch. Capture, process, and serve queries using only SQL. No other languages or services are required. ksqlDB enables you...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    remark

    remark

    A simple, in-browser, markdown-driven slideshow tool

    A simple, in-browser, Markdown-driven slideshow tool targeted at people who know their way around HTML and CSS. If your ideal slideshow creation workflow contains any of the following steps, just write what's on your mind, do some basic styling, easily collaborate with others, share with and show to everyone, then remark might be perfect for your next slideshow! Focus on the content, expressing yourself in next to plain text not worrying what flashy graphics and disturbing effects to put...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MacDown

    MacDown

    Open source Markdown editor for macOS

    MacDown is an open source Markdown editor for macOS, released under the MIT License. It is heavily influenced by Chen Luo’s Mou.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
    Learn More
  • 5
    Parsedown

    Parsedown

    Better markdown parser in PHP

    Parsedown is capable of escaping user-input within the HTML that it generates. Additionally Parsedown will apply sanitisation to additional scripting vectors (such as scripting link destinations) that are introduced by the markdown syntax itself. If you wish to allow HTML within untrusted user-input, but still want output to be free from XSS it is recommended that you make use of a HTML sanitiser that allows HTML tags to be whitelisted, like HTML Purifier. In both cases you should strongly...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Filemaker Data Migration Tool Automator

    Filemaker Data Migration Tool Automator

    Simplifies the use of the Filemaker Data Migration Tool

    ... need. The Filemaker Data Migration Tool Automator is a Filemaker database which makes it easy to create the command line syntax and calls the terminal scripts for the Filemaker Data Migration Tool. It simplifies the selection of the migration files, enter usernames and passwords and directs them to the FDM For more information and download links refer to: https://community.claris.com/en/s/article/FileMaker-data-migration-tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PRMLT

    PRMLT

    Matlab code of machine learning algorithms in book PRML

    This Matlab package implements machine learning algorithms described in the great textbook: Pattern Recognition and Machine Learning by C. Bishop (PRML). It is written purely in Matlab language. It is self-contained. There is no external dependency. This package requires Matlab R2016b or latter, since it utilizes a new Matlab syntax called Implicit expansion (a.k.a. broadcasting). It also requires Statistics Toolbox (for some simple random number generator) and Image Processing Toolbox...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    vim.wasm

    vim.wasm

    Vim editor ported to WebAssembly

    This project is an experimental fork of Vim editor by @rhysd to compile it into WebAssembly using emscripten and binaryen. Vim runs on Web Worker and interacts with the main thread via SharedArrayBuffer. The goal of this project is running Vim editor on browsers without losing Vim's powerful functionalities by compiling Vim C sources into WebAssembly. Almost all Vim's powerful features (syntax highlighting, Vim script, text objects, etc.) including the latest features (popup window...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MssCF

    MssCF

    Mark Stephen Sobkow's Code Factory

    ... the duties of the junior programmer on large database integration projects, whose primary task is to follow the templates provided by the application architect and senior systems analysts. If you can provide a template, it is usually possible to define rules to produce code following the template. The rules themselves use a General Expansion Language (GEL) XML syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Never Get Blocked Again | Enterprise Web Scraping Icon
    Never Get Blocked Again | Enterprise Web Scraping

    Enterprise-Grade Proxies • Built-in IP Rotation • 195 Countries • 20K+ Companies Trust Us

    Get unrestricted access to public web data with our ethically-sourced proxy network. Automated session management and advanced unblocking handle the hard parts. Scale from 1 to 1M requests with zero blocks. Built for developers with ready-to-use APIs, serverless functions, and complete documentation. Used by 20,000+ companies including Fortune 500s. SOC2 and GDPR compliant.
    Get Started
  • 10

    Turtle

    C++ mock objects for Boost

    Turtle is a C++ mock object library based on Boost with a focus on usability, simplicity and flexibility.
    Leader badge
    Downloads: 52 This Week
    Last Update:
    See Project
  • 11

    Terminal File Encrypter

    Command Line File Encrypter / Decrypter, Using AES256-CBC Cryptography

    Command Line File Encrypter / Decrypter, Using AES256-CBC Cryptography Python 3.x Or Higher Required Requires To Be Installed - Open CMD / Terminal window, navigate to folder with the encrypter files. Type "pip3 install Setup.py" without quotes. Read Syntax (Readme).txt file for instructions on use. To Uninstall - Open CMD / Terminal window, first type "pip3 list" without quotes. You Should See Terminal File Encrypter listed. Please Note pip3 may list the name differently...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    BookPart2

    Interpreter Code for Book Part 2

    Source code for the book "Writing an Interpreter for Object Pascal: Part 2 This is the second part of a series that will show you how to write an interactive interpreter in Object Pascal. Part 2 describes the building of the first version of a virtual machine together with a simple assembler. The book combines the virtual machine with the syntax checker for the Rhodus language. Intermediate code is generated directly as the source code is parsed. At the end of Part II, the reader...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CSS Element Queries

    CSS Element Queries

    High-speed element dimension/media queries in valid css

    An event-based CSS element dimension query library with valid CSS selector syntax to change styles and allow responsive images based on element's dimensions and not window's viewport. Download the zip file using the buttons on the right side and include both files at the head section of your page. ElementQueries start automatically to listen to window.load event and parses all available css files to attach the ResizeSensor and start the magic. No interval/timeout detection like in most resize...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    KLatexFormula
    KLatexFormula is an easy-to-use graphical application for generating images (that you can drag and drop, copy and paste or save to disk) from LaTeX equations.
    Leader badge
    Downloads: 170 This Week
    Last Update:
    See Project
  • 15
    Knockout

    Knockout

    Tool to create rich, responsive UIs with JavaScript

    Easily associate DOM elements with model data using a concise, readable syntax. When your data model's state changes, your UI updates automatically. Implicitly set up chains of relationships between model data, to transform and combine it. Quickly generate sophisticated, nested UIs as a function of your model data. Get started with knockout.js quickly, learning to build single-page applications, custom bindings and more with interactive tutorials. Knockout is a JavaScript MVVM (a modern variant...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    EmACT

    EmACT is an emacs clone for Windows and unix

    EmACT is a GNU emacs clone based on a very old Conroy's MicroEMACS (1985!!). It supports UNICODE and C/C++/Lisp syntax.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    jekyll-postfiles

    jekyll-postfiles

    A Jekyll plugin that copies static files

    A Jekyll plugin that copies static files from the _posts to the _site folder. This plugin takes any file that is in post folders, and copy them to the folder in which the post-HTML page will be created.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    jsInputFormatter

    Simple Input Formatter for Javascript

    jsInputFormatter is a easy way to format HTML inputs with masks. Syntax: import the jsInputFormatter.js set the function below on oninput event to input format. inputFormatter(event,mask) event: element input event mask: String with mask # - Any valid number * - Anything Others characters don't change inputDecimalFormatter(event,decimal) event: element input event decimal: Integer number with decimal Example 1 - Credit Card: Credit Card
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    WP Bootstrap Navwalker

    WP Bootstrap Navwalker

    Custom WordPress nav walker class to implement the Twitter Bootstrap

    A custom Wordpress walker to implement the Twitter Bootstrap dropdown navigation using the WordPress built-in menu manager. This is a utility class that is intended to format your WordPress theme menu with the correct syntax and CSS classes to utilize the Bootstrap dropdown navigation. It does not include the required Bootstrap JS and CSS files, you will have to include them manually. Between version 3 and version 4 of the walker there have been significant changes to the codebase. Version 4...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    comNG

    comNG

    A modern and powerful serialport tool.

    This should be the best COM tools you ever used. A modern UI and powerful functions that gives you best understand of you serial port data. 这可能是最好的串口助手软件。现代化的外观设计和强大的功能设置会帮助你更好的理解你的串口日志。 Please select the right file to fit your system, comNG support Windows, Mac OS and Debian based linux distributions. 请选择正确的安装文件,comNG支持Windows, Mac 和 基于Debian的Linux系统(包括Deepin 20,我自己试过了)。 For details please refer to github repo: https://github.com/xenkuo/comNG 需要了解详细用法请访问 gitee 页面:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Syntastic

    Syntastic

    Syntax checking hacks for vim

    Syntastic is a syntax checking plugin for Vim created by Martin Grenfell. It runs files through external syntax checkers and displays any resulting errors to the user. This can be done on demand, or automatically as files are saved. If syntax errors are detected, the user is notified and is happy because they didn't have to compile their code or execute their script to find them. At the time of this writing, syntastic has checking plugins for ACPI Source Language, ActionScript, Ada, Ansible...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Native File Dialog

    Native File Dialog

    Neat C library that portably invokes native file open and save dialogs

    A tiny, neat C library that portably invokes native file open, folder select, and save dialogs. Write dialog code once and have it pop up native dialogs on all supported platforms. Avoid linking large dependencies like wxWidgets and qt. Tested, works alongside libsdl on all platforms, for the game developers out there.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Pine

    Pine

    A modern, native macOS markdown editor

    Pine is a lightweight macOS markdown editor. It's currently a work in progress. It is a document-based application and aims to follow Apple's Human Interface Guidelines. Pine supports multiple folders and files in its sidebar. Individual files can also be opened in tabs and in separate windows. Touch Bar shortcuts are supported on compatible Macs. A Toolbar can be enabled in preferences. Markdown shortcuts are also available as keyboard combinations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Atari OSS Action

    Atari OSS Action

    Action a programming language for Atari 8-bit

    Action! is a programming language, with integrated editor, debugger, and 6502 compiler, for the Atari 8-bit family of microcomputers. Action! was created by Clinton Parker and released on cartridge by Optimized Systems Software in 1983. Its syntax is similar to that of ALGOL 68. Action! is significant for its high performance, which allows games and graphics demos to be written in a high-level language without use of hand-written assembly language code. Action! language constructs were...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    TreeForm Syntax Tree Drawing Software

    Syntax Tree Drawing Software (Linguistics)

    TreeForm Syntax tree drawing software is a Linguistic Syntax/Semantics tree drawing editor. Designed for graphical n-ary tree drawing. Mac users can install the software through the new package, but must give authority through "System Preferences" > "Security & Privacy". Windows and Linux users can run the software through the JAR file directly. All users must have Java 8 or higher installed. https://java.com/en/download/
    Leader badge
    Downloads: 212 This Week
    Last Update:
    See Project