Skip to content

Instantly share code, notes, and snippets.

View iamitava's full-sized avatar

Amitava Bhattacharyya iamitava

View GitHub Profile
@iamitava
iamitava / homebrew_shared-mime-info_deps.md
Created September 20, 2017 21:22
Homebrew config for shared-mime-info issue

brew config

$ brew config
HOMEBREW_VERSION: 1.3.2
ORIGIN: https://github.com/Homebrew/brew
HEAD: 751334a257d81851e68da7ab390982d4e9fdf909
Last commit: 2 weeks ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 4037d045834815b9292d9ca3e86bd25460030688
@iamitava
iamitava / view_dimensions
Created December 24, 2014 21:51
Show Browser Viewport Dimensions
<!doctype html>
<html>
<head>
<title>Viewport Dimensions</title>
<style>
p {
margin: 10px;
}
</style>
<script>