Skip to content

Instantly share code, notes, and snippets.

View sabman's full-sized avatar
😀
Building, Shiping, Sharing!

Shoaib Burq sabman

😀
Building, Shiping, Sharing!
View GitHub Profile
@sabman
sabman / cloudSettings
Created October 16, 2019 22:45
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-10-16T22:45:12.650Z","extensionVersion":"v3.4.3"}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sabman
sabman / 0-problem.md
Last active August 6, 2019 05:38
Geografia GIS Quiz

Problem

The first map shows the suburbs in and around the LGA of Darebin (C). The second map shows the Local Government Area (LGA) boundaries. We are interested only in the suburbs that overlap with the LGA of Darebin (C).

Can you describe as a huristic or intuitively how you would go about obtaining the suburbs that overlap and are within the LGA of Darebin (C) as per map 3

@sabman
sabman / lga-Darebin.geojson
Last active August 6, 2019 05:29
Geografia GIS Quiz
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import React, { Component } from "react";
import {
ComposableMap,
ZoomableGroup,
Geographies,
Geography,
Markers,
Marker
} from "react-simple-maps";
import ReactTooltip from "react-tooltip";
@sabman
sabman / .rubocop.yml
Created March 2, 2019 22:54 — forked from jhass/.rubocop.yml
My preferred Rubocop config
AllCops:
RunRailsCops: true
# Commonly used screens these days easily fit more than 80 characters.
Metrics/LineLength:
Max: 120
# Too short methods lead to extraction of single-use methods, which can make
# the code easier to read (by naming things), but can also clutter the class
Metrics/MethodLength:

Keybase proof

I hereby claim:

  • I am sabman on github.
  • I am saburq (https://keybase.io/saburq) on keybase.
  • I have a public key whose fingerprint is B86E DB26 120F B0EC 7AC9 6D5F 4E1B E819 1572 2242

To claim this, I am signing this object:

@sabman
sabman / Sagemaker-Notebook.ipynb
Created November 2, 2018 12:02
Sagemaker-Notebook for Bank Data
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sabman
sabman / index.html
Last active May 11, 2018 12:17 — forked from stevage/index.html
Medieval Melbourne
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title></title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.32.1/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.32.1/mapbox-gl.css' rel='stylesheet' />
<style>
body { margin:0; padding:0; }