Showing 151 open source projects for "linux tag editor"

View related business solutions
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 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
  • 1
    react-admin

    react-admin

    Framework for building B2B applications running in the browser

    A frontend Framework for building B2B applications running in the browser on top of REST/GraphQL APIs, using ES6, React and Material Design. React-admin supports most REST and GraphQL dialects, and writing your own adapter takes minutes. Choose among many variants, or replace any component by your own. Build API-based B2B applications using modern React and Material Design. Your first admin only needs 13 lines of code. Adapts to any backend (REST, GraphQL, SOAP, etc.). Powered by...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Entitas

    Entitas

    Entity Component System (ECS) framework made for C# and Unity

    Entitas is a super fast Entity Component System Framework (ECS) specifically made for C# and Unity. Internal caching and blazing fast component access makes it second to none. Several design decisions have been made to work optimally in a garbage-collected environment and to go easy on the garbage collector. Entitas comes with an optional code generator that radically reduces the amount of code you have to write and makes your code read like well-written prose. The optional code generator...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MinDoc

    MinDoc

    Document management system developed for the IT team

    MinDoc is a simple and easy-to-use document management system developed for the IT team. MinDoc's predecessor was the SmartWiki document system. SmartWiki is a document management system developed based on the PHP framework laravel. Because the deployment of PHP is too complicated for ordinary users, it was developed instead of Golang. It can facilitate user deployment and practicality. The starting point for development is that the company's IT department needs a simple and practical system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Pyrogram

    Pyrogram

    Elegant, modern and asynchronous Telegram MTProto API framework

    ... by TgCrypto, a high-performance cryptography library written in C. Type-hinted: Types and methods are all type-hinted, enabling excellent editor support. Async: Fully asynchronous (also usable synchronously if wanted, for convenience). Powerful: Full access to Telegram's API to execute any official client action and more.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

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

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 5
    nuBuilder Forte

    nuBuilder Forte

    nuBuilder Forte is a cloud database builder.

    nuBuilder Forte is the 4th version of nuBuilder. A open-source browser-based tool created for developing web-based database applications. nuBuilder uses either MySQL or MariaDB databases and gives its users the ability to do database operations like... • Search, Create, Insert, Read, Update, Delete ✪ With low-code tools that create ... - Forms with the Form Builder - Fast Reports - Database queries with the SQL Builder - Customised date and number formats with the Format...
    Leader badge
    Downloads: 81 This Week
    Last Update:
    See Project
  • 6
    HGBase
    Java library that offers conventient functions. With the help of this framework it's possible to implement quickly an own application including menu, status bar, etc. and also an online updater. As a test application a simple and fast text editor (HG Edit) was developed. The framework is also a base for the game framework tjger (www.tjger.com) that is also hosted at sf.net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Smart Contract Sanctuary

    Smart Contract Sanctuary

    A home for ethereum smart contracts

    .... A scriptable semantic grep utility for solidity (crunch numbers, find specific contracts, extract data) Semgrep is a fast, open-source, static analysis tool for finding bugs and enforcing code standards at editor, commit, and CI time, and now supports Solidity! A powerful online code search service that can be used to search the sanctuary without cloning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    soup

    soup

    Web Scraper in Go, similar to BeautifulSoup

    Web Scraper in Go, similar to BeautifulSoup. soup is a small web scraper package for Go, with its interface highly similar to that of BeautifulSoup. Pointer containing the pointer to the current html node. NodeValue containing the current html node's value, i.e. the tag name for an ElementNode, or the text in case of a TextNode. Error containing an error in a struct if one occurs, else nil is returned. A detailed text explanation of the error can be accessed using the Error() function. A field...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    codeforces-go

    codeforces-go

    Solutions to Codeforces by Go

    ... tips, etc.) Related topic links (template questions, classic questions, thinking conversion questions, etc.) The main goal of this stage is to improve the ability to observe problems. Doing construction questions can train this point in a targeted manner. Choose the structural questions (tag: constructive algorithms) whose difficulty ranges from your own rating to rating+200, and do the questions in descending order according to the number of people who have passed the questions.
    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
    JPrefs

    JPrefs

    Java Preferences Editor

    JPrefs is a Java preferences editor that allows viewing and editing of preferences. JPrefs visualizes all Java preferences of your computer in a tree. You can navigate through the tree similar to a file manager GUI and examine and edit all preferences. There are two trees available, user tree and system tree. Switching between them is simply easy by JPrefs menus or tool bar buttons. Also exporting and importing of preferences to and from XML files is supported by JPrefs as well. JPrefs...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Go Clean template

    Go Clean template

    Clean Architecture template for Golang services

    The purpose of the template is to show how to organize a project and prevent it from turning into spaghetti code, where to store business logic so that it remains independent, clean, and extensible, how not to lose control when a microservice grows. Configuration. First, config.yml is read, then environment variables overwrite the yaml config if they match. The config structure is in the config.go. The env-required: true tag obliges you to specify a value (either in yaml, or in environment...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Rome

    Rome

    Carthage cache for S3, Minio, Ceph, Google Storage, Artifactory, etc.

    ... the Cartfile to the new framework version (or branch, tag, commit) and run Carthage update. Unfortunately, this will require them to build from scratch a new framework. This is particularly annoying if the dependency tree for that framework is big and/or takes a long time to build. Use a cache. The first team member (or a CI) can build the framework and share it, while all other developers can get it from the cache with no waiting time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    django-summernote

    django-summernote

    Simply integrate Summernote editor with Django project

    Summernote is a simple WYSIWYG editor. Django-summernote allows you to embed Summernote into Django very handy. Support admin mixins and widgets. Although Post model has several TextField, only the content field will have SummernoteWidget. Apply summernote to all TextField in the model. Please mind, that the widget does not provide any escaping. If you expose the widget to external users without taking care of this, it could potentially lead to an injection vulnerability. Therefore you can use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    JDFW

    A java framework for desktop applications

    A framework for java desktop applications. Includes: update manager installer gradle support beans gui editor plugins preferences
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    vim-bootstrap

    vim-bootstrap

    A simple method of generating a configuration for vim / neovim

    Vim Bootstrap makes it easy to learn a new editor, focus on learning how to use it and leave the configuration to us. Is a refactor, and sometimes redactor, in the tradition of Vim (which itself derives from Stevie). It is not a rewrite but a continuation and extension of Vim. Many clones and derivatives exist, some very clever, but none are Vim. Neovim is built for users who want the good parts of Vim, and more. Vim is a highly configurable text editor built to enable efficient text editing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JUnit 4

    JUnit 4

    A programmer-oriented testing framework for Java

    JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. You need to have a JDK installed and a text editor. (In general it is recommended to use a build tool for building your software and running the tests.). JUnit features include assertions for testing expected results, test fixtures for sharing common test data, test runners for running tests. JUnit was originally written by Erich Gamma and Kent Beck. JUnit is Open...
    Downloads: 33 This Week
    Last Update:
    See Project
  • 17
    xNode

    xNode

    Unity Node Editor: Lets you view and edit node graphs inside Unity

    Unity Node Editor: This lets you view and edit node graphs inside Unity. Thinking of developing a node-based plugin? Then this is for you. You can download it as an archive and unpack to a new unity project, or connect it as a git submodule. xNode is super userfriendly, and intuitive and will help you reap the benefits of node graphs in no time. With a minimal footprint, it is ideal as a base for custom state machines, dialogue systems, decision-makers, etc. No runtime reflection (unless you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    TMSU

    TMSU

    TMSU lets you tags your files and then access them

    TMSU lets you tags your files and then access them through a nifty virtual filesystem from any other application. TMSU is a tool for tagging your files. It provides a simple command-line utility for applying tags and a virtual filesystem to give you a tag-based view of your files from any other program. TMSU does not alter your files in any way: they remain unchanged on disk, or on the network, wherever your put them. TMSU maintains its own database and you simply gain an additional view, which...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Java Neural Network Framework Neuroph
    Neuroph is lightweight Java Neural Network Framework which can be used to develop common neural network architectures. Small number of basic classes which correspond to basic NN concepts, and GUI editor makes it easy to learn and use.
    Leader badge
    Downloads: 79 This Week
    Last Update:
    See Project
  • 20
    WALKOFF

    WALKOFF

    A flexible, easy to use, automation framework

    Faster, smarter, cheaper operations through automation. WALKOFF puts the tools in your hands to easily automate the tedious repetitive tasks dragging your operations down. Act smarter with WALKOFF by automatically gathering data, analyzing data, or visualizing data customized to your requirements. Act faster with WALKOFF by integrating the capabilities you already own to dynamically respond on your terms to your fast-moving environment. Drag and drop workflow editor. Sharable apps and workflows...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Syncd

    Syncd

    syncd is an open source code deployment tool

    syncd is an open source code deployment tool. It is simple, efficient, and easy to use, which can improve the work efficiency of the team. Go language development, simple compilation and efficient operation. Web interface access, interactive and friendly. The permission model is flexible and free. Support for custom builds. Support for Git repositories. Support branch, Tag online. Deploy Hook support, strong scalability. Perfect launch workflow. Email notification mechanism.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Zenject

    Zenject

    Dependency Injection Framework for Unity3D

    ... Unity scenes to pass information from one scene to the next. Scene parenting, allows one scene to inherit the bindings from another. Support for global, project-wide bindings to add dependencies for all scenes. Convention based binding, based on class name, namespace, or any other criteria. Ability to validate object graphs at editor time (including dynamic object graphs created via factories). Automatic binding on components in the scene using the ZenjectBinding component.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    TableExport

    TableExport

    The simple, easy-to-implement library to export HTML tables to xlsx

    The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files. To use this library, include the FileSaver.js library, and TableExport library before the closing body tag of your HTML document. In order to provide Office Open XML SpreadsheetML Format ( .xlsx ) support, you must include the following third-party library in your project before both FileSaver.js and TableExport. To support legacy browsers ( Chrome < 20, Firefox 13, Opera 12.10, IE, 10, Safari 6...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    Botui

    Botui

    A JavaScript framework to create conversational UIs

    We are listing all the cool projects that people are building with BotUI, here. See others' and add yours! Heads Up! The upcoming version will have some major breaking changes. I suggest you use a specific version instead of using the latest tag. BotUI makes it super easy to create conversational/bot interfaces. It has an intuitive JavaScript API to add messages and show actions that a user can perform. It also gives you total control over how everything looks. You can also create your own...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    pretty-checkbox.css

    pretty-checkbox.css

    A pure CSS library to beautify checkbox and radio buttons

    ... come with any font icons. You need to add an appropriate font icon library in your application. Adding svg icon is very similar to adding font icons. Add class p-svg to .pretty and svg to <svg> tag or <img> tag ( if svg file url is used as img source ). To animate, add class p-smooth or p-jelly or p-tada or p-rotate or p-pulse to .pretty.
    Downloads: 0 This Week
    Last Update:
    See Project