Skip to content

Instantly share code, notes, and snippets.

View duhovny's full-sized avatar

Sergey Philippov duhovny

View GitHub Profile
@mdo
mdo / 00-intro.md
Last active June 25, 2024 18:16
Instructions for how to affix an Ikea Gerton table top to the Ikea Bekant sit-stand desk frame.

Ikea Bekant standing desk with Gerton table top

@squarefrog
squarefrog / UIDeviceHardware.h
Created October 18, 2012 16:28 — forked from Jaybles/UIDeviceHardware.h
UIDeviceHardware - Determine iOS device being used
//
// UIDeviceHardware.h
//
// Used to determine EXACT version of device software is running on.
#import <Foundation/Foundation.h>
@interface UIDeviceHardware : NSObject
+ (NSString *) platform;
@vlado
vlado / gist:2028727
Created March 13, 2012 13:26
Placeholder text does not disappear in webkit (safari, chrome)
input:focus::-webkit-input-placeholder {
color: transparent;
}