Skip to content

Instantly share code, notes, and snippets.

View julienreszka's full-sized avatar

Julien Henri Reszka julienreszka

View GitHub Profile
@bambooom
bambooom / puppeteer-gif.js
Last active May 15, 2024 00:44
use puppeteer to generate gif
const fs = require('fs');
const puppeteer = require('puppeteer');
const GIFEncoder = require('gifencoder');
const PNG = require('png-js');
function decode(png) {
return new Promise(r => {png.decode(pixels => r(pixels))});
}
@lethak
lethak / deleteFacebookActivityLogTimelinePost.js
Last active October 10, 2019 11:26
Delete Facebook Activity Log Timeline Post
/*
REQUIREMENTS:
You must use Facebook in the English language
HOW-TO:
First, open your FaceBook Activity Log Page (https://www.facebook.com/<YOUR PROFILE HANDLE>/allactivity?privacy_source=activity_log_top_menu&entry_point=www_top_menu_button#)
Then, select a Year and scroll to bottom until you reached "January" for this year.
Then, copy/paste the following code into the javascript console (F12) and press ENTER.
NOTES:
This will not delete Likes, only your posted content.
The current month is also in the scope to be removed since the page opens on it.
@julienreszka
julienreszka / business-calendar.md
Created October 18, 2020 09:18
Template for business calendar in quarters and weeks per quarter with months of weeks

Business Calendar

2020

2020-Q1

  • W01-Dec-Jan
  • W02-Jan-Jan
  • W03-Jan-Jan
  • W04-Jan-Jan

Project Goals and Objectives template

This is a template to define the duration, goals, objectives and termination criteria of a project.

Duration

Date Before Date After Number of weeks
2024-02-29 2024-06-29 6