Skip to content

Instantly share code, notes, and snippets.

View notacouch's full-sized avatar

Abed Islam notacouch

View GitHub Profile
@notacouch
notacouch / jquery-live-preview-drupal-admin-links.js
Last active September 30, 2015 19:19
jQuery Live Preview Drupal Admin Links
@notacouch
notacouch / .nav-marker-rules
Created February 22, 2016 21:08
Coda bookmark matching for atom-nav-panel
#marker-rule: /\/[\/\*] ?\!(.*)/||%1||Comment Bookmarks
@notacouch
notacouch / init.coffee
Created March 9, 2016 23:32
Atom Tab Bar should scroll tab into view
`
var next_active_file_timer = 0;
atom.commands.onDidDispatch(function(event){
//console.log('event type: ', event.type);
clearTimeout(next_active_file_timer);
if (event.type === 'tree-view:reveal-active-file') {
next_active_file_timer = setTimeout(function(){
var $ = atom.document.querySelector;
var $pane = $.call(atom.document, '.panes');
var $bar = $.call(atom.document, '.panes .tab-bar');
@notacouch
notacouch / franceRegions_low.json
Last active July 20, 2018 23:15
France Regions simplified geojson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@notacouch
notacouch / colombia-cities-simplified-33.json
Created September 25, 2018 21:11
Colombia cities geojson simplified 33%
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@notacouch
notacouch / colombia-cities-simplified-8.json
Created September 25, 2018 21:42
Colombia cities geojson simplified 8%
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@notacouch
notacouch / colombia-cities-simplified-8-2.json
Created September 26, 2018 14:07
Colombia cities geojson simplified 8%
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@notacouch
notacouch / colombia-cities-simplified-8-3.json
Created September 26, 2018 14:12
Colombia cities geojson simplified 8% attempt #3
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@notacouch
notacouch / colombia-states-geojson-simplified-8.json
Created September 27, 2018 23:51
colombia-states-geojson-simplified-8
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@notacouch
notacouch / colombia-states-cities-combined.json
Created September 28, 2018 01:21
Colombia states cities geojson combined
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.