#!/usr/bin/env bash | |
# All my gist code is licensed under the terms of the MIT license. | |
# Video demo: https://www.youtube.com/watch?v=nf3ddQniw-o | |
# diffc - diff commands | |
# - allows to call as: diffc 'command one' 'command two' | |
# instead of: diff <(command one) <(command two) | |
# (Just to save typing a few characters. Lol I'm a lazy programmer) |
Esse é um guia rápido para aqueles interessados em uma carreira na área de programação, que ensina como perder bastante tempo e ganhar pouco ou nenhum dinheiro. Se aplicado corretamente, também resultará em dificuldades ao tentar conseguir emprego.
Escolha o pior username, email ou avatar que conseguir encontrar. "Hacker names" (ainda melhor se forem de séries de TV) ou com tons agressivos rendem bons resultados. Como avatar, use figuras infantis ou sugestivas. Bônus pra quem escrever o nome usando apenas caracteres unicode obscuros, ou qualquer outro username impronunciável. Ao se comunicar, não procure ouvir e sempre fale antes. Evite ler, pois isso irá melhorar o seu português! Quanto mais erros crassos de português, melhor. Abrevie tudo, especialmente quando não houver necessidade. Ao pedir ajuda, não explique o problema e assuma que os outros conseguem ler a sua mente. Se possível, desista da ajuda imediatamente *depoi
Private Sub Workbook_Open() | |
ActiveWindow.Caption = "" | |
Application.Caption = "Título da janela" | |
Application.ExecuteExcel4Macro "show.toolbar(""Ribbon"",False)" | |
Application.DisplayFormulaBar = False | |
Application.DisplayStatusBar = False | |
ActiveWindow.DisplayWorkbookTabs = False | |
ActiveWindow.DisplayHeadings = False | |
' Dimensões da janela | |
ActiveWindow.Height = 600 |
quanto mais voce souber sobre isso mais chances de ser contratado
https://twitter.com/sseraphini/status/1385561029778845698
https://gist.github.com/sibelius/ce9499969cf2a0ccea25291471038bf0
#!/bin/bash | |
# Solution provided by https://github.com/renhiyama | |
# (https://github.com/Jarred-Sumner/bun/issues/282#issuecomment-1177154684) | |
# License agreement | |
echo "The Intel Software Development Emulator is distributed under the Intel Software License Agreement, available at https://www.intel.com/content/dam/develop/external/us/en/documents/pdf/intel-simplified-software-license-version-august-2021.pdf" | |
echo "" | |
echo "If you do not accept the terms of the license agreement, you have 10 seconds to stop this script (Ctrl+C)" |
fun main() { | |
val pessoa = Pessoa("Gui", 19) | |
val (nome, idade) = pessoa | |
println("$nome $idade") | |
//RESULTADO: Gui 19 | |
} | |
data class Pessoa(val nome: String, val idade: Int) |
Nosso canal no telegram: Vagas Dev