maintained
Here are 41 public repositories matching this topic...
This is a tracking issue for all documentation that needs some love!
Please comment or add your handle next to the line item that you're taking
:camera: phpSmug is a simple object orientated wrapper for the new SmugMug API v2, written in PHP.
-
Updated
Aug 9, 2019 - PHP
Something ala:
/**
* Information about the available world bosses.
*
* Usage: `api().worldbosses()`
*/
class WorldbossesEndpoint extends AbstractEndpoint {
constructor (client) {
super(client)
this.url = '/v2/worldbosses'
this.isPaginated = true
this.isBulk = true
this.isLocalized = true
this.cacheTime = 24 * 60 * 60
}
}
// ... code ...
`Encryption and signing using public-key cryptography (via tweetnacl)
-
Updated
Oct 17, 2019 - JavaScript
Testing the API status (response code, schema, content maches)
-
Updated
Jul 3, 2019 - JavaScript
Single and parallel requests with retrying and error handling.
-
Updated
Jun 29, 2019 - JavaScript
Additional recipes which the official API does not provide.
-
Updated
Nov 18, 2019 - JavaScript
Scraping unofficial sites for game information.
-
Updated
Jan 15, 2019 - JavaScript
Tiny module to calculate the fees of the tradingpost on GW2
-
Updated
Jan 9, 2019 - JavaScript
Parse attributes of items and characters from the official gw2 api
-
Updated
Oct 3, 2018 - JavaScript
Calculate the cheapest tree traversal, price and used items of crafting recipes.
-
Updated
Nov 2, 2019 - JavaScript
Wrapping the contra library to support promises (parallel/series)
-
Updated
Oct 3, 2018 - JavaScript
Web animation javascript plugin for beautiful background particle systems. The Maintained and LTS version of popular Particleground.
-
Updated
Jan 27, 2020 - JavaScript
MALLET is a Java-based package for statistical natural language processing, document classification, clustering, topic modeling, information extraction, and other machine learning applications to text.
-
Updated
Jan 28, 2019 - Java
Gets the value at `path` of `object` (with an optional `default`)
-
Updated
Sep 27, 2019 - JavaScript
Sum the elements of an array with an optional iteratee function
-
Updated
Oct 8, 2018 - JavaScript
Fotsies Technology Blog source code powered by the Hugo blogging engine.
-
Updated
Jan 1, 2019 - CSS
An automation framework specifically built for Mac automation.
-
Updated
Apr 5, 2019 - Python
Tokenize a search query with refined options (like Google's) and match against a target
-
Updated
Nov 11, 2018 - JavaScript
All the static data used in gw2efficiency and it's services
-
Updated
Nov 24, 2019 - JavaScript
An opinionated functional programming based routing module
-
Updated
Jul 31, 2019 - JavaScript
Improve this page
Add a description, image, and links to the maintained topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the maintained topic, visit your repo's landing page and select "manage topics."
Is there a requirement on the difficulty of the program or what the program has to accomplish?