Skip to content

Instantly share code, notes, and snippets.

View vitorpiovezam's full-sized avatar
🎯
Focusing

Vitor Goncalves Piovezam vitorpiovezam

🎯
Focusing
View GitHub Profile
@ografael
ografael / combo_dinamico.html
Created March 14, 2012 15:12
Carregar combo com JQuery - Cidades e Estados
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<script type="text/javascript" src="jquery-1.7.1.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$.getJSON('estados_cidades.json', function (data) {
@ganobrega
ganobrega / Install ArchLinux.md
Last active April 25, 2018 19:23
Author: Henrique Apostolo

Instalação Arch Linux com DDE

Esse tutorial tem como objetivo explicar a instalação básica do Arch Linux, com o ambiente de Desktop baseado no Deepin 15.5

Verificação das partições

Iniciamos vereficando as partições existentes no sistema utilizando o comando: fdisk -l

Alteração das Partições