Skip to content

Instantly share code, notes, and snippets.

View adolfoaugustor's full-sized avatar
👨‍💻
Constant learning

Adolfo A. R. adolfoaugustor

👨‍💻
Constant learning
View GitHub Profile
@suissa
suissa / comoSerChatoNowhatsapp.js
Created October 19, 2017 08:10 — forked from callmeloureiro/comoSerChatoNoWhatsapp.js
Como fazer alguém te responder no whatsapp
/*
Hoje iremos MUDAR a vida da pessoa que não te responde no whatsappp...
Que tal enviar mensagens pra ela até obter uma resposta?!
Sensacional não acha?! Mas, somos devs, correto?! Então vamos automatizar esse paranauê!
Para utilizar:
- Abra o web.whatsapp.com;
- Selecione a conversa que você quer;
- Abra o console e cole o código que está no gist;
@ketemartinsrufino
ketemartinsrufino / divs_com_js.html
Created September 29, 2014 22:24
Blocos com JS
<html>
<head>
<title></title>
<meta charset = "utf-8"/>
<script type="text/javascript" src="divs.js"></script>
<script type="text/javascript" src="jquery/jquery-2.1.1.js"></script>
<link rel="stylesheet" type="text/css" href="estilo_divs.css"/>
</head>
@hofmannsven
hofmannsven / README.md
Last active July 16, 2024 01:30
Git CLI Cheatsheet
@mikeschinkel
mikeschinkel / test-get-comment-replies.php
Created September 23, 2010 20:58
get_comment_replies() function for WordPress with a working example that returns a WordPress comment object for a given comment ID annotated with "reply_count" and "replies" properties.
<?php
/*
* test-get-comment-replies.php
*
* Returns a comment object for a given comment ID annotated with "reply_count" and "replies" properties:
*
* reply_count: count of all replies including sum of child replies.
* replies: array of child comment objects also annotated with "reply_count" and "replies" properties, recursively.
*
* Examples: