Showing 221 open source projects for "ok"

View related business solutions
  • New Plans, same great Auth0 | Auth0 by Okta Icon
    New Plans, same great Auth0 | Auth0 by Okta

    You asked, we delivered! Auth0 has expanded our Free and Paid plans to make it even easier for you to protect your customers identities.

    In our new Free Plan, you'll receive more MAUs than ever. You'll also be able to add Passwordless authentication, use your own custom domain, and more. Our expanded Paid Plans include increased connections, more MFA offerings, and more. Check out what's new.
    Learn more
  • 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
  • 1
    OK: Free Social Network Platform

    OK: Free Social Network Platform

    Free Social Networking Platform for small private groups

    OK is a social media networking web platform built with PHP scripts, MySQL database, Bootstrap and Javascript. It is completely FREE. It can be used by anyone to create a network of people where the users can share photos, create discussions, like, share and message others. It is built keeping in view the mobile device screens. It is very light, easy to install and set-up.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    OK • Okcash

    OK • Okcash

    Multi-chain PoS Pioneer in Sustainable Crypto Staking.

    Okcash: The Multichain, Sustainable Digital Cash Okcash represents the next evolution of digital currency. With its transition to a full Proof of Stake (PoS) system, Okcash stands as an efficient, energy-friendly alternative to conventional cryptocurrencies. Designed for simplicity and practicality, Okcash offers rapid transaction confirmations, low transaction fees, and a sustainable staking model suited for long-term investment. Born from a movement on Nov 24th, 2014, Okcash has...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Sizzle

    Sizzle

    A sizzlin' hot selector engine

    A pure-JavaScript CSS selector engine designed to be easily dropped in to a host library. Browser support may differ between standalone Sizzle and libraries that include Sizzle. Please report issues on Sizzle's issue tracker, rather than the trackers for disparate libraries. In order to build Sizzle, you should have Node.js/npm latest and git 1.7 or later (earlier versions might work OK, but are not tested). For Windows you have to download and install git and Node.js. Mac OS users should...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    kotlin-result

    kotlin-result

    Multiplatform Result monad for modelling success or failure operations

    A multiplatform Result monad for modeling success or failure operations. The binding keyword allows multiple calls that each return a Result to be chained imperatively. When inside a binding block, the .bind() function is accessible on any Result. Each call to bind will attempt to unwrap the Result and store its value, returning early if any Result is an Err.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5
    nFPM

    nFPM

    A simple deb, rpm and apk packager written in Go

    .... And that's OK!, most of us don't need all those features most of the time. You create a YAML file with the definition of what you need, run the nfpm binary, and it takes care of everything. The same config file can be used to create both the RPM and Deb packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Laravel Cookie Consent

    Laravel Cookie Consent

    Make your Laravel app comply with the crazy EU cookie law

    ... will be removed from the DOM. On the next request Laravel will notice that the laravel_cookie_consent has been set and will not display the dialog again. The legislation is pretty very vague on how to display the warning, which texts are necessary, and what options you need to provide. This package will go a long way towards compliance, but if you want to be 100% sure that your website is ok, you should consult a legal expert.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    RESTinio

    RESTinio

    HTTP/WebSocket server C++14 library

    .... Of course, you've got access to the structure of a given HTTP request, so you can apply complex logic for handling requests. Async request handling. Cannot get the response data immediately? That's ok, store the request handle somewhere and/or pass it to another execution context and get back to it when the data is ready.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Tacit

    Tacit

    CSS framework for dummies, without a single CSS class

    Tacit is a CSS framework for dummies, who want their web services to look attractive but have almost zero skills in graphic design, just like myself. Tacit is a primitive CSS framework for dummies, like myself, who don't know anything about graphic design but want their web services to look eatable. No classes, no layouts. Just design plain and simple web pages compliant with HTML5 and they will look OK. Tacit's goal is to be super simple and always with the same look-and-feel. If you want...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Depressurizer

    Depressurizer

    A Steam library categorizing tool

    Depressurizer is a program aimed at making it a bit easier to manage large Steam game libraries. It can auto-categorize your games for you. Currently, it does so based on data from that game's Steam store pages. It can use genres, Steam flags (like "Single-Player" and "Steam Cloud"), Steam tags, Developer & Publisher info, How Long to Beat times, year, and/or Steam review user scores. Auto-categorizing can be done manually or automatically via shortcuts. In addition to providing a way to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Event Management Software Icon
    Event Management Software

    Ideal for conference and event planners, independent planners, associations, event management companies, non-profits, and more.

    YesEvents offers a comprehensive suite of services that spans the entire conference lifecycle and ensures every detail is executed with precision. Our commitment to exceptional customer service extends beyond conventional boundaries, consistently exceeding expectations and enriching both organizer and attendee experiences.
    Learn More
  • 10
    reviewdog

    reviewdog

    Automated code review tool integrated with any code analysis tools

    ... the output of lint tools by diff. We can use various linters and static code analysis tools to detect such problems in local machines, editors, CI services. However, here is the problem. Static analysis tools may report false-positive results. Reporting false-positive results itself is ok, but due to the false-positive results we cannot make build fail and it becomes difficult for us to find true positive results from messed up analysis results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    jscodeshift

    jscodeshift

    A JavaScript codemod toolkit

    .... In order to properly use the jscodeshift API, one has to understand the basic building blocks of recast (and ASTs) as well. An AST node is a plain JavaScript object with a specific set of fields, in accordance with the Mozilla Parser API. The primary way to identify nodes is via their type. It's OK to not know the structure of every AST node type. The (esprima) AST explorer is an online tool to inspect the AST for a given piece of JS code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PingInfoView

    PingInfoView

    Ping monitor utility

    ... process or additional dll files. In order to start using it, simply run the executable file (PingInfoView.exe), type the host names and IP addresses that you want to ping, and click the 'Ok' button to start pinging.Starting from version 2.00, you can also specify a TCP port number (e.g: 192.168.0.100:80 192.168.1.10:443 ) in order to test a TCP connection (TCP Ping) instead of using ICMP pings. Be aware that PingInfoView only tests the TCP connection itself.
    Downloads: 131 This Week
    Last Update:
    See Project
  • 13
    SchoolManagement
    SchoolMag is a free and opensource msexcel vba standard software for management of school. Create a folder SchoolMaG1.2A in c drive of your pc and there extract the file SchoolMag1.2A.zip. First go to excel option Trust Centre, trust centre setting, macro setting and opt for enable macro, then go to ActiveX setting and opt for enable control without restriction and then click on ok.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 14
    Graceful process restarts in Go

    Graceful process restarts in Go

    Graceful process restarts in Go

    ... for performing initialization. Crashing during initialization is OK. Only a single upgrade is ever run in parallel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    nginx-clojure

    nginx-clojure

    Nginx-Clojure is a Nginx module for embedding Clojure or Java programs

    Nginx-Clojure is a Nginx module for embedding Clojure or Java or Groovy programs, typically those Ring based handlers. Check http://nginx-clojure.github.io for more details
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 16
    OK, Gradle!

    OK, Gradle!

    IntelliJ/Android Studio plugin for searching artifacts ids

    IntelliJ/Android Studio plugin for searching artifacts ids of popular Java libraries. This plugin is in JetBrains Plugins Repository! Use those for adding new dependencies easily to your build.gradle/build.gradle.kts files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    gppsongs

    gppsongs

    Śpiewnik GPP Gdańskiej Pieszej Pielgrzymki na Jasną Górę

    Aplikacja APK na Android 4.1+ Śpiewnik GPP Gdańskiej Pieszej Pielgrzymki na Jasną Górę zawiera ok. 400 modlitw oraz pieśni wraz z chwytami na gitarę. Można łatwo wyszukać po pierwszych słowach utworu lub fragmencie tekstu. Istnieje możliwość transpozycji chwytów gitarowych do tonacji bardziej pasującej muzycznym. Zaimplementowano opcję tworzenia dynamicznych list - zestawień - mogących ułatwić obstawę muzyczną Mszy Świętej lub innej modlitwy praktykowanej również na trasie pielgrzymkowej...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    3D Printer ABL Mesh Display

    Display the mesh data from an ABL enabled 3D printer

    ... (> 0.1mm) , Yellow (> 0.2mm), Orange (> 0.3mm) - Too high Green - OK (+/- 0.1mm) Blue (< - 0.1mm), Indigo (< -0.2mm), Violet (< -0.3mm) - Too low Set values can be changed in the commands.txt file. The data sent to the printer is read from a comma separated text file, the first line of the file explains the format used. There is no requirement to modify the file to use the application, however the option exists should anyone need it. Each line of the text file contains a single command
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    ARITA

    ARITA

    Extraordinary audio player for FreeBSD & GNU/Linux

    Unlike conventional audio players, ARITA aims to help music lovers to keep their precious collections well organized and tidy. Therefore it takes a different approach to arranging audio files. They must be emplaced into libraries: 'archives' or 'cuesheets'. Archive - compressionless container like CPIO. Instead of tags for description of tracks, a plain XML/YAML file is placed alongside each archive. Rather than embedding cover art in every track, put a single image next to a library. TIFF...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    TOTimer

    Time-Out-Timer for single threaded environement

    Serve timeouts by calling a service-function periodically and an independent time-source (toticker). If you need a timer and like to try this one, please write your experiences to me in brief! And may be suggestions, of course. 10ms tick time should be possible. May be less. DO NOT USE Version less 0.1.1 - it is definatly buggy! Easy to control timers via Handle, eg auto create&start a timer via totimer_setTimeout function. Optionally use Callback-Functions if timeout...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    joy of text

    Editor with scripting language, security features & system interfaces.

    Jot was developed general purpose editor for large CAD files. It's command-driven UI requires no mode switching and hence requires fewer keystrokes to get a typical job done. It is particularly useful for checking and cross-referencing between several source, intermediate and output files - a common requirement for CAD work. But jot's usefulness doesn't stop there. It's sophisticated search features can, for example, be used for interactive data mining or automating the extraction of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Jarvis Python AI Assistant

    Jarvis Python AI Assistant

    Python AI assistant

    ... about oranges') Tells the weather for a place (e.g 'Jarvis tell_the_skills me the weather in London') Tells the current time and/or date (e.g 'Jarvis tell me time or date') Set an alarm (e.g 'Jarvis create a new alarm') Tells the internet speed (ping, uplink and downling) (e.g 'Jarvis tell_the_skills me the internet speed') Tells the internet availability (e.g 'Jarvis is the internet connection ok?') Tells the daily news (e.g 'Jarvis tell me today news')
    Downloads: 35 This Week
    Last Update:
    See Project
  • 23
    smartcrop.js

    smartcrop.js

    Content aware image cropping

    Image cropping is a common task in many web applications. Usually just cutting out the center of the image works out ok. It's often a compromise and sometimes it fails miserably. Smartcrop.js is the result of my experiments with content aware image cropping. It uses fairly simple image processing and a few rules to attempt to create better crops of images. This library is still in it's infancy but the early results look promising. So true to the open source mantra of release early, release...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Gapps Installer

    The Gapps Installer

    GAPPS PACKAGE

    https://chondoit.github.io/TheGappsInstaller/ Minimal GApps Package based on Pixel ones. >>>>> FEATURES <<<<< • Only ARM64 builds • MINI-ME Package (Less than Pico) • STANDARD Addon (for Nano like) • Basics Add-on (Dialer, Messages, Contacts, etc...) • GO Addon (Not Yet) • Simple Config Files • OK Google support (STANDARD ONLY) • Predefined System Components • Battery Optimizations + GMS Doze • Notifications working fine with GMS DOZE • Debloated permissions (WIP) • Debloated...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25
    SVGKit

    SVGKit

    Display and interact with SVG Images on iOS/OS X

    SVGKit is a Cocoa framework for rendering SVG files natively, it's fast and powerful. SVGKit is an image library, so rather than Unit Tests we have a large set of sample SVG's that we use to check everything is working OK. All the images are included in the "Demo-iOS" app (that comes with SVGKit). If you have many images to add at once (hundreds) then there's a different technique that lets you add an entire folder at once. The preview images are "correct" versions, they show what the image...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next