Skip to content

Instantly share code, notes, and snippets.

@iop883684
iop883684 / ex
Created December 13, 2019 11:05
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.
@iop883684
iop883684 / gist:1a34d60c8f7d2678e364400541703c53
Created January 30, 2018 03:37 — forked from CristinaSolana/gist:1885435
Keeping a fork up to date

1. Clone your fork:

git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
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