Skip to content

Instantly share code, notes, and snippets.

View vincentleeuwen's full-sized avatar

Vincent van Leeuwen vincentleeuwen

  • Berlin
View GitHub Profile
@diachedelic
diachedelic / deep-link-from-browser.js
Last active June 10, 2025 08:37
Deep link to a native app from a browser, with a fallback
@joseluisq
joseluisq / terminal-git-branch-name.md
Last active July 23, 2025 13:28
Add Git Branch Name to Terminal Prompt (Linux/Mac)

Add Git Branch Name to Terminal Prompt (Linux/Mac)

image

Open ~/.bash_profile in your favorite editor and add the following content to the bottom.

# Git branch in prompt.

parse_git_branch() {
@nikcub
nikcub / README.md
Created October 4, 2012 13:06
Facebook PHP Source Code from August 2007
@ocean90
ocean90 / box-shadow.html
Last active October 16, 2025 12:49
CSS3 Box Shadow, only top/right/bottom/left and all
<!DOCTYPE html>
<html>
<head>
<title>Box Shadow</title>
<style>
.box {
height: 150px;
width: 300px;
margin: 20px;