Skip to content

Instantly share code, notes, and snippets.

@anondesigns
anondesigns / MimeMap.cs
Created January 23, 2016 02:20 — forked from atifaziz/MimeMap.cs
MIME Mapping (C#)
#region Imports
using System;
using System.Collections.Generic;
using System.Linq;
using System.Collections;
using System.Configuration;
using System.IO;
#endregion
@anondesigns
anondesigns / gist:3368435
Created August 16, 2012 08:37 — forked from tvandervossen/gist:1231476
Mobile Safari viewport sizes on iOS 4.3 and 5
iPad
1024 × 690 In landscape on iOS 4.3
1024 × 672 In landscape on iOS 5
768 × 946 In portrait on iOS 4.3
768 × 928 In portrait on iOS 5
1024 × 660 Always showing bookmarks bar in landscape on iOS 4.3
1024 × 644 Always showing bookmarks bar in landscape on iOS 5
768 × 916 Always showing bookmarks bar in portrait on iOS 4.3