Skip to content

Instantly share code, notes, and snippets.

View AliwerErgashev's full-sized avatar

Alisher Ergashev AliwerErgashev

  • Freelancer
  • Uzbekistan, Tashkent
View GitHub Profile
@AliwerErgashev
AliwerErgashev / gist:56a748626cd2b1f204155f977a3a3756
Created December 4, 2017 12:54
How to restore unreadable USB flash drive under Mac OS X
1. Open Terminal and go to /dev
$ cd /dev
2. Now it’s time to find your flash drive in /dev. Typically it’s /dev/diskN where N could be 0, 1, 2, 3, etc
$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *121.3 GB disk0
1: EFI 209.7 MB disk0s1
@AliwerErgashev
AliwerErgashev / materialDesignBoxShadow.css
Last active September 12, 2017 17:08
Material design box shadow
body {
background: #e2e1e0;
text-align: center;
}
.card {
background: #fff;
border-radius: 2px;
display: inline-block;
height: 300px;
Angular.ng-template
johnpapa.angular2
CoenraadS.bracket-pair-colorizer
EditorConfig.editorconfig
dbaeumer.vscode-eslint
donjayamanne.githistory
ecmel.vscode-html-css
xabikos.javascriptsnippets
PKief.material-icon-theme
Equinusocio.vsc-material-theme
@AliwerErgashev
AliwerErgashev / settings.json
Created August 14, 2017 06:56
vs code settings
{
"editor.fontSize": 14,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.minimap.enabled": false,
"editor.quickSuggestions": {
"comments": true,
"other": true,
"strings": true