Skip to content

Instantly share code, notes, and snippets.

View ladmerc's full-sized avatar
🏠
Working from home

Meke Ladna ladmerc

🏠
Working from home
  • Lagos, Nigeria
View GitHub Profile
@ladmerc
ladmerc / gmail-stats.gs
Created December 17, 2023 10:42 — forked from leodevbro/gmail-stats.gs
In Gmail inbox, Find sender with most mail threads
// Original script: https://gist.github.com/leodevbro/2987e8874a18b2086ea6cc1aa3c494e8
// v2.5
// Google Apps Script is a coding language based on JavaScript.
// This Apps Script code helps us to sort addresses by most threads.
// A thread is a group of messages, as a conversation.
const modes = {
inbox: "inbox", // to analyze threads in the "Inbox" folder
outbox: "outbox", // to analyze threads in the "Sent" folder
@ladmerc
ladmerc / onboard.sh
Created April 25, 2023 01:39
Setup a new MacBook for dev
# GUI Packages
google_chrome="google-chrome"
zoom="zoom"
iterm2="iterm2"
docker="docker"
k8lens="lens"
tableplus="tableplus"
vscode="visual-studio"
tunnelblick="tunnelblick"
postman="postman"
@ladmerc
ladmerc / gist:0bf0ed9b37a2acde093e1f63494d6c25
Created May 9, 2016 15:53 — forked from fernandojunior/gist:5166fc6f92354cc950c9
A modified Parse.FacebookUtils to use with the modified openFB
/**
* Based on Parse.FacebookUtils. A provider for use the modified openFB in Parse.
* @author Fernando Felix do Nascimento Junior*
**/
(function(root) {
root.Parse = root.Parse || {};
var Parse = root.Parse;
var _ = Parse._;
var PUBLIC_KEY = "*";