Skip to content

Instantly share code, notes, and snippets.

View bjverde's full-sized avatar

Bjverde bjverde

  • Brasília, DF, Brasil
View GitHub Profile
@bjverde
bjverde / database.sql
Last active January 9, 2023 01:35
Scritp SQL MariaDB and MySQL, Permission
/****
* Script Exemplo para MariaDB ou MySQL com permissões de banco de dados
*****/
DROP DATABASE IF EXISTS luds;
CREATE DATABASE luds DEFAULT CHARACTER SET utf8 ;
USE luds;
DROP TABLE IF EXISTS arquivos;
CREATE TABLE arquivos(
@bjverde
bjverde / youtube-custom-speed.js
Last active October 13, 2022 00:09 — forked from JustAnotherMark/youtube-custom-speed.js
Custom Youtube video speed
/***
* YouTube More Speed
* Open console Browser with hot key F12
*
* Link text in Portugueses
* http://devblog.drall.com.br/assistindo-videos-do-youtube-em-velocidades-diferentes-das-fornecidas-em-suas-opcoes
*
* Be careful with speed above 4, it may cause audio problems.
**/
# 2020-09-04
# Reinaldo A. Barreto Jr
#
# This file will search all files and folders within a given directory, and use Notepad++ to convert their EOL to UNIX.
# Based on the script of ConvertUTF-8.py de Scott McCutchen
#
# This file must be run using the PythonScript plugin from within Notepad++, which is available through the Notepad++ Plugin Manager
#
# You must have Python 2.7 installed
#
@bjverde
bjverde / ConvertEolUnix.py
Last active February 23, 2022 07:10
Convert multiple files to Unix Formart EOL with Notepad++
# 2020-06-07
# Reinaldo A. Barreto Jr
#
# This file will search all files and folders within a given directory, and use Notepad++ to convert their EOL to UNIX.
# Based on the script of ConvertUTF-8.py de Scott McCutchen
#
# This file must be run using the PythonScript plugin from within Notepad++, which is available through the Notepad++ Plugin Manager
#
# You must have Python 2.7 installed
#
@bjverde
bjverde / ConvertANSI.py
Last active June 7, 2020 22:05
Convert multiple files to ANSI encoding with Notepad++
# 2017
# Reinaldo Barreto Jr
#
# This file will search all files and folders within a given directory, and use Notepad++ to convert their encoding to ANSI.
# Based on the script of ConvertUTF-8.py de Scott McCutchen
#
# This file must be run using the PythonScript plugin from within Notepad++, which is available through the Notepad++ Plugin Manager
#
# You must have Python 2.7 installed
#
@bjverde
bjverde / ConvertUTF-8.py
Last active July 1, 2023 15:27 — forked from smccutchen/ConvertUTF-8.py
Convert multiple files to UTF-8 encoding with Notepad++
# 2016-2017 Soverance Studios.
# Scott McCutchen
# This file will search all files and folders within a given directory, and use Notepad++ to convert their encoding to UTF-8 without Byte Order Marks
#
# This file must be run using the PythonScript plugin from within Notepad++, which is available through the Notepad++ Plugin Manager
#
# You must have Python 2.7 installed
#
# Additionally, this script can only exist and be run from within the Notepad++ user's working directory, the default of which is here: