Skip to content

Instantly share code, notes, and snippets.

View requeijaum's full-sized avatar

Rafael Requião requeijaum

  • Salvador, BA - Brazil
View GitHub Profile
@requeijaum
requeijaum / KEYDB.cfg
Created October 22, 2020 04:22 — forked from HenkPoley/KEYDB.cfg
KEYDB.cfg of 2017 september 2nd - 14:04:55, originally from http://labdv.com/aacs/ . downloaded from https://web.archive.org/web/20170902140455id_/http://www.labdv.com/aacs/KEYDB.cfg - you can use it with VLC 2.2.4 (not newer! - http://download.videolan.org/pub/videolan/vlc/2.2.4/ ) and libaacs.dll from https://vlc-bluray.whoknowsmy.name
; KEYDB.cfg
; 2017-09-02 16:04:54
;
; server: http://www.labdv.com/aacs
; processing keys: 18 (18 from doom9.org forum)
; host certificates: 8 (7 from doom9.org forum)
; disc VUK keys: 24010 keys for 23999 discs (0 from doom9.org forum)
; processing keys
| PK | 0x810827A76E5B2CC1685E3217A23E2186 ; DK_V01-V12
@requeijaum
requeijaum / netdeal-hax.js
Created August 23, 2020 19:37
foda-se netdeal.com.br
alert('foda-se netdeal.com.br');
<?php
/**
* This file is part of the TelegramBot package.
*
* (c) Avtandil Kikabidze aka LONGMAN <akalongman@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
@requeijaum
requeijaum / 2020-08-07.md
Last active August 10, 2020 14:13
Diário de anotações de um projeto do IFBA - usando Altium e passeando pelo Parque Tecnológico.

07 de Agosto de 2020 - Iniciando

Metendo mão no Altium

  • Após uma reunião de 1 hora com o Rodrigo: recebi link de treinamento no YouTube - um conhecido dele ensina a usar o Altium

  • Decidi tentar obter uma licença estudantil do Altium utilizando meu @ifba.edu.br

  • Consegui instalar o Altium em menos de 30 minutos

@requeijaum
requeijaum / pier_solar-flycast.log
Last active July 15, 2020 18:54
Trying to run Pier Solar using Libretro's flycast - My rig: https://imgur.com/a/7tMf6gW
[INFO] Using content: C:\Users\rafae\Downloads\[CDI] Pier Solar and the Great Architects\Pier Solar and the Great Architects.cdi.
[INFO] arg #0: retroarch
[INFO] arg #1: C:\Users\rafae\Downloads\[CDI] Pier Solar and the Great Architects\Pier Solar and the Great Architects.cdi
[INFO] arg #2: -s
[INFO] arg #3: C:\Users\rafae\RetroArch Saves
[INFO] arg #4: -S
[INFO] arg #5: C:\Users\rafae\AppData\Roaming\RetroArch\states
[INFO] arg #6: -c
[INFO] arg #7: C:\Users\rafae\AppData\Roaming\RetroArch\retroarch.cfg
[INFO] arg #8: -L
@requeijaum
requeijaum / WP-Query
Created May 8, 2020 07:17 — forked from farrukhmomin/WP-Query
SQL Query to get Latest Wordpress Post with Featured Image.
select DISTINCT wp_posts.id, wp_posts.post_title, wp_posts.post_content, wp_posts.post_type, featured_image.guid as post_image, wp_posts.post_modified, wp_users.display_name
from wp_posts
inner join wp_postmeta on wp_posts.id = wp_postmeta.post_id and wp_postmeta.meta_key = '_thumbnail_id'
inner join wp_posts as featured_image on featured_image.id = wp_postmeta.meta_value
inner join wp_users on wp_users.id = wp_posts.post_author
where wp_posts.post_status = 'publish'
order by wp_posts.ID desc
limit 10
@requeijaum
requeijaum / estados-cidades.json
Created March 7, 2020 22:39 — forked from letanure/estados-cidades.json
JSON estados cidades do brasil, dividido por estados. segunda lista atualizada em 2020, dados do IBGE
{
"estados": [
{
"sigla": "AC",
"nome": "Acre",
"cidades": [
"Acrelândia",
"Assis Brasil",
"Brasiléia",
"Bujari",
@requeijaum
requeijaum / install-sixaxis_linux.sh
Last active April 10, 2022 20:58
DualShock 3/Sixaxis controllers on Ubuntu 18.04 (Bionic) - I'm getting problems with button mapping after all that. :^)
#!/bin/bash
# Pair DualShock3 controllers on Ubuntu 18.04.3 Bionic
# We need to get and build sixad and sixpair from RetroPie's fork
#
# Guide for 16.04 Xenial
# https://needforbits.wordpress.com/2017/05/10/dualshock-3-controller-ps3-sixaxis-gamepad-on-ubuntu-16-04/
#
sudo apt-get install dialog pkg-config build-essential pyqt4-dev-tools libusb-dev libbluetooth-dev python-dbus -y
# Older guide...?
# https://github.com/rdepena/node-dualshock-controller/wiki/Pairing-The-Dual-shock-3-controller-in-Linux-(Ubuntu-Debian)
@requeijaum
requeijaum / arquivoAFI.md
Last active October 31, 2019 16:05
Rastreio de progresso da tarefa: arquivar mídias dos eventos da Appetite For Illusion.

Eventos da AFI

Precisamos organizar isso...

Dumps que tenho

  • Instagram - Outubro/2018

  • Flickr - Outubro/2018

@requeijaum
requeijaum / anotacoes-ads2_rnpesr.md
Last active August 28, 2019 12:18
Anotações do curso de Administração de Sistemas Linux na Escola Superior de Redes - Salvador/BA