Showing 65 open source projects for "brackets"

View related business solutions
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    vim-surround

    vim-surround

    Delete/change/add parentheses/quotes/XML-tags/much more with ease

    vim-surround is a deceptively small plugin that makes editing “surroundings” (quotes, brackets, tags, and more) feel natural and instantaneous. It turns the repetitive chores of adding, changing, or deleting delimiters into short, mnemonic commands that work with normal Vim text objects. The key insight is that surroundings are structural: once Vim understands the bounds, operations become predictable and composable with your existing motions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    scientifica

    scientifica

    Tall, condensed, bitmap font for geeks

    scientifica is largely based on creep, with a number of minor tweaks to improve readability (a matter of taste of course). Most characters are just 4px wide, which is brilliant for low dpi (90-120) displays. Scientifica supports ligatures in Vim and Neovim via the conceal feature. Please read the Ligatures manual for instructions. New Characters to the following unicode blocks, Geometric Shapes, Arrows, Miscellaneous Technical, Miscellaneous Symbols, Miscellaneous Mathematical Symbols-A,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    ReBrackets

    Archive of Brackets.

    Archive of Brackets. Made due to Brackets shutting down.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Brackets

    Brackets

    A modern, lightweight yet powerful text editor

    Brackets is a free, modern open-source text editor made especially for Web Development. Written in HTML, CSS, and JavaScript with focused visual tools and preprocessor support, Brackets makes it easy for web designers and front-end developers to design in the browser. Its blend of visual tools ensures you get just the right amount of help when you want it without disrupting your creative process.
    Downloads: 30 This Week
    Last Update:
    See Project
  • Stop vibe-debugging. Icon
    Stop vibe-debugging.

    Plug Claude into your app's actual errors.

    AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
    Free 30 days.
  • 5
    qmol

    qmol

    A simple molecular weight calculator

    qmol is a simple molecular weight calculator, available for Linux and Windows, derived from Tomislav Gountchev's KMol. You can enter a formula, (e.g. CH3(CH2)2OH) and get its molecular weight (60.0959 g/mol) and its elemental composition (C3H8O: C 59.96; H 13.42; O 26.62 %). See the features list below for more details or consult the wiki page: https://sourceforge.net/p/qmol/wiki/Home/. For Windows binary and source code see the files section:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Peruma

    Peruma

    A Malayalam Inscript Keyboard for Windows.

    Free Malayalam keyboard application for Windows PC made for typists. Type Unicode 5.1 Malayalam using the Inscript layout (same as ISM). Type all extra characters like rupee symbol, brackets, quotes, slashes and questions mark while in Malayalam mode.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    CSS Injector

    CSS Injector

    Rapidly edit custom style of webpage

    ## CSS Injector is a browser extension for web designer to easily inject any CSS code into any webpage or website. ## Use it to tweak and fix website CSS #### It automatically saves your CSS code with local storage APIs ### Limitations - WebExtension only works on sites that allow content scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JS Injector

    JS Injector

    Inject JavaScript custom code into every webpage

    ### This WebExtension is developed for web-developers to easily inject any javascript code into any webpage or website (e.g. to help with debugging). You can write any creative thing you can think of. Send me your suggestions and support the development of this add-on ... Thanks in advance ! === Get your ES6 Editor on Play Store > https://play.google.com/store/apps/details?id=com.ulm.esix
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    Javaluator

    Javaluator

    A java infix evaluator based on "Shunting Yard" algorithm.

    ... - Constants support: e, pi, etc ... - Variables support: Example sin(x) for x = pi/4. - Highly configurable: Reduce the built-in operator or function sets, define your own brackets. - Extensible: Define your own grammar, or extends the existing one. - Localizable: Define localized names for functions or constants. - Syntax check - Small footprint: 26kB, no additionnal library required. - Fully documented Please visit the project site to learn more : http://javaluator.fathzer.com If you use Javaluator in your product, we will be happy to add a link to your product in the Javaluator web site. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 10
    Auto Pairs

    Auto Pairs

    Vim plugin, insert or delete brackets, parens, quotes in pair

    Auto Pairs is a Vim plugin by jiangmiao that enhances the editing experience by automatically inserting matching pairs of characters (brackets, quotes, parentheses, etc.) and handling their deletion intelligently. When you type an opening character such as (, {, [ or a quote, the plugin auto-inserts the corresponding closing character and places your cursor between them, so you can continue typing. If you type the closing character yourself when it's expected, the cursor may jump past it instead of inserting a duplicate. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    FX CodeGen

    FX CodeGen

    Compiles complex data models from drastically reduced syntax

    This is a syntax reduction project aiming to simplify the maintenance of complex data models up to a level which is high enough that it can be quickly written and easy to understand, even without the necessary technical skills. In this case, syntax reduction involves: - no noise (i.e. brackets, comas, other separators) - no unnecessary type declaration - no unnecessary specification of parent-child relations - no need to provide information on cardinality - no explicit size constraints The model compiled from the reduced syntax is then fed into a template engine to produce source code, such as: - database schema DDL - format files - normalization procedures - application data models - data layers - complete CRUD applications - classes which can be derived in order to add custom functionality - code that can be included in web pages - and much more
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Scikit-plot

    Scikit-plot

    An intuitive library to add plotting functionality to scikit-learn

    ...Gaining insights is simply a lot easier when you're looking at a colored heatmap of a confusion matrix complete with class labels rather than a single-line dump of numbers enclosed in brackets. Besides, if you ever need to present your results to someone (virtually any time anybody hires you to do data science), you show them visualizations, not a bunch of numbers in Excel. That said, there are a number of visualizations that frequently pop up in machine learning. Scikit-plot is a humble attempt to provide aesthetically challenged programmers (such as myself) the opportunity to generate quick and beautiful graphs and plots with as little boilerplate as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Create Tabs Based Website

    Create Tabs Based Website

    A Simple Method to Create a Tabs Based Website

    ...City Names ) to see its description, magically appearing. Now, open the same index.htm file with a text editor, parallely, and feel free to change all Text, except for those which are within angle brackets ( i.e. < > Text within < > are html syntax, which need not be edited ). Save your changes and then Refresh the webpage on your Browser, to view it. That's it. Your new website is Ready ! Please do copy all files in the Tabs folder to your webserver for viewing it from any location. Further, if you wish to Add Links, Images, Audio, Video, Different Character Set etc. on your new webpage, Please refer my other Project : https://sourceforge.net/projects/create-website-from-text-file/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    jekyll-inline-svg

    jekyll-inline-svg

    SVG optimizer and inliner for jekyll

    SVG optimizer and inliner for jekyll. This liquid tag will let you inline SVG images in your jekyll sites. It will add {%svg %} to Liquid::Tag.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Ubuntu Packages

    Ubuntu Packages

    Automated software install for Ubuntu

    This program was developed for installing some packages in more practical way. Based on easyLife for Fedora
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    codeZ

    A program to en/decrypt texts that are only crackable using bruteforce

    codeZ is a program that can encrypt/decrypt texts that are not crackable without using brute-force attacks. It supports loads of characters, including symbols like brackets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The Elixir Style Guide

    The Elixir Style Guide

    A community driven style guide for Elixir

    ...Use Unix-style line endings (*BSD/Solaris/Linux/OSX users are covered by default, Windows users have to be extra careful). Use spaces around operators, after commas, colons and semicolons. Do not put spaces around matched pairs like brackets, parentheses, etc. Whitespace might be (mostly) irrelevant to the Elixir runtime, but its proper use is the key to writing easily readable code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    board2D.js

    board2D.js

    A JavaScript game library to quickly develop board games for the web

    ...For an example of how to use the library, you can find two mini samples of tic-tac-toe and chess in the examples directory. There is no API manual currently, but if you use an editor like Brackets, it will show you the list of functions. Just do not call the functions which start with "__" as those are meant for internal use by the library itself. There is a readme file included in the ZIP which shall get you started.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Choicy

    Choicy

    Helps you make daily choices.

    Choicy makes it easier for you to choose an option from a list when you have a hard time choosing. Choicy will remember how many times a choice has been chosen. It writes the count in square brackets at the end of line. Choicy can have unlimited choices. Only limited by the capacity of the .net framework rich text box. Choicy is portable, so that you can run it from anywhere, on any hard disk or memory stick. You can even put it in your phone when you use it as memory stick.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    AutoBracketsTextBox

    Enable brackets & symbols autocompletion

    Auto-completion & Intellisense are nice features that every developer likes, aren't they? Sadly, there's no such built-in feature as Brackets Autocompletion, so that's why I am proposing this usercontrol in here.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    simple java projects

    My java projects. Project1, Project2, Project3. Strings, Brackets etc

    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Simple Math Parser

    A simple math parser

    The parser must implement an order of precedence of left to right, brackets are used to explicitly denote precedence by grouping parts of an expression that should be evaluated first again left to right The parser must recognise the input string and evaluate the expression. Rules: a = '+', b = '-', c = '*', d = '/', e = '(', f = ')'
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Fluidity Timer

    Fluidity Timer

    A slick timer with community-tailored features.

    The Fluidity Timer is a smart timer for Lincoln-Douglas debate. Because Fluidity already knows LD speech times and the order of the speeches, Fluidity automates tedious tasks. The upshot: you can use 80% fewer clicks in a standard debate round. Fluidity will improve your debating. With Fluidity's smart visual cues, you'll never finish a speech in the middle of a sentence again. Plus, you'll have extra mental bandwidth since Fluidity frees you from tasks like remembering how much...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    incometax-AU

    A simple program to handle Australian tax estimates.

    This program is able to handle Australian tax brackets and output a simple tax estimate. Version 0.1.4 is now in Beta and includes all of the recent improvements.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo