Showing 18 open source projects for "category"

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
  • 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
  • 1
    PINRemoteImage

    PINRemoteImage

    A thread safe, performant, feature rich image fetcher

    PINRemoteImageManager is an image downloading, processing and caching manager. It uses the concept of download and processing tasks to ensure that even if multiple calls to download or process an image are made, it only occurs one time (unless an item is no longer in the cache). PINRemoteImageManager is backed by GCD and safe to access from multiple threads simultaneously. It ensures that images are decoded off the main thread so that animation performance isn't affected. None of its exposed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    FreeRTOS Real Time Kernel (RTOS)

    FreeRTOS Real Time Kernel (RTOS)

    Market leading real time kernel for 40+ microcontroller architectures

    ...) for microcontrollers and small microprocessors. Distributed freely under the MIT open source license, FreeRTOS includes a kernel and a growing set of libraries suitable for use across all industry sectors. Visit https://www.freertos.org for more information and other download options. Note about support/discussions forum: The FreeRTOS support forum has moved to https://forums.freertos.org. Please update your bookmarks and create new posts in the appropriate category in the new community forums.
    Leader badge
    Downloads: 608 This Week
    Last Update:
    See Project
  • 3
    LPub3D

    LPub3D

    LDraw™ editor for LEGO® style digital building instructions.

    LPub3D is an Open Source WYSIWYG editing application for creating LEGO® style digital building instructions. LPub3D is developed and maintained by Trevor SANDY. It uses the LDraw™ parts library, the most comprehensive library of digital Open Source LEGO® bricks available (www.ldraw.org/ ) and reads the LDraw LDR and MPD model file formats. LPub3D is available for free under the GNU Public License v3 and runs on Windows, Linux and macOS Operating Systems. LPub3D is also...
    Downloads: 37 This Week
    Last Update:
    See Project
  • 4
    HomeBank

    HomeBank

    Free, easy, personal accounting for everyone

    «HomeBank» is the software you have always wanted to manage your personal accounts. It brings you many features to analyze your finances in a detailed way instantly and dynamically with powerfull report tools based on filtering and graphical charts.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    TheFatRat

    TheFatRat

    Thefatrat a massive exploiting tool

    TheFatRat is an exploiting tool that compiles malware with a famous payload, and then the compiled malware can be executed on Linux, Windows, Mac, and Android. TheFatRat provides an easy way to create backdoors and payload which can bypass most anti-virus. This tool is for educational purposes only, usage of TheFatRat for attacking targets without prior mutual consent is illegal. Developers assume no liability and are not responsible for any misuse or damage caused by this program. This tool...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    LinuxTLE

    LinuxTLE

    LinuxTLE (Revival)

    ...: - https://distrowatch.com/table.php?distribution=linuxtle - https://en.wikipedia.org/wiki/LinuxTLE - https://th.wikipedia.org/wiki/ลีนุกซ์ทะเล Installation: - Recommend burn with DVD - Currently x64 iso - Use "Refracta Installer" inside "System Tools" category from start menu. - CD Username: user - CD Password: root Note: To get the same desktop as CD. Please install with the current user & root password & change them after installed.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    ... systems, it is not security code per-se. I have therefore altered the 'Export Controls' category.
    Leader badge
    Downloads: 45 This Week
    Last Update:
    See Project
  • 8
    Linux Kernel Programming IDE (LinK+)

    Linux Kernel Programming IDE (LinK+)

    A Simple 'IDE'A for Linux Kernel Developers

    LinK+ IDE is a simple IDE for Linux Kernel Developers and Lovers. It is based on Eclipse IDE customized for Linux kernel programming. It reduces the development time and executes code in an elegant fashion. This IDE supports Linux kernel configuration, compilation & emulation, system call development and device driver development. LinK+ IDE includes various templates in the category of character, block and network device driver subsystems for device driver development. It includes various...
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 9

    Trusted Path Execution LKM

    A Linux Kernel Module that implements Trusted Path Execution

    tpe-lkm is a Linux kernel module implementing Trusted Path Execution, a security feature that denies users from executing programs that are not owned by root, or are writable. This closes the door on a whole category of exploits where a malicious user tries to execute his or her own code to hack the system. Since the module doesn't use any kind of ACLs, it works out of the box with no configuration. It isn't complicated to test or deploy to current production systems. The module also has a few...
    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
    A capsule tree is a general purpose, self-balancing tree data structure for large, ordered, data-sets. It is designed to provide the same characteristics as B-trees and B+trees, but built from the ground up for in-memory usage. In other words, there are no provisions for “slow” I/O cases. The original motivation for this tree was a better backend for memory managers. However, the end result was a new sub-category of trees. The implementation giving here is just one implementation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ppc-dis

    powerpc disassembler/assembler

    A standalone powerpc disassembler written as a wrapper over GNU libopcode library. It accepts the opcode ( in hex or decimal ) as it's argument and spits the disassembled output. Recently, a reference assembler has been added. It takes the instruction in string form and spits the assembled 32-bit opcode.It's not fully tested and may not work always.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    KaT
    KaT is an extremely simple and intuitive way to keep project backups organized in a local repository. Works by drag-and-dropping your project zipped package. It does not add any effort in your workflow, it is meant to be a practical tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Java Slideshow is a platform independent image viewer especially for huge collections. It provides an easy command line interface, supports tagging and view by category, zoom, move and has some file manager functions like delete file or find duplicates.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    We are students from the Technical University of Federico Santa Maria (Universidad Técnica Federico Santa María, UTFSM) developing an a team of autonomous robots that play soccer for the robocup.org small size category.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This is a project category to create UPnP/AV media servers based on CyberLink for C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    By extending Mac OS X Tiger's Spotlight search facility, SpotMeta gives you powerful new ways to manage your work. Attach custom definition tags, category information and annotations to any file or folder on your computer with SpotMeta's editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A unified photo collection manager for large photo archives. Maintains a database of photos in a category tree structure. Supports automatic generation/maintenance of thumbnail images, HTML archive pages, and slideshows. Interfaces with digital cameras.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Bors is a theoretical project that would use DNS blacklists like those used for spam but on a nfqueue level. It uses ideas from mblock/nfblockd but instead of a local list it uses DNS blacklists to lookup if an IP is blocked and what category it belongs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next