Search Results for "arch-linux-gui" - Page 49

Showing 2709 open source projects for "arch-linux-gui"

View related business solutions
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 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
  • 1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Horusec

    Horusec

    Open source tool that improves identification of vulnerabilities

    Horusec is an open source tool that performs a static code analysis to identify security flaws during the development process. Currently, the languages for analysis are C#, Java, Kotlin, Python, Ruby, Golang, Terraform, Javascript, Typescript, Kubernetes, PHP, C, HTML, JSON, Dart, Elixir, Shell, Nginx. The tool has options to search for key leaks and security flaws in all your project's files, as well as in Git history. Horusec can be used by the developer through the CLI and by the...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    E Auto Clicker

    E Auto Clicker

    Easy to solve all your clicking needs

    Android version https://sourceforge.net/projects/hf-auto-clicker/files/EasyAutoClicker.apk/download Easy Auto Clicker A free auto clicker which will easy to solve all your clicking needs, do you need a head start at a game? Well choose between right and left mouse clicks and even choose the time delay between each click all on one small simple application.
    Leader badge
    Downloads: 1,325 This Week
    Last Update:
    See Project
  • 4
    Downloads: 38 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    Lib Financial Mathematics for Lua

    Lib Financial Mathematics for Lua

    Library Financial for Lua Language

    Advanced financial library for Lua language with 65 functionalities for various actions. For more libraries, go to: https://sourceforge.net/u/augustomanzano/profile. To know my curriculum vitae, go to: http://lattes.cnpq.br/8184615061457853 . Augusto Manzano http://www.manzano.pro.br
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    X11-Basic

    X11-Basic

    A BASIC interpreter and compiler with graphics.

    X11-Basic is a dialect of the BASIC programming language with graphics capability that integrates features like shell scripting, cgi-Programming and full graphical visualisation into the easy to learn basic language on modern computers.
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 7
    alracTTG

    alracTTG

    Create tennis tournament schedule

    AlracTTG creates schedules for tennis tournaments, based on number of players, strength of players, available tennis courts etc. It is ensured that the games are fair with regard to gender and strength and that players meet each other at most once, if possible. Written in Jacascript, it runs in a web browser. No information is sent to the Internet. It is even possible to run alracTTG without access to the Internet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Quintenzirkel

    Quintenzirkel

    Circle of Fifths for musicians

    ...I use the international notation in the program, so german H = B, German B = A#, also I don't use flats, but use the respective sharp variant, i.e. Bb = A#. The application is written in Python and uses Kivy (https://kivy.org) as GUI library, but no other than the standard Python libs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Gentoo for Unrooted and Rooted Android

    Gentoo for All Android ARM, based on EPREFIX

    ...It is in beta stage, so USE ONLY IF (1) you understand that there will be bugs (2) you are ready to report full bug reports (ideally, with the full shell session captured by bin/script or GooglePlay's "Terminal IDE", in text format) (3) you have an experience of installing a package in Gentoo Linux. It installs in directory /data/data/com.spartacusrex.spartacuside/gentoo_armv6l of application "terminal IDE" from GooglePlay. The option EPREFIX of Gentoo prepends semi-automatically /data/data/com.spartacusrex.spartacuside/gentoo_armv6l to all paths, at compile time. Limited to ARM (similar to armel/raspian). I am using gentooandroid at work, for everyday tasks (firefox, pdflatex, gnucash, sshfs, ...). ...
    Downloads: 44 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    Sony Xperia XZ1 (poplar)

    Sony Xperia XZ1 (poplar)

    Sony Xperia XZ1 flashing tool repository.

    Sony Xperia XZ1 flashing tool repository.
    Leader badge
    Downloads: 54 This Week
    Last Update:
    See Project
  • 11
    HMD Nokia 7.2 (daredevil)

    HMD Nokia 7.2 (daredevil)

    HMD Nokia 7.2 flashing tool repository.

    HMD Nokia 7.2 flashing tool repository.
    Leader badge
    Downloads: 40 This Week
    Last Update:
    See Project
  • 12
    fastjson

    fastjson

    A fast JSON parser/generator for Java

    Fastjson is a Java library that can be used to quickly convert Java Objects into their JSON representation or convert JSON strings to their equivalent Java object. Based on benchmarks it provides the best performance in both server side and Android client, and can work with arbitrary Java objects, even those pre-existing objects of which you do not have the source code. Fastjson provides a simple conversion method to turn Java objects to JSON and vice versa, with extensive support of Java...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    SlidingBody

    SlidingBody

    Simulate the sliding object on the Android screen. Showing V and a.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Riverpod

    Riverpod

    A reactive caching and data-binding framework

    Riverpod is a modern, framework-agnostic state management and dependency injection library for Dart and Flutter that emphasizes compile-time safety and explicit data flow. Instead of tying state to widget trees, it models state as providers that can be read anywhere, making logic more testable and decoupled from UI. It supports synchronous state, async data (futures/streams) with built-in loading/error handling, and advanced patterns like derived state and provider scopes. Riverpod’s design...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Provider

    Provider

    InheritedWidgets, but simple

    provider is a lightweight state management approach for Flutter that wraps InheritedWidget to expose data down the widget tree in a clean, idiomatic way. It popularized simple patterns like ChangeNotifierProvider and Consumer to rebuild only the widgets that need updates. The library offers convenient providers for synchronous values, streams, and futures, plus utilities like MultiProvider and ProxyProvider to compose dependencies. Its appeal is minimal boilerplate, readability, and ease of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SoloPi

    SoloPi

    SoloPi Automated Testing Tool

    SoloPi is a wireless, non-intrusive Android automation tool. The public beta version has three main functions: recording and playback, performance testing, and multiple controls on one machine, which can save valuable time for test developers. SoloPi has the ability to record operations. Users only need to execute the use case steps through SoloPi, and SoloPi can record the user's operations and support playback on various devices, all of which can be done independently on the mobile phone....
    Downloads: 7 This Week
    Last Update:
    See Project
  • 17
    Relative XPath Assistant

    Relative XPath Assistant

    Just right click on the html elements to compare them

    This WebExtension will give you the relative XPath expression of two web elements Release 1.4.2 (04/08/2022) - Adding control key functionality Add-on is based on relative-xpath-helper open-source project on github [https://github.com/syamsasi99/relative-xpath-helper] ### Details - Compared to the original version, some incompatibilities of the scripts with the Firefox browser have been improved and fixed - No data is sent to any server and not get from any server ###...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    **UNDER CONSTRUCTION** A repo containing everything related to Redmi 9 (codename: garden, cattail) . I will upload official and unofficial custom roms, custom kernels, magisk modules etc for this device. If you wanna contribute by giving some official and unofficial build whenever it available then you can contact me here - Telegram - @akiberfakeid (https://t.me/akiberfakeid) Github - IAmNotAkib (https://github.com/IAmNotAkib) (trash warning ;-;) Discord - lonelysimetrii#0049
    Downloads: 11 This Week
    Last Update:
    See Project
  • 19
    Passky Desktop Application

    Passky Desktop Application

    Simple, modern, lightweight and open-source password manager

    Passky is a free and open source password manager that is both powerful and easy to use. It is available in multiple languages as an application for Windows, macOS, Linux and Android, but also as an extension for Chrome, Firefox, Edge and Opera web browsers. This password manager helps you keep all your passwords safe : e-commerce sites, applications, social networks, games, etc. With Passky, you can create, manage and store up to 1000 passwords for free in a secure and encrypted way. Besides, Passky has a built-in random password generator to create strong passwords. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20
    Dock-Droid

    Dock-Droid

    Run QEMU Android in a Docker! X11 Forwarding, CI/CD for Android

    ...It is conceptually similar to Docker-OSX, but targets Android instead of macOS, enabling researchers, testers, and enthusiasts to spin up Android desktops or test rigs on Linux hosts. The project typically ships with an Android x86 or BlissOS image and provides a “live OS” mode as well as an option to install the system to a virtual disk within the container. Once running, you can connect to the guest using VNC or X11 forwarding, so you get a full graphical interface for interacting with Android apps. Network connectivity is exposed through a virtual Wi-Fi network (for example, an SSID like VirtWifi), simulating a typical Android Wi-Fi environment while still being fully containerized. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Masedisugiantodotcom

    Masedisugiantodotcom

    The point is an convenience

    As a mobile ROM Review Downloader-based application, which features ROM options from various developers around the world that can be downloaded easily here via the latest mobile application. We make it easy for those of you who like different ROMs for various reasons such as improving the appearance, increasing performance even for any purpose such as ROM for gaming and so on. based on your suggestions and needs to provide convenience
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    oops-easytrack

    oops-easytrack

    A bug tracking system in a wlan-, web- or rmi-environment

    Oops-easytrack is a Bug Tracking System, implemented as a wlan-, web- and RMI-based version. Bugs are created, modified, logged or searched. Users, projects,components and releases can be administrated. Reports of 4 types may be generated.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 23
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    XRD CUBIC

    XRD CUBIC

    Simulate crystal cell length (a), Miller indices {h, k, l}, d-spacing

    This is a basic computer program (coded in Python) to simulate possible unit crystal cell length (a), Miller indices - {h, k, l} and interplanar spacing (d) for cubic crystals from observed (experimental) X-ray diffraction (XRD) angle, 2-theta. It can simulate all these possible crystal lattice parameters for cubic crystal systems between the given 2–theta values within the range of specified cell length (a) limits. 1. Enter wavelength of X-ray (in Angstroms) 2. Enter minimum and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    UnderGround-Basilic

    UnderGround-Basilic

    Hybrid religious complex reconstruction

    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB