This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// AppleRemote.swift | |
// HomeCamTV2 | |
// | |
// Created by Aaron Pearce on 18/02/22. | |
// Copyright © 2022 Pearce Media Limited. All rights reserved. | |
// | |
import GameController |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Based upon https://web.archive.org/web/20150227031931/http://www.codelib.net/home/jkm/hexcolorscale.html | |
extension UIColor { | |
func scaled(by factor: CGFloat) -> UIColor { | |
let components = self.cgColor.components | |
var r: CGFloat = (components?[0] ?? 0.0) * 255 | |
var g: CGFloat = (components?[1] ?? 0.0) * 255 | |
var b: CGFloat = (components?[2] ?? 0.0) * 255 | |
let alpha: CGFloat = components?[3] ?? 1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Remote Site is Down", | |
"message": "appstoreconnect.apple.com has been down for five minutes, please reboot the poor Mac mini.", | |
"imageName": "exclamationmark.triangle.fill", | |
"color": "#FF0000" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Company: | |
Role: | |
Full-time: | |
Remote OK: | |
Sponsorship: | |
Salary Range: [Actual range, not "Based on experience or skillset, location, hourly" or so forth] | |
Contact: | |
Location: | |
Relocation Assistance: | |
Open to Agencies/Consultancies/Intermediaries: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fragment is larger than or outside of variable | |
call void @llvm.dbg.value(metadata i64 0, metadata !2267, metadata !DIExpression(DW_OP_LLVM_fragment, 128, 64)), !dbg !2271 | |
!2267 = !DILocalVariable(name: "bytes", arg: 1, scope: !2268, file: !3, line: 28, type: !160) | |
fragment is larger than or outside of variable | |
call void @llvm.dbg.value(metadata i64 0, metadata !2267, metadata !DIExpression(DW_OP_LLVM_fragment, 192, 64)), !dbg !2271 | |
!2267 = !DILocalVariable(name: "bytes", arg: 1, scope: !2268, file: !3, line: 28, type: !160) | |
fragment is larger than or outside of variable | |
call void @llvm.dbg.value(metadata i64 0, metadata !2272, metadata !DIExpression(DW_OP_LLVM_fragment, 128, 64)), !dbg !2276 | |
!2272 = !DILocalVariable(name: "bytes", arg: 1, scope: !2273, file: !3, line: 33, type: !160) | |
fragment is larger than or outside of variable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT GROUP_CONCAT('kill ',id SEPARATOR '; ') AS kill_list | |
FROM INFORMATION_SCHEMA.PROCESSLIST | |
WHERE command='Sleep'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
047efb376d43be66bdd5a6a587970323a14fffba85cb8d987cfa42ab31c86578591acdcc8f31b640b58d4d7497133f6a292356b079b2551bc7c084e57486fa6cc6;brandonshega |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Job Title: | |
Location: | |
Full Time: YES/NO | |
Remote: YES/NO | |
Company Description: | |
Responsibilities: | |
Pay Scale: | |
Application Link: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name dAmn Alerts | |
// @namespace Pickley | |
// @description Makes noise and shit when a message is hit in Menubar | |
// @include http://chat.deviantart.com/chat/* | |
// @include https://chat.deviantart.com/chat/* | |
// @grant none | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.pbxproj binary merge=union |
NewerOlder