Showing 411 open source projects for "kernel note 7"

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
    Yank Note

    Yank Note

    A Hackable Markdown Note Application for Programmers

    A Hackable Markdown Note Application for Programmers. Version control, AI completion, mind map, documents encryption, code snippet running, integrated terminal, chart embedding, HTML applets, Reveal.js, plug-in, and macro replacement. Use Monaco kernel, optimize for Markdown editing, and have the same editing experience as VSCode. Support version control; Applets, runnable code blocks, tables, PlantUML, Drawio, macro replacements, etc., can be embedded in the document; support for OpenAI auto...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    NVIDIA Linux Open GPU Kernel Module

    NVIDIA Linux Open GPU Kernel Module

    NVIDIA Linux open GPU kernel module source

    This is the source release of the NVIDIA Linux open GPU kernel modules, version 530.41.03. Note that the kernel modules built here must be used with GSP firmware and user-space NVIDIA GPU driver components from a corresponding 530.41.03 driver release. Currently, the kernel modules can be built for x86_64 or aarch64. If cross-compiling, set these variables on the make command line. Any reasonably modern version of GCC or Clang can be used to build the kernel modules. Note that the kernel...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Downloads: 69 This Week
    Last Update:
    See Project
  • 4
    PHP Parser

    PHP Parser

    A PHP parser written in PHP

    ... on), additionally a wrapper for emulating tokens from newer versions is provided. This allows to parse PHP 7.4 source code running on PHP 7.0, for example. This emulation is somewhat hacky and not perfect, but it should work well on any sane code. Support for pretty printing, which is the act of converting an AST into PHP code. Please note that "pretty printing" does not imply that the output is especially pretty.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Recruit and Manage your Workforce Icon
    Recruit and Manage your Workforce

    Evolia makes it easier to hire, schedule and track time worked by frontline in medium and large-sized businesses.

    Evolia is a web and mobile platform that connects enterprises with 1000’s of local shift workers and offers free workforce scheduling and time and attendance solutions. Is your business on Evolia?
    Learn More
  • 5
    WARP one-click script

    WARP one-click script

    Add an IPv4, IPv6 or dual-stack CloudFlare WARP network interface

    ... users can quickly build through suffix options. Intelligent judgment of vps operating system, Ubuntu 16.04, 18.04, 20.04; Debian 9, 10, 11, CentOS 7, 8; Alpine and Arch Linux, please be sure to choose LTS system. Combined with Linux version and virtualization method, three WireGuard solutions are automatically selected. Network performance, kernel integration WireGuard > install kernel module > BoringTun > wireguard-go.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Backup Tables

    Backup Tables

    Backup single or multiple database tables with ease

    Backup single or multiple database tables with ease. Use the BackupTables::generateBackup($tableToBackup) Facade anywhere in your application and it will generate $tableToBackup_backup_2024_08_22_17_40_01 table in the database with all the data and structure. Note that the datetime 2024_08_22_17_40_01 will be varied based on your datetime.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    MegEngine

    MegEngine

    Easy-to-use deep learning framework with 3 key features

    .... Gain the lowest memory usage when inferencing a model by leveraging our unique pushdown memory planner. NOTE: MegEngine now supports Python installation on Linux-64bit/Windows-64bit/MacOS(CPU-Only)-10.14+/Android 7+(CPU-Only) platforms with Python from 3.5 to 3.8. On Windows 10 you can either install the Linux distribution through Windows Subsystem for Linux (WSL) or install the Windows distribution directly. Many other platforms are supported for inference.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    eBPF

    eBPF

    ebpf-go is a pure-Go library to read, modify and load eBPF programs

    ... logic. It has no run-time dependencies outside of the library and the Linux kernel itself. eBPF code should be compiled ahead of time using clang, and shipped with your application as any other resource. Use the link subpackage to attach a loaded program to a hook in the kernel. Note that losing all references to Map and Program resources will cause their underlying file descriptors to be closed, potentially removing those objects from the kernel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    HTTP Factories

    HTTP Factories

    Implementation of PSR-17 (HTTP Message Factories)

    Implementation of PSR-17 (HTTP Message Factories) This repository holds all interfaces related to PSR-17 (HTTP Factories). Note that this is not a HTTP Factory implementation of its own. It is merely interfaces that describe the components of a HTTP Factory. The installable package and implementations are listed on Packagist. PSR-7 did not include a recommendation on how to create HTTP objects, which leads to difficulties when needing to create new HTTP objects within components...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 10
    GPT-Code UI

    GPT-Code UI

    An open source implementation of OpenAI's ChatGPT Code interpreter

    An open source implementation of OpenAI's ChatGPT Code interpreter. Simply ask the OpenAI model to do something and it will generate & execute the code for you. You can put a .env in the working directory to load the OPENAI_API_KEY environment variable. For Azure OpenAI Services, there are also other configurable variables like deployment name. See .env.azure-example for more information. Note that model selection on the UI is currently not supported for Azure OpenAI Services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    FFTW.jl

    FFTW.jl

    Julia bindings to the FFTW library for fast Fourier transforms

    This package provides Julia bindings to the FFTW library for fast Fourier transforms (FFTs), as well as functionality useful for signal processing. These functions were formerly a part of Base Julia. Users with a build of Julia based on Intel's Math Kernel Library (MKL) can use MKL for FFTs by setting a preference in their top-level project by either using the FFTW.set_provider!() method, or by directly setting the preference using Preferences.jl. Note that this choice will be recorded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ChicKernel Redmi note 12/13 4G

    ChicKernel Redmi note 12/13 4G

    A tapas/topaz/sapphire kernel optimized for smoothness and low-memory

    A kernel carefully optimized for - low-memory, cpu, f2fs and scheduling performance - battery and power savings Speciifically crafted for 4GB variant in mind ❤️ tapas/topaz/sapphire/sapphiren ⭐ Download notes: ✅ chickernel-xxx.zip ✅ ❌ chickernel-xxx release source code.zip ❌ Installation guide: - Download via the "files" tab - Reboot to recovery and install the zip - Enjoy Credits - Google, for android common kernel (ACK) - kerneltoast, for his awesome work...
    Downloads: 23 This Week
    Last Update:
    See Project
  • 13
    Android-Iconics

    Android-Iconics

    Use any icon font, or vector (.svg) as drawable in your application

    ... fonts include Google Material Design Icons, Material Design Iconic Font, Fontawesome, Meteocons, Octicons, Community Material, Weather Icons, Typeicons, Entypo, Devicon, Foundation Icons, Ionicons, Material Design DX, Pixeden 7 Stroke, Phosphor. Or create your own font with any icon needed. Fonts ending with -kotlin require at least v4.x of Android-Iconics Note: v5.1.x or newer requires the latest font versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Lightning Kernel

    Lightning Kernel

    Lightning Kernel For Xiaomi Redmi Note 8/8T

    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • 15
    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: 629 This Week
    Last Update:
    See Project
  • 16
    Kernel For A11-A13 • Redmi Note 8 [Ginkgo/Willow]
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    Peace Equalizer, interface Equalizer APO

    Peace Equalizer, interface Equalizer APO

    System-wide PC Audio Equalizer and Effects app for Windows 7 to 11

    ... shotcut. Note: Your virus scanner may detect a virus in Peace.exe or PeaceSetup.exe. This is a false positive, more info on the forum. Install by running downloaded PeaceSetup.exe. Equalizer APO has to be installed first. After a Windows update a re-install of Equalizer APO might be needed. YouTubers: Please mention Peace Equalizer in your video description. Many thanks to my reviewers and supporters.
    Leader badge
    Downloads: 21,476 This Week
    Last Update:
    See Project
  • 18
    Rhino Linux

    Rhino Linux

    Ubuntu-Based, Rolling Release w/ Pacstall & XFCE at its core

    PLEASE NOTE: this is a mirror repository of our builder for hosting our images. For the full project page, visit https://github.com/rhino-linux --------------- Rhino Linux re-invents the Ubuntu experience as a rolling-release distribution built on a stable desktop environment. Pacstall is at the very heart of the distribution, providing essential packages such as the Linux kernel, Firefox, and distinctive Rhino Linux applications and theming. We use sane defaults. The XFCE Desktop...
    Leader badge
    Downloads: 678 This Week
    Last Update:
    See Project
  • 19
    RocksCuster Local Installation Server

    RocksCuster Local Installation Server

    Rockscluster Linux VirtualBox Install Server

    Rocks Cluster Linux Install Server is a ova virtualbox image witch contain all of the rolls available on Rocksclusters website for easy installation. Like Local install mirror to reduce installation time and saves you bandwidth. The project is a ubuntu virtual machine with DHCP enable that is contain all the rolls. You only need to download "kernel-7.0-0.x86_64.disk1.iso" whitch is a bootable iso to start your frontend node. The "kernel-7.0-0.x86_64.disk1.iso" is available as iso...
    Leader badge
    Downloads: 102 This Week
    Last Update:
    See Project
  • 20
    Xiaomi PC Tools

    Xiaomi PC Tools

    Xiaomi PC Tools

    Xiaomi PC Tools has been developed for Xiaomi users. The aim of the program is to consolidate and facilitate many processes under a single program. **INFORMATION** Don’t be afraid if your browser or Windows complains about the file being “unsafe”, you can trust us. NOTE: Do not forget to run the program as an administrator. Report in-app errors/bugs Send mail>> xfdevapps@gmail.com SYSTEM REQUIREMENTS CPU: 1GHZ any CPU. RAM:512MB or higher. OS: Windows 7 or newer operating...
    Leader badge
    Downloads: 194 This Week
    Last Update:
    See Project
  • 21

    FlashhChaton

    HyperOS repacked ROM for Xiaomi/Redmi/Poco devices, for free forever

    HyperOS repacked ROM for Xiaomi/Redmi/Poco devices, for free forever Support Devices: Redmi Note 12 Turbo / Xiaomi Poco F5 (marble / marblein) Xiaomi Civi (mona) Xiaomi Civi 1S (zijin) Xiaomi 11 (venus) Xiaomi 11 Lite (renoir) Xiaomi 10S (thyme) Redmi K40 / Xiaomi Poco F3 / Xiaomi 11X (alioth / aliothin) Redmi Note 9 Pro / Xiaomi 10T Lite (gauguin / gauguinpro) How to flash? _M: Support Xiaomi MiFlash Tool _R: Support flashing in Recovery Mode (TWRP) _MR: Support MiFlash...
    Leader badge
    Downloads: 135 This Week
    Last Update:
    See Project
  • 22
    Pearl Linux 13 (Preslee)

    Pearl Linux 13 (Preslee)

    Complete Audio Workstation on Rolling Release

    For those who want the most current releases of their favorite software. Easily manage your repositories between bookworm, testing as well as unstable and experimental with Pearl Sources. Both XFCE and MATE 64 bit Desktop Environments just released. Running the Debian Bookworm, Debian's next Release, as the base. Enjoy all the standard Pearl Apps including update manager and the software manager with OS X and Windows layouts and theming + many new Pearl Apps. We've included and...
    Leader badge
    Downloads: 105 This Week
    Last Update:
    See Project
  • 23
    MOFO Linux

    MOFO Linux

    Linux designed to defeat state censorship and surveillance.

    The mission of MOFO Linux is to give you the power to unblock any media, at your discretion, clearing the way for you to read, write, watch, listen to, debate, or collaborate beyond the reach of Big Brother. In other words, you jump the barrier, find media, and interact with people. MOFO Linux is designed for easy usage on home PCs, laptop computers, or workstations, whether installed in internet cafes anywhere the world or on the most modest of home desktop machines. It is a collection...
    Leader badge
    Downloads: 86 This Week
    Last Update:
    See Project
  • 24

    Synology Open Source Project

    The open source projects that ship with Synology NAS.

    These source codes for Synology NAS and related projects allow you to modify packages with the most languages on a single PC. The licenses used by these projects vary. Please refer to the LICENSE / COPYING / COPYRIGHT files included in each project or announcements in the source code. Please note that starting from 2021/7, we are moving some of these projects to this webpage (https://archive.synology.com/download/ToolChain). You can also find more resources in Synology Dev Center (https...
    Leader badge
    Downloads: 85 This Week
    Last Update:
    See Project
  • 25
    1. Flash at your own risk. Do full research before flashing. 2. Oreo Baseband (MSM8952_70030.25.03.77R) is required. 3. Downgrading builds is not supported. 4. Device Tree, Vendor Tree, Kernel adopted from Arrow OS. 5. AOSiP Source: https://github.com/AOSiP 6. Moto G4 Plus Discussion Telegram Group: https://t.me/athene_xda 7. XDA Thread (not maintained): https://forum.xda-developers.com/t/rom-9-0_r44-arm64-android-open-source-illusion-project-athene-unofficial.3889942/ Bugs: Only...
    Downloads: 17 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next