Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: put

kiarash8/fetchomech

HTTP Request Handler

Language: TypeScript - Size: 786 KB - Last synced: about 19 hours ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

ptylczynski/board-game-companion

Simple app to fetch and track game data from Board Game Geek

Language: Java - Size: 229 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

ptylczynski/parallel-processing

Parallel Processing Labs' @ PUT18

Language: C++ - Size: 553 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

Nir-J/SPlOIT

Singular Powerful Online Internet Transfer service

Language: C++ - Size: 2.83 MB - Last synced: 12 months ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

hedenica/gostack-desafio-1-nodejs

🏆 primeiro desafio do gostack bootcamp | Conceitos de NodeJS

Language: JavaScript - Size: 1.29 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

VeloAddict/http.client

An HTTP client wrapped around Axios

Language: JavaScript - Size: 70.3 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 1

io-developer/php-keyget

Solves routine array actions: get value by key if exists or default; set key if not exists. PHP 5, 7

Language: PHP - Size: 6.84 KB - Last synced: 2 months ago - Pushed: almost 6 years ago - Stars: 1 - Forks: 0

ptylczynski/card-detector

Simple OpenCV based card detector for HDI@PUT classes

Language: Python - Size: 75 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

yaswanth-pula/codeWiki-API

A Simple RESTful API with all HTTP verbs.

Language: JavaScript - Size: 13.7 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

DEVMOI/moifetch

A lite Http/Https Request Library build with Love and my attempt to Homebrew something for others to use.

Language: JavaScript - Size: 871 KB - Last synced: 11 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 1

rahulmoundekar/APIAutomation

REST API Automation

Language: Python - Size: 2.11 MB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

flavioro/flavioro-desafio01

backend javascript, nodejs, express, get, put, push, delete - Curso da Rocketseat, desafio01

Language: JavaScript - Size: 202 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

jeanrauwers/gorestapi

Simple Rest API with GET, POST, PUT and DELETE Methods to learn Go

Language: Go - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 1 - Forks: 0

evbg/evc

evc - Simple client for the EVE Python REST API Framework

Language: Python - Size: 52.7 KB - Last synced: 6 months ago - Pushed: over 4 years ago - Stars: 1 - Forks: 1

matthewbartos/herrings

Massive Data Exploration project, herrings length analysis

Language: HTML - Size: 6.94 MB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

nilipta/react-front-to-back

contact manager application in react, bootstrap from sctratch

Language: JavaScript - Size: 2.06 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

adichamoli/SpringBootAngularMongo

Angular and SpringBoot implementation of Restful Webservices using maven as build tool.

Language: CSS - Size: 26.4 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

irisco1987/Retrofit

retrofit sample

Language: Java - Size: 120 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Tchoks/binomial_pricing

binomial option pricing with matlab

Language: Matlab - Size: 1000 Bytes - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0

rndrmu/shitty-reddit

very ugly reddit browser not a client, gets data directly from https://api.reddit.com

Language: HTML - Size: 28.3 KB - Last synced: about 1 month ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

railken/dotenv

This library is an extension of vlucas/phpdotenv that grants you the ability to update variables into the `.env` file. You can either update, append or remove a variable.

Language: PHP - Size: 38.1 KB - Last synced: about 1 month ago - Pushed: over 5 years ago - Stars: 2 - Forks: 0

Mayurgupta3/RESTful-API

A RESTful API is an application program interface that uses HTTP requests to GET, PUT, POST and DELETE data using Postman Application.

Language: Python - Size: 12.7 KB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

afeiship/next-put

Push to array or set to object for next.

Language: JavaScript - Size: 3.91 KB - Last synced: over 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

kiranw/put-words-between-hands

Inspired by Ian Bogost

Language: JavaScript - Size: 2.29 MB - Last synced: over 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

smmcgrath/MyFirstApp

Built in Node.js open source server framework. In this project I moved from client-side development (using JavaScript, HTML, and CSS) to building a server-side web application using the Express.js web framework hosted in Node.js runtime environment. The site includes a flatty style landing page including navigatation bar, sign-up forms, staff info etc. It has an uncluttered and minimal UI. The backend API’s communicated with databases designed using MongoDB, an example of a NoSQL database program using JSON-like objects with schemas. All APIs, including GET, PUT, UPDATE and DELETE were tested using Postman. Great experience using PuTTY open-source terminal emulator, working remotely over SSH network protocol. Securing my API with authentication; hashing passwords using Bcrypt and issuing tokens with JSON Web Token (JWT). New additions help to restrict access and ensure tokens are verified. Previous to this the back-end APIs could be easily accessed via the URL. User comments coudl be retrieved, new ones saved, deleted or updated. Hashing is a means of transforming a string of characters (passwords, in my case) into a different and larger set of characters, thus protecting our sensitive data. Bcrypt is the password hashing function used.

Language: HTML - Size: 3.83 MB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 1 - Forks: 2

seanJosephFitzpatrick/dataRepresentationAndQuerying

Write API documentation - 3rd year project

Size: 29.3 KB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

SSkedge/vbs_put_post

Put and Post with VBS

Language: Visual Basic - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 1

xiaohange/JQHttpRequest

GET/POST / PUT / DELETE 网络请求的封装

Language: Objective-C - Size: 497 KB - Last synced: 16 days ago - Pushed: almost 7 years ago - Stars: 10 - Forks: 1

Redmancometh/RedCore

Language: Java - Size: 43.6 MB - Last synced: 3 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

pontazaricardo/Finance_American_Zero-coupon-bond

This program calculates the price of a x-year American-style (put or call) option on a zero-coupon bond that matures at year y with a par value of 1 dollar.

Language: Matlab - Size: 4.83 MB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

bparanj/vueb

Rails 5.1 API backend that will work with Majesty of Vue.js 2 book frontend app. https://rubyplus.com/articles/5061-Vue-js-Routing-Basics-using-Vue-Router

Language: Ruby - Size: 22.5 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0

Tchoks/binomial_option_pricing

binomial option pricing with java

Language: Java - Size: 22.5 KB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0

shreyaslad/shower-thoughts

When life gives you lemons, squirt lemon juice in life's eye...

Language: HTML - Size: 16.6 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

AndrewBoryk/API

AFNetworking wrapper for easy API creation

Language: Objective-C - Size: 277 KB - Last synced: 16 days ago - Pushed: about 7 years ago - Stars: 1 - Forks: 0