I hereby claim:
- I am mehdinourollah on github.
- I am meikineumann (https://keybase.io/meikineumann) on keybase.
- I have a public key ASATAbNV1DcubcLTuidVf-5AuQi04ZQxs72TCyPTthDmYQo
To claim this, I am signing this object:
| data:text/html;charset=utf-8, <title>TextEditor</title><body contenteditable style="font-size:2rem;font-family:monaco;line-height:1.4;max-width:60rem;margin:0 auto;padding:4rem;" spellcheck="false"><h1>Text Editor</h1><p>Start Here. |
| the best way (I've found) to completely uninstall node + npm is to do the following: | |
| go to /usr/local/lib and delete any node and node_modules | |
| go to /usr/local/include and delete any node and node_modules directory | |
| if you installed with brew install node, then run brew uninstall node in your terminal | |
| check your Home directory for any local or lib or include folders, and delete any node or node_modules from there | |
| go to /usr/local/bin and delete any node executable | |
| You may need to do the additional instructions as well: | |
| sudo rm /usr/local/bin/npm |
| Version 1 | |
| --------- | |
| data:text/html, <html contenteditable> | |
| Version 2 | |
| --------- | |
| data:text/html, <html><head><link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'><style type="text/css"> html { font-family: "Open Sans" } * { -webkit-transition: all linear 1s; }</style><script>window.onload=function(){var e=false;var t=0;setInterval(function(){if(!e){t=Math.round(Math.max(0,t-Math.max(t/3,1)))}var n=(255-t*2).toString(16);document.body.style.backgroundColor="#ff"+n+""+n},1e3);var n=null;document.onkeydown=function(){t=Math.min(128,t+2);e=true;clearTimeout(n);n=setTimeout(function(){e=false},1500)}}</script></head><body contenteditable style="font-size:2rem;line-height:1.4;max-width:60rem;margin:0 auto;padding:4rem;"> | |
| Version 3 | |
| --------- |
| data:text/html, <textarea style="font-size: 1.5em; width: 100%; height: 100%; border: none; outline: none" autofocus /> |
| <?xml version="1.0" encoding="utf-8"?> | |
| <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | |
| <item android:state_checked="true"> | |
| <shape> | |
| <solid android:color="@android:color/white"/> | |
| <corners android:radius="5dp"/> | |
| </shape> | |
| </item> | |
| <item android:drawable="@drawable/vector"/> | |
| </layer-list> |
| { | |
| "meta": { | |
| "theme": "professional" | |
| }, | |
| "basics": { | |
| "name": "Mehdi Nourollah", | |
| "label": "Software Engineer | Product, Backend & AI Systems", | |
| "email": "contact@mehdinourollah.com", | |
| "phone": "+49 179 4231650", | |
| "url": "https://mehdinourollah.com", |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| if [[ ! ( # any of the following are not true | |
| # 1st arg is an existing regular file | |
| -f "$1" && | |
| # ...and it has a .ipa extension | |
| "${1##*.}" == "ipa" && | |
| # 2nd arg is an existing regular file | |
| -f "$2" && | |
| # ...and it has an .mobileprovision extension |
| npm config set proxy http://127.0.0.1:1080 | |
| npm config set https-proxy http://127.0.0.1:1080 |
| npm config set proxy http://127.0.0.1:1080 | |
| npm config set https-proxy http://127.0.0.1:1080 |