Skip to content

Instantly share code, notes, and snippets.

View itsmejoeeey's full-sized avatar
👽

Joey Miller itsmejoeeey

👽
View GitHub Profile
@itsmejoeeey
itsmejoeeey / gmail_organizer.py
Last active December 17, 2023 18:40
Python Gmail Organizer ════ Gives a breakdown of the most common senders in your Gmail inbox. See the full writeup: https://joeeey.com/blog/declutter-gmail-inbox-with-python-guide/
#!/usr/bin/env python3
from __future__ import print_function
import os.path
import pandas as pd
import re
from google.auth.transport.requests import Request
from google.oauth2.credentials import Credentials
@itsmejoeeey
itsmejoeeey / hello_world.cpp
Last active April 26, 2022 06:02
Hello world
// "Your First C++ Program"
// from https://www.programiz.com/cpp-programming/examples/print-sentence
#include <iostream>
int main() {
std::cout << "Hello World!";
return 0;
}
@itsmejoeeey
itsmejoeeey / Styles_CHANGED.inc
Created May 21, 2015 04:44
Material Minamalism Changed Styles
[LocationStyle]
FontColor=255,255,255
FontFace=Roboto
FontSize=11
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
[TempStyle]
FontColor=255,255,255
@itsmejoeeey
itsmejoeeey / ClocknDate_CHANGED.ini
Created May 8, 2015 23:04
Material Minamalism Changed Clock Skin
[Rainmeter]
Author=DesignByMichaels
Version=1.0
Update=1000
[Variables]
@include=#@#Styles_CHANGED.inc
[MeasureHour]
Measure=Time
@itsmejoeeey
itsmejoeeey / rainmeter.ini
Created April 26, 2015 07:54
Material Minimalism Rainmeter Layout
[Rainmeter]
Logging=0
SkinPath=D:\Documents\Rainmeter\Skins\
[illustro\Clock]
Active=0
WindowX=(#SCREENAREAWIDTH#-200)
WindowY=0
ClickThrough=0
Draggable=1