Follow provided instructions at https://akveo.github.io/react-native-ui-kitten/docs/guides/improving-performance#improving-performance
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
#include <iostream> | |
using namespace std; | |
int main() { | |
// I'll first create all the variables that are needed to store user inputs | |
// Student Name | |
string name; | |
// Participation Score |
This file has been truncated, but you can view the full file.
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
a'isha,1 | |
a'ishah,1 | |
a-jay,1 | |
aa'isha,1 | |
aa'ishah,1 | |
aaban,1 | |
aabas,1 | |
aabha,1 | |
aabia,1 | |
aabid,1 |
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
#!/bin/bash | |
NS=$1 | |
NS_CHECK=$(kubectl get ns | grep $NS | awk '{print $1}') | |
if [[ $NS_CHECK == $NS ]]; | |
then | |
echo "Namespace $NS will be deleted" | |
else | |
echo "No such namespace named $NS" | |
exit 1 | |
fi |
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
[SystemSettings] | |
r.AmbientOcclusionLevels=0 | |
r.BloomQuality=0 | |
r.DepthOfFieldQuality=0 | |
r.SSR.Quality=0 | |
r.DetailMode=0 | |
r.LensFlareQuality=0 | |
r.MaxAnisotropy=0 | |
r.oneframethreadlag=1 | |
r.simpledynamiclighting=1 |
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
$ terraform plan | |
yableModuleVariable | |
module.gcp.provider.google.us-east4 - *terraform.NodeApplyableProvider | |
module.gcp.module.us-east4.module.iroha_node.var.name - *terraform.NodeApplyableModuleVariable | |
module.gcp.module.us-east4.module.iroha_node.var.vpc_name - *terraform.NodeApplyableModuleVariable | |
module.gcp.module.us-east4.var.vpc_name - *terraform.NodeApplyableModuleVariable | |
module.gcp.module.us-east4.var.vpc_name - *terraform.NodeApplyableModuleVariable | |
module.gcp.google_compute_network.iroha_vpc - *terraform.NodeAbstractResource | |
module.gcp.provider.google - *terraform.NodeApplyableProvider | |
module.gcp.provider.google.us-east4 - *terraform.NodeApplyableProvider |
NewerOlder