Skip to content

Instantly share code, notes, and snippets.

View LeafarDev's full-sized avatar

Rafael Oliveira da Silva LeafarDev

View GitHub Profile
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
D:\ffmpeg\bin\ffmpeg.exe -hwaccel cuda -hwaccel_device 0 -i "C:\localtion\original.mp4" -vf "scale=2560:1080,setsar=1" -c:a copy output.mp4
@LeafarDev
LeafarDev / main.js
Last active July 10, 2023 22:21
portal obmep, parar de scrollar
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://portaldaobmep.impa.br/
// @icon https://www.google.com/s2/favicons?sz=64&domain=impa.br
// @grant none
// ==/UserScript==
@LeafarDev
LeafarDev / composer.json
Created October 1, 2020 00:48 — forked from jonbernardi/composer.json
Standalone validation using laravel validation component
{
"name": "spakkionu/validate",
"description": "Validation Test",
"require": {
"illuminate/validation": "~4.2.9"
},
"license": "MIT",
"authors": [
{
"name": "Jonathan Bernardi",
@LeafarDev
LeafarDev / login.blade.php
Created August 20, 2016 23:30 — forked from evercode1/login.blade.php
Chapter 5 login.blade.php
@extends('layouts.app')
@section('content')
<div class="container">
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li>Login</li>
</ol>
<div class="row">
<div class="col-md-8 col-md-offset-2">