Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://vtl-lab.com/VN/crecc-cms/api/member/register.json. (Reason: CORS request did not succeed).
create a variable named ourbirds and assign to it a linq query that is the result of a join from mybirds onto yourbirds using the name property as the key. make sure to return the birds that are the same between the two lists.
given a set of candidate numbers a and a target number b, find all unique combinations in a where the candidate numbers sums to b. the same repeated number may be chosen from a unlimited number of times.
load the pipe-delimited file p. it is organized with 3 fields on each line: firstname|lastname|birthday. search for the firstname f and last name l, replacing the birthday with b. write the file back out in the same pipe-delimited format.