84 projects for "glew source code" with 2 filters applied:

  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 1
    TrollStore

    TrollStore

    Permanent sideloading utility for iOS apps without jailbreak

    TrollStore is a powerful iOS utility that allows users to permanently sideload and install unsigned apps on supported iOS versions without needing a jailbreak. Exploiting specific system vulnerabilities, it bypasses code signing restrictions and offers an alternative to TestFlight or AltStore. TrollStore is aimed at developers, power users, and enthusiasts who want more freedom over their iOS devices.
    Downloads: 439 This Week
    Last Update:
    See Project
  • 2
    whisper.cpp

    whisper.cpp

    Port of OpenAI's Whisper model in C/C++

    whisper.cpp is a lightweight, C/C++ reimplementation of OpenAI’s Whisper automatic speech recognition (ASR) model—designed for efficient, standalone transcription without external dependencies. The entire high-level implementation of the model is contained in whisper.h and whisper.cpp. The rest of the code is part of the ggml machine learning library. The command downloads the base.en model converted to custom ggml format and runs the inference on all .wav samples in the folder samples....
    Downloads: 444 This Week
    Last Update:
    See Project
  • 3
    Play!

    Play!

    Play! - PlayStation2 Emulator

    Play! is an open-source cross-platform emulator for Sony’s PlayStation 2 that aims to run PS2 games on a wide range of modern systems including Windows, macOS, Linux, Android, iOS, and web browsers by implementing core PS2 hardware functionality in software. It emulates primary components like the Emotion Engine CPU and graphics synthesizer, translating game code and hardware calls into host system operations, while providing users with controls to load disc images, manage states, and configure rendering options. ...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 4
    Xenia

    Xenia

    Xbox 360 Emulator Research Project

    Xenia is an open-source experimental emulator for the Xbox 360 that aims to let users run Xbox 360 games on Windows and other platforms by reverse-engineering the console’s hardware and firmware behavior in software. It implements the 360’s CPU (Xenon), GPU (including Direct3D shader logic), and system libraries to translate Xbox instructions into equivalent host machine operations, enabling many titles to launch and in some cases play at improved frame rates compared with the original hardware. ...
    Downloads: 36 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    ffsend

    ffsend

    Easily and securely share files from the command line

    Easily and securely share files and directories from the command line through a safe, private and encrypted link using a single simple command. Files are shared using the Send service and may be up to 1GB. Others are able to download these files with this tool, or through their web browser. All files are always encrypted on the client, and secrets are never shared with the remote host. An optional password may be specified, and a default file lifetime of 1 (up to 20) download or 24 hours is...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    2FAS Auth for iOS

    2FAS Auth for iOS

    Source code for 2FAS Auth iOS app

    2FAS Auth for iOS is the official iPhone and iPad client for the 2FAS authentication platform, offering users a secure and privacy-focused mobile app to manage multi-factor authentication (MFA) tokens for their online accounts. The app generates time-based one-time passwords (TOTP) and counter-based one-time passwords (HOTP) that are widely required for logging into services with enhanced security, and it lets users scan QR codes or manually enter secret keys to register new accounts....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    spdlog

    spdlog

    Fast C++ logging library

    spdlog is a header only library. Just copy the files under include to your build tree and use a C++11 compiler. It provides a python like formatting API using the bundled fmt lib. spdlog takes the "include what you need" approach, your code should include the features that actually needed. For example, if you only need rotating logger, you need to include "spdlog/sinks/rotating_file_sink.h". spdlog provides various log targets, which are, rotating log files, daily log files, console logging...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    Reachability.swift

    Reachability.swift

    Replacement for Apple's Reachability re-written in Swift

    Reachability.swift is a replacement for Apple's Reachability sample, re-written in Swift with closures. It is compatible with iOS (8.0 - 12.0), OSX (10.9 - 10.14) and tvOS (9.0 - 12.0). Just drop the Reachability.swift file into your project. That's it! The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. You can integrate using Apple's Swift package manager from xcode. All closures are run on the main queue.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    2FAS Auth for Android

    2FAS Auth for Android

    Source code for 2FAS Auth Android app

    2FAS Auth for Android is the general Android authenticator client for the 2FAS open-source multi-factor authentication suite, designed to help users protect their online accounts with secure, rotating one-time passwords and optionally manage related vault entries. This client lets users add and view TOTP and HOTP tokens for countless services, restore and backup token sets across devices, and secure the app with passcodes or biometrics. The Android implementation emphasizes straightforward...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    DRACO

    DRACO

    A ibrary for compressing and decompressing 3D geometric meshes

    Draco is an open-source library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics. Learn about compressing and viewing 3D models with Draco, and about different compression models and their effects. Draco was designed and built for compression efficiency and speed.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    CocoaLumberjack

    CocoaLumberjack

    A flexible logging framework for Mac and iOS

    CocoaLumberjack is a fast & simple, yet powerful & flexible logging framework for macOS, iOS, tvOS and watchOS. First, install CocoaLumberjack via CocoaPods, Carthage, Swift Package Manager or manually. Then use DDOSLogger for iOS 10 and later, or DDTTYLogger and DDASLLogger for earlier versions to begin logging messages. Carthage is a lightweight dependency manager for Swift and Objective-C. It leverages CocoaTouch modules and is less invasive than CocoaPods. As of CocoaLumberjack 3.6.0,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Proton Authenticator for iPhone

    Proton Authenticator for iPhone

    iOS client for Proton Authenticator

    Proton Authenticator for iOS is the official two-factor authentication client for iPhone and iPad, providing secure generation and management of TOTP codes for users’ online accounts while prioritizing privacy and encrypted secrets storage. Written in Swift with native iOS APIs, it supports scanning QR codes to add new authentication tokens, auto-sorting entries, and fast entry selection, all within a sleek, responsive iOS interface. The application encrypts secrets on the device and uses...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Iperf 2

    Iperf 2

    A means to measure network responsiveness and throughput

    Iperf here is a means of measuring networks - capacity & latency (including ECN) over sockets both TCP and UDP. The goals include maintaining an active iperf code base across a broad set of platforms and operating systems. This is a multi-threaded design that scales with the number of CPUs or cores within a system. It supports both high impact and low impact techniques to obtain and report network performance. Current release: 2.2.1, Nov 4th, 2024 About iperf 2 and iperf3: Read...
    Leader badge
    Downloads: 10,855 This Week
    Last Update:
    See Project
  • 14

    baunilla

    Android ROMs, Kernels & Recoveries.

    All the source code is available at Github: ROM sources: https://github.com/LineageOS TWRP sources: https://github.com/TeamWin Device sources: https://github.com/baunilla
    Leader badge
    Downloads: 134 This Week
    Last Update:
    See Project
  • 15
    Arduino ASCOM Focuser Pro2 DIY

    Arduino ASCOM Focuser Pro2 DIY

    Version 2 of the myFocuser Project

    myFocuserPro2 (myFP2) is an ASCOM - INDI - LINUX - WINDOWS telescope focuser with a large range of options. 309,000+ file downloads. The most popular focuser project. (c) Copyright Robert Brown 2014-2025. All Rights Reserved. Code or portions of code may not be copied or used without written permission from the author. Other Focuser Projects myFP2ESP32 WiFi - https://sourceforge.net/projects/myfocuserpro2-esp32/ [ESP32 Only] myFP2ESP8266 WiFi - ...
    Leader badge
    Downloads: 334 This Week
    Last Update:
    See Project
  • 16

    avbuild

    ffmpeg build tool and prebuilt packages for all platforms

    iOS, android, raspberry pi, windows store, windows desktop, linux, macOS etc. Multiple toolchains support, include gcc, clang, vs2013, vs2015, vs2017. Hardware accelerated decoders and encoders support. Source code: https://github.com/wang-bin/avbuild
    Leader badge
    Downloads: 467 This Week
    Last Update:
    See Project
  • 17
    The XPerience Project
    XPerience it's an AOSP-CAF (Android Open Source and Code Aurora Forum) based rom which aims to bring the perfect combination of both performance and battery life by bringing you our ultimate kernel and system optimizations in order to give you the best XPerience for your Android devices. Because you deserve to use your device's full capabilities without Sacrificing battery life.
    Leader badge
    Downloads: 140 This Week
    Last Update:
    See Project
  • 18
    SyberiaOS
    Syberia Project (aka Syberia OS) is a custom ROM for many devices that implements various features. This project was designed by our "Syberia Team" from scratch based on AOSP source code with some CAF fixes and improvements. Our team: @blinoff82, @DennySPB, @alexxxdev. Also many thanks to our designer @rlshukhov for logos, wallpapers and bootanimation. If you like our work you can you can buy us a cup of coffee or a glass of beer here: https://syberiaos.com/links
    Leader badge
    Downloads: 214 This Week
    Last Update:
    See Project
  • 19
    mySQM+ DIY SQM WEATHER STATION

    mySQM+ DIY SQM WEATHER STATION

    ESP32 mySQM+ Sky-Meter/Weather Station with loads of features

    mySQM+ Sky Quality Meter/Weather Station (c) R Brown, 2020-2025, All rights reserved. Permission is granted for personal and Academic use only. Code or portions of code may not be copied or used without appropriate credit given to author(s). EXPANSION BOARDS - You can expand this project using the two types of project expansion boards at https://sourceforge.net/projects/myesp-boards/
    Leader badge
    Downloads: 99 This Week
    Last Update:
    See Project
  • 20
    PascalBoost
    Optimising Pascal code : - Setting const to parameters (not events) - Setting appendstr, inc and dec on string and integer auto set - Setting with adding verifying methods and variable inside its begin end - Setting <> '' to > '' The program is not perfect because user can better optimise.
    Downloads: 45 This Week
    Last Update:
    See Project
  • 21
    myFP2ESP32-Dev WiFi ASCOM Focuser

    myFP2ESP32-Dev WiFi ASCOM Focuser

    ASCOM-INDI ESP32-Dev Wifi focuser

    An ESP32-Dev WiFi focuser. DIY or PCB designs. (c) Robert Brown 2014-2025, Holger M, 2019-2021. All rights reserved. Code or portions of code may not be copied or used without appropriate credit given to authors. Spreadsheet to calculate what stepper motor to use. https://sourceforge.net/projects/arduinoascomfocuserpro2diy/files/Documentation/Nema-Stepper-Motors.xlsx/download Spreadsheets to calculate...
    Leader badge
    Downloads: 30 This Week
    Last Update:
    See Project
  • 22
    Text Line Duplicate Remover

    Text Line Duplicate Remover

    Remove duplicate lines from your text

    This standalone offline web browser tool helps you remove duplicate lines from your text, with additional text processing options. Simply open it in your browser by double-clicking the html file. It also includes the source code too. I made this when I was working with long lists of entries and needed something to automatically clean them up. As a bonus you can also change the Sentence Case of the text, make it lowercase, UPPERCASE or Sentence case.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    BJH OS

    BJH OS

    An Operating System Created In Html CSS And JS By Muhammad Haris.

    šŸ’» BJH OS Assalam O Alaikum! šŸ‘‹ I’m Muhammad Haris, Developer of BJH OS šŸŒšŸ’” — a web-based OS built with pure HTML, CSS & JS. Enjoy draggable windows, built-in apps, a web terminal, Flash Browser, AI assistant, and persistent data via localStorage. šŸš€ Highlights Custom desktop environment & smoother UI Modular architecture Built-in apps & BJH OS Apps Market Remote alerts & updates Secure login & developer tools šŸ›’ BJH OS Apps Market Features Browse apps/games App details: icon,...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24

    ION-DTN (mirror)

    Delay-Tolerant Networking suitable for spacecraft and ground

    11/21/2025 * Official distribution sites for ION and ION-core have moved to GitHub: https://github.com/nasa-jpl/ION-DTN https://github.com/nasa-jpl/ion-core * ION documentation: https://ion-dtn.readthedocs.io/ Download link for new releases (after ION 4.1.2) is posted below. Please report all issues to GitHub. Submissions to this site will not be monitored. ============================= ION development is managed by the Jet Propulsion Lab. The Interplanetary Overlay...
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Image to ico Easymode

    Image to ico Easymode

    Image to software icon or favicon made simple

    ...I have support for these: - Windows PC Exe Programs - 16Ɨ16, 32Ɨ32, 48Ɨ48, 256Ɨ256 .ico bundled - Website Favicon - 32x32 .ico - Android Phone Apps - 192x192 .png - Progressive Web Apps (PWA) - 512x512 .png I recommend uploading images atleast 512x512px tall/wide, unless you're doing pixel perfect icons and just want an easier 'convert to .ico format' tool. (Source code is included as it is a standalone offline html file that works in any modern web browser.)
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next