Showing 100 open source projects for "git:/git.code.sf.net/p/docfetcher/code"

View related business solutions
  • Gearset | The complete Salesforce DevOps solution Icon
    Gearset | The complete Salesforce DevOps solution

    Salesforce DevOps done right.

    Gearset is the only platform you need for unparalleled deployment success, continuous delivery, automated testing and backups.
    Learn More
  • Creatio Low-Code Development Platform Icon
    Creatio Low-Code Development Platform

    Automate any business idea in minutes with Studio Creatio Enterprise

    Intelligent low-code platform to empower both IT and non-IT staff to effortlessly build enterprise-grade apps and processes
    Learn More
  • 1
    Inspector Tool

    Inspector Tool

    Firebug Lite Beta for Google Chrome and Opera Browser

    ...It is free and open source plugin available on SourceForge. Main features: - Same look and feel as Firebug - Inspect HTML and modify style in real-time - JavaScript Console with autocomplete code (tab, shift+tab) - Rich representation of DOM elements - Live editing CSS rules and properties - Elements are selected on-the-fly while using the Inspect tool again activatable in context menu ======= Using it in this Chrome extension: http://bit.ly/1NiErH5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Animal Forest BGM

    Animal Forest BGM

    Plays music from Animal Crossing: New Leaf for each hour of the day.

    NOTE: This project's source code is hosted at GitLab. View the source code here: https://gitlab.com/jessieh/animal-forest-bgm This add-on will play Animal Crossing: New Leaf's clock-based background music in real time, updating with the clock to play different music for each hour of the day. Also provides a slew of customization options like adjustable volume, fading during song changes, and desktop notifications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Gradle Retrolambda Plugin

    Gradle Retrolambda Plugin

    A gradle plugin for getting java lambda support in java 6, 7

    ...It relies on the wonderful retrolambda by Esko Luontola. The minimum android gradle plugin is 1.5.0 and the minimum gradle plugin is 2.5. The plugin will compile the source code with java8 and then replace the class files with the output of retrolambda. Set the java version to compile to. The default is 6. Only 5, 6 or 7 are accepted. The default version of retrolambda used is 'net.orfjackal.retrolambda:retrolambda:2.5.6'. If you want to use a different one, you can configure it in your dependencies. If you are running with java 6 or 7 you should really consider updating. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Gist.vim

    Gist.vim

    Vim plugin for Gist

    ...It allows users within Vim to publish the current buffer or selected text directly as a gist, edit gist content, delete/fork gists, and list their public gists. The plugin supports commands like :Gist, :'<,'>Gist, :Gist -p, :Gist -a, :Gist -l, :Gist -d, etc as documented in the README. This makes it convenient for Vim users who want to quickly share snippets, configuration files or code fragments without leaving the editor. With over 1,700 stars, it appears to be well used in the Vim community. The plugin is ideal for developers who rely on Vim and want tight integration with GitHub Gist.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The CI/CD Platform built for Mobile DevOps Icon
    The CI/CD Platform built for Mobile DevOps

    For mobile app developers interested in a powerful CI/CD platform for mobile app development and mobile DevOps

    Save time, money, and developer frustration with fast, flexible, and scalable mobile CI/CD that just works. Whether you swear by native or would rather go cross-platform, we have you covered. From Swift to Objective-C, Java to Kotlin, as well as Xamarin, Cordova, Ionic, React Native, and Flutter: Whatever you choose, we will automatically configure your initial workflows and have you building in minutes.
    Learn More
  • 5
    css plugins

    css plugins

    A 100% CSS Plugins that build website

    G16 framework is 100% CSS based framework with no single code of javascript. It is lightweight, simple, smart and well structured modular system built upon 16 scalable grids that creates smooth and itch-free responsive layouts. It constructs relevant html elements properties by using only the inline class without writing a single code in your stylesheet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    IntelliJ plugin for Haskell

    IntelliJ plugin for Haskell

    IntelliJ plugin for Haskell

    ...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 Haskell language support is provided with the help of external tools. Show error action to view formatted messages. Useful in case message consists of multiple lines (Ctrl-F10, Meta-F10 on Mac OSX); Intention actions to add language extension (depends on compiler error), add top-level type signature (depends on compiler warning). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Reactive Extensions for JavaScript

    Reactive Extensions for JavaScript

    An API for asynchronous programming with observable streams

    ...Avoid intricate stateful programs, using clean input/output functions over observable streams. ReactiveX's operators often reduce what was once an elaborate challenge into a few lines of code. Traditional try/catch is powerless for errors in asynchronous computations, but ReactiveX is equipped with proper mechanisms for handling errors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Droid Plugin

    Droid Plugin

    A plugin framework on android,Run any third-party apk

    ...You can run any third-party apk without installation, modification or repackage with Droid Plugin. Given its .apk file, the plugged app could be run either independently or as a plugin of the host, NO source code is needed. The plugged app are recognized as Installed by the host and other plugged apps. Very low level of code invasion, indeed just one line code to integrate DroidPlugin into the host app. Complete code level separation between host and plugged apps, only system-level message passing method provided by Android allowed. Resources management are also completely separated between host and plugged apps. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    vim-easy-align

    vim-easy-align

    A Vim alignment plugin

    ...It also offers left, right, and center alignment, plus padding and justification control, so tables, hashes, assignment lists, and Markdown fragments look neat. Because it’s fast and keyboard-centric, it’s ideal for refactoring code as well as tidying prose and documentation inside Vim.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Striven | All In One Business Management Software Icon
    Striven | All In One Business Management Software

    Striven is an all-in-one business management software suite with everything your organization needs for success.

    Striven is the all-in-one business management software that lowers your costs, improves your operations, and makes work easier. Make your company’s data coherent, connected, and relevant.
    Learn More
  • 10
    chrome-extensions-examples

    chrome-extensions-examples

    All Chrome Extension examples collected into one repository

    This is not an official mirror of the Chrome extension examples. Report any issues with the examples themselves to Google's issue trackers/forums. The Chrome Extensions examples did not exist as a Git repository, and browsing both the samples page and the VCViewer did not seem particularly handy. So, I decided to scrape the content into this repository for easier browsing and (possible) editing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    WP Embed Articles

    WP Embed Articles

    Embed and share articles or posts from your wordpress blog

    Enables your wordpress blog posts to be sharable through an embedded interface as a service by http://embedarticles.com Embed Articles is a viral content distribution plugin that enables your posts and articles to be embedable to other websites through a creative embed button interface. By installing this plugin into your blog, your blog will be automatically be added with proper Open Graph Protocol metadatas which are being respected and parsed by most search engines like Google, Bing,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Vundle.vim

    Vundle.vim

    Vundle, the plug-in manager for Vim

    Vundle.vim is one of the original plugin managers for Vim, designed to make discovering, installing, and updating plugins as simple as editing your vimrc. It uses a declarative, Git-backed approach where each plugin is listed as a line, and Vundle takes care of cloning and wiring it in. The interactive interface supports searching for plugins from inside Vim, which lowers the barrier to exploring the ecosystem. Its core model emphasizes repeatability: your vimrc is the source of truth, making your setup easy to share across machines or teams. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    XVim

    XVim

    Xcode plugin for Vim keybindings

    ...The plugin intends to offer a compelling Vim experience without the need to give up any Xcode features. XVim has several branches and releases. Usually you only need to download one of 'releases' and use it. Releases are tags on master branch. All the code and documents on these tags are well arranged. Usual XVim user should use one of releases. Any other branches are temporary branches to develop features or bug fixes which will be merged into 'develop' branch after all. XVim supports Bountysource. If you want to solve your issue sooner make bounty on your issue is one option. A contributer should work on it preferentially (not guaranteed though). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Figerty Browser 1.2.0.0

    Open Source Web Browser

    Figerty is a free open source light-weight but powerful web browser build in VB.net using the WebKit Rendering Engine. With most of the features you will find in popular web browsers, without the bulk, Figerty is ideal for those who like a simple approach to surfing the web.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Tool for getting played content from the browser's cache (or any folder) on your PC source code of project is located on https://bitbucket.org/gekannt/medownloader
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SeaMonkey private Portable

    SeaMonkey private Portable

    Portable SeaMonkey with some of the privacy features pre-installed.

    ...Containing an Internet browser, email & newsgroup client with an included web feed reader, HTML editor, IRC chat and web development tools, SeaMonkey is sure to appeal to advanced users, web developers and corporate users. Under the hood, SeaMonkey uses much of the same Mozilla source code which powers such successful siblings as Firefox, Thunderbird, Camino, Sunbird and Miro. This is a portable version of sea monkey with some of the privacy features pre installed. adblockplus, ghostery, google privacy, enigmail for PGP encrypted, email, foxy proxy, no script and facebook phishing protection and request policy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    SVG editor for ownCloud

    Create and edit SVG graphics directly in ownCloud. Based on svg-edit.

    This project provides an ownCloud-app (http://apps.owncloud.com) for editing and creating SVG vector graphics in your browser. It's based on the awesome "svg-edit"-project (http://code.google.com/p/svg-edit/). Features like collaborative editing may be implemented later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ...The reasons for the decision were that there were not enough people on the team to keep it going. Google is changing things every day and it has become more and more frustrating to look at all the functions go broke piece by piece. The code will remain GPL, perhaps another person or team is interested in picking this up. For now, thank you for all your patience, feedback and support. Description: OptimizeGoogle is a Firefox extension that enhances Google search results and other pages by adding extra information and removing unwanted information. Created to maintain and improve CustomizeGoogle which seems to have been abandoned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Small Firefox button that allow you share entire Flickr set to Livejournal account.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Adam's Code
    This is a site that I use to keep programs I make and want to share.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    X3DOM is a framework for integrating and manipulating (X)3D scenes as HTML5 DOM elements that are rendered via WebGL. The system allows defining 3D scene description and runtime behavior declaratively, without any low-level JavaScript or GLSL coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    urlshorten
    urlshorten service developed in vb.net try it at http://s.hzj-jie.net/ such as, this page is at http://s.hzj-jie.net/oxxUFT it's a similar service as tinyurl.com or bit.ly, unfortunately, i do not have such a short url...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Mozilla/Firefox extension that shows Amber Alerts for your state, zip code, or other area.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ChatGPT Bulk Delete

    ChatGPT Bulk Delete

    Bulk delete your ChatGPT conversations easily with this Chrome extensi

    ...Key Features: • Bulk delete all or selected ChatGPT conversations with one click • Fast, safe, and privacy-conscious operation • Open source and free to use Installation: 1. Clone the repository: git clone https://github.com/joysey/chatgpt-bulk-delete.git 2. Install dependencies: pnpm install 3. Build the extension: pnpm build 4. Load the extension in Chrome via the Extensions page (chrome://ext
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    sippet

    sippet

    C++ SIP stack based on Chrome source code

    This C++ library has been designed as a Chrome SIP stack. Sippet is an open-source SIP User-Agent library, compliant with the IETF RFC 3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and P2P communication services. The main target was to enable Javascript applications to use UDP, TCP and TLS transports along WebSocket. Existing SIP solutions for the browser are forced to use the WebSockets API to...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB