I hereby claim:
- I am dlwhitehurst on github.
- I am dlwhitehurst (https://keybase.io/dlwhitehurst) on keybase.
- I have a public key ASATkvn72QGEF0GPNX-S6WQXukfHwmTYNDmNNSEDL0D0Zgo
To claim this, I am signing this object:
| # --------------------------------------------------------------------------- | |
| # | |
| # Description: This file holds all my BASH configurations and aliases | |
| # | |
| # Sections: | |
| # 1. Environment Configuration | |
| # 2. Make Terminal Better (remapping defaults and adding functionality) | |
| # 3. File and Folder Management | |
| # 4. Searching | |
| # 5. Process Management |
| fn main() { | |
| // initial hashes a, b, c, d, e, f, g, h | |
| let a:u32 = 0x6A09E667; | |
| let b:u32 = 0xBB67AE85; | |
| let c:u32 = 0x3C6EF372; | |
| let d:u32 = 0xA54FF53A; | |
| let e:u32 = 0x510E527F; |
| #define bufferSize 10 | |
| int main() { | |
| unsigned char buffer[bufferSize]={1,2,3,4,5,6,7,8,9,10}; | |
| char converted[bufferSize*2 + 1]; | |
| int i; | |
| for(i=0;i<bufferSize;i++) { | |
| sprintf(&converted[i*2], "%02X", buffer[i]); | |
| /* equivalent using snprintf, notice len field keeps reducing |
I hereby claim:
To claim this, I am signing this object:
| /** | |
| * | |
| * VirtualYou.io | |
| * | |
| * Copyright 2019 CI Wise Inc. | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * |
| %dw 1.0 | |
| %output application/json | |
| %var idToFieldName = { | |
| "5324": "firstName", | |
| "5325": "lastName", | |
| ... | |
| } | |
| --- | |
| payload.elements[0].fieldValues reduce (field, entity={}) -> |
I hereby claim:
To claim this, I am signing this object: