Konfigurasi Sublime Text 3 Favorit
Dikumpulkan dengan penuh ❤︎︎ oleh Ian Mustafa.
Bisa diakses melalui Ctrl+Shift+P (atau ⌘+Shift+P di Mac).
{Dikumpulkan dengan penuh ❤︎︎ oleh Ian Mustafa.
Bisa diakses melalui Ctrl+Shift+P (atau ⌘+Shift+P di Mac).
{Snippet Renders requ create require statement exstatic Express set the static folder
| SQL Queries : | |
| SELECT ( get data from table ) | |
| --------------------------------- | |
| SELECT <field_list> | |
| FROM <schema>.<table_name> AS <alias> | |
| <LEFT|RIGHT|FULL|INNER|OUTTER> JOIN <table_join_name> AS <table_join_alias> | |
| WHERE <where clause> | |
| GROUP BY <group by clause> | |
| ORDER BY <order by clause> | 
| # Download the source | |
| git clone https://github.com/instructure/canvas-lms.git canvas | |
| cd canvas | |
| git checkout --track -b stable origin/stable | |
| rbenv install –keep 1.9.3-p545 | |
| rbenv local 1.9.3-p545 | |
| brew install xmlsec1 postgresql | |
| bundle install | |
| # If you get this error: No source for ruby-1.9.3-p545 provided with debugger-ruby_core_source gem. | 
app.asar file from https://drive.google.com/file/d/1_sKvHVL6SebnYF73iZxSWD9l48Pddzvj/view?usp=sharingapp.asar file download in step 2 (Override app.asar file)
C:\Program Files\StarUML\resources/Applications/StarUML.app/Contents/Resources//opt/StartUML/resources| import face_recognition | |
| import cv2 | |
| import numpy as np | |
| import argparse | |
| import os | |
| def apply_blur(image, region, light_blur=False): | |
| """Menerapkan efek blur dengan intensitas berbeda""" | |
| try: | |
| top, right, bottom, left = region |