Showing 232 open source projects for "highlight"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 1
    hlchunk.nvim

    hlchunk.nvim

    This is the lua implementation of nvim-hlchunk

    Similar to indent-blankline, this plugin can highlight the indent line, and highlight the code chunk according to the current cursor position. Using profile.nvim for performance analysis, all experiments were conducted on macOS with alacrity, Neovim window height was 66 lines, and the code file was typescript.js, starting from the first line to the five hundredth line. The average rendering time per render was 0.7ms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ngx-markdown

    ngx-markdown

    Angular markdown component/directive/pipe/service to parse static

    Angular markdown component/directive/pipe/service to parse static, dynamic or remote content to HTML with syntax highlight and more. As the library is using Marked parser you will need to add node_modules/marked/marked.min.js to your application. To use the line numbers plugin that shows line numbers in code blocks, in addition to Prism.js configuration files, you will need to include the following files from prismjs/plugins/line-numbers directory to your application. Using markdown component...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ICARUS

    ICARUS

    A simple and modern theme for the static site generator Hexo

    ... of improvement possibilities. Icarus includes plentiful search, comment, sharing and other plugins out of the box that makes your blog feature-rich and powerful. Icarus directly import stylesheets from the highlight.js package and makes more than 90 code highlight themes available to you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    outline.nvim

    outline.nvim

    Code outline sidebar powered by LSP

    A sidebar with a tree-like outline of symbols from your code, powered by LSP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

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

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 5
    nvim-surround

    nvim-surround

    Add/change/delete surrounding delimiter pairs with ease

    Surround selections, stylishly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Djot

    Djot

    A light markup language

    Djot is a light markup syntax. It derives most of its features from commonmark, but it fixes a few things that make commonmark's syntax complex and difficult to parse efficiently. It is also much fuller-featured than commonmark, with support for definition lists, footnotes, tables, several new kinds of inline formatting (insert, delete, highlight, superscript, subscript), math, smart punctuation, attributes that can be applied to any element, and generic containers for block-level, inline-level...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Nightfox

    Nightfox

    A highly customizable theme for vim and neovim with support for lsp

    A highly customizable theme for vim and Neovim with support for lsp, treesitter and a variety of plugins. Tabline is tabby.nvim and status line is feline.nvim. You can find my config for tabby and feline here as well as the auto-generated highlight groups here. If you would like a single consumable file that contains that can be added to your own config check out misc/feline.lua and misc/tabby.lua.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    .ignore 4.x

    .ignore 4.x

    .ignore support plugin for IntelliJ IDEA

    .ignore support plugin for IntelliJ IDEA . Entries inspection (duplicated, covered, unused, incorrect syntax, relative entries) with quick-fix actions. Comments and brackets support. Navigation to entries in Project view. Renaming entries from a dot-ignore file. Close opened ignored files action. Custom user templates with import/export features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Linkify

    Linkify

    JavaScript plugin for finding links in plain-text and converting them

    ... will only detect and highlight web URLs and e-mail addresses. Plugins for @mentions, #hashtags and more may be installed separately.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Spirit

    Spirit

    Spirit is a modern Python based forum built on top of Django framework

    Spirit is a Python-based forum built using the Django framework. Receive an automatic notification every time someone mentions your @name, quotes you or answers to your conversation. Create your own private conversations and invite as many users as you want to it. Spirit automatically registers which was the last comment you read on a conversation. Spirit saves all edits made to your comments. Spirit automatically saves your unfinished comments so you can complete them later. Highlight any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Ax

    Ax

    Build LLM powered Agents and "Agentic workflows"

    Build intelligent agents quickly — inspired by the power of "Agentic workflows" and the Stanford DSPy paper. Seamlessly integrates with multiple LLMs and VectorDBs to build RAG pipelines or collaborative agents that can solve complex problems. Advanced features streaming validation, multi-modal DSPy, etc. We've renamed from "llmclient" to "ax" to highlight our focus on powering agentic workflows. We agree with many experts like "Andrew Ng" that agentic workflows are the key to unlocking...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PipeRider

    PipeRider

    Code review for data in dbt

    PipeRider automatically compares your data to highlight the difference in impacted downstream dbt models so you can merge your Pull Requests with confidence. PipeRider can profile your dbt models and obtain information such as basic data composition, quantiles, histograms, text length, top categories, and more. PipeRider can integrate with dbt metrics and present the time-series data of metrics in the report. PipeRider generates a static HTML report each time it runs, which can be viewed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    HTTP

    HTTP

    Rust HTTP types

    .../response headers. You will notably not find an implementation of sending requests or spinning up a server in this crate. It’s intended that this crate is the “standard library” for HTTP clients and servers without dictating any particular implementation. Note that this crate is still early on in its lifecycle so the support libraries that integrate with the http crate are a work in progress! Stay tuned and we’ll be sure to highlight crates here in the future.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Finatra

    Finatra

    Fast, testable, Scala services built on TwitterServer and Finagle

    Finatra builds on TwitterServer and uses Finagle, therefore it is highly recommended that you familiarize yourself with those frameworks before getting started. The version of Finatra documented here is version 2.x. Version 2.x is a complete rewrite over v1.x and as such many things are different. Finatra at its core is agnostic to the type of service or application being created. It can be used to build anything based on TwitterUtil: c.t.app.App. For servers, Finatra builds on top of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Sandpack

    Sandpack

    A component toolkit for creating live-running code editing experiences

    Sandpack is a component toolkit for creating your own live running code editing experience powered by CodeSandbox. Sandpack uses CodeMirror under the hood, giving you all the basic capabilities of a code editor and syntax highlight. However, if you want to use your own editor framework, you can add that as a component too! Sandpack embeds the browser bundler that powers CodeSandbox and takes advantage of features like npm dependency support, hot module reloading, error overlaying, and caching...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Delta

    Delta

    A viewer for git and diff output

    Code evolves, and we all spend time studying diffs. Delta aims to make this both efficient and enjoyable: it allows you to make extensive changes to the layout and styling of diffs, as well as allowing you to stay arbitrarily close to the default git/diff output. Language syntax highlighting with color themes. Within-line highlights based on a Levenshtein edit inference algorithm. Git style strings (foreground color, background color, font attributes) are supported for >20 stylable elements....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Flashcards

    Flashcards

    An Anki plugin for Obsidian.md

    An Anki plugin for Obsidian.md.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Multiliner

    Multiliner

    An Xcode source extension to expand lengthy lines

    An Xcode source extension to expand lengthy lines. Super lightweight, it's like a script. It expands long lines. That's it! Works with initializers, function calls, array literals, and SwiftUI modifiers. It's simple, just highlight the code that you want to format. If you'd like to access Multiliner quicker, try adding a key binding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    REST Client

    REST Client

    REST Client Extension for Visual Studio Code

    REST Client allows you to send HTTP request and view the response in Visual Studio Code directly. Send/Cancel/Rerun HTTP request in editor and view response in a separate pane with syntax highlight. Send GraphQL query and author GraphQL variables in editor. Send cURL command in editor and copy HTTP request as cURL command. Auto save and view/clear request history. Compose MULTIPLE requests in a single file (separated by ### delimiter). View image response directly in pane. Save raw response...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CudaText

    CudaText

    Cross-platform text and code editor

    Cross-platform code editor, with syntax highlight for 300+ languages. Has lite interface with tabs. Has JSON config files instead of the options dialog. Supports Python extensions. Documentation wiki: http://wiki.freepascal.org/CudaText
    Leader badge
    Downloads: 4,194 This Week
    Last Update:
    See Project
  • 21
    Windows MBox Viewer

    Windows MBox Viewer

    Windows eml and mbox viewer.

    Free Windows Mbox Viewer. Gain access to mbox archives or single eml messages. View attachments and export single mails in eml format. Access large mbox files such as Google Takeout or Mozilla Thunderbird Archives. Development of mbox viewer continues now at github: https://github.com/eneam/mboxviewer **NOTE**: Windows Defender may sometimes report incorrectly that mbox-viewer contains malware. Please report the case to the development. Development will ask Windows Security to...
    Leader badge
    Downloads: 1,516 This Week
    Last Update:
    See Project
  • 22
    wsjt-x_improved
    ═══════════ ▲▲▲ ══════════════════════════════════════════════ Find the various versions on the "Files" tab (https://sourceforge.net/projects/wsjt-x-improved/files/) wsjt-x_improved is an enhanced version ("the DG2YCB edition") of the excellent WSJT-X software by Joe Taylor K1JT, Steve Franke K9AN, Bill Somerville G4WJS, me and others (https://sourceforge.net/projects/wsjt/). Sometimes, however, even good things can be improved … Notes: wsjt-x_improved is experimental and is...
    Leader badge
    Downloads: 1,630 This Week
    Last Update:
    See Project
  • 23
    jtdx_improved
    ═══════════ ▲▲▲ ═════════════════════════════════════════════ Find the various versions on the "Files" tab (https://sourceforge.net/projects/jtdx-improved/files/) jtdx_improved is an enhanced version of JTDX by Igor Chernikov et al. (https://sourceforge.net/projects/jtdx/). Both my and Igor's forks are based on the excellent WSJT-X software by Joe Taylor K1JT, Steve Franke K9AN, Bill Somerville G4WJS and others (https://sourceforge.net/projects/wsjt/). After the succes of my...
    Leader badge
    Downloads: 361 This Week
    Last Update:
    See Project
  • 24
    Extreme Ultimate .bashrc

    Extreme Ultimate .bashrc

    Extreme ultimate .bashrc configuration file for Bash

    Do you want a more robust experience from your bash shell? As a Linux systems administrator, I've been working on this .bashrc file for well over a decade. Over the years, I have searched through scores of others' .bashrc and script files collecting and improving on new ideas and features. This portable drop in bash configuration file can be used on any system anywhere you use a terminal. It will detect most settings on most systems and make sure your environment has every feature...
    Leader badge
    Downloads: 187 This Week
    Last Update:
    See Project
  • 25
    Live Raizo - Linux for Virtual SysAdmin

    Live Raizo - Linux for Virtual SysAdmin

    Environment to experiment the system on simulated and real networks

    ... are colored to highlight the main informations and to be more userfriendly. - Live Raizo also includes tools to interact with real devices : minicom, putty, Wireshark, as well as DHCP, DNS, FTP, TFTP, HTTP and SSH servers. Services are not started automatically. - It is used by the CFA UTEC of CCI in Seine et Marne in France for networking and Linux administration classes. - You can also open issues here : https://github.com/Raizo62/LiveRaizo Last 64 bits Release : v15.24.10.01i
    Leader badge
    Downloads: 81 This Week
    Last Update:
    See Project