- 2011 - A trip through the Graphics Pipeline 2011
- 2015 - Life of a triangle - NVIDIA's logical pipeline
- 2015 - Render Hell 2.0
- 2016 - How bad are small triangles on GPU and why?
- 2017 - GPU Performance for Game Artists
- 2019 - Understanding the anatomy of GPUs using Pokémon
- 2020 - GPU ARCHITECTURE RESOURCES
Se algum momento tiver dúvidas sobre o os comando, procurar aqui:(https://wiki.archlinux.org/index.php/installation_guide)
Garantir se fez o boot utilizando EFI
ls /sys/firmware/efi # Deve haver arquivos nesse folder
Checar conexão com a internet.
(ns collisions.core | |
(:require [clojure.string :as str]) | |
(:gen-class)) | |
(defn str->edge [s] | |
(->> (str/split s #" ") | |
(map #(Integer/parseInt %)))) | |
(defn file-contents->edges [s] | |
(->> (str/split s #"\n") |
setInterval(() => document.querySelectorAll('.jobs-list li.failed .action-button--restart').forEach(button => button.click()), 60000) |
install setcap command. | |
#setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/sbin/dumpcap | |
>su | |
#chown root /usr/sbin/dumpcap | |
#chmod u+s /usr/bin/dumpcap | |
Limiting capture permission to only one group | |
After having set dumpcap's network privileges: |
PMS = 6 x [gastos mensais]
PMR = 12 x [gastos mensais] caso sua empregabilidade seja alta 20 x [gastos mensais] caso sua empregabilidade seja baixa
/* | |
ChUrChEsZiNhUs | |
baseado na palestra : https://www.youtube.com/watch?v=VpzhH9CXOy0 | |
*/ | |
const ID = x => x | |
const TRUE = x => y => x | |
TRUE("0")("1") // 0 |
The i3-wm does not come with a keybinding to lock the screen or a preconfigured auto lockscreen. This gist describes how to setup both using i3lock and xautolock. i3lock is a minimalistic lockscreen and xautolock monitors mouse and keyboard activities to automatically lock the screen after a certain time of beiing inactive.
First get the tools if neccessary.
E.g. sudo apt install i3lock xautolock
.
To setup the keybinding Ctrl+Alt+l (last one is a lowercase L) to lock the screen append the following lines to the i3 configuration file located at ~/.config/i3/config
.
# keybinding to lock screen
//npm i nodemailer --save | |
var nodemailer = require('nodemailer'); | |
function sendEmail(subject, emailBody, email){ | |
let myEmail = 'myEmailAddress'; | |
let transporter = nodemailer.createTransport({ | |
service: 'Hotmail', //Gmail, Hotmail | |
auth: { |