Libraries tagged by alternative vote

julien-boudry/condorcet

124 Favers
8510 Downloads

Complete election manager, providing natively many voting methods including: Condorcet / Borda (+ Nauru variant) / Copeland / Dodgson (2 Approximations) / FTPT / Instant-runoff (alternative vote) / Kemeny–Young / Minimax (+ variants) / Ranked Pairs (+ variants) / Schulze (+ variants), Single Transferable Vote (STV) / Comparison of Pairs of Outcomes by the Single Transferable Vote (CPO-STV)

Go to Download


vojtech-dobes/nette-forms-inputlist

24 Favers
1157 Downloads

Alternative RadioList & CheckboxList for Nette Framework

Go to Download


perf2k2/dotenv

0 Favers
5 Downloads

Lightweight and fast alternative to phpdotenv without dependencies

Go to Download


pawelabrams/minenv

0 Favers
2 Downloads

Makes environment variables from .env files accessible to PHP. A lightweight alternative to phpdotenv.

Go to Download


nogrod/dhl-retoure-php-sdk

1 Favers
56 Downloads

# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".

Go to Download