Skip to content

Instantly share code, notes, and snippets.

Avatar

Benjamin Høegh BenjaminHoegh

View GitHub Profile
@lucasg
lucasg / dash-doggybag.py
Last active November 27, 2022 02:17
Bulk downloader for dash docsets (official and user contributed)
View dash-doggybag.py
#!/usr/bin/env python3
import sys
import json
import os
import os.path
import shutil
import logging
import tempfile
import glob
import argparse
@cnmcgrath
cnmcgrath / Poke.py
Last active May 15, 2019 07:35
simple facebook poke bot
View Poke.py
#! /usr/bin/python
Facebook_Username = "your_email"
Facebook_Password = "your_password"
from sys import exit, stdout
import traceback
import mechanize
import time
import os
@rxaviers
rxaviers / gist:7360908
Last active March 21, 2023 21:27
Complete list of github markdown emoji markup
View gist:7360908

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@jookyboi
jookyboi / README.md
Created March 30, 2013 01:11
Example using the marked.js README
View README.md

marked

A full-featured markdown parser and compiler, written in javascript. Built for speed.

Benchmarks

node v0.4.x

$ node test --bench
@vsajip
vsajip / pyvenvex.py
Last active February 24, 2023 00:46
A script which demonstrates how to extend Python 3.3's EnvBuilder, by installing setuptools and pip in created venvs. This functionality is not provided as an integral part of Python 3.3 because, while setuptools and pip are very popular, they are third-party packages.The script needs Python 3.3 or later; invoke it using"python pyvenvex.py -h"fo…
View pyvenvex.py
#
# Copyright (C) 2013-2020 Vinay Sajip. New BSD License.
#
import os
import os.path
from subprocess import Popen, PIPE
import sys
from threading import Thread
from urllib.parse import urlparse
from urllib.request import urlretrieve
@digitaljhelms
digitaljhelms / gist:4287848
Last active March 21, 2023 05:49
Git/GitHub branching standards & conventions
View gist:4287848

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch
@vitalyrotari
vitalyrotari / touch.js
Last active October 22, 2021 22:01
jQuery Touch Gestures
View touch.js
jQuery Touch Gestures ported from QUOjs
@see http://quojs.tapquo.com/
Version 1.1
-- @add singleTap event
-- @fix doubleTap event
-- @fix hold event
@kevinSuttle
kevinSuttle / meta-tags.md
Last active March 18, 2023 12:34 — forked from lancejpollard/meta-tags.md
List of Usable HTML Meta and Link Tags
@lancejpollard
lancejpollard / meta-tags.md
Created March 5, 2012 13:54
Complete List of HTML Meta Tags
View meta-tags.md

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">