Showing 22 open source projects for "quickfix"

View related business solutions
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1
    Trouble.nvim

    Trouble.nvim

    Pretty diagnostics, references, telescope results, quickfix, location

    A pretty list for showing diagnostics, references, telescope results, quickfix and location lists to help you solve all the trouble your code is causing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    VimTeX

    VimTeX

    A modern Vim and neovim filetype plugin for LaTeX files

    VimTeX is a modern Vim and Neovim filetype and syntax plugin for LaTeX files. VimTeX requires Vim version 8.2.3995 or Neovim version 0.9.5. The requirements were updated in April 2024 after the release of VimTeX 2.15. If you are stuck on older versions of Vim or Neovim, then you should not use the most recent version of VimTeX, but instead remain at the v2.15 tag.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    fzf.vim

    fzf.vim

    Things you can do with fzf and Vim

    fzf.vim integrates the blazing-fast fzf fuzzy finder into Vim and Neovim, turning common navigation tasks into instant searches. With commands like :Files, :Buffers, :Rg, and :Commands, you can jump to files, lines, symbols, commits, or help tags using incremental fuzzy matching. It embraces Vim’s philosophy by composing with registers, marks, quickfix, and mappings, letting you build powerful flows from small pieces. Previews show file contents, diffs, or documentation alongside candidates...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    VGit

    VGit

    Visual git plugin for Neovim

    Visual Git Plugin for Neovim to enhance your git experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 5
    vim-go

    vim-go

    Go development plugin for Vim

    ... the result in the quickfix or location list. Lint your code with :GoLint, run your code through :GoVet to catch static errors, or make sure errors are checked with :GoErrCheck. Advanced source analysis tools utilizing guru, such as :GoImplements, :GoCallees, and :GoReferrers, and many more! Please see doc/vim-go.txt for more information. The gopls instance can be shared with other Vim plugins. Vim-go's use of gopls can be disabled.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    vim-autoformat

    vim-autoformat

    Provide code formatting in Vim by integrating existing code formatters

    ... or per filetype. Results flow back into the buffer, replacing content or selected regions, and can integrate with quickfix for error reporting when a tool fails. You can wire formatting to save events, cursor holds, or run it manually, keeping it as strict or as gentle as your workflow needs. For teams, a shared config ensures consistent code style across contributors regardless of their local editor knowledge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ALE

    ALE

    Check syntax in Vim/Neovim asynchronously and fix files

    ALE is an asynchronous linting and fixing engine for Vim and Neovim that keeps feedback flowing without blocking your editor. It runs external linters and formatters in the background as you type or save, streaming diagnostics into the sign column and statusline. The project focuses on breadth and practicality: dozens of languages work out of the box, and configuration is usually a matter of selecting tools you already use on the command line. ALE can also act as a lightweight Language...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Neomake

    Neomake

    Asynchronous linting and make framework for Neovim/Vim

    Neomake is an asynchronous linting and build framework for Vim and Neovim that predates and inspires newer tooling in this space. It runs “makers” (linters, compilers, format checkers, test commands) in the background and surfaces results as signs, virtual text, or via quickfix/location lists. The system is highly configurable: you can define per-filetype makers, chain multiple tools, and control when they run (on save, on write, on cursor hold, or manually). Run several makers concurrently...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    unimpaired.vim

    unimpaired.vim

    unimpaired.vim: Pairs of handy bracket mappings

    vim-unimpaired provides a rich set of bracket mappings that make navigation and editing faster with consistent, memorable keys. It standardizes “previous/next” operations across lists like buffers, quickfix, location lists, and tags so your muscle memory stays the same. The plugin also adds convenience motions for moving between version-control conflict markers when resolving merges. It includes utilities for inserting blank lines above or below without leaving normal mode, improving flow...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 10
    QuickFIX/J - Open Source Java FIX Engine
    QuickFIX/J is an 100% Java implementation of the popular QuickFIX open source FIX protocol engine. QuickFIX/J features include support for FIX protocol versions 4.0 through 4.4 and 5.0/FIXT1.1 (www.fixprotocol.org). Please note that the SourceForge SVN repo is read-only. Current repo can be found here: https://github.com/quickfix-j
    Downloads: 36 This Week
    Last Update:
    See Project
  • 11
    QuickFIX
    QuickFIX is the worlds first Open Source C++ FIX (Financial Information eXchange) engine, helping financial institutions easily integrate with each other. The SVN repository is now locked. Latest code is hosted at github. https://github.com/quickfix/quickfix
    Downloads: 16 This Week
    Last Update:
    See Project
  • 12
    vim-signify

    vim-signify

    Show a diff using Vim its sign column

    vim-signify shows version-control diffs directly in Vim’s sign column so you can see added, changed, and removed lines at a glance. It computes hunks against your VCS (Git, Mercurial, Subversion, and more) and updates signs efficiently as you edit. The plugin provides motions to jump between hunks and optional mappings to preview a hunk or populate quickfix/location lists. Because it runs asynchronously where possible, it keeps the UI responsive on large files. Signify is intentionally focused...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    vim-dispatch

    vim-dispatch

    Asynchronous build and test dispatcher

    vim-dispatch is Tim Pope’s asynchronous build and test dispatcher for Vim that lets you run long-running tasks without blocking the editor. It abstracts over different execution backends (terminal, tmux, GNU screen, Neovim terminal, external consoles) and routes job output to quickfix or background panes. The plugin introduces a consistent set of commands—like :Make, :Dispatch, and :Start—that integrate with Vim’s compiler ecosystem and project roots. You can kick off a job, keep editing while...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    test.vim

    test.vim

    Run your tests at the speed of thought

    vim-test is a flexible testing runner for Vim and Neovim that provides a unified interface to execute tests across many languages and frameworks from inside the editor. It abstracts differences between tools so you can run nearest test, current file, last test, or entire suite with consistent commands and mappings. The plugin auto-detects supported test frameworks based on project files and adapts its strategy accordingly. Output can be shown in splits, quickfix, or dispatched to external...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ack.vim

    ack.vim

    Vim plugin for the Perl module / CLI script 'ack'

    ... for the Vim-seasoned: it's just a light wrapper for Vim's grepprg and the quickfix window for match results. This makes it easy to integrate with your own Vim configuration and use existing knowledge of core features. It also means the plugin is flexible to use with other search tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    How to build/install gvim in linux for working with C/C++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Low latency trading platform

    The documents for my achievements of the low latency technology

    Ultra-low latency trading platform MFC/Socket/Nios II/UcOS/FPGA Float Algorithm/Martlab/Simple FIX protocal FPGA Moving Average algorithm and performance evaluation with Marlab result. Fast response in the stock market Flash Crush situation. Stock exchange client Java RCP/Apache_Active_MQ/Plugins/QuickFIX/SLF4J/XstreamApache_LOG4J To see how the software trading client work. Through this way, I made deep understanding to how we can reduce the trading latency based on FPGA technology...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    FIX Pusher

    FIX Pusher

    FIX protocol administration tool

    ... QuickFIX conform, customized data dictionaries containing user defined fields. The tool supports FIX versions 4.0 - 5.0 SP2. The application ships with the option for exporting message details into Excel© sheets and graphical analysis of message logs. FIX Pusher is a 100% Java open source implementation running on Windows, Linux/Unix and Mac OS. It requires JRE version of 1.6 or higher for proper functioning. Related project: FIX Agora http://fixagora.sourceforge.net
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    jTomtom
    jTomtom is et Java GPS updater. With jTomtom you can update the QuickFix et Radar POI in your Tomtom GPS
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    A web interface to the QuickFIX/J MBeans
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    An implementation of the FIX protocol for prototyping client , exchanges, back office, and market data distribution systems. QuickFIX provides FIX Protocol, wxWidgets the GUI, SQLite the DB, and V8 Javascript are the core components of the system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    QuickFix is a small utility , aimed to provide a quick fixes to the Operating system after virus/spywares attacks, it has a startup manager, running process manager, quick fix for the most common viruses, a quick fix for regedit , taskmanager, run, and f
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.