I hereby claim:
- I am bennidhamma on github.
- I am bennidhamma (https://keybase.io/bennidhamma) on keybase.
- I have a public key whose fingerprint is 0772 3A9B 1E56 6535 2ACF 2B7D AD97 66B7 33C9 EE4F
To claim this, I am signing this object:
| using System; | |
| using System.Dynamic; | |
| using IronRuby; | |
| using IronRuby.Builtins; | |
| using Microsoft.Scripting.Hosting; | |
| using Microsoft.Scripting; | |
| namespace DynamicTest | |
| { | |
| class MainClass |
| using System; | |
| using System.Dynamic; | |
| using IronRuby; | |
| using IronRuby.Builtins; | |
| using Microsoft.Scripting.Hosting; | |
| using Microsoft.Scripting; | |
| namespace DynamicTest | |
| { | |
| class MainClass |
| using System; | |
| using System.Dynamic; | |
| using IronRuby; | |
| using IronRuby.Builtins; | |
| using Microsoft.Scripting.Hosting; | |
| using Microsoft.Scripting; | |
| using System.Reflection; | |
| namespace DynamicTest | |
| { |
| def makeChange(price): | |
| ... | |
| end | |
| # Examples: | |
| > makeChange(0.50) | |
| < 2 Quarters | |
| > makeChange(0.45) | |
| < 2 Quarters, 1 Nickel |
I hereby claim:
To claim this, I am signing this object:
| Array.prototype.sprinkle = function sprinkle(every, makeSprinkle) { | |
| let numSprinkles = 0 | |
| return this.reduce((a, v, i) => { | |
| a.push(v) | |
| let doSprinkle = false | |
| if (typeof every === 'function') { | |
| doSprinkle = every(i, v, numSprinkles) | |
| } else { | |
| doSprinkle = i && i % every === 0 | |
| } |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <Response> | |
| <Say voice="alice">The system is down. The system is down. Your battery is dying and will soon go down</Say> | |
| </Response> |
| { | |
| "log": { | |
| "version": "1.2", | |
| "creator": { | |
| "name": "WebInspector", | |
| "version": "537.36" | |
| }, | |
| "pages": [ | |
| { | |
| "startedDateTime": "2018-06-19T19:51:14.901Z", |
| public class UF | |
| { | |
| public int[] id { get; set; } | |
| public int[] sz { get; set; } | |
| public int cnt { get; set; } | |
| public UF(int N) | |
| { | |
| cnt = N; |