Skip to content

Instantly share code, notes, and snippets.

View roman-dzieciol's full-sized avatar
🎯
Focusing

Roman Dzieciol roman-dzieciol

🎯
Focusing
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DVTConsoleDebuggerInputTextColor</key>
<string>1 1 1 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>SFMono-Bold - 10.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>1 1 1 1</string>
[ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion
export GIT_PS1_SHOWDIRTYSTATE=1
export GIT_PS1_SHOWCOLORHINTS=1
export GIT_CURL_VERBOSE=0
export GIT_TRACE=0
exitstatus()
{
/* @class UICollectionViewFlowLayout */
-(void)_getSizingInfosWithExistingSizingDictionary:(void *)arg2 {
rdx = arg2;
var_E8 = _cmd;
r15 = self;
var_128 = [rdx retain];
rax = [r15 collectionView];
rax = [rax retain];
r14 = rax;
var_B0 = [[rax _delegateProxy] retain];
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<profiles version="16">
<profile kind="CodeFormatterProfile" name="Bamboo" version="16">
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment" value="common_lines"/>
<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_logical_operator" value="insert"/>
AuxiliaryFilesWriting
BlockQueue
Build
BuildConfigurations
BuildContext
BuildInfo
Building
BuildMessages
BuildPlanCreation
BuildRuleLoading
#pragma once
@import Foundation;
@class Xcode3Project;
@class IDEWorkspace;
@class IDEXBSBuildParameters;
@class IDEScheme;
@class DVTMacroDefinitionTable;
@class DVTSourceControlWorkspaceBlueprint;
@roman-dzieciol
roman-dzieciol / gist:40bac5ccec604039c4781f1494c5a117
Created March 19, 2018 16:40
NSTimeZone.abbreviationDictionary
po NSTimeZone.abbreviationDictionary
▿ 51 elements
▿ 0 : 2 elements
- key : "CEST"
- value : "Europe/Paris"
▿ 1 : 2 elements
- key : "CDT"
- value : "America/Chicago"
▿ 2 : 2 elements
- key : "EET"
@roman-dzieciol
roman-dzieciol / gist:2faa92d2d804f0a1f8494366bb92a85c
Created March 19, 2018 16:39
NSTimeZone.knownTimeZoneNames
po NSTimeZone.knownTimeZoneNames
▿ 437 elements
- 0 : "Africa/Abidjan"
- 1 : "Africa/Accra"
- 2 : "Africa/Addis_Ababa"
- 3 : "Africa/Algiers"
- 4 : "Africa/Asmara"
- 5 : "Africa/Bamako"
- 6 : "Africa/Bangui"
- 7 : "Africa/Banjul"
@roman-dzieciol
roman-dzieciol / gist:8ebf68ae4397a4e7ce3352e2f431d21e
Created March 19, 2018 16:38
NSLocale.availableLocaleIdentifiers
(lldb) po NSLocale.availableLocaleIdentifiers
▿ 789 elements
- 0 : "eu"
- 1 : "hr_BA"
- 2 : "en_CM"
- 3 : "en_BI"
- 4 : "rw_RW"
- 5 : "ast"
- 6 : "en_SZ"
- 7 : "he_IL"
import UIKit
class CustomWindow: UIWindow {
}
class ViewController: UIViewController {
var window: UIWindow?