I hereby claim:
- I am k10pr0f on github.
- I am ea_abramov (https://keybase.io/ea_abramov) on keybase.
- I have a public key ASC199WiGQO_JBoM-mhmldzmzEBTAoTzoYW6HEA_g3Qv-Ao
To claim this, I am signing this object:
| https://levelup.gitconnected.com/your-private-ci-cd-using-self-hosted-gitlab-ci-and-docker-ee1aca71b99e |
| await window.keplr.experimentalSuggestChain({ | |
| // Chain-id of the Cosmos SDK chain. | |
| chainId: "Oraichain", | |
| // The name of the chain to be displayed to the user. | |
| chainName: "Oraichain", | |
| // RPC endpoint of the chain. | |
| rpc: "https://rpc.orai.io", | |
| // REST endpoint of the chain. | |
| rest: "https://lcd.orai.io", |
I hereby claim:
To claim this, I am signing this object:
| nodes: | |
| - address: 207.154.236.35 | |
| internal_address: 10.135.122.165 | |
| user: root | |
| ssh_key_path: ~/.ssh/id_rsa | |
| role: | |
| - controlplane | |
| - etcd | |
| - worker |
| a: AM/PM | |
| A: 0~86399999 (Millisecond of Day) | |
| c/cc: 1~7 (Day of Week) | |
| ccc: Sun/Mon/Tue/Wed/Thu/Fri/Sat | |
| cccc: Sunday/Monday/Tuesday/Wednesday/Thursday/Friday/Saturday | |
| d: 1~31 (0 padded Day of Month) | |
| D: 1~366 (0 padded Day of Year) | |
| ========== LOG OUT ========== | |
| NSDictionary* params = | |
| @{@"app_id" : COX_APP_ID, | |
| @"key" : COX_APP_KEY, | |
| @"user_phone" : phoneNumber, | |
| @"access_token" : accessToken}; | |
| NSDictionary* paramsWithMethod = [NSDictionary dictionaryWithObjectsAndKeys: | |
| @"auth.logout", @"method", | |
| COX_JSON_VERSION, @"json", |
| - (NSURL *) checkURLonImage :(NSString *) artworkStringURL { | |
| // make strings | |
| NSString *artwork600 = [artworkStringURL stringByReplacingOccurrencesOfString:@"100x100-75" | |
| withString:@"600x600-75"]; | |
| NSString *artwork400 = [artworkStringURL stringByReplacingOccurrencesOfString:@"100x100-75" | |
| withString:@"400x400-75"]; | |
| NSIndexPath *selectedPath = [self.tableView indexPathForSelectedRow]; | |
| [self.tableView reloadData]; | |
| [self.tableView selectRowAtIndexPath:selectedPath animated:NO scrollPosition:UITableViewScrollPositionNone]; |
| - (void)MetadataUpdate:(NSNotification*)notification | |
| { | |
| if ([[[Player sharedManager] radioPlayer] timedMetadata]!=nil && [[[[Player sharedManager] radioPlayer] timedMetadata] count] > 0) { | |
| _firstMeta = [[[[Player sharedManager] radioPlayer] timedMetadata] objectAtIndex:0]; | |
| self.decodedString = [[NSString alloc] initWithData: [_firstMeta.value dataUsingEncoding:NSISOLatin1StringEncoding allowLossyConversion:YES] | |
| encoding: NSUTF8StringEncoding]; | |
| - (void)MetadataUpdate:(NSNotification*)notification | |
| { | |
| if ([[[Player sharedManager] radioPlayer] timedMetadata]!=nil && [[[[Player sharedManager] radioPlayer] timedMetadata] count] > 0) { | |
| _firstMeta = [[[[Player sharedManager] radioPlayer] timedMetadata] objectAtIndex:0]; | |
| self.decodedString = [[NSString alloc] initWithData: [_firstMeta.value dataUsingEncoding:NSISOLatin1StringEncoding allowLossyConversion:YES] | |
| encoding: NSUTF8StringEncoding]; | |