Skip to content

Instantly share code, notes, and snippets.

View xeron56's full-sized avatar
🎯
Available for Work

MD. SHAHIDUL ISLAM xeron56

🎯
Available for Work
View GitHub Profile
Enterprise: NJVYC-BMHX2-G77MM-4XJMR-6Q8QF
Professional: KBJFW-NXHK6-W4WJM-CRMQB-G3CDH
Keys are generic ones. These are the same from MSDN account.
Product Key : -6Q8QF
Validity : Valid
Product ID : 00369-90000-00000-AA703
Advanced ID : XXXXX-03699-000-000000-00-1032-9200.0000-0672017
@xeron56
xeron56 / laravellocal.md
Created March 7, 2020 04:08 — forked from hootlex/laravellocal.md
Run laravel project locally

##Windows users:

cmder will be refered as console

##Mac Os, Ubuntu and windows users continue here:

  • Create a database locally named homestead utf8_general_ci

implementation 'androidx.recyclerview:recyclerview:1.0.0'

android.support.design.widget.TextInputLayout => com.google.android.material.textfield.TextInputLayout

android.support.v7.widget.RecyclerView => androidx.recyclerview.widget.RecyclerView

android.support.v4.widget.SwipeRefreshLayout => androidx.swiperefreshlayout.widget.SwipeRefreshLayout

android.support.v7.widget.Toolbar => androidx.appcompat.widget.Toolbar

@xeron56
xeron56 / wsl-lamp.md
Created May 6, 2020 09:03 — forked from aslamdoctor/wsl-lamp.md
Windows 10 - WSL LAMP Stack Setup
@xeron56
xeron56 / lamp.sh
Created May 7, 2020 02:34 — forked from UbuntuEvangelist/Completely Uninstall LAMP Stack Ubuntu 24.04 LTS
Completely Uninstall LAMP Ubuntu 18.04 LTS
#!/bin/bash
# This will remove Apache
sudo service apache2 stop
sudo apt-get purge apache2 apache2-utils apache2.2-bin apache2-common
sudo apt remove apache2.*
sudo apt-get autoremove
whereis apache2
sudo rm -rf /etc/apache2
@xeron56
xeron56 / step-to-step-to-eject-expo-by-right-way.md
Created November 1, 2020 18:10 — forked from phuochau/step-to-step-to-eject-expo-by-right-way.md
Step to Step to eject Expo by right way (Expo 32.0.0)

1. Step to step to eject to ExpoKit by right way:

Step 1. Run command: expo eject in root of expo project.

Step 2. Choose 2nd option: Eject to ExpoKit and follow step to step from Expo command to eject it completely.

Step 3 (Optional) Install dependencies (normally, Expo will auto run this command)

yarn install
@xeron56
xeron56 / building_tensorflow.md
Created September 16, 2021 09:27 — forked from kmhofmann/building_tensorflow.md
Building TensorFlow from source

Building TensorFlow from source (TF 2.3.0, Ubuntu 20.04)

Why build from source?

The official instructions on installing TensorFlow are here: https://www.tensorflow.org/install. If you want to install TensorFlow just using pip, you are running a supported Ubuntu LTS distribution, and you're happy to install the respective tested CUDA versions (which often are outdated), by all means go ahead. A good alternative may be to run a Docker image.

I am usually unhappy with installing what in effect are pre-built binaries. These binaries are often not compatible with the Ubuntu version I am running, the CUDA version that I have installed, and so on. Furthermore, they may be slower than binaries optimized for the target architecture, since certain instructions are not being used (e.g. AVX2, FMA).

So installing TensorFlow from source becomes a necessity. The official instructions on building TensorFlow from source are here: ht

@xeron56
xeron56 / pipenv_cheat_sheet.md
Created August 13, 2022 16:16 — forked from bradtraversy/pipenv_cheat_sheet.md
Pipenv cheat sheet for common commands

Pipenv Cheat Sheet

Install pipenv

pip3 install pipenv

Activate

pipenv shell
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwAuQNZ2Es/c/k/OxAsHBfuNUK5XmjkAFISe+IADCDkkmbiDsH/6EZd+Dum6tlLrw5fJVdhzsvUWlfzOZiN9WArHzvsuZ7Tx5ebxsba/2w3kRlH5WbJqrFDQENhmMDJn8lmLpSAbeAS6dQ80+GbrFYnDAhFTxX7WBbCPHEypuAhnY1UWn/pFxAEomgs+vBghHRu78ynkVmC8HI8zAprEj889m8iZJ0UCSwS0+/VQB+/BOukGyAsJlg8rrQ+HmP9PWQG/X9HsFnrhQrJeAGpDAqn9mQ1iB1j/1kLOw/zf950rj9nmteHl8orqGSstJzb90aiqwlNTRJkE1Ir4jUPvLJG4JG5hvMNXe65DiVY5XtA0w7HjN9gBno8T4NZjjRCxJlWC36gbGCVIW8vbIiGtBdgybzwfrlralUqGLSY322lDXjWchIXY6jy2qyYLsUJC8SZz2+VRPwJf7gF2f2otDjVNR9qbAn5jySu3o41B1X+3WB0NNsXg5V+gLiIDrRhY0= user@DESKTOP-G8AM4LQ