Pinned Repositories
validator
:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
exercism-airport-robot
The robot can greet people in their native language after they scanned their passports at the self-check-in counter
exercism-anagram
Given a target word and a set of candidate words, this exercise requests the anagram set: the subset of the candidates that are anagrams of the target.
exercism-animal-magic
A new children's game that features animals and magic wands
exercism-annalyns-infiltration
Implementing the quest logic for a new RPG game a friend is developing
exercism-bank-account
Simulate a bank account supporting opening/closing, withdrawals, and deposits of money.
exercism-bird-watcher
Keep track of how many birds have visited your garden
exercism-blackjack
Simulate the first turn of a Blackjack game
exercism-booking-up-for-beauty
An appointment scheduler for a beauty salon
Rustery's Repositories
Rustery/exercism-airport-robot
The robot can greet people in their native language after they scanned their passports at the self-check-in counter
Rustery/exercism-anagram
Given a target word and a set of candidate words, this exercise requests the anagram set: the subset of the candidates that are anagrams of the target.
Rustery/exercism-bank-account
Simulate a bank account supporting opening/closing, withdrawals, and deposits of money.
Rustery/exercism-book-store
Calculate the price of any conceivable shopping basket, giving as big a discount as possible.
Rustery/exercism-census
The city's IT system for an upcoming census
Rustery/exercism-darts
A function that returns the earned points in a single toss of a Darts game
Rustery/exercism-error-handling
Implement various kinds of error handling and resource management
Rustery/exercism-etl
We are going to do the Transform step of an Extract-Transform-Load.
Rustery/exercism-expenses
A program to help Bob manage and analyze the expenses of his clients
Rustery/exercism-leap
Given a year, report if it is a leap year.
Rustery/exercism-logs-logs-logs
A log library to assist with managing your organisation's logs
Rustery/exercism-matrix
Given a string representing a matrix of numbers, return the rows and columns of that matrix
Rustery/exercism-meteorology
Add suitable String methods to all types so that they implement interface Stringer
Rustery/exercism-nucleotide-count
Given a string representing a DNA sequence, count how many of each nucleotide is present
Rustery/exercism-pangram
Determine if a sentence is a pangram
Rustery/exercism-parsing-log-files
Parsing of log files
Rustery/exercism-protein-translation
Translate RNA sequences into proteins.
Rustery/exercism-reverse-string
Reverse a string
Rustery/exercism-rna-transcription
Given a DNA strand, return its RNA complement
Rustery/exercism-roman-numerals
A function to convert from normal numbers to Roman Numerals
Rustery/exercism-sorting-room
The sorting room needs to process anything that comes into it by categorising it with a label
Rustery/exercism-strain
Implement the keep and discard operation on collections.
Rustery/exercism-sum-of-multiples
Calculate the energy points that get awarded to players when they complete a level
Rustery/exercism-the-farm
A food dispenser
Rustery/exercism-tournament
Tally the results of a small football competition
Rustery/exercism-word-count
Count how many times each word occurs in a subtitle of a drama
Rustery/fetcher
Web pages fetching and saving them to disk for later retrieval and browsing
Rustery/hledger_site
The repo for hledger.org, the hledger project's website.
Rustery/rustery
My GitHub profile page
Rustery/rustery-go-eth-client
Source code for a tutorial article, about calling a smart contract method in Go, on the Rustery blog.