Showing 39 open source projects for "tinker"

View related business solutions
  • Easily Host LLMs and Web Apps on Cloud Run Icon
    Easily Host LLMs and Web Apps on Cloud Run

    Run everything from popular models with on-demand NVIDIA L4 GPUs to web apps without infrastructure management.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure. Cloud Run gives you on-demand GPU access for hosting LLMs and running real-time AI—with 5-second cold starts and automatic scale-to-zero so you only pay for actual usage. New customers get $300 in free credit to start.
    Try Cloud Run 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

    Tinker

    Android hot-fix solution library

    Tinker is a hot-fix solution library for Android, and the official one for WeChat. It supports dex, So library, and resources, allowing application updates without needing reinstallation. Tinker consists mainly of 3 parts: a gradle compile plugin, a core SDK library, and a command-line version of non-gradle compiled users. There are many other hot-fix solutions just like Tinker, but Tinker overcomes many of the problems that other solutions have.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Laravel Tinker

    Laravel Tinker

    Powerful REPL for the Laravel framework

    Laravel Tinker is a powerful REPL for the Laravel framework, powered by the PsySH package. All Laravel applications include Tinker by default. However, you may install Tinker using Composer if you have previously removed it from your application. Tinker allows you to interact with your entire Laravel application on the command line, including your Eloquent models, jobs, events, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Laravel Web Tinker

    Laravel Web Tinker

    Tinker in your browser

    Artisan's tinker command is a great way to tinker with your application in the terminal. Unfortunately running a few lines of code, making edits, and copy/pasting code can be bothersome. Wouldn't it be great to tinker in the browser? This package will add a route to your application where you can tinker to your heart's content. In case light hurts your eyes, there's a dark mode too.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Laravel Kit

    Laravel Kit

    A desktop Laravel admin panel app

    ...Go to Artisan. Click Serve from the top bar to serve. This will execute php artisan serve. Then click Stop to stop serving the application. Tinker brings an evolved way to tinker with your application. Go to Tinker and type your code on the left code editor powered by Monaco Editor (vscode) and click Tinker in the bottom of the screen or press Ctrl+T on your keyboard.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Ship AI Apps Faster with Vertex AI Icon
    Ship AI Apps Faster with Vertex AI

    Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.

    Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
    Try Vertex AI Free
  • 5
    Lumen Generator

    Lumen Generator

    A Lumen Generator You Are Missing

    Do you miss any Laravel code generators on your Lumen project? If yes, then you're in the right place.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Opacus

    Opacus

    Training PyTorch models with differential privacy

    ...ML practitioners will find this to be a gentle introduction to training a model with differential privacy as it requires minimal code changes. Differential Privacy researchers will find this easy to experiment and tinker with, allowing them to focus on what matters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Vision Transformer Pytorch

    Vision Transformer Pytorch

    Implementation of Vision Transformer, a simple way to achieve SOTA

    ...It breaks down the model into patch embedding, positional encoding, multi-head self-attention, feed-forward blocks, and a classification head so you can understand each component in isolation. The code is intentionally compact and modular, which makes it easy to tinker with hyperparameters, depth, width, and attention dimensions. Because it stays close to vanilla PyTorch, you can integrate custom datasets and training loops without framework lock-in. It’s widely used as an educational reference for people learning transformers in vision and as a lightweight baseline for research prototypes. The project encourages experimentation—swap optimizers, change augmentations, or plug the transformer backbone into downstream tasks.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    OxidizeBot

    OxidizeBot

    High performance Twitch bot in Rust

    ...It's written in Rust, providing an unparalleled level of reliability and performance. OxidizeBot doesn't cost you anything, and its source code is available on GitHub for anyone to tinker with! Plays music moderates your chat, plays games, you name it! You own your data. It uses your internet for the best possible latency. It's light on system resources*. And running locally means it can perform rich interactions with your games like Chaos%.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Project Lotus

    Project Lotus

    Reference implementation of the Filecoin protocol, written in Go

    ...It is written in Go, and is maintained by the Protocol Labs team. This website contains all the information you need to spin up a Lotus node, become a Filecoin storage provider, or just tinker around with the Filecoin network! Filecoin is a network of computers that allows you to store your data online. But while online storage services aren't anything new, Filecoin is different. It doesn't use centralized servers to store your data or rely on aggressive analytics tactics to make a profit and pay its shareholders. You can find out more about Filecoin and how it works over at docs.filecoin.io.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • 10
    TPOT

    TPOT

    A Python Automated Machine Learning tool that optimizes ML

    Consider TPOT your Data Science Assistant. TPOT is a Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming. TPOT stands for Tree-based Pipeline Optimization Tool. Consider TPOT your Data Science Assistant. TPOT is a Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    NanoNeuron

    NanoNeuron

    NanoNeuron is 7 simple JavaScript functions

    ...The code emphasizes readability over performance, inviting you to step through calculations and watch parameters converge. Because every concept is expressed in a few lines, it’s easy to tinker—change learning rates, swap cost functions, or visualize error curves. The repository bridges the gap between formulae and intuition by making each update transparent and observable. It’s ideal for absolute beginners who want to internalize core ideas before moving on to multi-layer networks and libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    JosVideoProject

    This projects target is to handle image and video

    This projects target is to handle images and videos from several sources. The central library used is OpenCV. This project is for learning, investigation and tinker with sourcecode for imaging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PDF Tinkerer

    PDF Tinkerer

    Tinker with PDF files

    Tinker with PDF files. Download the JAR file for your OS (e.g. Windows) and double click on it. You will need at least Java 21 (e.g. https://adoptium.net/temurin/releases/?os=any&arch=any&version=21) to run this Desktop-App. The latest releases of PDF Tinkerer can now be found on: https://gitlab.com/gjwu/pdf-tinkerer/-/releases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Entropy Linux

    Entropy Linux

    Arch based, Modern, Midweight, Practical, Experimental, AMD, Szmelc

    ...Optimized for AMD™, it features a global dark theme and a suite of powerful tools for advanced users. Developed by two lead devs and their squad, it’s raw, unpolished, and built for those who love to tinker, learn, and push boundaries. Why Entropy? Power & Flexibility: Designed for power users, sysadmins, and DevOps pros. Advanced Toolset: Custom utilities to boost productivity, AMD™ Optimized: Engineered for peak performance on AMD hardware. Part of a Vision: A key piece of an evolving ecosystem, connecting projects seamlessly. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Steam Tinker Launch

    Steam Tinker Launch

    Linux wrapper tool for use with the Steam client for custom launch

    Steam Tinker Launch is a versatile Linux wrapper tool for use with the Steam client which allows for easy graphical configuration of game tools, such as GameScope, MangoHud, modding tools, and a bunch more. It supports both games using Proton and native Linux games and works on both X11 and Wayland. An incredible wrapper with a menu that lets you easily toggle and modify various settings for games on Linux.
    Downloads: 35 This Week
    Last Update:
    See Project
  • 16
    FLAnimatedImage

    FLAnimatedImage

    Performant animated GIF engine for iOS

    FLAnimatedImage is a performant animated GIF engine for iOS. Plays multiple GIFs simultaneously with a playback speed comparable to desktop browsers. Honors variable frame delays. Behaves gracefully under memory pressure. Eliminates delays or blocking during the first playback loop. Interprets the frame delays of fast GIFs the same way modern browsers do. It's a well-tested component that powers all GIFs in Flipboard. FLAnimatedImage is a well-encapsulated drop-in component. Simply replace...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Tone.js

    Tone.js

    A Web Audio framework for making interactive music in the browser

    ...Tone.js is built to be useful and familiar to both musicians and audio programmers. It has common DAW (digital audio workstation) features for those looking to schedule events and tinker with pre-built synths and effects. There’s also a great selection of high-performance building blocks for signal-processing programmers familiar with languages like Max/MSP. With Tone.js they can create their own synthesizers, effects, and complex control signals.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 18
    tinkerboard

    tinkerboard

    Debian based TinkerOS for Asus Tinkerboard

    Debian based TinkerOS for Asus Tinkerboard Based on the Asus TinkerOS download at https://www.asus.com/uk/supportonly/TInker%20Board2GB/HelpDesk_Download/ TinkerOS 2.08 pre-installed with the following apps: Kodi - media center LibreOffice - office apps Pinta - lightweight paint program guvcView - Webcam viewer Sonic Pi - Music programming language Minetest - minecraft like game VLC - media player VNC Server Netflix and hulu work on the chromium browser Adobe Flash working in Chromium and firefox Printer support added via CUPS and control-panel. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    Killer Keks Train

    Killer Keks Train

    Herzlich Willkommen bei den Killer Keksen

    Herzlich Willkommen bei den Killer Keksen wir sind eine Gamming Community die seit 2007 bestand hat. Seit 2015 sind wir im Bereich Modding unterwegs und haben 2017 dieses Modpack auf den Beinen gestellt es beinhaltet so ziehmlich alle Aspekte im Minecraft. Warum noch 1.7.10 ?? Nun die MC Version 1.7.10 läuft im forge noch am Stabilsten und hat noch mehr Mods als eine 1.12. oder höher und eine 1.7.10 benötigt halb soviel Leistung als eine Neuere Version. Ihr findet unser Modpack unter...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    S-MVP

    S-MVP

    Optimized version of MVP, using annotation generics to simplify code

    Optimized version of MVP, using annotation generics to simplify code writing, using modular protocols to facilitate maintenance, APT process uses annotation parser to use JavaPoet. Complete the writing of repetitive modules, use ASpect+GradlePlugin to complete horizontal AOP programming+Javassist dynamic bytecode injection+Tinker to achieve hot repair+Retrofit to achieve elegant network operations+RxJava to easily play with data processing. In MVP, Presenter completely separates Model and View, and the main program logic is implemented in Presenter. Moreover, the Presenter is not directly related to the specific View, but interacts through the defined interface (we only need to pass parameters according to the interface when testing alone), so that the Presenter can be kept unchanged when changing the View. i.e. reuse! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Tinker Imitator

    Tinker Imitator

    Implementation of WeChat to update resources and native libraries

    Tinker_imitator is an open source imitation/practice implementation of WeChat’s “Tinker” Android hot-update (hotfix) mechanism. It demonstrates how to update dex, resources, and native libraries without reinstalling the APK, aiming to simulate how WeChat patches apps in production. The project includes example apps, plugin modules, patch generation, and patch application logic. Resource patching (updating changed resources).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    sdf2xyz2sdf
    An open-source software to convert SDF files into TINKER XYZ files (and viceversa) with automatic assignment of MMFF94 atom types, bond types and charges
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    MUA SLP Generator is an RPG GM tool för generating non player characters for the Swedish roleplaying game Mutant: Undergångens Arvtagare.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    octgmt

    wrapper around GMT for octave

    wrapper around GMT for octave. you can use it to produce an approximate initial GMT script, and afterwards tinker it to get the exact result.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A g2 language environment and IDE. The language g2 is intended to be as simple as possible, but no simpler. A language and environment expressly intended to tinker with. A toy language in the tradition of Technical Lego (tm).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB