This file contains 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
# Eachine UZ65 drone Betaflight 4.1.1 default settings dump | |
# diff all | |
# version | |
# Betaflight / CRAZYBEEF4FR (C4FR) 4.1.1 Nov 15 2019 / 12:15:23 (1e5e3d369) MSP API: 1.42 | |
# start the command batch | |
batch start |
This file contains 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
// | |
// CALayer+AnimationPlayback.swift | |
// Created by Philip Vasilchenko on 4/27/18. | |
// | |
import UIKit | |
// Pause animations of layer tree | |
// | |
// Technical Q&A QA1673: |
This file contains 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
// | |
// MGTextField | |
// Megogo | |
// | |
// Copyright (c) 2013 Megogo.net. All rights reserved. | |
// | |
#import <Foundation/Foundation.h> | |
This file contains 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
// | |
// BeInstanceOfShorthand | |
// | |
// Created by Philip Vasilchenko on 25.09.14. | |
// Copyright (c) 2014 Okolodev. All rights reserved. | |
// | |
#import <Cedar/Base.h> | |
namespace Cedar { |
This file contains 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
// | |
// UIImage(ImageEffects) | |
// Megogo | |
// | |
// Created by Philip Vasilchenko on 13.01.14. | |
// Copyright (c) 2013 Megogo.net. All rights reserved. | |
// | |
#import <UIKit/UIKit.h> |
This file contains 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
Pod::Spec.new do |s| | |
s.name = 'V8HorizontalPickerView' | |
s.version = '0.0.1' | |
s.summary = 'Horizontal UIPickerView Control for iOS.' | |
s.description = %{ | |
Horizontal UIPickerView Control for iOS. | |
This is pod for jmoody fork. Which implementing arc, customViews, fix lot of bugs, etc. | |
} |
This file contains 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
Paste this url in Safari: alfredapp://customsearch/Search%20Habrahabr%20for/habr/utf8/url=http://habrahabr.ru/search/?q={query} |
This file contains 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
Pod::Spec.new do |s| | |
s.name = 'RSSKit' | |
s.version = '0.0.1' | |
s.summary = 'iOS framework to make development of RSS reader apps easier.' | |
s.description = %{ | |
iOS framework to make development of RSS reader apps easier. | |
This is pod for jameshays fork. Which implemeting asynchronous loading, arc and some fixes. | |
} |