Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: iAtYJ4HpUVfIUoNnif1DA
// | |
// OriginAxis.swift | |
// | |
// Created by abc on 2019-03-07. | |
// Copyright © 2019 Cenk Bilgen. All rights reserved. | |
// | |
import Foundation | |
import SceneKit |
import UIKit | |
class Counter { | |
let manager = UndoManager() | |
var count = 0 | |
@objc func increment() { | |
count += 1 | |
manager.registerUndo(withTarget: self, selector: #selector(Counter.decrement), object: nil) | |
} |
The OptiFine installer requires that MC be installed in the default launcher and has opened the version of MC at least once. Do this first. | |
1. Download OptiFine | |
2. Extract OptiFine | |
a. Double click the download from step 1 | |
b. Click Extract button | |
c. Navigate to MultiMC instance you wish to install OptiFine into (C:\mc\MultiMC\instances\1.13\.minecraft\) | |
3. Move extracted Optifine to instance \ libraries folder (C:\mc\MultiMC\instances\1.13\libraries\) | |
4. In MultiMC edit instance, go to Version screen and select the Minecraft entry in the list. Then click Add to Minecraft.jar | |
5. Select the OptiFine file you extracted and moved in step 3. |
import UIKit | |
class MyTextLabel: UIView { | |
var textLayer = CATextLayer() | |
var textStorage: String = "" { | |
didSet { | |
textLayer.string = textStorage | |
} | |
} |
Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: iAtYJ4HpUVfIUoNnif1DA
#!/usr/bin/swift | |
// DISCLAIMER | |
// This script modifies an unencrypted file associated with the trial version of Final Cut Pro. | |
// Under the DMCA (17 U.S.C. § 1201), this modification does not qualify as circumvention of a technological | |
// protection measure (TPM), as it does not involve bypassing encryption, authentication, or similar protections. | |
// Distributing this code is therefore legal under the DMCA. | |
// This script is intended for educational and research purposes, such as exploring trial-related file structures, |
// | |
// ViewController.swift | |
// TEST_InputViewX | |
// | |
// Created by Greg Pierce on 10/5/17. | |
// Copyright © 2017 Agile Tortoise. All rights reserved. | |
// | |
// Demonstrates how to update an input accessory view | |
// to work on iPhone X with external keyboard attached | |
// using safe area insets. |
import logging | |
import discord | |
from discord import app_commands | |
from discord.ext import commands | |
LOGGER: logging.Logger = logging.getLogger(__name__) | |
/* | |
*** Academy Engraved LET *** | |
AcademyEngravedLetPlain | |
--------------------- | |
*** Al Nile *** | |
AlNile | |
AlNile-Bold | |
--------------------- | |
*** American Typewriter *** | |
AmericanTypewriter |