• 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
  • 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
  • 1
    Generate syndication feeds in a variety of formats, including RSS and Atom, based on any given content.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    phpWfMS es un sistema de administracion por flujo de trabajo escrito en PHP y Javascript, el cual que tiene como objetivo, programar, disenar y administrar servicios web y trabajos para aplicaciones Web 2.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    phpoetry dynamically exposes your PHP5 class to the browser as JavaScript hooks. It uses reflection, RMI, JSON, and the YUI library for quick and easy AJAX development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A simple easy to use php file for implementing Open ID.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • 5
    A simple remote control that should be able to play, pause, stop and skip on DNLA/UPnP devices it finds on the subnet. Currently tested on two machines, Ubuntu 9.10 and Windows XP Home against Rhythmbox with the DLNA/UPnP plugin .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A command-line python-based RSS 2.0 enclosure retriever. Designed with Podcasting in mind, podpooper.py can retrieve the latest enclosures from an RSS 2.0 feed. Supports mass RSS feed subscriptions via OPML feeds and PLS playlists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    pump is the fast and powerful download manager for POSIX-compliant operation systems. It consist of separate UNIX-daemon and a couple of front-ends including Qt, GTK, web and ncurses one.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PunJab is a HTTP jabber client interface. It is a server that allows persistent client connections to a jabber server. It can be used for many things, but its main purpose is to allow for stateless applications (ie web) a stateful connection to jabber.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    puppet_docker_nginx

    A simple Puppet module to automate the installation of docker-nginx.

    puppet_docker_nginx A simple Puppet module to automate the installation of docker-nginx.
    Downloads: 0 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
  • 10

    puppet_lamp_x

    Puppet Module to install Lamp on CentOS and Ubuntu machines.

    Puppet Module to install Lamp on CentOS and Ubuntu machines. In Puppet we have chances to install modules like LAMP or services like mysql-server or ntpd, this puppet module does it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    pyLCN tries to implement a HTML-RPC server for the LCN home automation bus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A Python library to provide and automate XMLRPC over a SSH2 encrypted tunnel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A command-line Python utility to mine information on open source projects using the ohloh web service APIs. The script is enables analysis of open source projects indexed by ohloh by providing source lines of code (SLOC), contributor data and other info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    NOTE: This project is now on Github. Please go to https://github.com/scaryclam/python-webdav A WebDAV client library for python. The purpose of this project is to make a python WebDAV client library that is easy and convenient to use, while remaining flexible enough for developers who may want a finer grain of control. UPDATE: The test suite passes using Python 3.1 so we will now be supporting Python3 issues. The library will try to continue to work on both Python 2 and Python 3 until such a time that we find something that is not backwards compatible between the Python releases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Generic Python driven XML/CGI interface to heterogeneous databases for the TAPIR and WFS protocols
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    qJerry: write less, do more - now in PHP. qJerry is the PHP class that provides a way to work with XML documents in jQuery-like style. It has methods for creating, modifying, querying XML documents and more. qJerry is jQuery for server side.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is a soap server to build converter server to convert files from any format to any format. A set of adapters classes, makes rbconverter highly modular and adaptable to use any applications for make conversions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    render-async

    render-async

    render_async lets you include pages asynchronously with AJAX

    render_async is here to make your pages show faster to users. Pages become faster seamlessly by rendering partials to your views. Partials render asynchronously and let users see your page faster than using regular rendering. It works with Rails and its tools out of the box. A quick overview of how render_async does its magic. User visits a page, render_async makes an AJAX request on the controller action, controller renders a partial, partial renders in the place where you put render_async view helper. JavaScript is injected straight into <%= content_for :render_async %> so you choose where to put it. Advanced usage includes information on different options. render_async renders an element that gets replaced with the content of your request response. In order to have more control over the element that renders first (before the request), you can set the ID of that element.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    RPCRELAY is a daemon software that allows users to distribute and execute user-defined XML-RPC commands in a large network over secure channels (authenticated and enrypted).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Rapidshare shell downloader for Premium Account users. Simply to use, with proxy support
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A highly modular client remote/web services library written in Python supporting multiple protocols and transports through a unified interface. All modules are as independent as possible from each other to ensure high re-usability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    rss-parser

    rss-parser

    A lightweight RSS parser, for Node and the browser

    A small library for turning RSS XML feeds into JavaScript objects. You can parse RSS from a URL (parser.parseURL) or an XML string (parser.parseString).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    rss2imap is a tool which gets RSS (RDF Site Summary) from web and delivers to the IMAP server as an e-mail message. it enables you to use IMAP supported MUA as a RSS reader, and to unify mail check and site update check with ONE client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    rss2mail is some script thats take RSS feed and write all items into UNIX mbox file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Generate RSS feed from your (log) files
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB