Skip to content

Instantly share code, notes, and snippets.

View Philipinho's full-sized avatar
🎯
Focusing on Java

Philip Okugbe Philipinho

🎯
Focusing on Java
  • United Kingdom
View GitHub Profile
@Philipinho
Philipinho / FACEBOOK_README.md
Last active July 1, 2023 13:42 — forked from nikcub/README.md
Facebook PHP Source Code from August 2007
@Philipinho
Philipinho / add-alpine-js-to-tailwind-ui.js
Created February 28, 2023 18:50 — forked from KevinBatdorf/add-alpine-js-to-tailwind-ui.js
Auto copy the Alpine code from Tailwind UI's copy button
// ==UserScript==
// @name Add AlpineJs to Tailwind UI
// @namespace http://tampermonkey.net/
// @version 3.0
// @description Add Alpine JS code to Tailwind Ui copy/paste
// @author https://gist.github.com/KevinBatdorf/8bd5f808fff6a59e100dfa08a7431822
// @match https://tailwindui.com/components/*
// @grant none
// ==/UserScript==
@Philipinho
Philipinho / passgitgpg.md
Created January 19, 2023 17:46 — forked from flbuddymooreiv/passgitgpg.md
Setting up pass on git with a gpg key

The following shell transcript shows how to:

  • Create a GPG key
  • Create a pass database
  • Add git support to the pass database
  • Create a remote git repository
  • Push the pass database to the remote git repository
  • Fetch and display your passwords from another host

It is assumed that the pass package has been installed on both the first and second computers.