Search Results for "git:/git.code.sf.net/p/docfetcher/code" - Page 8

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

View related business solutions
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
    Try for free
  • Rev Your Digital Product Delivery Engine Icon
    Rev Your Digital Product Delivery Engine

    Enterprise-grade platform designed to connect strategy, planning, and execution across digital product development and software delivery

    Planview links your technology vision directly to teams' daily work, providing complete visibility and control over your digital product delivery ecosystem.
    Learn More
  • 1
    The Gedit "builder" plugin is a plugin for the Gnome Text Editor that allows you to compile source code and then click on the compiler output errors to go to those errors in the source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    srtmod

    SRT subtitle's timeline modifier

    It's just a tiny toy. My listening in English is bad. So I need subtitiles. But some .srt files' timeline is not so accurate. Then I wrote a piece of code to modify .srt's timeline.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    web-macro-Processor

    A general-purpose macro-processor, particularly useful for HTML

    A general-purpose macro-processor, particularly useful for chunks of HTML. Runs on MS windows, could be adapted easily for Unix/Linux. Small: source code is 500 lines of Pascal.#]Good docs.. For the manual, follow the Wiki link above, then Browse Pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Trim Lines

    Trim Lines removes trailing whitespace from source code files

    This is simple command line tool to batch process source code files to remove trailing whitespaces and convert all line endings to your system native style. Usage example: trimlines d:\Projects\SomeProject\src *.c;*.cpp;*.h;*.hpp;*.inc .svn;.git With this command all files in "d:\Projects\SomeProject\src" including sub-folders that match search masks "*.c;*.cpp;*.h;*.hpp;*.inc" and excluding specified folders ".svn;.git" will be processed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run your private office with the ONLYOFFICE Icon
    Run your private office with the ONLYOFFICE

    Secure office and productivity apps

    A Comprehensive Alternative to Office 365 for Business
    Learn More
  • 5
    UEditor

    UEditor

    UEditor

    ...UEditor not only covers almost all common functions of rich text editor, but also offers many innovative,practical operation modes which greatly enhance the user’s online editing experience. Considering the huge size caused by the powerful functions, we fine split the core code of UEditor,and provide visualization, self-customized separate-package download mode to help users reducing code size and improving the page loading speed as much as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    code-compress

    Minimize your code files

    This small script allows you to minimize (take off spaces, new lines, etc...) to minimize them so that they are smarter ! Because I am French, all my open-source documentation is written in French AND in English (I start by French, and then I write in English).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PTools is a set of useful tools written in Pascal. It includes: scientific calculator, archiver, text editor, remote adminitration and more. It is designed to be portable across operating systems, specially Java-based mobiles, Windows and Unixes.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8

    OmniMark mode

    OmniMark major mode for Emacs/XEmacs

    This is an Emacs/XEmacs major mode for editing OmniMark programs. It supports syntax highlighting, and uses heuristics to help with indentation. Additionally, programs can be navigated according to their structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A compiler wrapper and a set of editor plugins allowing you to easily use Greek letters, accents, and other Unicode symbols in any programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Hightouch is a data and AI platform for marketing and personalization. Icon
    Hightouch is a data and AI platform for marketing and personalization.

    Marketing needs data and AI. Give them Hightouch.

    Find insights, run real-time campaigns, and build AI agents with all your data.
    Learn More
  • 10
    OmniHelp is a cross-platform, browser-independent, tri-pane help viewer built in pure JavaScript and CSS with HTML 4. Some functions (such as help embedding) may in the future be in Java, C, or C++; CSH is fully supported. All code is under the LGPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The algorithms package is aimed at (flexibly) typesetting pseudo-code in LaTeX documents (with the high typographical quality provided by the TeX engine).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    KompoZer

    KompoZer

    A wysiwyg HTML editor that uses the Mozilla Composer codebase

    KompoZer is a wysiwyg HTML editor using the Mozilla Composer codebase. As Nvu's development has been stopped in 2005, KompoZer fixes many bugs and adds a few useful features.
    Leader badge
    Downloads: 927 This Week
    Last Update:
    See Project
  • 13
    This python script will generate a custom python.xml file used by Notepad++ for auto-completion features when programming in python (function names, arguments, and descriptions), using your own set of imported modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Applies a simple SQL query (without joins) to a tab-separated-value text file. Intended for the command line, like "txtselect 'c2 from states.txt where c3 > 1000000'." Distributed as a single Python source-code file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    vim-colors-solarized

    vim-colors-solarized

    precision colorscheme for the vim text editor

    ...It uses a fixed sixteen-color palette (eight monotones and eight accent hues) with carefully calibrated lightness relationships in the CIELAB color space, which enables it to work well in terminals, GUIs and code editors alike. The Vim-specific repository provides a convenient way to install the colorscheme for Vim (and older Vim versions) although the colorscheme itself is applied in Terminal and GUI environments beyond just Vim. The design emphasises readability, reducing visual fatigue, and maintaining consistent contrast across various lighting conditions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    wxPage2Stage will be a cross platform screenwriting software designed expressly for people writing screenplays, scripts, and plays. It will be based on the open source code released by Windward Studios.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A simple way to create a syntax highlighting editor for a custom language/grammar and/or create custom grammar parsers. This is a .NET project written in C#. See details here: http://acct001.com/wordpress/?p=190
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A Ruby file parser/interpreter/preprocessor that comments lines of code based on conditions at the time the file is required. Very handy to implement debugging logs and code that has to be commented (not just dynamically switched off).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Kod

    Kod

    Programmers' editor for OS X

    Kod is an open, modern text editor project for programmers on Mac OS X, built with the idea of being a versatile everyday tool for writing code and plain text. The project’s design philosophy emphasizes approachability and a relatively low barrier to entry, including UI concepts like tabs as a core part of the experience. Beyond being “yet another editor,” Kod aimed to explore how a programmer-oriented editor could feel more universal and user-friendly, especially for people who write code but don’t necessarily want an overly complex environment. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    An Emacs major mode for editing F# code, based on the OCaml mode and the Python mode. This project is not maintained anymore. New development will go here: https://github.com/fsharp/fsharpbinding/tree/master/emacs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ArmedBear (ABCL) is a Common Lisp written in Java. Its compiler produces JVM byte code, tapping into the 'write once, run everywhere' philosophy of Java. J is a text editor written in Java featuring e.g. syntax highlighting and automatic indenting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    OrbitsWriter
    OrbitsWriter is a cross-platform blog application based on Qt framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Ferry is a customizable source code editing component; key features: 100% Unicode support - LTR, RTL (Hebrew, Arabic) scripts are handled; syntax highlighting (uses external engines); variable height text lines; convenient API, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Allows editing of any size file in hexadecimal, decimal and ASCII. A great tool that allows you to edit and analyze the contents for either the data or resource fork of any type of file. 68K, PPC and Carbon run on MacOS 7-9 and X.
    Leader badge
    Downloads: 166 This Week
    Last Update:
    See Project
  • 25
    ApexText

    ApexText

    Efficient and lightweight text editor with rich functionalities.

    ApexText is a general purpose text editor for developers and non-developers. It supports synatx highlighting for Java, C, C++, Perl, SQL, JSP, HTML etc., tooling for Java. Many UI features are configurable.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB