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 July 22, 2024 02:29
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 July 23, 2024 01:33
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: