Skip to content

Instantly share code, notes, and snippets.

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

ManishRaj androidfanatic

🏠
Working from home
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Docker 301</title>
<meta charset="utf-8">
<style>
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
* {
font-family: 'Ubuntu Mono';
<!DOCTYPE html>
<html>
<head>
<title>plotrowsv1.mbtiles</title>
<meta charset="utf-8"/>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no"/>
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.12.1/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.12.1/mapbox-gl.css' rel='stylesheet' />
<style>
html, body, #map {width:100%; height:100%; margin:0; padding:0;}
@androidfanatic
androidfanatic / lxqt-rc.xml
Last active June 26, 2019 05:58
always on top, move, print-screen
<?xml version="1.0" encoding="UTF-8"?>
<!-- Do not edit this file, it will be overwritten on install.
Copy the file to $HOME/.config/openbox/ instead. -->
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
<resistance>
<strength>10</strength>
<screen_edge_strength>20</screen_edge_strength>
</resistance>
<focus>
<focusNew>yes</focusNew>

Keybase proof

I hereby claim:

  • I am androidfanatic on github.
  • I am manish_raj (https://keybase.io/manish_raj) on keybase.
  • I have a public key whose fingerprint is 1F85 AF6B 5A7B 5A89 7FB2 2E4B BB49 4AA5 B957 13A3

To claim this, I am signing this object:

// ==UserScript==
// @name LinkedinIsFacebookNow
// @version 1
// @grant none
// @include https://www.linkedin.com/*
// @run-at document-end
// ==/UserScript==
// Idea:
// This script hides all the popular posts. I figured that most of the popular stuff
@androidfanatic
androidfanatic / index.html
Last active August 13, 2019 06:23
Accessibility on the Web
<!DOCTYPE html>
<html lang="en">
<head>
<title>Accessibility and The Web</title>
<meta charset="utf-8">
<style>
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
* {
font-family: 'Ubuntu Mono';
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8' />
<title>Leh 2019</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1'>
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v1.2.1/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v1.2.1/mapbox-gl.css' rel='stylesheet' />
<style>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@androidfanatic
androidfanatic / layout.json
Created October 3, 2019 09:38
Layout serialized by golden-layout
{
"settings": {
"hasHeaders": true,
"constrainDragToContainer": true,
"reorderEnabled": true,
"selectionEnabled": false,
"popoutWholeStack": false,
"blockedPopoutsThrowError": true,
"closePopoutsOnUnload": true,
"showPopoutIcon": false,
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.