Skip to content

Instantly share code, notes, and snippets.

View abdullahceylan's full-sized avatar
🎯
Focusing

Abdullah Musab Ceylan abdullahceylan

🎯
Focusing
View GitHub Profile
@abdullahceylan
abdullahceylan / howto.md
Last active August 27, 2022 00:55 — forked from miazga/howto.md
Expo + Android TV
// ==UserScript==
// @name Medium: remove location hash
// @namespace http://efcl.info/
// @description Remove location hash from medium
// @include https://medium.com/*#*
// @version 1
// @grant none
// ==/UserScript==
function removeLocationHash(){

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@abdullahceylan
abdullahceylan / GIF-Screencast-OSX.md
Created December 3, 2018 22:33 — forked from dergachev/GIF-Screencast-OSX.md
OS X Screencast to animated GIF

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application:

# basic pfctl control
# ==
# Related: http://www.OpenBSD.org
# Last update: Tue Dec 28, 2004
# ==
# Note:
# this document is only provided as a basic overview
# for some common pfctl commands and is by no means
# a replacement for the pfctl and pf manual pages.