Showing 515 open source projects for "except"

View related business solutions
  • eLearning Solutions For Your Workplace Icon
    eLearning Solutions For Your Workplace

    eloomi is an eLearning solution for your workplace to train, retain and engage employees.

    eloomi combines Learning Management (LMS), Onboarding, Authoring, and continuous Performance Management tools in a cloud-based solution. It allows companies to optimize skill training, onboarding and employee development with strong user experience to enhance productivity and employee satisfaction. As a white label solution, the platform can be customized to mirror a company's branding and logo.
  • Securden Privileged Account Manager Icon
    Securden Privileged Account Manager

    Unified Privileged Access Management

    Discover and manage administrator, service, and web app passwords, keys, and identities. Automate management with approval workflows. Centrally control, audit, monitor, and record all access to critical IT assets.
  • 1
    Sanitize

    Sanitize

    Ruby HTML and CSS sanitizer

    Sanitize is an allowlist-based HTML and CSS sanitizer. It removes all HTML and/or CSS from a string except the elements, attributes, and properties you choose to allow. Using a simple configuration syntax, you can tell Sanitize to allow certain HTML elements, certain attributes within those elements, and even certain URL protocols within attributes that contain URLs. You can also allow specific CSS properties, @ rules, and URL protocols in elements or attributes containing CSS. Any HTML or CSS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    golang101

    golang101

    Programming explanation and instruction book focusing on Go syntax

    A programming explanation and instruction book focusing on Go language syntax and semantics. A Go programming knowledge base that keeps pace with the times. Go 101 is a series of books about programming in Go. The current series includes "Go Language (Basic Knowledge) 101" is a programming guide book ( e-book download ) that focuses on Go syntax and semantics (except custom generics) and runtime-related knowledge points. "Go Custom Generics 101" introduces in detail all aspects of Go custom...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Go 101

    Go 101

    An up-to-date (unofficial) knowledge base for Go programming

    Go 101 is a series of books on Go programming. Currently, the following books are available. Go (Fundamentals) 101, which focuses on Go syntax/semantics (except custom generics related) and all kinds of runtime related things. Go Generics 101, which explains Go custom generics in detail. Go Optimizations 101, which provides some code performance optimization tricks, tips, and suggestions. Go Details & Tips 101, which collects many details and provides several tips in Go programming. These books...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    spaGO

    spaGO

    Self-contained Machine Learning and Natural Language Processing lib

    ... to ensure that additional dependencies are downloaded only when specific features (e.g. persistent embeddings) are used. A good place to start is by looking at the implementation of built-in neural models, such as the LSTM. Except for a few linear algebra operations written in assembly for optimal performance (a bit of copying from Gonum), it's straightforward Go code, so you don't have to worry.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
  • 5
    Vizzu

    Vizzu

    Library for animated data visualizations and data stories

    ... constructor has to load Vizzu's WebAssembly module asynchronously to prevent blocking the whole page. Because of this, any method except animate() will throw an exception while the library is not initialized. There is an initializing promise in the Vizzu class, which will resolve when initialization is finished. You can call all methods after this promise is resolved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AmazonMSK AWS Identity Access Management

    AmazonMSK AWS Identity Access Management

    Use AWS Identity and (IAM) to connect to Amazon Managed Streaming

    .... This new SASL mechanism can be used by Kafka clients to authenticate against Amazon MSK clusters using AWS IAM. After you've downloaded the code from GitHub, you can build it using Gradle. An uber jar containing the library and all its relocated dependencies except the kafka client and slf4j-api can also be built. At runtime, the uber jar expects to find the kafka client library and the sl4j-api library on the classpath.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    bore

    bore

    bore is a simple CLI tool for making tunnels to localhost

    A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls. That's all it does, no more and no less. This will expose your local port at localhost:8000 to the public internet at bore.pub:<PORT>, where the port number is assigned randomly. Similar to localtunnel and ngrok, except bore is intended to be a highly efficient, unopinionated tool for forwarding TCP traffic that is simple to install and easy to self-host, with no frills...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Broot

    Broot

    A new way to see and navigate directory trees

    ... to select the most relevant file. You can still go from one match to another one using tab or arrow keys. You may also search with a regular expression. To do this, add a / before the pattern. You may also apply logical operators or combine patterns, for example searching test in all files except json ones could be !/json$/&c/test and searching carg both in file names and file contents would be carg|c/carg.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Path-to-RegExp

    Path-to-RegExp

    Turn a path string such as `/user/:name` into a regular expression

    ... an unnamed parameter that only consists of a regexp. It works the same the named parameter, except it will be numerically indexed. When dealing with query strings, escape the question mark (?) so it doesn't mark the parameter as optional. Handling unordered data is outside the scope of this library. Parameters can be suffixed with an asterisk (*) to denote a zero or more parameter matches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The next chapter in business mental wellness Icon
    The next chapter in business mental wellness

    Entrust your employee well-being to Calmerry's nationwide network of licensed mental health professionals.

    Calmerry is beneficial for businesses of all sizes, particularly those in high-stress industries, organizations with remote teams, and HR departments seeking to improve employee well-being and productivity
  • 10
    react-native-animatable

    react-native-animatable

    Set of animations and declarative transitions for React Native

    Declarative transitions and animations for React Native. To animate things you must use the createAnimatableComponent composer similar to the Animated.createAnimatedComponent. The common components View, Text and Image are precomposed and exposed under the Animatable namespace. If you have your own component that you wish to animate, simply wrap it with a Animatable.View. To make looping animations simply set the iterationCount to infinite. Most animations except the attention seekers work best...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    browserify

    browserify

    browser-side require() the node.js way

    ... dependency graph of your project. Drop a single <script> tag into your html and you're done! browserify is a tool for compiling node-flavored commonjs modules for the browser. You can use browserify to organize your code and use third-party libraries even if you don't use node itself in any other capacity except for bundling and installing packages with npm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Clasp

    Clasp

    Command Line Apps Script Projects

    ... into folders. Execute your Apps Script from the command line. V8 support take advantage of the performance boost of Chrome JavaScript engine. Edit your appsscript.json manifest to choose between the Rhino and V8 engines. Typescript users should update their tsconfig.json with the "target": "ES2019" compiler option. Every ES2019 features (except ES modules).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Responsive HTML email signature(s)

    Responsive HTML email signature(s)

    Template generator for (responsive) emails & email signatures

    ... directory & they will be automatically processed & inlined into the files outputted in ./dist. Templates can contain multiple HTML files from which to build emails. For example, the dark template has signature.html and signature-reply.html, which is a simpler version. Each HTML file will be treated as an email template, except for *.inc.html.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    LuLu UI

    LuLu UI

    Cross-end and cross-framework native UI component library

    LuLu UI is a front-end UI component library proudly produced by China Literature. The image and temperament are shown in the picture below. It is softer, more intimate, simple and flexible, and very user-friendly. It is very suitable for PC websites facing external users, or projects that require lightweight and agile. At this point, modify the JS and CSS files of the project, refresh the corresponding component page, and you can see the effect of the change. The whole project of LuLu is to...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    BilibiliVideoDownload

    BilibiliVideoDownload

    BilibiliVideoDownload to download videos

    Download bilibili video desktop software across platforms, support windows, macOS, Linux. The software does not support paid videos and region-restricted videos, and an error may be reported. The login information has an expiration time, it seems to be half a year. Since the downloaded audio and video are separated, the project uses ffmpeg to synthesize the installation package is a bit large (ffmpeg is about 70+MB). Go to the releases page and download the corresponding platform...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    VirtualXposed

    VirtualXposed

    Use Xposed without root, unlock the bootloader or modify system image

    Open VirtualXposed, click on the drawer button at the bottom of the home page (or long click the screen), add your desired APP and Xposed Module to VirtualXposed’s virtual environment. Note, all operations (installation of Xposed Module, APP) must be done in VirtualXposed, otherwise the Xposed Module installed won’t take effect. For example, if you install the YouTube app on your system (Your phone’s original system, not in VirtualXposed), and then install YouTube AdAway (A YouTube Xposed...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17
    Simple web translation. Customisable drop-down menu language and automatic translation language (automatic can cancel/default value auto/zh-TW). For the automatic translation part, if the website has multiple language options, the website selection will be the main choice The menu default location at the upper left, the cancel button is just below the translation menu, and the cancel button defaults hover to appear.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Xiaomi.eu Multilang MIUI ROMs

    Xiaomi.eu Multilang MIUI ROMs

    OFFICIAL mirror of MIUI Multilang ROM by https://xiaomi.eu/

    Included languages: English (en.miui.com, xiaomi.eu) Chinese (miui.com) Polish (Acid, miuipolska.pl) Slovak (ingbrzy, https://miuios.cz) Czech (VMach, https://miuios.cz) Bulgarian (Global) Hungarian (vagyula, miui.hu) French (Global) Swedish (Global) Russian (Global) Ukrainian (Global) Belorussian (Global) Croatian (Masva, MIUI Adria) Vietnamese (Belmont-Gabriel) Italian (miui.it) Greek (Global) Norwegian (Global) Dutch (cueie, mannyribo, redmaner) Spanish (nosijf982)...
    Leader badge
    Downloads: 48,173 This Week
    Last Update:
    See Project
  • 19
    YOLOX

    YOLOX

    YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5

    ... for the Mosiac and MixUp augmentations. Except special cases, we always recommend using our COCO pre-trained weights for initializing the model. As YOLOX is an anchor-free detector with only several hyper-parameters, most of the time good results can be obtained with no changes to the models or training settings.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Linux program for writing Microsoft compatible boot records. This program does the same as Microsoft "fdisk /mbr" to a hard disk or "sys d:" to a floppy or FAT32 partition except that it does not copy any system files, only the boot record is wri
    Leader badge
    Downloads: 211 This Week
    Last Update:
    See Project
  • 21
    Advanced Youtube Client - AYC

    Advanced Youtube Client - AYC

    A highly responsive, no nonsense, easy to use, fast video downloader.

    AYC is a highly responsive, no nonsense, easy to use, fast video downloader from the text based era. Test builds are now available on Telegram: https://t.me/s/ayc_news. Try latest features and fixes before everyone else. How to install: https://github.com/adithya-s-sekhar/advanced-youtube-client-ayc#installation Downloads v4.23 - 07/Sep/2024 AYC is no longer released as EXE's. 32-bit:...
    Leader badge
    Downloads: 106 This Week
    Last Update:
    See Project
  • 22
    WP 34s

    WP 34s

    Scientific/engineering firmware repurposing HP business calculators!

    This project has created scientific firmware for the HP-20b and HP-30b business calculators. WP 34S turns either of these calculators into a powerful keystroke programmable scientific device. According to our customers, it's the most powerful and fastest RPN scientific pocket calculator ever built. WP 34S is alive and stable since 2011. We have succeeded in satisfying the most picky users - read about their experiences on http://www.hpmuseum.org/forum/forum-8.html. Since 2014, WP...
    Leader badge
    Downloads: 89 This Week
    Last Update:
    See Project
  • 23

    Jacoa's LG V30 Files

    Jacoa's files for the lg v30

    Files I've made for the LG V30, mostly twrp zips but also some tools I've put together for unlocking the bootloader or unbricking Stock rom twrp zips are all patched with disable_dm-verity_forceencrypt and ak3_rctd_remover except V35, This V35 is (A9) Joan not 845 Judyp ##Flashing a kdz and excluding xbl/xbl2 can cause bricks If you want to support me financially my PayPal is here https://www.paypal.me/Jasonls221 Might also upload kdz files and the recommended version of lgup, I...
    Downloads: 62 This Week
    Last Update:
    See Project
  • 24
    WebBrowserPassView

    WebBrowserPassView

    Recover and reveal passwords stored by web browsers

    WebBrowserPassView is a password recovery tool that reveals the passwords stored by the following Web browsers: Internet Explorer (Version 4.0 - 11.0), Mozilla Firefox (All Versions), Google Chrome, Safari, and Opera. This tool can be used to recover your lost/forgotten password of any Website, including popular Web sites, like Facebook, Yahoo, Google, and Gmail, as long as the password is stored by your Web Browser. After retrieving your lost passwords, you can save them into...
    Downloads: 40 This Week
    Last Update:
    See Project
  • 25
    echoes

    echoes

    Echoes is a radio spectral analysis software for SDR devices

    ... and tabular data (CSV,) output in presence of particular peaks in a selected narrow range of frequencies. Since there is no demodulation, there is no provision for audio listening, except for a notify sound when an event has been recorded.
    Leader badge
    Downloads: 44 This Week
    Last Update:
    See Project