Skip to content

Instantly share code, notes, and snippets.

@maddox
maddox / handheld-screen-sizes.md
Last active February 5, 2023 04:20
Handheld Screen Sizes
model screen size resolution aspect as 4x3 as 16x9
RG280v 2.8" 320x240 4:3 2.8" 2.57"
RG351p/m 3.5" 480x320 3:2 3.24" 3.34"
RG351v 3.5" 640x480 4:3 3.5" 3.21"
RG552 5.36" 1920×1152 5:3 4.6" 5.27"
RGB10 Max (2) 5" 854x480 16:9 4.09" 5"
PSP 4.3" 480×272 16:9 3.51" 4.3"
PSP Go 3.8" 480×272 16:9 3.1" 3.8"
PS Vita 5" 960x544 16:9 4.09" 5"
@ahmadawais
ahmadawais / OneDevMinute.md
Last active September 29, 2018 02:50
[OneDevMinute]: Shell Aliases For Easy Directory Navigation

OneDevMinute

Ever had that typo where you wrote cd.. instead of cd .. — well this tip not only addresses that typo but also adds a couple other aliases to help you easily navigate through your systems directories. #OneDevMinute

################################################
# 🔥 #OneDevMinute
#
# Daily one minute developer tips.
# Ahmad Awais (https://twitter.com/MrAhmadAwais)
@leostratus
leostratus / webkit-pseudo-elements.md
Created September 21, 2012 01:44
Webkit Pseudo-Element Selectors (Shadow DOM Elements)

An ongoing project to catalogue all of these sneaky, hidden, bleeding edge selectors as I prepare my JSConf EU 2012 talk.

Everything is broken up by tag, but within each the selectors aren't particularly ordered.

I have not tested/verified all of these. Have I missed some or got it wrong? Let me know. - A

A friendly reminder that you may need to set this property on your target/selected element to get the styling results you want:

-webkit-appearance:none;