Showing 1918 open source projects for "rp2040-study-timer"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 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
  • 1

    rp2040-study-timer

    A study timer.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Timer-app

    Timer-app

    A simple Timer app for Mac

    When all you need is a small and simple timer on your Mac, this Timer-app is the way to go. Inspired by the Minutes widget from Nitram-nunca, this Timer provides a clean and simple yet effective timing device that can be quickly accessed on your Mac computer. It's very easy to use- simply drag the blue arrow on it to set the timer, and release to get it started. You can also pause the timer with just a click.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    phpunit/php-timer

    phpunit/php-timer

    Utility class for timing

    php-timer is a tiny utility library that provides high-resolution timing for PHP scripts, originating from the PHPUnit ecosystem. It wraps PHP’s underlying timing functions to give consistent start/stop measurements even across different PHP versions and environments. The library’s API is intentionally small so you can drop it into tests, benchmarks, and command-line tools without overhead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    TFT_eSPI

    TFT_eSPI

    Arduino and PlatformIO IDE compatible TFT library

    ...The library is targeted at 32-bit processors, it has been performance-optimized for STM32, ESP8266 and ESP32 types. The library can be loaded using the Arduino IDE's Library Manager. Direct Memory Access (DMA) can be used with the ESP32, RP2040, and STM32 processors to improve rendering performance. "Four wire" SPI and 8 bit parallel interfaces are supported. Due to the lack of GPIO pins, the 8-bit parallel interface is NOT supported on the ESP8266. 8 bit parallel interface TFTs (e.g. UNO format mcufriend shields) can use with the STM32 Nucleo 64/144 range or the UNO format ESP32. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    AndBible

    AndBible

    AndBible: Bible Study

    AndBible: Bible Study" is a powerful, yet easy to use, offline Bible study application for Android. The app does not aim to be simply a Bible reader, but focuses on being an advanced tool to do in-depth personal Bible study. This application is developed by Bible readers, for Bible readers. It aims at helping you make your Bible study convenient, deep and fun.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ZJU Icicles

    ZJU Icicles

    Zhejiang University Course Guide Sharing Program

    zju-icicles is a community-maintained collection of course resources for students at Zhejiang University, organized by department and course. It aggregates syllabi, lecture notes, past exams, assignments, and study guides contributed by generations of students. The catalog structure and contribution guidelines encourage consistent formatting so materials are easy to find and update. It promotes academic integrity by positioning the content as study aids rather than shortcuts, with reminders to follow current course policies. New contributors can add or improve items via pull requests, keeping the repository alive and representative of the evolving curriculum. ...
    Downloads: 143 This Week
    Last Update:
    See Project
  • 8
    Nightingale OS

    Nightingale OS

    A small operating system where I experiment and learn osdev

    ...Its use of Rust provides strong guarantees around memory safety and eliminates common bugs found in low-level C-based systems. nightingale is ideal for those seeking to study OS development using a modern language with a strong safety model.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    JavaGuide-Interview

    JavaGuide-Interview

    A study for technical interviews focused on Java

    ...The notes emphasize high-value concepts, pitfalls, and frequently asked questions, often pairing concise explanations with diagrams or sample code. Checklists, topic maps, and links help learners plan a study path rather than passively reading. It is widely used by students and working engineers to systematize preparation and build confidence before on-sites or coding screens.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit for Your Google Cloud Projects Icon
    $300 in Free Credit for Your Google Cloud Projects

    Build, test, and explore on Google Cloud with $300 in free credit. No hidden charges. No surprise bills.

    Launch your next project with $300 in free Google Cloud credit—no hidden charges. Test, build, and deploy without risk. Use your credit across the Google Cloud platform to find what works best for your needs. After your credits are used, continue building with free monthly usage products. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 10

    Bible Study

    Bible study tools and software built onto a live Linux framework.

    ...A 64 bit XFCE MX Linux distribution was chosen as the base because of it's stability, ability to run on a wide variety of hardware, and its easy Synaptic update process. The bible study materials and MX Linux distribution will be occasionally updated with a new ISO indicated by a date of creation. This is an UNOFFICIAL respin of MX Linux.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    TikTok-ViewBot

    TikTok-ViewBot

    ViewBot using requests updated 2025

    ...The code demonstrates how scripted traffic might be generated and measured, highlighting the kinds of heuristics a platform could use to validate or discount views. It is often used to study rate limits, signature schemes, request patterns, and the fragility of naïve automation. Because it touches on automation against a third-party service, responsible use and adherence to platform terms are emphasized; using such tools to manipulate metrics or violate policies is unethical and can be unlawful. From a security research perspective, understanding these patterns helps both defenders and platform engineers improve abuse detection. ...
    Downloads: 54 This Week
    Last Update:
    See Project
  • 12
    LeetCode Book

    LeetCode Book

    Comprehensive study guide for coding interviews

    LeetCode-Book is a comprehensive study guide for coding interviews that consolidates algorithm patterns, data-structure templates, and worked LeetCode solutions. It organizes problems by topic—arrays, linked lists, stacks/queues, trees/graphs, dynamic programming, greedy, backtracking, and math—so you can study systematically. Explanations are concise but intentional, highlighting why a pattern fits, how to reason about boundary cases, and the time/space trade-offs.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13

    Study-Up

    Study-Up is a text Indexing program .

    Study-Up has now been superceded by Index-it . See here: https://sourceforge.net/projects/index-it/ . Study-Up is an Indexing program that reads in a text file and creates three Information windows . Top Window shows all Lines in File . Right Window shows Index of Unique Words . Bottom Window shows Results of 'Search for Index Word' .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    LeetCode Master

    LeetCode Master

    About "Code Thoughts" LeetCode Practice Guide: 200 classic questions

    leetcode-master is a comprehensive collection of LeetCode solutions written in C++ and organized as a structured learning path for coding interview preparation. The repository contains detailed explanations, categorized problem sets, and step-by-step reasoning behind solutions, making it an effective study companion for developers preparing for technical interviews. Problems are grouped by topic—such as arrays, linked lists, dynamic programming, greedy algorithms, and graph theory—so learners can focus on specific areas systematically. Each solution is accompanied by clear commentary to explain the thought process, algorithm design, and complexity analysis. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Coding Interview University

    Coding Interview University

    A complete computer science study plan to become a software engineer

    Coding Interview University is a multi-month self-study plan that grew from a short personal to-do list into a comprehensive roadmap for preparing technical interviews at large software companies. The author used this plan to transition into a Software Development Engineer role at Amazon and emphasizes that most learners will not need to study as many hours to succeed. The repository focuses on practical readiness over memorization, guiding you to learn core computer science topics to about a 75% depth that is sufficient for interviews. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    TomatoBar

    TomatoBar

    World's neatest Pomodoro timer for macOS menu bar

    ...It’s a great technique to help you keep track of time and stay on task during your studies or work. Read more about it on Wikipedia. TomatoBar is the world's neatest Pomodoro timer for the macOS menu bar. All the essential features are here - configurable work and rest intervals, optional sounds, discreet actionable notifications, and global hotkeys.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AI-Job-Notes

    AI-Job-Notes

    AI algorithm position job search strategy

    AI-Job-Notes is a pragmatic notebook for landing roles in machine learning, computer vision, and related engineering tracks. It assembles study paths, checklists, and interview prep materials, but also covers job-search mechanics—portfolio building, resume patterns, and communication tips. The emphasis is on doing: practicing with project ideas, setting up reproducible experiments, and showcasing results that convey impact. It ties technical study (ML/DL fundamentals) to real hiring signals like problem-solving, code quality, and experiment logging. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CS-Books

    CS-Books

    Collection of computer science textbooks, learning materials

    ...The repository aggregates over a thousand classic reference books and educational resources into a single index, making it a valuable starting point for self-learners, students preparing for technical interviews, and professionals deepening their knowledge across different CS domains. Beyond just listing books, many entries include personal notes, study guides, and links to supplementary materials like interview experiences and technical essays curated by the maintainer. Because content is collected from public sources and mirrored across platforms where possible, it helps learners access materials efficiently even in regions where GitHub access might be slow.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    Deep-Learning-Interview-Book

    Deep-Learning-Interview-Book

    Interview guide for machine learning, mathematics, and deep learning

    ...Many entries connect theory to implementation details, including how choices in activation, initialization, or normalization affect convergence and stability. The content is organized for fast review before an interview loop but is also deep enough for systematic study over weeks. Because it’s text-first and modular, it works equally well as a quick refresher or a backbone for a full study plan.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Blade UI Kit

    Blade UI Kit

    A set of renderless components to utilise in your Laravel Blade views

    Blade UI Kit is a set of renderless components to utilize in your Laravel Blade views. In all essence, it's a collection of useful utilities, connect the dots between different parts of the TALL stack. It was made for Blade, Laravel's powerful templating engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    libhv

    libhv

    Network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client

    Like libevent, libev, and libuv, libhv provides event loop with non-blocking IO and timer, but simpler api and richer protocols. Cross-platform (Linux, Windows, MacOS, BSD, Solaris, Android, iOS) High-performance EventLoop (IO, timer, idle, custom) TCP/UDP client/server/proxy. TCP supports heartbeat, reconnect, upstream, MultiThread-safe write and close, etc. Built-in common unpacking modes (FixedLength, Delimiter, LengthField) RUDP support: WITH_KCP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    shutdown-timer

    shutdown-timer

    Shutdown, restart, or log out of your Mac after a time.

    A simple and elegant macOS desktop application that allows you to shutdown, restart, or log out of your Mac either immediately or after a specified delay.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 23
    REKCARC-TSC-UHT

    REKCARC-TSC-UHT

    Guidance for courses in Department of Computer Science and Technology

    This repository is a mirrored, community-curated set of study materials for Tsinghua University’s Department of Computer Science and Technology (the name reads like “THU-CST” reversed). It gathers course notes, labs, exam archives, and project write-ups across core CS topics, emphasizing reproducible setups and guidance for succeeding in demanding classes. The content is organized to mirror the program’s progression so students can see prerequisites and plan learning paths.
    Downloads: 140 This Week
    Last Update:
    See Project
  • 24
    JavaScript Questions

    JavaScript Questions

    A long list of (advanced) JavaScript questions, and their explanations

    ...The content is curated to sharpen mental models rather than memorize trivia, making it valuable for interviews and day-to-day debugging alike. Because questions range from beginner to advanced, you can use it as a progressive study set or a quick refresher before assessments. It’s equally helpful for mentors: the questions can anchor study groups, workshops, or code-review discussions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    nichenetr

    nichenetr

    NicheNet: predict active ligand-target links between interacting cells

    nichenetr: the R implementation of the NicheNet method. The goal of NicheNet is to study intercellular communication from a computational perspective. NicheNet uses human or mouse gene expression data of interacting cells as input and combines this with a prior model that integrates existing knowledge on ligand-to-target signaling paths. This allows to predict ligand-receptor interactions that might drive gene expression changes in cells of interest.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB