Showing 26 open source projects for "syntax"

View related business solutions
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 1
    Stylus for Chrome

    Stylus for Chrome

    Stylus - Userstyles Manager

    Stylus is a fork of Stylish for Chrome, also compatible with Firefox as a WebExtension. "Stylus" is a fork of the popular Stylish extension which can be used to restyle the web. Not "ish", but "us", as in "us" the actual users. Stylus is a fork of Stylish that is based on the source code of version 1.5.2, which was the most up-to-date version before the original developer stopped working on the project. The objective in creating Stylus was to remove any and all analytics, and return to a...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    vim-plug

    vim-plug

    Minimalist Vim Plugin Manager

    vim-plug is a minimalist open source Vim plugin manager that's easy to set up and easy to use. It's got a concise, intuitive syntax and a single file, no need for boilerplate code. vim-plug is able to do a number of things. Firstly, it can perform parallel installation/update (with any of +job, +python, +python3, +ruby, or Neovim) extremely fast. It can create shallow clones to consume the least amount of disk space and download time. It can review and rollback updates, and is capable...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    PostCSS

    PostCSS

    A tool for transforming CSS with JavaScript

    PostCSS is a tool for transforming styles with JS plugins. These plugins can do a great number of things: transpile future CSS syntax, lint your CSS, support variables and mixins, and so much more. PostCSS works by taking a CSS file and providing an API to analyze and modify its rules (through its transformation into an Abstract Syntax Tree). The API can then be used by plugins to do a lot of useful things. With PostCSS, you can increase code readability by adding vendor prefixes to CSS...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Cash

    Cash

    An absurdly small jQuery alternative for modern browsers

    Cash is an absurdly small jQuery alternative for modern browsers (IE11+) that provides jQuery-style syntax for manipulating the DOM. Utilizing modern browser features to minimize the codebase, developers can use the familiar chainable methods at a fraction of the file size. 100% feature parity with jQuery isn't a goal, but Cash comes helpfully close, covering most day to day use cases. Cash gives you a query selector, collection methods and some library methods. If you need more details about...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Discover Multiview ERP: The Financial Management Revolution Icon
    Discover Multiview ERP: The Financial Management Revolution

    Reclaim precious moments with loved ones while our robust cloud accounting software streamlines your financial processes.

    Built for growing businesses and well-established enterprises alike, Multiview is a highly scalable and robust ERP.
  • 5
    Chrome Extension CLI

    Chrome Extension CLI

    The CLI for your next Chrome Extension

    The CLI for your next Chrome Extension. When you're ready to publish to Chrome Web Store, create a minified bundle with npm run build and then zip the build folder. You don’t need to install or configure Webpack. Webpack comes in preconfigured so that you can focus on the code. Your environment will have everything you need to build a Chrome Extension. Override default page like New Tab, Bookmarks, or History page. Add features to Chrome Developer Tools. Creates an extension for supported...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    SeleniumBase

    SeleniumBase

    A framework for browser automation and testing with Selenium

    SeleniumBase automatically handles common WebDriver actions such as launching web browsers before tests, saving screenshots during failures, and closing web browsers after tests. SeleniumBase lets you customize test runs from the command line. SeleniumBase uses simple syntax for commands. pytest includes automatic test discovery. If you don't specify a specific file or folder to run, pytest will automatically search through all subdirectories for tests to run. No More Flaky Tests! SeleniumBase...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    http-proxy-middleware

    http-proxy-middleware

    Http-proxy middleware for connect, express and browser-sync

    .... For fine-grained control you can use wildcard matching. Glob pattern matching is done by micromatch. For full control you can provide a custom function to determine which requests should be proxied or not. Use the shorthand syntax when verbose configuration is not needed. The context and option.target will be automatically configured when shorthand is used. Options can still be used if needed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    vim-go

    vim-go

    Go development plugin for Vim

    This plugin adds Go language support for Vim, with the following main features. Look up documentation with :GoDoc or :GoDocBrowser, easily import packages via :GoImport, remove them via :GoDrop. Precise type-safe renaming of identifiers with :GoRename. See which code is covered by tests with :GoCoverage. Add or remove tags on struct fields with :GoAddTags and :GoRemoveTags. Call golangci-lint with :GoMetaLinter to invoke all possible linters (golint, vet, errcheck, deadcode, etc.) and put...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    eslint-plugin-vue

    eslint-plugin-vue

    ESLint plugin for Vue.js

    ESLint plugin for Vue.js. This plugin allows us to check the template and script of .vue files with ESLint, as well as Vue code in .js files. This plugin supports the basic syntax of Vue.js 3.2, script setup, and CSS variable injection, but the ref sugar, an experimental feature of Vue.js 3.2, is not yet supported. If you have issues with these, please also refer to the FAQ. If you can't find a solution, search for the issue and if the issue doesn't exist, open a new issue. Be aware...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Secure Workspace for Remote Work Icon
    The Secure Workspace for Remote Work

    Venn isolates and protects work from any personal use on the same computer, whether BYO or company issued.

    Venn is a secure workspace for remote work that isolates and protects work from any personal use on the same computer. Work lives in a secure local enclave that is company controlled, where all data is encrypted and access is managed. Within the enclave – visually indicated by the Blue Border around these applications – business activity is walled off from anything that happens on the personal side. As a result, work and personal uses can now safely coexist on the same computer.
  • 10
    Autoprefixer

    Autoprefixer

    Parse CSS and add vendor prefixes to CSS rules by Can I Use

    ... project with queries. It can help you get prefixes for: animations, transition, transform, grid, flex, flexbox and others. You can configure which browsers to generate prefixes for in the distribution. The IE grid layout polyfill is enabled, which is not by default in autoprefixer. Autoprefixer can be used to translate modern CSS Grid syntax into IE 10 and IE 11 syntax, but this polyfill will not work in 100% of cases. This is why it is disabled by default.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Elixir plugin for JetBrain's IntelliJ

    Elixir plugin for JetBrain's IntelliJ

    Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)

    The plugin works both in the rich IDEs that allow alternative language SDK selection and small IDEs that are language specific. The rich IDEs work best for IntelliJ Elixir because only in the rich IDEs can have an Elixir SDK set as the Project SDK. In all small IDEs, the native language SDK is always there, which makes anything that uses the SDK, such as running elixir, erl, or mix more complicated both internally and externally in the configuration you have to setup. The plugin will...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Toolkit for YNAB

    Toolkit for YNAB

    A general purpose YNAB enhancing browser extension for Chrome

    ... be imminent as well. Since the extension is built with Web Extensions and that is not supported by Safari, the extension itself is not supported on Safari. When/if Safari decides to support Web Extensions we will do what we can to provide support for their browser. We've decided that it's better to use the latest and greatest than to wait for browsers to support all the nice newer syntax landing in Javascript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Eric Integrated Development Environment

    Eric Integrated Development Environment

    Python Development Environment with all batteries included

    Eric is a Python IDE written using PyQt and QScintilla. It provides various features such as any number of open editors, an integrated (remote) debugger, project management facilities, unit test, refactoring and much more.
    Leader badge
    Downloads: 461 This Week
    Last Update:
    See Project
  • 14
    GoSublime

    GoSublime

    A Golang plugin collection for SublimeText 3

    A Golang plugin collection for SublimeText 3, providing code completion and other IDE-like features. GoSublime is an IDE-like plugin for Sublime Text 3 mainly, but not limited to, providing integration for most of your Go/Golang development tools. Code completion from Gocode (fork). Context aware snippets via the code-completion popup. Sublime build system(ctrl+b) integrating with GoSublime 9o command prompt with live command output. lint/syntax check as you type or on save. Quickly jump to any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Robot Helper

    Robot Helper

    A browser WebExtension (beta) that generates test scripts

    # For automating test automation > A browser extension (beta) that generates test scripts ### Limitations - WebExtension only works on sites that allow content scripts. Add-on is based on - Robotcorder (https://github.com/sohwendy/Robotcorder) Additional features * Save test script * Syntax highlighting * Find script and jump to line * Added options to set the add-on Generate your RobotFramework Test Script via
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    StackEdit

    StackEdit

    In-browser Markdown editor

    Unrivalled writing experience. StackEdit’s Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files. StackEdit provides very handy formatting buttons and shortcuts, thanks to PageDown, the WYSIWYG-style Markdown editor used by Stack Overflow. Whether you write, you review, you comment… StackEdit's layout provides you with the flexibility you need, without sacrifice. StackEdit’s Scroll Sync feature accurately binds...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    Gogradle

    Gogradle

    A Gradle Plugin Providing Full Support for Go

    Gogradle is a gradle plugin that provides support for building golang. Gogradle is a Gradle plugin that provide modern build support for Golang. Gogradle is deeply inspired by glide(I need to pay respect for it). You can simply think Gogradle as glide+make. make has a very steep learning curve, thus many people (like me) aren't good at it; Gradle use a DSL with similar syntax to Java to describe a build, which is easier for me. Makefile and Shell have cross-platform issues, especially...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Ultra

    Ultra

    A Leiningen plugin for a superior development environment

    ... will need to be updated, and then Ultra will be able to consume the changes. For a detailed list of features, check out the wiki. Note that if you're connecting to a running nREPL server somewhere else, that server needs to have the Whidbey / Ultra middleware passed in as an nREPL server argument in order for you to get syntax-highlighted output on the client side. Stacktraces and exceptions will print in colorized form regardless.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Try It Yourself HTML5

    Try It Yourself HTML5

    PURE HTML5 editor for web designer and developer

    ... == Browser Extensions == Chrome extension: http://bit.ly/1NiErH5 Add-on Firefox: http://mzl.la/1XJQXQC ==Angular Directive== Download Angular Syntax-Highligher. For documentation follow this link - http://ulmdevice.altervista.org/syntaxhigh/documentation/index.html
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    gulp-babel

    gulp-babel

    Gulp plugin for Babel

    Use next-generation JavaScript, today, with Babel. Install gulp-babel if you want to get the pre-release of the next version of gulp-babel. See the Babel options, except for sourceMaps and filename which are handled for you. Also, keep in mind that options will be loaded from config files that apply to each file. Files in the stream are annotated with a babel property, which contains the metadata from babel.transform(). If you're attempting to use features such as generators, you'll need to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Antigen

    Antigen

    The plugin manager for zsh

    ... the bundles you defined here, getting installed. Once it’s done, you are ready to roll. The complete syntax for the antigen bundle command is discussed in the Commands page.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    IntelliJ plugin for Haskell

    IntelliJ plugin for Haskell

    IntelliJ plugin for Haskell

    When I was learning Haskell, I missed the nice features of IntelliJ IDEA. My first approach was to use the default way of creating an IntelliJ plugin by defining a grammar and a lexer according to Haskell report. That didn't work out because I could not define all the recursion. Then I decided to use grammar and lexer definitions only for tokenizing and parsing Haskell code, and not for syntax checking the code. This is needed for syntax highlighting, all kinds of navigation, and so on. Further...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Bootstrap Modal

    Bootstrap Modal

    Extends the default Bootstrap Modal class

    ... template to be compatible in js. Since this plugin was created to solve a lot of the issues with BS2, it still uses the BS2 markup syntax. You can bind the height of the modal body to the window. You can use data-tabindex instead of the default tabindex to specify the tabindex within a modal. The shake animation is included in bootstrap-modal but any animation in animate.css is supported, just include the css file in your project.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    webStraktor is a programmable World Wide Web data extraction client. Its purpose is to scrape HTML based content via the HTTP protocol and extract relevant information. webStraktor features a scripting language to facilitate the collection, the extraction and the storage of information available on the web, including images. The scripting language uses elements of the Regular Expression and xPath syntax. The webStraktor scripting language has a small instruction set and its syntax is easy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A JavaScript library with tools for form validation, field grouping, enhanced tooltips, etc. that can be used with simple HTML syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next