Showing 290 open source projects for "catch"

View related business solutions
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 1

    Allegro Frutz

    Arcade game where you must catch all the falling fruits.

    This game was developed using C++ and Allegro library. You must try to catch all the fruits and stars to achieve the highest score, avoid bombs whenever you can.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Reactive Extensions for JavaScript

    Reactive Extensions for JavaScript

    An API for asynchronous programming with observable streams

    ...Avoid intricate stateful programs, using clean input/output functions over observable streams. ReactiveX's operators often reduce what was once an elaborate challenge into a few lines of code. Traditional try/catch is powerless for errors in asynchronous computations, but ReactiveX is equipped with proper mechanisms for handling errors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    C with Classes (sanoC)

    C with Classes (sanoC)

    Elegant way to use real Classes in C language

    20201102- I have created smarter model but not sure if someone is still interested in it? please contact me on my email if you are interested so I upload the new version. I believed all the time that C has the ability to do everything ... even object oriented programming... There were a lot of trials to do this by different parties, but I worked hard to make it usable By the way ... it is easy and makes me feel at home with C ... no strange guns to use and shoot my mouse :P the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    CPU Charter Portable

    Tracks CPU Load 24/7, graphically displayed

    Monitor, observe and track total load on your processor / CPU. Catch malware, buggy drivers and troubleshoot performance issues. Particularly useful on media servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 5
    The PhotoShop Scripts project is a catch-all for several toolkits and scripts that have been developed to facilitate the use of JavaScript for scripting Photoshop and other Adobe Creative Suite applications.
    Leader badge
    Downloads: 89 This Week
    Last Update:
    See Project
  • 6
    function qualityGuide

    function qualityGuide

    A JavaScript Quality Guide

    ...It lays out clear ground rules for everything from module usage and strict mode to spacing, semicolons, equality, and ternary operators. The guide emphasizes pragmatism: it explicitly warns against obsessing over superficial style checks while strongly recommending sensible linting and tooling that catch real issues. It provides concrete examples of good and bad practices for strings, variable declarations, conditionals, prototypes, object and array literals, regular expressions, and console usage. There are also recommended .editorconfig and .jshintrc templates, giving teams a ready-made configuration to align editors and linters. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Tattle Trail

    PHP 404 pages to trap malicious web requests and report abusers

    Catch bad visitors to your php website that are looking for admin access or exploitable web scripts, automatically lookup abuse information for their IP address and notify their network's administrators of their bad behavior. Most network operators provide abuse contact email addresses in their WHOIS information, and your webserver can immediately report malicious access attempts as they happen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    surmise.fhd

    for guessing something

    this game is for guessing something value which is given by the google. so, catch the value as soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Flash Debugger

    Logging flash stack trace

    Flash Debugger, allows to log flash functions calling, catch errors with stack trace, calculate function calls & work time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    co

    co

    The ultimate generator based flow-control goodness for nodejs

    ...By yielding promises (or thunks) inside a generator function, co resumes execution when the asynchronous work completes, eliminating deeply nested callbacks. It supports yielding arrays or objects of promises to run tasks concurrently, and it propagates errors naturally through try/catch, making control flow easier to reason about. The library arrived before async/await existed in Node.js and influenced how developers thought about structuring asynchronous programs. Even in a world with native async functions, co remains a concise illustration of cooperative concurrency and still works where generator syntax is preferred. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Morphext

    Morphext

    A simple, high-performance and cross-browser jQuery rotating plugin

    ...A jQuery plugin for creating text-based carousels, rotating small or large pieces of text one after the other, just like a slider does with images. This can be a great tool for displaying catch phrases, mission statements, tag lines, and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Transcarpathian Fishing

    Transcarpathian Fishing

    Fishing simulator game

    Eng Fishing simulator game, you can choose among 11 locations, in three different areas. You can catch 18 types of fishes, complete random tournaments, tasks, or even finish some plot quests! When you cought something really big you will be able to post it to twitter, to compete with other players. Good luck! Rus Симулятор рыбалки, вы можете побывать в 11 разных локациях в 3 зонах. Словить 18 видов рыб, посоревноваться в случайно-генерируемых турнирах, и даже выполнить несколько квестов. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Elastic Vector Space Analysis

    Elastic Vector Space Analysis

    Modifier Vector Space Analysis

    ...USAGE: public static void main(String[] args) { try{ HashMapTermVectorStorage storage = new HashMapTermVectorStorage(); VectorClassifier vc = new VectorClassifier(storage); vc.teachMatch("category", "This is an training text"); System.out.println(vc.classify("category","This is a comparison text")); }catch(Exception e){} }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    HTML Inspector

    HTML Inspector

    HTML Inspector is a code quality tool

    ...It was designed to sit between strict W3C validation and having no markup standards at all. The tool can detect questionable HTML patterns, enforce team conventions, and help developers catch structural problems before they become harder to maintain. Its rules are opinionated by default but can be customized or extended to match a team’s own standards. HTML Inspector runs directly in the browser, which makes it useful for inspecting live pages during development. Although the project is archived, it remains a clear example of configurable client-side markup auditing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Mega Swagster 32

    A cool Dorito-catching game from the creator of Mega Swagster 32!

    [NOW IN ALPHA/PROTOTYPE AVAILABLE IN ENGLISH] Catch Doritos. That's it. More coming features will be seen at the wiki of this page thingy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    IMSI Catcher Catcher

    Source code for our IMSI Catcher Catcher project

    This is the source code for our paper: IMSI-Catch Me If You Can: IMSI-Catcher-Catchers (2014) Adrian Dabrowski, Nicola Pianta, Thomas Klepp, Martin Mulazzani, Edgar Weippl Annual Computer Security Applications Conference (ACSAC) 2014 Please be aware, this is not a PUBLIC beta now. We provide this source code for academic research and your own enjoyment. For a *real* public beta we are still missing the following functionality: - Automated data export and collection at a central server (that will allow us to optimize and fine tune the rule set, currently we have only local file export) - User interface to fine tune rule set (eg. using a point-system) COMPILING INSTRUCTIONS mobile ICC: This App uses Google Maps for visualization. ...
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 18
    CHROMA CATCH
    A simple game where you must collect the colored blocks that match the current color of the background, while avoiding those that do not. The higher your score, the faster the blocks will fly by. Runs on Windows only. INSTALLATION INSTRUCTIONS: Download the .zip file and extract it to your desired location. In the ChromaCatch folder, you'll find a fullscreen version of the game, and a windowed version. Run the 'Setup' file for your preferred version, and follow the installation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    FitText.js

    FitText.js

    A jQuery plugin for inflating web type

    FitText makes font-sizes flexible. Use this plugin on your fluid or responsive layout to achieve scalable headlines that fill the width of a parent element. Oh, and don't you dare let us catch you using FitText on paragraph text. This is for gigantic display text only! Your text should now fluidly resize, by default: Font-size = 1/10th of the element's width. If your text is resizing poorly, you'll want to turn tweak up/down "The Compressor". It works a little like a guitar amp. The default is 1. This will hopefully give you a level of "control" that might not be pixel perfect, but resizes smoothly & nicely. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Pyc

    python compiler

    https://github.com/jplevyak/pyc Pyc is a python compiler intended for high performance computing and programming-in-the-large. It uses the IFA library to statically analyze python programs, catch potential errors and generate efficient code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Kobo Annotations Viewer

    .net application to view annotations in ePub files

    This application provide a list of the annotations, and show them inside a windows containing the epub file. Curently, experimental beta version... No try/catch implemented, and lot of possible silly mistakes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    MindControlExposed

    Recorded evidence of mind control done against me

    Dictaphone placed inside my apartment window with the window open a little. The morning of 23/3/2014 In order to catch these from the raw audio file, I recommend using an audio app such as VLC or some recording studio software to repeat the file at each point various times as the audio level of these messages is very low and the background noise is substantial. If you're using VLC you can try playing the audio slowly (Playback -> Speed -> Slower) Each clip is of someone or a couple of different individuals with US accents unless otherwise indicated. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Trojan Scan is a simple shell script that allows for simple but relatively effective checking for trojans, rootkits and other malware that may be using your server and network for unwanted (and possibly illegal) purposes. Since this script is relatively simple don't expect it to catch them all, but it helps to find these programs on e.g. shared servers. On those machines lots of users install many kinds of applications. These applications may introduce new vulnerabilities which would perhaps otherwise not be detected if not for a very alert sysadmin. It works by listing all process that use the Internet with the lsof command (using -Pni flags). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    catch-http

    Captures and extracts HTTP connections

    Perl script for capture HTTP conections and extract the transmited files. Uses libmp3-tag-perl and tcpflow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ...Operating system based on Ubuntu that runs directly into ram PC. Requirements: PC with architecture x86x64, 2 gig memory. The memory of the PC is 10x faster than the HD, making CaminhosOS, quickly and safely. Does not catch viruses. Sistema operativo basado en Ubuntu que se ejecuta directamente en la memoria RAM del PC. Requisitos: PC con x86x64 arquitectura, memoria de 2 gig. La memoria de la PC es 10 veces más rápida que la HD, haciendo CaminhosOS, rápida y segura. No coger virus.
    Downloads: 0 This Week
    Last Update:
    See Project