Skip to content

Instantly share code, notes, and snippets.

View hjazz's full-sized avatar
🏠
Working from home

jazz-triple hjazz

🏠
Working from home
View GitHub Profile
Jan 27 19:39:29 spaziale itunesstored[108] <Warning>: [ApplicationWorkspace]: Installing software package with bundleID: com.placemarker.places: bundleVersion: 3 path: /var/mobile/Media/Downloads/-5310997826876130007/1030928563015335669
Jan 27 19:39:29 spaziale itunesstored[108] <Warning>: LaunchServices: installing app for existing placeholder <LSApplicationProxy: 0x1266a69d0> com.placemarker.places (Placeholder) <file:///private/var/mobile/Containers/Bundle/Application/81C017B2-D164-4083-9A4A-010C3CE0EF39/-5310997826876130007.app>
Jan 27 19:39:29 spaziale itunesstored[108] <Warning>: LaunchServices: Creating installProgressForApplication:<LSApplicationProxy: 0x1266a69d0> com.placemarker.places (Placeholder) <file:///private/var/mobile/Containers/Bundle/Application/81C017B2-D164-4083-9A4A-010C3CE0EF39/-5310997826876130007.app> withPhase:1
Jan 27 19:39:29 spaziale lsd[82] <Warning>: LaunchServices: Updating installPhase for parent <NSProgress: 0x146660300> : Parent: 0x0 / Fraction completed: 0.5800 / Complete
@usagimaru
usagimaru / gist:47002e03c10b4548bfc0
Last active August 29, 2015 14:13
Drawing 1px lines on iOS Device with Retina Display

UIView

幅1pxの横線または縦線を描画する場合。

// 線幅
CGFloat wide = 1.0f / [UIScreen mainScreen].scale;

UIView *horizontal = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 100, wide)];
@r3econ
r3econ / UIButton+VerticalLayout.h
Last active May 14, 2020 01:30
UIButton category for centering title label and image vertically. The text label is placed below the image.
@interface UIButton (VerticalLayout)
- (void)centerVerticallyWithPadding:(float)padding;
- (void)centerVertically;
@end
@wanybae
wanybae / gist:4334130
Last active March 25, 2017 03:36
Mac OS X의 터미널에서 Sublime Text 2를 실행하기

Mac OS X 터미널에서 Sublime Text 2 실행하기

Sublime Text 2는 subl(왜 sublime이 아닌지는 의문)이라는 CLI(Command-lime interface)을 갖고있다. 이 유틸리티는 디폴트로 설치되는 다음과 같은 폴더에 위치한다.

open /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl

설치

물론 저 폴더에 있는 subl을 바로 사용하면 되겠지만 편리하게 사용할 수 있는 두가지 방법을 적어본다.

@agnoster
agnoster / README.md
Last active April 6, 2024 22:35
My ZSH Theme

agnoster.zsh-theme

A ZSH theme optimized for people who use:

  • Solarized
  • Git
  • Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)

For Mac users, I highly recommend iTerm 2 + Solarized Dark