Optional - Set format on save and any global prettier options
npm i -D eslint prettier eslint-plugin-prettier eslint-config-prettier eslint-plugin-node eslint-config-node
| { | |
| "telemetry.enableTelemetry": false, | |
| "telemetry.enableCrashReporter": false, | |
| "files.exclude": { | |
| "**/.git": true, | |
| "**/.DS_Store": true, | |
| "**/.vscode": true, | |
| "**/__pycache__": true, | |
| "**/.pytest_cache": true, | |
| "**/node_modules": false, |
| { | |
| "telemetry.enableTelemetry": false, | |
| "telemetry.enableCrashReporter": false, | |
| "files.exclude": { | |
| "**/.git": true, | |
| "**/.DS_Store": true, | |
| "**/.vscode": true, | |
| "**/__pycache__": true, | |
| "**/.pytest_cache": true, | |
| "**/node_modules": true, |
| [UPDATED 2019] | |
| Kumpulan Course dari Udemy untuk belajar tentang JavaScript dan beberapa frameworknya. | |
| Untuk memahami pembuatan aplikasi web dengan teknologi serba JavaScript depan belakang (Fullstack JavaScript + CSS + HTML) yang mana saat ini mulai banyak dipakai saat ini. | |
| Setiap beberapa waktu dalam seminggu, course-course ini mendapat diskon harga, sehingga harganya lebih murah dari hari-hari biasa. | |
| Beberapa pilihannya untuk JavaScript Backend Node.js : | |
| https://www.udemy.com/the-complete-nodejs-developer-course-2/ | |
| https://www.udemy.com/nodejs-the-complete-guide/ |
| // module with classes and logic for working with local storage in browsers via JavaScript | |
| // see also: http://professorweb.ru/my/html/html5/level5/5_1.php | |
| module StorageHelper { | |
| export interface IStorageItem { | |
| key: string; | |
| value: any; | |
| } | |
| export class StorageItem { | |
| key: string; |
| import android.os.Handler; | |
| import android.support.v7.widget.LinearLayoutManager; | |
| import android.support.v7.widget.RecyclerView; | |
| import android.util.Log; | |
| import android.view.LayoutInflater; | |
| import android.view.View; | |
| import android.view.ViewGroup; | |
| import android.widget.ProgressBar; | |
| import android.widget.TextView; |
| public class RealPathUtil { | |
| public static String getRealPath(Context context, Uri fileUri) { | |
| String realPath; | |
| // SDK < API11 | |
| if (Build.VERSION.SDK_INT < 11) { | |
| realPath = RealPathUtil.getRealPathFromURI_BelowAPI11(context, fileUri); | |
| } | |
| // SDK >= 11 && SDK < 19 | |
| else if (Build.VERSION.SDK_INT < 19) { |
| // module with classes and logic for working with local storage in browsers via JavaScript | |
| // see also: http://professorweb.ru/my/html/html5/level5/5_1.php | |
| module StorageHelper { | |
| export interface IStorageItem { | |
| key: string; | |
| value: any; | |
| } | |
| export class StorageItem { | |
| key: string; |
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
|---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |