Showing 27 open source projects for "cd-tag"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 1
    Fluent Bit Plugin for CloudWatch Logs

    Fluent Bit Plugin for CloudWatch Logs

    A Fluent Bit output plugin for CloudWatch Logs

    ...A template in the form of $(variable) can be set in log_group_name or log_stream_name. variable can be a map key name in the log message. To access sub-values in the map use the form $(variable['subkey']). Also, it can be replaced with special values to insert the tag, ECS metadata, or a random string in the name. It can achieve higher throughput and will consume less CPU and memory.
    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 of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Fisher

    Fisher

    A plugin manager for Fish

    ...Extend your shell capabilities, change the look of your prompt and create repeatable configurations across different systems effortlessly. To get a specific version of a plugin add an @ symbol after the plugin name followed by a tag, branch, or commit. Fisher expands plugins into your Fish configuration directory by default, overwriting existing files. If you wish to change this behavior, set $fisher_path to your preferred location and put it in your function path. Whenever you install or remove a plugin from the command line, Fisher will write down all the installed plugins, adding this file to your dotfiles or version control is the easiest way to share your configuration across different systems. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    YourInfo

    YourInfo

    Real-time browser fingerprinting demo with cross-browser tracking

    ...The platform prioritizes privacy by focusing on local storage or user-controlled databases, ensuring sensitive data stays under the user’s control rather than in third-party servers. Users can define types of information, tag entries for quick categorization, and perform intuitive searches when they need to recall something like a phone number, address, or secret detail. It also integrates with conversational models so that users can query “What’s my friend’s address?” or “Remind me of my travel dates” in plain language, and the system responds using secure data access while respecting permission boundaries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    eslint-plugin-vue

    eslint-plugin-vue

    ESLint plugin for Vue.js

    ...The default JavaScript parser must be replaced because Vue.js single file components are not plain JavaScript, but a custom file format. vue-eslint-parser is a replacement parser that generates an enhanced AST with nodes that represent specific parts of the template syntax, as well as the contents of the script tag.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    browserify

    browserify

    browser-side require() the node.js way

    ...Now recursively bundle up all the required modules starting at main.js into a single file called bundle.js with the browserify command. Browserify parses the AST for require() calls to traverse the entire dependency graph of your project. Drop a single <script> tag into your html and you're done! browserify is a tool for compiling node-flavored commonjs modules for the browser. You can use browserify to organize your code and use third-party libraries even if you don't use node itself in any other capacity except for bundling and installing packages with npm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    favbox

    favbox

    Local-first bookmarks manager. No ads, no tracking, no clutter.

    FavBox is a local-first experimental browser extension that enhances and simplifies bookmark management without cloud storage or third-party services. It extends your browser's native bookmarking features.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Tagbar

    Tagbar

    Vim plugin that displays tags in a window

    Tagbar is a plugin for Vim and Neovim that provides a structural overview of the file you are editing by leveraging tags (via tools like ctags). It opens a sidebar window that shows the tags of the current file, organised by scope—so functions, methods, classes and other symbols are grouped logically (for example, methods under their containing class). This gives you at-a-glance insight into the layout of large source files, which is especially useful for navigating unfamiliar codebases or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10
    Klipse

    Klipse

    Klipse is a JavaScript plugin for embedding interactive code snippets

    ...Technically, Klipse is a small piece of JavaScript code that evaluates code snippets in the browser and it is pluggable on any web page. The klipse plugin is a JavaScript tag that transforms static code snippets of an HTML page into live and interactive snippets. If you want to integrate Klipse inside a Clojurescript project, it is recommended to consume Klipse as a Clojurescript library like any other Clojurescript lib. The Klipse plugin can be easily styled with CSS, which can be applied both to the Klipse plugin's own elements, and to the CodeMirror editor's elements. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Instant Ad-Close Add-on

    Instant Ad-Close Add-on

    Simple interface for advertising blocking via the webRequest APIs

    ...Through the extension options settings you also can hide private addresses from WebRTC/ICE/STUN. ========= To run and build browser extension from cmd or terminal type: - npm install --global web-ext - cd my/path/folder/InstantAd-Close - web-ext run to debug - web-ext build to make add-on
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Fire Find - WebExtension

    Fire Find - WebExtension

    Add-on Firefox: find words in web pages

    .... == Installation == Get it - https://addons.mozilla.org/en-US/firefox/addon/fire-find/ To run and build browser extension from cmd or terminal type: - npm install --global web-ext - cd my/path/folder/fire-find - web-ext run - web-ext build
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Fire RSS Reader

    Fire RSS Reader

    RSS Reader Firefox addon extension

    Your Reader of RSS feeds for browser Firefox Get it - https://addons.mozilla.org/en-US/firefox/addon/fire-rss-reader/ How it works - https://www.youtube.com/watch?v=0bx-gqBJ7uo To run and build browser extension from cmd or terminal type: - npm install --global web-ext - cd my/path/folder/FireRSS - web-ext run - web-ext build
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ActsAsTaggableOn

    ActsAsTaggableOn

    A tagging plugin for Rails applications for custom tagging

    ...There is no real way to differentiate between tags and so an implementation of this type is not possible with acts as taggable on steroids. Enter Acts as Taggable On. Rather than tying functionality to a specific keyword (namely tags), acts as taggable on allows you to specify an arbitrary number of tag "contexts" that can be used locally or in combination in the same way steroids was used. If you do not wish or need to support multi-tenancy, the migration for add_tenant_to_taggings is optional and can be discarded safely. You can also add and remove tags in format of String.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Chromium Portable

    Chromium Portable

    Portable version of the Chromium web browser

    Chromium Portable is a portable version of the Chromium web browser, packaged in the PortableApps.com Format, so you can run it from an iPod, USB flash drive, portable hard drive, CD or any other portable media.
    Leader badge
    Downloads: 303 This Week
    Last Update:
    See Project
  • 16

    JsTagSphere

    Light, fast and easy-to-use javascript sphere tag-cloud

    Javascript lib to create lifght and fast tag-sphere cloud without necessity to add any additional frameworks/plugins/libraries. Many settings allow customization of view and behavior. Note the source code moved to GitHub: https://github.com/RodionGork/JsTagSphere
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Integrated rss feed reader/web browser implemented in pykde. its distinctive feature is that you can tag any artice you read in the internet and it becomes a article you can view, search and tag in the main interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A tool which allows you to download all erotic images and videos hosted on popular image hosting sites tagged with a given tag without clicking you through the web interface. ,,java bayimg yourtag'' is enought.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    KDelicious adds several options to the Konqueror Action menu: tag the page on del.icio.us, add your posts to Konqueror's bookmarks, access other del.icio.us features. It integrates with KDE and KWallet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Firefox, Safari and Opera 9 support the canvas tag to allow 2D command-based drawing. ExplorerCanvas brings the same functionality to Internet Explorer. To use, web developers only need to include a single script tag in their existing web pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ATag JSP Tag Library. ATag is a light-weight framework for creating 'true' MVC GUIs for HTML clients.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Lightweight python based 4th. generation bittorrent client with social networking, recommendation, tag-based navigation, moderation, and real-time streaming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JSS is an extension to CSS that allows for multiple inheritance of CSS rules. Base classes, tags and tag identifiers can be defined and then inerited from.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Presentation framework for Web applications. On the basis of: HTML, JavaScript, DHTML. Configure your user interface with Tag libraries (for J2EE systems) or XSL templates (for any other WEB systems using XML/XSL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Our goals are to create a full blown MP3 player/Web Browser combination. Similar to Sonique, we will have the ability to do skins and many different modes. Our plans are to keep the file size under 5 MBs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB