This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Built application files | |
*.apk | |
*.ap_ | |
# Files for the Dalvik VM | |
*.dex | |
# Java class files | |
*.class |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exori gran ico | |
exori min flam | |
exevo infir con | |
exori | |
utito tempo | |
exura infir ico | |
exori ico | |
exori infir vis | |
exana ina | |
exeta res |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ (void)installAuthServerCredentials { | |
if (![[NSUserDefaults standardUserDefaults] boolForKey:kCertificatesInstalled] || [self certificateIsOutadated]) { | |
[NKKeyChain clearCertificates]; | |
[NKKeyChain clearIdentities]; | |
NSString *certificatePath = [[NSBundle mainBundle] pathForResource:AUTH_SERVER_CERTIFICATE ofType:@"der"]; | |
NSData *certificateData = [[NSFileManager defaultManager] contentsAtPath:certificatePath]; | |
BOOL isServerCertificateImported = [NKKeyChain importCertificateWithData:certificateData]; | |
if (isServerCertificateImported) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.una; | |
import com.facebook.react.ReactPackage; | |
import com.facebook.react.bridge.JavaScriptModule; | |
import com.facebook.react.bridge.NativeModule; | |
import com.facebook.react.bridge.ReactApplicationContext; | |
import com.facebook.react.modules.websocket.WebSocketModule; | |
import com.facebook.react.uimanager.ViewManager; | |
import java.util.ArrayList; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"env": { | |
"node": true, | |
"es6": true, | |
"commonjs": true, | |
"browser": true | |
}, | |
"extends": [ | |
"eslint:recommended", | |
"plugin:react/recommended" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"results": [ | |
{ | |
"00010-500001146039-001": { | |
"input": { | |
"order_type": "INSTALATION", | |
"order_subtype": "SUSTITUCION MASIVA", | |
"creator": "ENDESA DISTRIBUCION ELECTRICA", | |
"assignee": "30716 AMETEL CADIZ 17", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"code":"AED", | |
"name":"Emirati Dirham", | |
"symbol":"\u062f.\u0625", | |
"html_entity":"\u062f.\u0625", | |
"code_decimal":"AED", | |
"prefix":"AED ", | |
"suffix":"", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"title": "Clean Code", | |
"author": "Uncle Bob" | |
}, | |
{ | |
"title": "Refactor Patterns", | |
"author": "Kent Beck" | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"filtered":6, | |
"total":6, | |
"results":[ | |
{ | |
"code":"AAA10305", | |
"status":"AVAILABLE", | |
"image_url":"https://www.hurusystems.com/wp-content/themes/huru/static/images/carousel_11.png", | |
"date_created":"2019-11-20T08:09:16.799680" | |
}, |
OlderNewer