git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| protocol PS (Hanh vi co sơ cua S) | |
| protocol PA ( Hanh vi co so cu A) | |
| struct S1 : PS | |
| struct S2 :PS | |
| enum A1 : PA | |
| enum A2 : PA | |
| class Base<SG:PS,AG:PA>{ |
| { | |
| "version": "1.0.0", | |
| "force_update": false, | |
| "maintain": false, | |
| "maintain_message": "Ứng dụng đang bảo trì", | |
| "update_message": "Vui lòng update lên phiên bản cuối cùng để có trải nghiệm tốt hơn", | |
| "update_link": "", | |
| "sp": "", | |
| "youtube_support": true, | |
| "remote_tv_enabler": false, |
| { | |
| "force_update":false, | |
| "message":"Có phiên bản mới \n Ấn ok để update!", | |
| "version":"1.0.22" | |
| } |
| http://textuploader.com/d1r89/raw |
| - BIOS Features -> Windows 8/10 Features: [Other OS] | |
| - BIOS Features -> Storage Boot Option Control: [UEFI Only] | |
| - BIOS Features -> Other PCI Device ROM Priority: [UEFI Only] | |
| - Peripherals -> SATA Mode Selection: [AHCI] | |
| - Peripherals -> Intel Platform Trust Technology (PPT): [Disabled] | |
| - Peripherals -> OnBoard LAN Controller: [Disabled] <- I disabled this one in my setup as I replaced it with the dedicated Intel CT PCIe Ethernet card because the Killer chip on my H170-Gaming 3 motherboard literally 'KILLED!' the transfer bandwidth in my entire house. |
| Tricky Turn | |
| - Comment Google play - ko cần comment | |
| - edit link Appodeal | |
| - config target ios 8 | |
| - fix rotation | |
| - edit link share, rate | |
| - add corebluetook.framwork |
| on run {input, parameters} | |
| set new to "/*" & (input as string) & "*/" | |
| set the clipboard to new | |
| delay 0.2 | |
| tell application "System Events" to keystroke "v" using {command down} | |
| return input | |
| // | |
| // Utility.swift | |
| // SongProcessor | |
| // | |
| // Created by Degree on 12/6/16. | |
| // Copyright © 2016 AudioKit. All rights reserved. | |
| // | |
| import Foundation | |
| import UIKit |