Showing 436 open source projects for "dot"

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

    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 security. Auth0 now, thank yourself later.
    Try free now
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 1
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    rust_dot

    RustDOT is mostly the Graphviz DOT language, lightly rustified.

    It can be embedded as a macro or parsed from a string or file. let g1 = rust_dot! {    graph {        A -- B -- C; /* semicolon is optional */        "B" -- D // quotes not needed here    } }; println!("{} {} \"{}\" {:?} {:?}", g1.strict, g1.directed, g1.name, g1.nodes, g1.edges); // false false "" ["A", "B", "C", "D"] [(0, 1), (1, 2), (1, 3)] let g2 = parse_string("digraph Didi { -1 -> 2 -> 3  2 -> 4.2 }"); println!("{} {} \"{}\" {:?} {:?}", g2.strict, g2.directed,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Adguard for iOS

    Adguard for iOS

    The most advanced ad blocker for iOS

    The most advanced Safari content blocker and a privacy keeper for iOS. AdGuard for iOS is an app that blocks ads in the Safari browser at an exceptional level and also provides additional Premium features like configurable DNS settings, encrypted DNS support (DOH, DOT, DNSCrypt), and custom ad-blocking subscriptions. To get more information and to download AdGuard for iOS, visit our website. AdGuard for Windows is more than an ad blocker. It is a multipurpose tool that blocks ads, controls...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 5
    Faiss

    Faiss

    Library for efficient similarity search and clustering dense vectors

    ... that the instances are represented as vectors and are identified by an integer, and that the vectors can be compared with L2 (Euclidean) distances or dot products. Vectors that are similar to a query vector are those that have the lowest L2 distance or the highest dot product with the query vector. It also supports cosine similarity, since this is a dot product on normalized vectors.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    gping

    gping

    Ping, but with a graph

    Graphical Ping displays a color-coded realtime graph of continuous pings to a specified host. No warranties are provided on this program, it is completely free to use. Graph the execution time for a list of commands rather than pinging hosts. Resolve ping targets to IPv4 address. Resolve ping targets to IPv6 address. Uses dot characters instead of braille. Determine the number of seconds to display in the graph. Watch interval seconds (provide partial seconds like '0.5').
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Comedot

    Comedot

    Godot game template and component-based framework

    Comedot is a minimalist dot-based game engine built with Lua and LÖVE2D, designed for creating simple, highly stylized, and often weird or experimental games. It leverages a low-resolution aesthetic and embraces simplicity in both visuals and game mechanics, offering a unique canvas for hobbyist developers and game jam participants.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    CoreDNS

    CoreDNS

    CoreDNS is a DNS server that chains plugins

    ...), TLS (RFC 7858), also called DoT, DNS over HTTP/2 - DoH - (RFC 8484) and gRPC (not a standard). Serve zone data from a file; both DNSSEC (NSEC only) and DNS are supported (file and auto). Retrieve zone data from primaries, i.e., act as a secondary server (AXFR only) (secondary). Sign zone data on-the-fly (dnssec). Load balancing of responses (loadbalance). Allow for zone transfers, i.e., act as a primary server (file + transfer). Automatically load zone files from disk (auto).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    nvim-surround

    nvim-surround

    Add/change/delete surrounding delimiter pairs with ease

    Surround selections, stylishly.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 10
    Cubic 11

    Cubic 11

    Cubic 11 font

    Lifang 11 is an open-source traditional Chinese dot matrix font derived from M⁺ gothic 12r, which can be used in pixel-style games and art. This font is based on the Japanese font M⁺ gothic 12r to modify and expand Traditional Chinese, including punctuation marks suitable for Traditional Chinese and fonts that are more in line with Taiwanese habits. Commonly used national standard fonts are 4808 characters. Big5 first literal 5401 words. IICore Taiwan commonly used characters T1A, T2A and part...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    PropertyAccess Component

    PropertyAccess Component

    Provides functions to read and write from/to an object or array

    Symfony PropertyAccess is a component that provides a uniform way to read and write object properties and array elements. It allows developers to access nested properties dynamically without directly interacting with the underlying data structure. PropertyAccess simplifies the manipulation of data objects, especially in form handling and data mapping scenarios. It is commonly used in Symfony applications but can be utilized in any PHP project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    python-benedict

    python-benedict

    dict subclass with keylist/keypath support

    python-benedict is a dict subclass with keylist/keypath/keyattr support, I/O shortcuts (base64, cli, csv, ini, json, pickle, plist, query-string, toml, xls, xml, yaml) and many utilities... for humans, obviously.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    ObjectMapper

    ObjectMapper

    Simple JSON Object mapping written in Swift

    ... to infer the type of object that should be used for mapping. ObjectMapper supports dot notation within keys for easy mapping of nested objects. ObjectMapper also supports custom transforms that convert values during the mapping process. To use a transform, simply create a tuple with map["field_name"] and the transform of your choice on the right side of the <- operator.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Wild Wild Path

    Wild Wild Path

    Object property paths with wildcards and regexps

    Object property paths with wildcards and regexps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    .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
  • 16
    Coca

    Coca

    Coca is a toolbox which is design for legacy system refactoring

    Coca is a toolbox that is design for legacy system refactoring and analysis, including call graph, concept analysis, api tree, and design patterns suggestions. Requirements: graphviz for dot file to image (such as svg, png). The easiest way to get coca is to use one of the pre-built release binaries which are available for OSX, Linux, and Windows on the release page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Axe

    Axe

    Logger-agnostic wrapper that normalizes logs regardless of arg style

    Logger-agnostic wrapper that normalizes logs regardless of arg style. Great for large dev teams, old/new projects, and works w/Pino, Bunyan, Winston, console, and more. It is lightweight, performant, highly-configurable, and automatically adds OS, CPU, and Git information to your logs. Hooks, dot-notation remap, omit, and pick of metadata. Axe was built to provide consistency among development teams when it comes to logging. You not only have to worry about your development team using the same...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Dashy

    Dashy

    A self-hostable personal dashboard built for you

    ... normal images. Get an instant overview of the health of each of your apps with status indicators. Once enabled, a small dot next to each app will show weather it is up and online, with more info like response time visible on hover. Need to protect your dashboard, the simple auth feature is super quick to enable, and has support for multiple users with granular controls. Dashy also has built-in support for Keycloak and other SSO providers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Octokit

    Octokit

    Ruby toolkit for the GitHub API

    API wrappers should reflect the idioms of the language in which they were written. Octokit.rb wraps the GitHub API in a flat API client that follows Ruby conventions and requires little knowledge of REST. Most methods have positional arguments for required input and an options hash for optional parameters, headers, or other options. While most methods return a Resource object or a Boolean, sometimes you may need access to the raw HTTP response headers. Access tokens can be revoked, removing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Observable Plot

    Observable Plot

    A concise API for exploratory data visualization

    Observable Plot is a free, open-source JavaScript library to help you quickly visualize tabular data. It has a concise and (hopefully) memorable API to foster fluency — and plenty of examples to learn from and copy-paste. In the spirit of show don’t tell, below is a scatterplot of the height and weight of Olympic athletes (sourced from Matt Riggott), constructed using a dot mark. We assign columns of data (such as weight) to visual properties (such as the dot’s x), and Plot infers the rest. You...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Laravel Query Builder

    Laravel Query Builder

    Easily build Eloquent queries from API requests

    ... value or even if an attribute value exists in a given array of values. For anything more advanced, custom filters can be used. Sometimes more advanced filtering options are necessary. This is where scope filters, callback filters and custom filters come in handy. Scope filters allow you to add local scopes to your query by adding filters to the URL. This works for scopes on the queried model or its relationships using dot-notation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    OpenGL Mathematics

    OpenGL Mathematics

    Highly Optimized Graphics Math (glm) for C

    Highly optimized 2D|3D math library, also known as OpenGL Mathematics (glm) for `C`. cglm provides lot of utils to help math operations to be fast and quick to write. It is community-friendly, feel free to bring any issues, bugs you faced. Almost all functions (inline versions) and parameters are documented inside the corresponding headers. OpenGL-related functions are dropped to make this lib platform/third-party independent. Make sure you have the latest version and feel free to report...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    React Native Calendars

    React Native Calendars

    Customizable React-Native calendar components

    This module includes various customizable React-Native calendar components. The package is both Android and iOS compatible. This project is compatible with Expo/CRNA (without ejecting), and the examples have been published on Expo. The solution is implemented in JavaScript so no native module linking is required. All parameters for components are optional. By default the month of current local date will be displayed. Parameters that require date types accept YYYY-MM-DD formatted...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    PolygonMaker 360 dot polygon

    Tools and Programs to make Polygons

    I was disappointed that 360 sided polygons looked like circles. Had tried and struggled with pythonturtle, svg, and freecad. This is my attempt to make one.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Homebrew Hub Dot Files

    Homebrew Hub Dot Files

    Hyprland Window Manager

    This will be change in the future... for now i'm working on it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • 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.