Skip to content

Instantly share code, notes, and snippets.

View devmeireles's full-sized avatar
🏠
Working from home

Gabriel Meireles devmeireles

🏠
Working from home
View GitHub Profile
//Função para unfollow no Instagram
//Criado por Mateus feat Gabriel modafoquers!
setInterval(Unfollow, 1000);
function Unfollow() {
var followingBox = document.querySelectorAll("a[href='/thefuckskull/following/']");
followingBox[0].click();
setTimeout(function(){
var following = document.querySelectorAll("._aj7mu._r4e4p._95tat._o0442");
for (var i = 0; i < following.length; i++){
@devmeireles
devmeireles / ajax.js
Last active September 30, 2016 17:27
$(document).ready(function(){
$("#submitBtn").click(function(){
form = $(".formSend");
var data = new FormData();
var file_data = $('input[type="file"]')[0].files; // for multiple files
for(var i = 0;i<file_data.length;i++){
data.append("file_"+i, file_data[i]);
}
var other_data = $(form).serializeArray();
public function insert(){
if($this->input->post()){
try{
$error = array();
if(!$this->input->post('artist_slug')){
$error[] = "Slug undefined";
}
SELECT
b.nome,
CONCAT('55',IF(LENGTH((REPLACE((REPLACE((REPLACE(REPLACE(REPLACE((CONCAT(c1.ddd, c1.fone)),'_',''),' ',''),'(','')),')','')),'-','')))=11 AND SUBSTR((((REPLACE((REPLACE((REPLACE(REPLACE(REPLACE((CONCAT(c1.ddd, c1.fone)),'_',''),' ',''),'(','')),')','')),'-','')))), 3, 1) = '9',
(REPLACE((REPLACE((REPLACE(REPLACE(REPLACE((CONCAT(c1.ddd, c1.fone)),'_',''),' ',''),'(','')),')','')),'-','')),
(
IF(LENGTH((REPLACE((REPLACE((REPLACE(REPLACE(REPLACE((CONCAT(c2.ddd, c1.fone)),'_',''),' ',''),'(','')),')','')),'-','')))=11 AND SUBSTR((((REPLACE((REPLACE((REPLACE(REPLACE(REPLACE(c2.fone,'_',''),' ',''),'(','')),')','')),'-','')))), 3, 1) = '9',
(REPLACE((REPLACE((REPLACE(REPLACE(REPLACE((CONCAT(c2.ddd, c1.fone)),'_',''),' ',''),'(','')),')','')),'-','')),
IF(LENGTH((REPLACE((REPLACE((REPLACE(REPLACE(REPLACE((CONCAT(c1.ddd, c1.fone)),'_',''),' ',''),'(','')),')','')),'-','')))=10 AND (
SUBSTR(((
(RE
<doctype html>
<html lang="pt-br">
<head>
<title>Index</title>
<meta charset="UTF-8"/>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script
src="https://code.jquery.com/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
@devmeireles
devmeireles / 2018_12_04_165710_create_pelicula.php
Last active December 4, 2018 17:12
inclusión del SoftDeletes()
<?php
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Eloquent\SoftDeletes;
class CreatePelicula extends Migration
{
<?php
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Eloquent\SoftDeletes;
class CreatePeliculaCategoria extends Migration
{
use SoftDeletes;
<?php
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class AddImagenTableUsers extends Migration
{
/**
* Run the migrations.
<!DOCTYPE html>
<html>
<head>
<!-- Required meta tags-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="au theme template">
<meta name="author" content="Hau Nguyen">
<meta name="keywords" content="au theme template">
<!-- MENU SIDEBAR-->
<aside class="menu-sidebar d-none d-lg-block">
<div class="logo">
<a href="#">
<img src="images/icon/logo.png" alt="Cool Admin" />
</a>
</div>
<div class="menu-sidebar__content js-scrollbar1">
<nav class="navbar-sidebar">
<ul class="list-unstyled navbar__list">