Skip to content

Instantly share code, notes, and snippets.

View TheEpicFace007's full-sized avatar

Charlie Levasseur TheEpicFace007

View GitHub Profile
#pragma once
#include <functional>
#include <iostream>
#include <vector>
#include <string>
#include <algorithm>
#include <list>
struct option
{
@TheEpicFace007
TheEpicFace007 / c.md
Last active March 15, 2021 03:32
Useful things about programming
@TheEpicFace007
TheEpicFace007 / CMakeLists.txt
Created January 5, 2021 01:31 — forked from UnaNancyOwen/CMakeLists.txt
First Samplle for OpenCV with ImGui
We couldn’t find that file to show.

Reason why rate limit happen in free draw 2

  1. You change the color to quickly
  2. You spam click

Rate limitting information

Rate limit test result with a human

  • An rate limit last in average 4.84 seconds
@TheEpicFace007
TheEpicFace007 / dependency.md
Created November 25, 2020 01:58
Fuck the scammer of my dad
@TheEpicFace007
TheEpicFace007 / npm-module-tsconfig.jsonc
Last active December 7, 2020 13:47
collection of tsconfig files
// npm module config - used when you export module
{
"compilerOptions": {
/* Basic Options */
"incremental": true,
"target": "ES2020",
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
"lib": [
"ES6",
"ESNext"
// ==UserScript==
// @name QuickDontbugmenot
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Quickly view burner account for the web page on dont bug me not
// @author ViniDalvino
// @match *
// @grant none
// ==/UserScript==
@TheEpicFace007
TheEpicFace007 / IuseArchBtw.plugin.js
Created October 18, 2020 16:39
I use arch btw discord plugin
/**
* @name IUseArchBtw
* @authorLink https://github.com/ViniDalvino
* @source https://gist.github.com/ViniDalvino/7a16f6dc4b7ac012e91db157f4d4dad2
*/
module.exports = (() => {
const config = {
info: {
name: "IUseArchBtw",
@TheEpicFace007
TheEpicFace007 / RedirectToFR-Ca.js
Created October 12, 2020 02:42
Redirige le docs de microsoft en francais canadiens
// ==UserScript==
// @name Automatique CA-FR website
// @namespace http://tampermonkey.net/
// @version 9000
// @description met automaitquement les docs de microsoft en francais canadien
// @author ViniDalvino
// @match http*://docs.microsoft.com/*
// @grant none
// ==/UserScript==
@TheEpicFace007
TheEpicFace007 / guy.c
Last active November 18, 2020 01:09
jumping for a gameboy
/*
GUY.C
Tile Source File.
Info:
Form : All tiles as one unit.
Format : Gameboy 4 color.
Compression : None.