Showing 1991 open source projects for "http-client"

View related business solutions
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • $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
  • 1

    Koko

    Koko is a simple PHP-based pastebin that can be used from a terminal

    ...This means no more copy and pasting, just "ps aux | koko -s example.com"! Currently there is no offical main Koko install, so you'll have to find a server or run one yourself. The Python utility is located in the client directory in the tarball. You need pycurl, libcurl and python 2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    WxGeometrie

    WxGeometrie

    Le couteau-suisse du prof de maths

    ...Elle permet de faire du calcul formel, de tracer des courbes et des figures géométriques exportables en png, eps ou svg. Linux, Windows... Cette version n'est plus maintenue. Nous vous recommandons d'utiliser désormais la nouvelle version, nommée Géophar : http://sourceforge.net/projects/geophar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    GraVol

    GraVol

    Drawing-based volume calculator. GraVol=Graph Volume

    GraVol is designed to aid archaeologists in calculating the volume of any revolved container, such as wheel-thrown pottery. It does this using only a drawing of the vessel, and a height or diameter measurement. Instruction video: http://www.youtube.com/watch?v=pC8VReY83q4 Documentation of development: faculty.berea.edu/pearcej/CSC493/projects-11/jonestra-final.pdf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Novus

    Novus

    Entrepreneurship Training Program

    The Novus Entrepreneurship Training Program contains 36 business and IT training videos, covering basic finance, accounting, marketing, economics, business strategy, Word, Excel, and PowerPoint. Users will have an opportunity to apply the lessons in the Novus Business Simulator. Over six rounds, the user or teams will have to make decisions on capital purchases, financing, production, financing, and human resources for a microbrewery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 5

    vsResolver

    DNS Validating Stub Resolver

    The Validating Stub Resolver (vsResolver) is a DNS stub resolver that implements the Domain Name System Security Extensions (DNSSEC) specified in RFC 4033, RFC 4034 and RFC 4035. These add data origin authentication and data integrity to the Domain Name System. vsResolver extends the dnspython toolkit (http://www.dnspython.org/) and uses the pycrypto library for its underlying crypto implementation(https://www.dlitz.net/software/pycrypto/). Click on this link for a ridiculously simple python page demonstrating vsResolver working - http://superawesum.novas.us/py/hello.py. Try entering some domains and click submit. Then, enable details, click submit to get the details,and compare with what you get for that domain at http://dnssec-debugger.verisignlabs.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PacmanTree

    PacmanTree

    Program for generating Arch Linux Pacman Manager dependencies graph

    Program to help using Arch Linux Pacman package manager. Program using pydot (python interface for Graphviz http://code.google.com/p/pydot/) to generate graph of dependencies for package selected by user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    OLPC English Literacy Tool

    OLPC English Literacy Tool

    OLPC software to improve English literacy

    ...The software also allow students to export their completed assignments to a USB drive to share with their teachers for further feedback. This software was originally created as part of the iSTEP 2011 internship program in Uruguay. For more information about the iSTEP 2011 internship please visit http://istep2011.techbridgeworld.org. If you have questions about this release or about the internship please contact <info@techbridgeworld.org> or visit http://techbridgeworld.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ftpwar

    ftpwar

    ftp terminal client

    Projects Status is Beta currently supported: ftp ftps todo list: add sftp support Ftpwar is a ftp terminal program to replace the current Ubuntu or Mint stock ftp program that only works half the time. I have simplified commands and made some new ones. I also think mine is prettier. :D
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Evolving Objects

    Evolving Objects

    This project have been merged within Paradiseo.

    See the new project page: https://nojhan.github.io/paradiseo/ (Archived project page: http://eodev.sourceforge.net/)
    Downloads: 1 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    Desktop Background from Nasa APOD

    Desktop Background from Nasa APOD

    A background image grabber for GNOME from nasa's image of the day site

    This app will fetch the latest image from nasapod, http://apod.nasa.gov/apod/ and create a background image from it with a description box for a gnome desktop. Read desktop_nasa.py file for configurations and instructions! Python script. Now working with Ubuntu 12.04 and prior
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Hwrapper

    Hwrapper is a python framework for hbase rest api

    Hwrapper is python 3+ wrapper for hbase rest. (alternate download from pypi http://pypi.python.org/pypi/Hwrapper/0.1 ) Common Usage : start your hbase rest $bin/hbase rest start -p 9300 (Default port is 8080) check out wiki for more detailed tutorial. Creating a table hwrapper=Hwrapper() hwrapper.connectionParameters("host","port", False) // third argument set to false if you are not using https hwrapper.setAcceptType("json") columnFamilies={"cf","cf1"} hwrapper.create_table("table_name",columnFamilies) get Row data by ID (decoded base64 values) hwrapper.get_RowBy_ID("0000000-120529115546748") // outputs list of dicts, dicts contain column names and values Dropping a table hwrapper.drop_table("table_name") Displaying table schema hwrapper.table_schema("table_name") Listing all tables from hbase hwrapper.list_tables()
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PROJECT MOVED: see http://www.vmtk.org for up-to-date information. Libraries and tools for 3D reconstruction, geometric analysis, mesh generation and surface data analysis in image-based blood vessel modeling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The QIIME project has moved to GitHub. You can now find us at http://github.com/qiime/. As always, you can find the QIIME website at http://www.qiime.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    XMessages for Python lets you easily integrate the X-Messages spec for simple server-client messaging into web applications. See http://www.xmessages.org for more info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    seeti

    Program that computes how much time has been spent on a project.

    ...If you want to get in touch, don't hesitate to send an e-mail to gabriel@phasedesign.com.br. You can also follow @GabrielOliverio on Twitter to keep updated about Seeti's releases and new programs. See also http://sourceforge.net/projects/apostila-python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Lightning Planning Framework for ROS

    Lightning Planning Framework for ROS

    ROS package implementing the Lightning Framework using OMPL

    ...Please see the paper below for more details: A Robot Path Planning Framework that Learns from Experience Dmitry Berenson, Pieter Abbeel, and Ken Goldberg IEEE International Conference on Robotics and Automation (ICRA), May, 2012. This package uses OMPL planners (http://ompl.kavrakilab.org/) to implement each component in lightning and can be called the same way as any other OMPL planner. The code was developed at UC Berkeley by Cameron Lee and Dmitry Berenson under the supervision of Prof. Pieter Abbeel and Prof. Ken Goldberg. Please see the Wiki for instructions on how to install and use lightning: https://sourceforge.net/p/lightningros/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    soundfiles

    catalogue d'albums musicaux (vinyle, K7, CD, mp3)

    ...C'est agréable lorsque l'on écoute un album (vinyle, K7, CD, etc.). Compatibilité: Vista assurément et sans doute XP, 7 et Ubuntu (non encore testés). Pré-requis: télécharger l'interpréteur Python en version 3 (http://python.org/download/). Bonne recherche dans le catalogue soundfiles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PyLibrary

    PyLibrary

    Libraries for Python developers.

    Development in Python (be it website or an App development or implementation of an automation framework) always involves certain operations like handling db queries, operations on web, development of data structures, windows operations (handing services, registries), logging and many more... What, if you have these libraries handy with you all the time? Just import and start using them.. In comes PyLibrary.. PyLibrary is a collection of infrastructure libraries that aid faster...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    niftilib

    ** MAIN SITE IS NOW: https://github.com/NIFTI-Imaging/nifti_clib **

    niftilib is a collection of i/o routines for the nifti1 neuroimage data format. C (nifticlib), Java (niftijlib), Matlab (niftimatlib), and Python (pynifti) code is available. For nifti format info see: http://nifti.nimh.nih.gov/
    Downloads: 12 This Week
    Last Update:
    See Project
  • 20
    Notice Publisher plugin for Trac

    Notice Publisher plugin for Trac

    A Trac plugin to display Notices to any User visiting any page in Trac

    A Trac plugin to display Notices to any User visiting any page in Trac. Take a look at the Web site on Trac-Hacks: http://trac-hacks.org/wiki/NoticePublisherPlugin This is useful to bring everyone attention on news that affect all users, like the system going down, a solution to a common problem, and so on. Notices can contain Wiki-formatted syntax, thus allowing for rich content. Notices can have an expiration, expressed in hours, after which they automatically disappear. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Monster World RPG

    Monster World RPG

    A classic RPG with a text-and-buttons-only GUI.

    Hello, This Sourceforge page is no longer used. Please head to http://nightfiregames.tk to access my new website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    DCPU-16 Assembler in Python

    DCPU-16 Assembler in Python

    A DCPU-16 Assembler in Python. This assembler is based on the specifications published at http://0x10c.com/doc/dcpu-16.txt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    PythBinConv

    Python Bin Converter produit un binaire depuis un fichier python

    Python Bin converter permet de générer un exécutable Windows en interface graphique depuis un fichier source python. Ce n'est qu'une version graphique de l'utilitaire pyinstaller. Sous Windows, nécessite pywin32 (http://sourceforge.net/projects/pywin32/files/), fourni dans le dossier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    pycsw
    pycsw is an OGC CSW server implementation written in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    GlassBeadGame

    GlassBeadGame

    Organizing the Knowledge of Humanity

    ...It will invert the top 3 layers of the OSI network model to make a 3-dimensional presentation layer with a peer-to-peer session layer for the Internet. For the curious, there is a simple demo that provides a small sense of the possibilities. Requires: VPython available here or see http://vpython.org.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo