Skip to content

Instantly share code, notes, and snippets.

View tavareshenrique's full-sized avatar
๐Ÿ’ญ
think different.

Henrique Tavares tavareshenrique

๐Ÿ’ญ
think different.
View GitHub Profile
@un-versed
un-versed / cheat-termooo.md
Last active April 10, 2022 00:00
Preguiรงa de adivinhar as palavras no term.ooo? Eu tenho a soluรงรฃo! ๐Ÿคซ๐Ÿคซ๐Ÿคซ

term.ooo cheat ๐Ÿคซ๐Ÿคซ๐Ÿคซ

Example

Como rodar?

  • Abra o devTools do seu navegador
  • Sรณ copiar o cรณdigo do termooo-solution.js e jogar na aba console

Prontinho, vocรช tem a resposta da palavra do dia no term.ooo

@visualglitch91
visualglitch91 / index.js
Created August 12, 2020 21:57
Delete all tweets
(async () => {
const twitterClientToken =
"AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA";
function getCookie(cname) {
const name = cname + "=";
const decodedCookie = decodeURIComponent(document.cookie);
let ca = decodedCookie.split(";");
for (let i = 0; i < ca.length; i++) {
<h1 align="center">
<br>
<img src="YOUR_LOGO_URL" alt="YOUR_PROJECT_NAME" width="120">
<br>
<br>
YOUR_PROJECT_NAME
</h1>
<p align="center">A little description about your project</p>
<h1 align="center">
<br>
<img src="YOUR_LOGO_URL" alt="YOUR_PROJECT_NAME" width="120">
<br>
<br>
YOUR_PROJECT_NAME
</h1>
<p align="center">A little description about your project</p>
@leonardooliveira95
leonardooliveira95 / contador.js
Created June 2, 2017 13:43
Contador de tempo em javascript
document.ready = function(){
};
$(function(){
setInterval(function(){
var _segundo = 1000;
var _minuto = _segundo * 60;
var _hora = _minuto * 60;
@cagartner
cagartner / phpstorm-ajuste.sh
Last active December 23, 2021 02:59
Ajuste para acentos phpstorm
# Adicionar essa linha no arquivo phpstorm.sh da pasta do seu editor
export XMODIFIERS=""
@PurpleBooth
PurpleBooth / README-Template.md
Last active April 8, 2025 06:48
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@rxaviers
rxaviers / gist:7360908
Last active April 9, 2025 15:23
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue:
@iros
iros / API.md
Created August 22, 2012 14:42
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method: