Skip to content

Instantly share code, notes, and snippets.

View adewaleafolabi's full-sized avatar

Adéwálé Afọlábí adewaleafolabi

View GitHub Profile
@adewaleafolabi
adewaleafolabi / keybase.md
Created August 16, 2021 18:53
Keybase proof

Keybase proof

I hereby claim:

  • I am adewaleafolabi on github.
  • I am wal3 (https://keybase.io/wal3) on keybase.
  • I have a public key ASDcYwGXaZVViwzN4V4hIEpO4s6sOiLXAOu23LwrwANk0wo

To claim this, I am signing this object:

@adewaleafolabi
adewaleafolabi / doc.md
Last active August 24, 2020 02:21
Kubectl Cheatsheet

Copy kubernetes secrets from Cluster1 to Cluster2 stripping out Cluster1 specific details. This also requires a file containing namespaces

while read F; do  kubectl get secret secret-name -o yaml -n $F --context=cluster-1 > $F.yaml && yaml_cli -f $F.yaml -d metadata:annotations:kubectl.kubernetes.io/last-applied-configuration -d metadata:creationTimestamp -d metadata:resourceVersion -d metadata:selfLink -d metadata:uid  && kubectl apply -f $F.yaml -n $F  --context=cluster-2; done < ns.txt
import 'package:flutter/material.dart';
import 'package:flutter_mobx/flutter_mobx.dart';
import 'package:line_icons/line_icons.dart';
import 'package:mobx/mobx.dart';
import 'package:wyr_app/app_store.dart';
import 'package:wyr_app/home_page.dart';
import 'package:wyr_app/login_store.dart';
import 'package:wyr_app/theme.dart';
class LoginPage extends StatefulWidget {
Updating crates.io index
Installing diesel_cli v1.4.0
Compiling libc v0.2.69
Compiling proc-macro2 v1.0.12
Compiling unicode-xid v0.2.0
Compiling cfg-if v0.1.10
Compiling syn v1.0.19
Compiling autocfg v1.0.0
Compiling cc v1.0.52
Compiling getrandom v0.1.14
@adewaleafolabi
adewaleafolabi / names.json
Created September 27, 2019 14:43
Yoruba names array
[
{
"id": "bf854883-74cb-47b3-939d-3dc6afe50b23",
"name": "Àánú"
},
{
"id": "884c20e4-8595-4a24-9600-6b74f8eabf3f",
"name": "Aánúolúwa"
},
{