Skip to content

Instantly share code, notes, and snippets.

View guifelix's full-sized avatar

Guilherme Felix da Silva Maciel guifelix

View GitHub Profile
@brandao20
brandao20 / <div style="display:none"001
Last active January 31, 2020 00:16
<div style="display:none"001
#EXTM3U
#EXTINF:-1 tvg-logo="" group-title="SERVIDOR 01" , MAJOR IPTV 2020
http://195.181.163.183/PY/arte1hd-br-hevc/index.m3u8?token=8xRSXpfZiesUmDjt6fxuEQ==,1576486993.20649...
#EXTM3U
#EXTINF:-1 tvg-logo="http://blogs.diariodepernambuco.com.br/esportes/wp-content/uploads-old/livro_popo_wagner_sarmento_28..." group-title="SERVIDOR 01" , A HISTÓRIA DE POPÓ
https://www.googleapis.com/drive/v3/files/13UHI-QP2nG_rftxaBFw0l6jx2vOWFCsp?alt=media&key=AIzaSyAxl5...
#EXTM3U
#EXTINF:-1 tvg-logo="" group-title="SERVIDOR 01" , A&E HD
http://185.93.1.216:8900/live/B2A463CD6C89/B2A463CD6C89/4788.ts
#EXTM3U
@Jabarabo
Jabarabo / githubpull.md
Last active July 30, 2024 07:56
Gist of a stolen gist
@SparK-Cruz
SparK-Cruz / Trespasser.php
Last active January 31, 2019 15:28
PHP Trait to be used for testing when invoking private methods is necessary
<?php
namespace Test;
trait Trespasser
{
protected function forceCall($subject, $methodName, ...$parameters)
{
$reflection = new \ReflectionMethod($subject, $methodName);
$reflection->setAccessible(true);
return $reflection->invokeArgs($subject, $parameters);
@DavidKuennen
DavidKuennen / minimal-analytics-snippet.js
Last active June 9, 2024 19:08
Minimal Analytics Snippet
(function (context, trackingId, options) {
const history = context.history;
const doc = document;
const nav = navigator || {};
const storage = localStorage;
const encode = encodeURIComponent;
const pushState = history.pushState;
const typeException = 'exception';
const generateId = () => Math.random().toString(36);
const getId = () => {
@philipecampos
philipecampos / php_oracle_ubuntu.md
Last active February 20, 2020 15:37
Configurar php para acessar banco oracle no Ubuntu 18.04

Configurar php para acessar banco oracle no Ubuntu 18.04

Pré-requisitos

  • Baixar os arquivos da oracle:
  • BASIC (instantclient-basic-linux.x64-19.3.0.0.0dbru.zip)
  • SDK (instantclient-sdk-linux.x64-19.3.0.0.0dbru.zip)

Download

  • Quando testei este tutorial os pacotes estavam na versão - 19.3.0.0.0
  • Instalar os seguintes pacotes no ubuntu
@bradtraversy
bradtraversy / webdev_online_resources.md
Last active July 24, 2024 20:54
Online Resources For Web Developers (No Downloading)
@hewerthomn
hewerthomn / install_oci8_ubuntu_16.04_php7.1.md
Created February 22, 2017 14:45
How to install OCI8 on Ubuntu 16.04 and PHP 7.1
@itod
itod / split_keyboards.md
Last active June 12, 2024 12:08
Every "split" mechanical keyboard currently being sold that I know of
@leonardofed
leonardofed / README.md
Last active July 19, 2024 17:51
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


@alirobe
alirobe / reclaimWindows10.ps1
Last active July 3, 2024 09:36
This Windows 10 Setup Script turns off a bunch of unnecessary Windows 10 telemetery, bloatware, & privacy things. Not guaranteed to catch everything. Review and tweak before running. Reboot after running. Scripts for reversing are included and commented. Fork of https://github.com/Disassembler0/Win10-Initial-Setup-Script (different defaults). N.…
###
###
### UPDATE: For Win 11, I recommend using this tool in place of this script:
### https://christitus.com/windows-tool/
### https://github.com/ChrisTitusTech/winutil
### https://www.youtube.com/watch?v=6UQZ5oQg8XA
### iwr -useb https://christitus.com/win | iex
###
###