29 projects for "remove" with 2 filters applied:

  • 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
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    freefq

    freefq

    Wall climb, free wall climb, free science internet access

    ...The repository aggregates working proxy server addresses (such as Shadowsocks, V2Ray, Trojan, and other protocols) shared by contributors, enabling users to configure their client tools quickly without having to search fragmented sources. It aims to maintain up-to-date entries through frequent commits and community reporting, helping remove outdated or nonfunctional proxies while promoting lists that users have verified as usable. The project is especially popular among users in regions with strict internet censorship or throttling because it simplifies the oftentimes technically complex process of finding reliable proxy configurations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Discordeno

    Discordeno

    Discord API library for Node and Deno

    ...The functional API eliminates the challenges of extending built-in classes and inheritance while ensuring overall simple but performant code. Discordeno offers the option to have practically any component of a bot as a separate piece, including standalone REST, gateways, custom caches, and more. Remove any properties, if your bot doesn't need them. For instance, remove Channel.topic if your bot doesn't require it. You may save GBs of RAM in this way. A few lines of code are all that are needed to accomplish this for any property on any object.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    LIEF

    LIEF

    LIEF - Library to Instrument Executable Formats (C++, Python, Rust)

    LIEF (Library to Instrument Executable Formats) is a cross-platform library that enables parsing, modifying, and abstracting executable formats such as ELF, PE, and Mach-O. It's widely used in reverse engineering and binary analysis.​
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    arrive.js

    arrive.js

    Watch for DOM elements creation and removal

    arrive.js provides events to watch for DOM element creation and removal. It makes use of Mutation Observers internally.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 5
    OnlineToolsBook

    OnlineToolsBook

    Online tool cheats, write a high-quality manual for online tools

    ...For someone who frequently resorts to ad-hoc web tools to solve tasks (text manipulation, image processing, conversion, utilities), OnlineToolsBook acts as an aggregator of “cheat sheets” or curated pointer collection rather than a specific application. The intention appears to be long-term: the repository can be updated to reflect new tools, remove broken ones, organize categories, or provide usage hints — so it becomes a living, crowd-maintained reference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    DASH V4

    DASH V4

    Blazing fast library to create a functional dashboard on ESP8266

    DASH V4 is the 4th-gen blazing fast library to create a functional & real-time dashboard for ESP8266 & ESP32 microcontrollers. This library includes charts, display cards, interactive buttons and many more components to create a perfect dashboard that is accessible locally via your IoT device's IP. DASH does not require any kind of internet connection, everything is stored locally.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    PHP Map

    PHP Map

    PHP arrays and collections made easy

    ...This approach improves readability and maintainability when dealing with complex data manipulations, reducing the cognitive load of nested loops and conditional logic. Map also supports typical array operations like push, remove, and iteration alongside higher-level methods for grouping, mapping, and reducing values. Because it leverages familiar patterns, developers experienced with modern JS or Laravel will find it intuitive and lightweight enough to use in a wide range of PHP projects.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    Svix

    Svix

    The enterprise-ready webhooks service

    ...Webhooks come with a myriad of security implications, such as SSRF, replay attacks and unauthenticated webhook events. You would need to build a UI for your users to add and remove endpoints, inspect logs and get ongoing reports. Offer your users a great developer experience, including the ability to test, inspect and replay their webhooks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Inject

    Inject

    Hot Reloading for Swift applications

    ...This makes you significantly more productive by reducing the time you spend waiting for apps to rebuild, restart, re-navigate to the previous location where you were in the app itself, re-produce the data you need. You don’t need to add conditional compilation or remove Inject code from your applications for production, it's already designed to behave as no-op inlined code that will get stripped by LLVM in non-debug builds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10
    databooks

    databooks

    A CLI tool to reduce the friction between data scientists

    databooks is a package to ease the collaboration between data scientists using Jupyter notebooks, by reducing the number of git conflicts between different notebooks and resolution of git conflicts when encountered. Simply specify the paths for notebook files to remove metadata. By doing so, we can already avoid many of the conflicts. Specify the paths for notebook files with conflicts to be fixed. Then, databooks finds the source notebooks that caused the conflicts and compares them (so no JSON manipulation!) Specify paths of notebooks to be checked, an expression or recipe of what you'd like to enforce. databooks will run your checks and raise errors if any notebook does not comply with the desired metadata values. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    jQuery Menu Editor

    jQuery Menu Editor

    Multilevel Menu Editor for Bootstrap 4.x (Html & Javascript code)

    Lightweight and Powerful Menu Editor. Multilevel Menu Editor for Bootstrap 4.x (Html & Javascript code)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    JavaScript Array Explorer

    JavaScript Array Explorer

    A resource to figure out what JavaScript array method would be best

    Array Explorer is an educational web-based resource created by Sarah Drasner to help developers understand and select the appropriate JavaScript array method (like map, filter, reduce, find, etc.) when they’re stuck wondering “which one should I use?” Instead of diving into endless docs, you can use the interactive tool to specify what you’re trying to accomplish—e.g., “remove items,” “transform items,” “find something,” “aggregate results”—then see which methods match and get live code examples. The tool provides visual examples, explanations of method semantics, and code snippets you can copy into your own project. Because many JavaScript learners struggle with which array method to choose or misuse them, this resource offers an approachable way to learn by doing and exploring rather than memorizing. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Enlive

    Enlive

    Selector-based templating and transformation system for Clojure

    Enlive is a Clojure library for HTML templating, transformation, and scraping, supporting composable manipulation of HTML/XML in a functional style. It allows selecting, transforming, and generating HTML fragments using CSS selectors, and supports server-side template composition, dynamic pages, and content rewriting. By default selector-transformation pairs are run sequentially. When you know that several transformations are independent, you can now specify (as an optimization) to process...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    ABL_xls.i

    OpenEdge ABL-based Excel Spreadsheet library

    .... ---- There has been significant effort on my part to produce this code. It works and it works well. In return, I have two requests: 1. Please don't steal my work or remove the attribution. I wrote it and it's free for you to use in any project, commercial or otherwise. What harm is there in letting everyone know that I wrote it? 2. Please consider writing a review. A little feedback goes a long way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    printThis

    printThis

    jQuery printing plugin; print specific elements on a page

    jQuery printing plugin; print specific elements on a page. Filter which inline style attributes to remove. Requires removeInline to be true. Accepts custom CSS/jQuery selectors. The amount of time to wait before calling print() in the printThis iframe. Defaults to 1000 milliseconds. Appropriate values depend heavily on the content and network performance. Graphics heavy, slow, or uncached content may need extra time to load. Use a custom page title on the iframe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Laravel QuestionAnswer

    Laravel QuestionAnswer

    Vote based Question & Answer site built using Laravel 5.4

    Vote-based Question and answer site built using Laravel 5.4, material design, x-editable, jQuery Upvote, and email/database notifications. Registered users can submit questions, answer questions, vote on questions & answers, and when an answer is posted to a question the author is notified via email. Users will also be notified about votes, but only viewable in their profile.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Compare GAN

    Compare GAN

    Compare GAN code

    compare_gan is a research codebase that standardizes how Generative Adversarial Networks are trained and evaluated so results are comparable across papers and datasets. It offers reference implementations for popular GAN architectures and losses, plus a consistent training harness to remove confounding differences in optimization or preprocessing. The library’s evaluation suite includes widely used metrics and diagnostics that quantify sample quality, diversity, and mode coverage. With configuration-driven experiments, you can sweep hyperparameters, run ablations, and log results at scale. The goal is to turn GAN experimentation into a disciplined, repeatable process rather than a patchwork of scripts. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    as3swf

    as3swf

    Parse, create, modify and publish SWF files

    ...It gives programmatic access to SWF structure (tags, binary content, shapes, actions, etc.), and allows developers to read SWF files, manipulate them in code (e.g. change shapes, embed assets, alter frame data), and write them back out. as3swf is released under the MIT license. Parse, create, modify and publish SWF files. Modify SWF content: insert, remove, or alter tags or objects within the SWF.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    libvcr

    A C++ library for managing configuration files via regular expressions

    This library is supposed to be used in your C++ programs for managing simple Unix configuration files like /etc/hosts. The library allows to create default configuration, read the configuration file, validate each found option or value with C++ std::regex, automatically remove incorrect options and even merge several configurations with predefined priorities for each option. So it may be useful in programs which use several configuration files. For an extra example of the library usage see https://sourceforge.net/projects/qsquidclassroom .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ifvisible.js

    ifvisible.js

    Crossbrowser & lightweight way to check if users are looking at a page

    ifvisible.js is a lightweight way to check if a user is looking at the page or interacting with it. Check out the demo, read the code example, or check the annotated source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    imamLL

    imamLL

    linked list for C prgramming language

    ImamLL is a elegant linked list library for C programming language. It is designed to be efficient and programmers friendly by minimizing number of variables required for allocating memory from the heap. It is created in a hope that it will help developers to store arbitrary information in the programs easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    libpop3

    libpop3

    a lightweight ANSI C library for handling POP3 mailboxes

    libpop3 is a very light POP3 library for C. It allows to list, fetch and remove messages from a POP3 mailbox. This library is using the RFC1939 as reference, and uses most basic POP3 commands to provide maximum compatibility across different servers. libpop3 is written in pure ANSI C89 without any external dependencies, thus it can be compiled and used on anything, anywhere. Since it is very light, it is designed to be used as a static library (but you could just as well incorporate its code right into your project).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    cde4php - Cross Database Engine for PHP

    cde4php - Cross Database Engine for PHP

    Uniform Database Abstraction for PHP Development

    Debby has replaced CDE in the Tina4Stack, you may want to check it out at http://tina4.com CDE is a PHP class which implements the general database functions in PHP and provides a common SQL platform for php development where developers change their databases but not their code. Supports Firebird, MySQL,Oracle,SQLite, MSSQL(both drivers),CUBRID,ODBC. CDE now supports date uniformity, param passing & BLOB handling across all the databases supported. CDE is not a replacement for PDO,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Flask-AppBuilder

    Rapid web application development (python + Flask)

    Simple and rapid Application builder, built on top of Flask. includes detailed security, auto form generation, google charts and much more. Demo on: http://flaskappbuilder.pythonanywhere.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    QDeviceWatcher

    Hotpug detection for windows and linux. Only QtCore is required

    QDeviceWatcher can detect usb storage add and remove event. Tested on linux (>= 2.6) and windows(mingw and msvc). WinCE is to be tested.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next