├── PROJETOS ├── HD │ ├── HD.suo │ ├── HD │ │ ├── Hard-drive.ico │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── HD.pdb │ │ │ │ └── HD.vshost.exe.manifest │ │ ├── obj │ │ │ └── x86 │ │ │ │ └── Debug │ │ │ │ ├── HD.pdb │ │ │ │ ├── HD.Form1.resources │ │ │ │ ├── GenerateResource.read.1.tlog │ │ │ │ ├── GenerateResource.write.1.tlog │ │ │ │ ├── HD.Properties.Resources.resources │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ └── HD.csproj.FileListAbsolute.txt │ │ ├── Properties │ │ │ ├── Settings.settings │ │ │ ├── Settings.Designer.cs │ │ │ └── AssemblyInfo.cs │ │ ├── Program.cs │ │ └── Form1.cs │ └── HD.sln ├── MU │ ├── MU.suo │ ├── MU │ │ ├── MU.jpg │ │ ├── Lock.ico │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── MU.pdb │ │ │ │ └── MU.vshost.exe.manifest │ │ ├── obj │ │ │ └── x86 │ │ │ │ └── Debug │ │ │ │ ├── MU.pdb │ │ │ │ ├── MU.Form1.resources │ │ │ │ ├── MU.Help.resources │ │ │ │ ├── GenerateResource.read.1.tlog │ │ │ │ ├── GenerateResource.write.1.tlog │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── MU.Properties.Resources.resources │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Categories-system-help.ico │ │ ├── Properties │ │ │ ├── Settings.settings │ │ │ ├── Settings.Designer.cs │ │ │ └── AssemblyInfo.cs │ │ ├── Help.cs │ │ └── Program.cs │ └── MU.sln ├── Hexa │ ├── Hexa.suo │ ├── Hexa │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Hexa.pdb │ │ │ │ └── Hexa.vshost.exe.manifest │ │ ├── obj │ │ │ └── x86 │ │ │ │ └── Debug │ │ │ │ ├── Hexa.pdb │ │ │ │ ├── Hexa.Form1.resources │ │ │ │ ├── GenerateResource.read.1.tlog │ │ │ │ ├── GenerateResource.write.1.tlog │ │ │ │ ├── Hexa.Properties.Resources.resources │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ └── Hexa.csproj.FileListAbsolute.txt │ │ ├── Properties │ │ │ ├── Settings.settings │ │ │ ├── Settings.Designer.cs │ │ │ └── AssemblyInfo.cs │ │ └── Program.cs │ └── Hexa.sln ├── Txt │ ├── Txt.suo │ ├── Txt │ │ ├── Bloc-notes.ico │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Txt.pdb │ │ │ │ └── Txt.vshost.exe.manifest │ │ ├── obj │ │ │ └── x86 │ │ │ │ └── Debug │ │ │ │ ├── Txt.pdb │ │ │ │ ├── Txt.Form1.resources │ │ │ │ ├── GenerateResource.read.1.tlog │ │ │ │ ├── GenerateResource.write.1.tlog │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── Txt.Properties.Resources.resources │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Properties │ │ │ ├── Settings.settings │ │ │ ├── Settings.Designer.cs │ │ │ └── AssemblyInfo.cs │ │ ├── Gravar.cs │ │ ├── Program.cs │ │ ├── Ler.cs │ │ └── Form1.cs │ └── Txt.sln ├── Email │ ├── Email.suo │ ├── Email │ │ ├── Mail.ico │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Email.pdb │ │ │ │ └── Email.vshost.exe.manifest │ │ ├── obj │ │ │ └── x86 │ │ │ │ └── Debug │ │ │ │ ├── Email.pdb │ │ │ │ ├── Email.Form1.resources │ │ │ │ ├── GenerateResource.read.1.tlog │ │ │ │ ├── GenerateResource.write.1.tlog │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── Email.Properties.Resources.resources │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ │ ├── TempPE │ │ │ │ └── Properties.Resources.Designer.cs.dll │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ └── Email.csproj.FileListAbsolute.txt │ │ ├── Properties │ │ │ ├── Settings.settings │ │ │ ├── Settings.Designer.cs │ │ │ └── AssemblyInfo.cs │ │ ├── Program.cs │ │ └── Form1.cs │ └── Email.sln ├── Snake │ ├── Snake.suo │ ├── Snake │ │ ├── snake.ico │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Snake.pdb │ │ │ │ └── Snake.vshost.exe.manifest │ │ ├── obj │ │ │ └── x86 │ │ │ │ └── Debug │ │ │ │ ├── Snake.pdb │ │ │ │ ├── Snake.Form1.resources │ │ │ │ ├── GenerateResource.read.1.tlog │ │ │ │ ├── GenerateResource.write.1.tlog │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── Snake.Properties.Resources.resources │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Properties │ │ │ ├── Settings.settings │ │ │ ├── Settings.Designer.cs │ │ │ └── AssemblyInfo.cs │ │ └── Program.cs │ └── Snake.sln ├── Agenda │ ├── Agenda.suo │ ├── Agenda │ │ ├── Agenda.mdf │ │ ├── Agenda_log.LDF │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Agenda.mdf │ │ │ │ ├── Agenda.pdb │ │ │ │ ├── Agenda_log.ldf │ │ │ │ ├── Agenda.exe.config │ │ │ │ ├── Agenda.vshost.exe.config │ │ │ │ └── Agenda.vshost.exe.manifest │ │ ├── Devices-media-floppy.ico │ │ ├── obj │ │ │ └── x86 │ │ │ │ └── Debug │ │ │ │ ├── Agenda.pdb │ │ │ │ ├── Agenda.Form1.resources │ │ │ │ ├── GenerateResource.read.1.tlog │ │ │ │ ├── GenerateResource.write.1.tlog │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── Agenda.Properties.Resources.resources │ │ │ │ ├── TempPE │ │ │ │ └── AgendaDataSet.Designer.cs.dll │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ └── Agenda.csproj.FileListAbsolute.txt │ │ ├── AgendaDataSet.xsc │ │ ├── app.config │ │ ├── Agenda.csproj.user │ │ ├── Program.cs │ │ ├── AgendaDataSet.xss │ │ ├── Properties │ │ │ ├── Settings.settings │ │ │ └── AssemblyInfo.cs │ │ └── Form1.cs │ └── Agenda.sln ├── Esfera │ ├── Esfera.suo │ ├── Esfera │ │ ├── esfera.jpg │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Esfera.pdb │ │ │ │ └── Esfera.vshost.exe.manifest │ │ ├── obj │ │ │ └── x86 │ │ │ │ └── Debug │ │ │ │ ├── Esfera.pdb │ │ │ │ ├── Esfera.Form1.resources │ │ │ │ ├── GenerateResource.read.1.tlog │ │ │ │ ├── GenerateResource.write.1.tlog │ │ │ │ ├── Esfera.Properties.Resources.resources │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ └── Esfera.csproj.FileListAbsolute.txt │ │ ├── Properties │ │ │ ├── Settings.settings │ │ │ ├── Settings.Designer.cs │ │ │ └── AssemblyInfo.cs │ │ ├── Program.cs │ │ └── Form1.cs │ └── Esfera.sln ├── Gerador │ ├── Gerador.suo │ ├── Gerador │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Gerador.pdb │ │ │ │ └── Gerador.vshost.exe.manifest │ │ ├── obj │ │ │ └── x86 │ │ │ │ └── Debug │ │ │ │ ├── Gerador.pdb │ │ │ │ ├── Gerador.Form1.resources │ │ │ │ ├── GenerateResource.read.1.tlog │ │ │ │ ├── GenerateResource.write.1.tlog │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── Gerador.Properties.Resources.resources │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Properties │ │ │ ├── Settings.settings │ │ │ ├── Settings.Designer.cs │ │ │ └── AssemblyInfo.cs │ │ ├── Constantes.cs │ │ ├── Program.cs │ │ ├── ValidarPIS.cs │ │ ├── ValidarCPF.cs │ │ ├── ValidarCNPJ.cs │ │ └── Form1.cs │ └── Gerador.sln ├── Conversor │ ├── Conversor.suo │ ├── Conversor │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Conversor.pdb │ │ │ │ └── Conversor.vshost.exe.manifest │ │ ├── obj │ │ │ └── x86 │ │ │ │ └── Debug │ │ │ │ ├── Conversor.pdb │ │ │ │ ├── Conversor.Form1.resources │ │ │ │ ├── GenerateResource.read.1.tlog │ │ │ │ ├── GenerateResource.write.1.tlog │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── Conversor.Properties.Resources.resources │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Properties │ │ │ ├── Settings.settings │ │ │ ├── Settings.Designer.cs │ │ │ └── AssemblyInfo.cs │ │ ├── Program.cs │ │ ├── BinarioDecimal.cs │ │ ├── DecimalBinario.cs │ │ └── Form1.cs │ └── Conversor.sln ├── Desligar │ ├── Desligar.suo │ ├── Desligar │ │ ├── Button-Turn-Off.ico │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Desligar.pdb │ │ │ │ └── Desligar.vshost.exe.manifest │ │ ├── obj │ │ │ └── x86 │ │ │ │ └── Debug │ │ │ │ ├── Desligar.pdb │ │ │ │ ├── Desligar.Form1.resources │ │ │ │ ├── GenerateResource.read.1.tlog │ │ │ │ ├── GenerateResource.write.1.tlog │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ │ ├── Desligar.Properties.Resources.resources │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Properties │ │ │ ├── Settings.settings │ │ │ ├── Settings.Designer.cs │ │ │ └── AssemblyInfo.cs │ │ ├── Program.cs │ │ └── Form1.cs │ └── Desligar.sln ├── Relógio │ ├── Relógio.suo │ ├── Relógio │ │ ├── Settings-Clock.ico │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Relógio.pdb │ │ │ │ └── Relógio.vshost.exe.manifest │ │ ├── obj │ │ │ └── x86 │ │ │ │ └── Debug │ │ │ │ ├── Relógio.pdb │ │ │ │ ├── Relógio.Form1.resources │ │ │ │ ├── GenerateResource.read.1.tlog │ │ │ │ ├── GenerateResource.write.1.tlog │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ │ ├── Relógio.Properties.Resources.resources │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ └── Relógio.csproj.FileListAbsolute.txt │ │ ├── Properties │ │ │ ├── Settings.settings │ │ │ ├── Settings.Designer.cs │ │ │ └── AssemblyInfo.cs │ │ ├── Program.cs │ │ └── Form1.cs │ └── Relógio.sln ├── Reverter │ ├── Reverter.suo │ ├── Reverter │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Reverter.pdb │ │ │ │ └── Reverter.vshost.exe.manifest │ │ ├── obj │ │ │ └── x86 │ │ │ │ └── Debug │ │ │ │ ├── Reverter.pdb │ │ │ │ ├── Reverter.Form1.resources │ │ │ │ ├── GenerateResource.read.1.tlog │ │ │ │ ├── GenerateResource.write.1.tlog │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ │ ├── Reverter.Properties.Resources.resources │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ └── Reverter.csproj.FileListAbsolute.txt │ │ ├── Properties │ │ │ ├── Settings.settings │ │ │ ├── Settings.Designer.cs │ │ │ └── AssemblyInfo.cs │ │ ├── Inverte.cs │ │ ├── Program.cs │ │ └── Form1.cs │ └── Reverter.sln ├── MAC │ ├── MAC │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── MAC.pdb │ │ │ │ └── MAC.vshost.exe.manifest │ │ ├── obj │ │ │ └── x86 │ │ │ │ └── Debug │ │ │ │ ├── MAC.pdb │ │ │ │ ├── MAC.Form1.resources │ │ │ │ ├── GenerateResource.read.1.tlog │ │ │ │ ├── GenerateResource.write.1.tlog │ │ │ │ ├── MAC.Properties.Resources.resources │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ └── MAC.csproj.FileListAbsolute.txt │ │ ├── Devices-computer-laptop.ico │ │ ├── Properties │ │ │ ├── Settings.settings │ │ │ ├── Settings.Designer.cs │ │ │ └── AssemblyInfo.cs │ │ ├── Program.cs │ │ └── Form1.cs │ └── MAC.sln ├── MountyHall │ ├── MountyHall.suo │ ├── MountyHall │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── MountyHall.pdb │ │ │ │ └── MountyHall.vshost.exe.manifest │ │ ├── obj │ │ │ └── x86 │ │ │ │ └── Debug │ │ │ │ ├── MountyHall.pdb │ │ │ │ ├── MountyHall.Form1.resources │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ │ ├── MountyHall.Properties.Resources.resources │ │ │ │ ├── MountyHall.csproj.GenerateResource.Cache │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ └── MountyHall.csproj.FileListAbsolute.txt │ │ ├── Properties │ │ │ ├── Settings.settings │ │ │ ├── Settings.Designer.cs │ │ │ └── AssemblyInfo.cs │ │ └── Program.cs │ └── MountyHall.sln ├── Calculadora │ ├── Calculadora.suo │ ├── Calculadora │ │ ├── calculator.ico │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Calculadora.pdb │ │ │ │ └── Calculadora.vshost.exe.manifest │ │ ├── obj │ │ │ └── x86 │ │ │ │ └── Debug │ │ │ │ ├── Calculadora.pdb │ │ │ │ ├── Calculadora.Form1.resources │ │ │ │ ├── GenerateResource.read.1.tlog │ │ │ │ ├── GenerateResource.write.1.tlog │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── Calculadora.Properties.Resources.resources │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Properties │ │ │ ├── Settings.settings │ │ │ ├── Settings.Designer.cs │ │ │ └── AssemblyInfo.cs │ │ ├── Program.cs │ │ └── Calculo.cs │ └── Calculadora.sln ├── Calculadora2 │ ├── Calculadora2.suo │ ├── Calculadora2 │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Calculadora2.pdb │ │ │ │ └── Calculadora2.vshost.exe.manifest │ │ ├── obj │ │ │ └── x86 │ │ │ │ └── Debug │ │ │ │ ├── Calculadora2.pdb │ │ │ │ ├── Calculadora2.Form1.resources │ │ │ │ ├── GenerateResource.read.1.tlog │ │ │ │ ├── GenerateResource.write.1.tlog │ │ │ │ ├── ResolveAssemblyReference.cache │ │ │ │ ├── Calculadora2.Properties.Resources.resources │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Properties │ │ │ ├── Settings.settings │ │ │ ├── Settings.Designer.cs │ │ │ └── AssemblyInfo.cs │ │ ├── Program.cs │ │ ├── Calculo.cs │ │ └── Form1.cs │ └── Calculadora2.sln ├── MiniNavegador │ ├── bin │ │ └── Debug │ │ │ ├── MiniNavegador.pdb │ │ │ └── MiniNavegador.vshost.exe.manifest │ ├── obj │ │ └── x86 │ │ │ └── Debug │ │ │ ├── MiniNavegador.pdb │ │ │ ├── GenerateResource.read.1.tlog │ │ │ ├── GenerateResource.write.1.tlog │ │ │ ├── MiniNavegador.Form1.resources │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ ├── MiniNavegador.Properties.Resources.resources │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── MiniNavegador.csproj.FileListAbsolute.txt │ ├── Properties │ │ ├── Settings.settings │ │ ├── Settings.Designer.cs │ │ └── AssemblyInfo.cs │ ├── Program.cs │ └── Form1.cs └── DespertadorProgramavel │ ├── DespertadorProgramavel.suo │ ├── DespertadorProgramavel │ ├── clock.ico │ ├── bin │ │ └── Debug │ │ │ ├── Interop.WMPLib.dll │ │ │ ├── AxInterop.WMPLib.dll │ │ │ ├── DespertadorProgramavel.pdb │ │ │ └── DespertadorProgramavel.vshost.exe.manifest │ ├── obj │ │ └── x86 │ │ │ └── Debug │ │ │ ├── Interop.WMPLib.dll │ │ │ ├── AxInterop.WMPLib.dll │ │ │ ├── DespertadorProgramavel.pdb │ │ │ ├── GenerateResource.read.1.tlog │ │ │ ├── GenerateResource.write.1.tlog │ │ │ ├── DespertadorProgramavel.Form1.resources │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── DespertadorProgramavel.Properties.Resources.resources │ │ │ └── DespertadorProgramavel.csproj.ResolveComReference.cache │ ├── Properties │ │ ├── Settings.settings │ │ ├── Settings.Designer.cs │ │ └── AssemblyInfo.cs │ └── Program.cs │ └── DespertadorProgramavel.sln ├── .github └── FUNDING.yml ├── README.md └── LICENSE /PROJETOS/HD/HD.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/HD/HD.suo -------------------------------------------------------------------------------- /PROJETOS/MU/MU.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MU/MU.suo -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: joaopauloaramuni 4 | -------------------------------------------------------------------------------- /PROJETOS/Hexa/Hexa.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Hexa/Hexa.suo -------------------------------------------------------------------------------- /PROJETOS/MU/MU/MU.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MU/MU/MU.jpg -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Txt/Txt.suo -------------------------------------------------------------------------------- /PROJETOS/Email/Email.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Email/Email.suo -------------------------------------------------------------------------------- /PROJETOS/MU/MU/Lock.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MU/MU/Lock.ico -------------------------------------------------------------------------------- /PROJETOS/Snake/Snake.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Snake/Snake.suo -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Agenda/Agenda.suo -------------------------------------------------------------------------------- /PROJETOS/Esfera/Esfera.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Esfera/Esfera.suo -------------------------------------------------------------------------------- /PROJETOS/Email/Email/Mail.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Email/Email/Mail.ico -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Gerador/Gerador.suo -------------------------------------------------------------------------------- /PROJETOS/HD/HD/Hard-drive.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/HD/HD/Hard-drive.ico -------------------------------------------------------------------------------- /PROJETOS/Conversor/Conversor.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Conversor/Conversor.suo -------------------------------------------------------------------------------- /PROJETOS/Desligar/Desligar.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Desligar/Desligar.suo -------------------------------------------------------------------------------- /PROJETOS/HD/HD/bin/Debug/HD.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/HD/HD/bin/Debug/HD.pdb -------------------------------------------------------------------------------- /PROJETOS/MU/MU/bin/Debug/MU.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MU/MU/bin/Debug/MU.pdb -------------------------------------------------------------------------------- /PROJETOS/Relógio/Relógio.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Relógio/Relógio.suo -------------------------------------------------------------------------------- /PROJETOS/Reverter/Reverter.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Reverter/Reverter.suo -------------------------------------------------------------------------------- /PROJETOS/Snake/Snake/snake.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Snake/Snake/snake.ico -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt/Bloc-notes.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Txt/Txt/Bloc-notes.ico -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/Agenda.mdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Agenda/Agenda/Agenda.mdf -------------------------------------------------------------------------------- /PROJETOS/Esfera/Esfera/esfera.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Esfera/Esfera/esfera.jpg -------------------------------------------------------------------------------- /PROJETOS/MAC/MAC/bin/Debug/MAC.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MAC/MAC/bin/Debug/MAC.pdb -------------------------------------------------------------------------------- /PROJETOS/MountyHall/MountyHall.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MountyHall/MountyHall.suo -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt/bin/Debug/Txt.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Txt/Txt/bin/Debug/Txt.pdb -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/Agenda_log.LDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Agenda/Agenda/Agenda_log.LDF -------------------------------------------------------------------------------- /PROJETOS/Calculadora/Calculadora.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora/Calculadora.suo -------------------------------------------------------------------------------- /PROJETOS/HD/HD/obj/x86/Debug/HD.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/HD/HD/obj/x86/Debug/HD.pdb -------------------------------------------------------------------------------- /PROJETOS/Hexa/Hexa/bin/Debug/Hexa.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Hexa/Hexa/bin/Debug/Hexa.pdb -------------------------------------------------------------------------------- /PROJETOS/MU/MU/obj/x86/Debug/MU.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MU/MU/obj/x86/Debug/MU.pdb -------------------------------------------------------------------------------- /PROJETOS/Calculadora2/Calculadora2.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora2/Calculadora2.suo -------------------------------------------------------------------------------- /PROJETOS/MAC/MAC/obj/x86/Debug/MAC.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MAC/MAC/obj/x86/Debug/MAC.pdb -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt/obj/x86/Debug/Txt.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Txt/Txt/obj/x86/Debug/Txt.pdb -------------------------------------------------------------------------------- /PROJETOS/Email/Email/bin/Debug/Email.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Email/Email/bin/Debug/Email.pdb -------------------------------------------------------------------------------- /PROJETOS/Hexa/Hexa/obj/x86/Debug/Hexa.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Hexa/Hexa/obj/x86/Debug/Hexa.pdb -------------------------------------------------------------------------------- /PROJETOS/MU/MU/Categories-system-help.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MU/MU/Categories-system-help.ico -------------------------------------------------------------------------------- /PROJETOS/Snake/Snake/bin/Debug/Snake.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Snake/Snake/bin/Debug/Snake.pdb -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/bin/Debug/Agenda.mdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Agenda/Agenda/bin/Debug/Agenda.mdf -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/bin/Debug/Agenda.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Agenda/Agenda/bin/Debug/Agenda.pdb -------------------------------------------------------------------------------- /PROJETOS/Email/Email/obj/x86/Debug/Email.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Email/Email/obj/x86/Debug/Email.pdb -------------------------------------------------------------------------------- /PROJETOS/Esfera/Esfera/bin/Debug/Esfera.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Esfera/Esfera/bin/Debug/Esfera.pdb -------------------------------------------------------------------------------- /PROJETOS/MAC/MAC/Devices-computer-laptop.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MAC/MAC/Devices-computer-laptop.ico -------------------------------------------------------------------------------- /PROJETOS/Snake/Snake/obj/x86/Debug/Snake.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Snake/Snake/obj/x86/Debug/Snake.pdb -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/Devices-media-floppy.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Agenda/Agenda/Devices-media-floppy.ico -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/bin/Debug/Agenda_log.ldf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Agenda/Agenda/bin/Debug/Agenda_log.ldf -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/obj/x86/Debug/Agenda.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Agenda/Agenda/obj/x86/Debug/Agenda.pdb -------------------------------------------------------------------------------- /PROJETOS/Calculadora/Calculadora/calculator.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora/Calculadora/calculator.ico -------------------------------------------------------------------------------- /PROJETOS/Desligar/Desligar/Button-Turn-Off.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Desligar/Desligar/Button-Turn-Off.ico -------------------------------------------------------------------------------- /PROJETOS/Esfera/Esfera/obj/x86/Debug/Esfera.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Esfera/Esfera/obj/x86/Debug/Esfera.pdb -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador/bin/Debug/Gerador.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Gerador/Gerador/bin/Debug/Gerador.pdb -------------------------------------------------------------------------------- /PROJETOS/HD/HD/obj/x86/Debug/HD.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/HD/HD/obj/x86/Debug/HD.Form1.resources -------------------------------------------------------------------------------- /PROJETOS/MU/MU/obj/x86/Debug/MU.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MU/MU/obj/x86/Debug/MU.Form1.resources -------------------------------------------------------------------------------- /PROJETOS/MU/MU/obj/x86/Debug/MU.Help.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MU/MU/obj/x86/Debug/MU.Help.resources -------------------------------------------------------------------------------- /PROJETOS/Relógio/Relógio/Settings-Clock.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Relógio/Relógio/Settings-Clock.ico -------------------------------------------------------------------------------- /PROJETOS/Desligar/Desligar/bin/Debug/Desligar.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Desligar/Desligar/bin/Debug/Desligar.pdb -------------------------------------------------------------------------------- /PROJETOS/Relógio/Relógio/bin/Debug/Relógio.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Relógio/Relógio/bin/Debug/Relógio.pdb -------------------------------------------------------------------------------- /PROJETOS/Reverter/Reverter/bin/Debug/Reverter.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Reverter/Reverter/bin/Debug/Reverter.pdb -------------------------------------------------------------------------------- /PROJETOS/Conversor/Conversor/bin/Debug/Conversor.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Conversor/Conversor/bin/Debug/Conversor.pdb -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador/obj/x86/Debug/Gerador.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Gerador/Gerador/obj/x86/Debug/Gerador.pdb -------------------------------------------------------------------------------- /PROJETOS/MAC/MAC/obj/x86/Debug/MAC.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MAC/MAC/obj/x86/Debug/MAC.Form1.resources -------------------------------------------------------------------------------- /PROJETOS/MiniNavegador/bin/Debug/MiniNavegador.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MiniNavegador/bin/Debug/MiniNavegador.pdb -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt/obj/x86/Debug/Txt.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Txt/Txt/obj/x86/Debug/Txt.Form1.resources -------------------------------------------------------------------------------- /PROJETOS/Desligar/Desligar/obj/x86/Debug/Desligar.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Desligar/Desligar/obj/x86/Debug/Desligar.pdb -------------------------------------------------------------------------------- /PROJETOS/Hexa/Hexa/obj/x86/Debug/Hexa.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Hexa/Hexa/obj/x86/Debug/Hexa.Form1.resources -------------------------------------------------------------------------------- /PROJETOS/MiniNavegador/obj/x86/Debug/MiniNavegador.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MiniNavegador/obj/x86/Debug/MiniNavegador.pdb -------------------------------------------------------------------------------- /PROJETOS/Relógio/Relógio/obj/x86/Debug/Relógio.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Relógio/Relógio/obj/x86/Debug/Relógio.pdb -------------------------------------------------------------------------------- /PROJETOS/Reverter/Reverter/obj/x86/Debug/Reverter.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Reverter/Reverter/obj/x86/Debug/Reverter.pdb -------------------------------------------------------------------------------- /PROJETOS/Conversor/Conversor/obj/x86/Debug/Conversor.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Conversor/Conversor/obj/x86/Debug/Conversor.pdb -------------------------------------------------------------------------------- /PROJETOS/Email/Email/obj/x86/Debug/Email.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Email/Email/obj/x86/Debug/Email.Form1.resources -------------------------------------------------------------------------------- /PROJETOS/HD/HD/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/HD/HD/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /PROJETOS/MU/MU/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MU/MU/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /PROJETOS/MountyHall/MountyHall/bin/Debug/MountyHall.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MountyHall/MountyHall/bin/Debug/MountyHall.pdb -------------------------------------------------------------------------------- /PROJETOS/Snake/Snake/obj/x86/Debug/Snake.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Snake/Snake/obj/x86/Debug/Snake.Form1.resources -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/obj/x86/Debug/Agenda.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Agenda/Agenda/obj/x86/Debug/Agenda.Form1.resources -------------------------------------------------------------------------------- /PROJETOS/Calculadora/Calculadora/bin/Debug/Calculadora.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora/Calculadora/bin/Debug/Calculadora.pdb -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/DespertadorProgramavel/DespertadorProgramavel.suo -------------------------------------------------------------------------------- /PROJETOS/Esfera/Esfera/obj/x86/Debug/Esfera.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Esfera/Esfera/obj/x86/Debug/Esfera.Form1.resources -------------------------------------------------------------------------------- /PROJETOS/HD/HD/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/HD/HD/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /PROJETOS/MAC/MAC/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MAC/MAC/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /PROJETOS/MU/MU/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MU/MU/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /PROJETOS/MU/MU/obj/x86/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MU/MU/obj/x86/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /PROJETOS/MountyHall/MountyHall/obj/x86/Debug/MountyHall.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MountyHall/MountyHall/obj/x86/Debug/MountyHall.pdb -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Txt/Txt/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Calculadora/Calculadora/obj/x86/Debug/Calculadora.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora/Calculadora/obj/x86/Debug/Calculadora.pdb -------------------------------------------------------------------------------- /PROJETOS/Calculadora2/Calculadora2/bin/Debug/Calculadora2.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora2/Calculadora2/bin/Debug/Calculadora2.pdb -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador/obj/x86/Debug/Gerador.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Gerador/Gerador/obj/x86/Debug/Gerador.Form1.resources -------------------------------------------------------------------------------- /PROJETOS/HD/HD/obj/x86/Debug/HD.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/HD/HD/obj/x86/Debug/HD.Properties.Resources.resources -------------------------------------------------------------------------------- /PROJETOS/Hexa/Hexa/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Hexa/Hexa/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Hexa/Hexa/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Hexa/Hexa/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /PROJETOS/MAC/MAC/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MAC/MAC/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /PROJETOS/MU/MU/obj/x86/Debug/MU.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MU/MU/obj/x86/Debug/MU.Properties.Resources.resources -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Txt/Txt/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt/obj/x86/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Txt/Txt/obj/x86/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel/clock.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/DespertadorProgramavel/DespertadorProgramavel/clock.ico -------------------------------------------------------------------------------- /PROJETOS/Email/Email/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Email/Email/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Email/Email/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Email/Email/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Snake/Snake/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Snake/Snake/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Snake/Snake/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Snake/Snake/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Agenda/Agenda/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Agenda/Agenda/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/obj/x86/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Agenda/Agenda/obj/x86/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /PROJETOS/Calculadora2/Calculadora2/obj/x86/Debug/Calculadora2.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora2/Calculadora2/obj/x86/Debug/Calculadora2.pdb -------------------------------------------------------------------------------- /PROJETOS/Desligar/Desligar/obj/x86/Debug/Desligar.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Desligar/Desligar/obj/x86/Debug/Desligar.Form1.resources -------------------------------------------------------------------------------- /PROJETOS/Email/Email/obj/x86/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Email/Email/obj/x86/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /PROJETOS/Esfera/Esfera/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Esfera/Esfera/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Esfera/Esfera/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Esfera/Esfera/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Gerador/Gerador/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /PROJETOS/MAC/MAC/obj/x86/Debug/MAC.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MAC/MAC/obj/x86/Debug/MAC.Properties.Resources.resources -------------------------------------------------------------------------------- /PROJETOS/MiniNavegador/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MiniNavegador/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /PROJETOS/MiniNavegador/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MiniNavegador/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /PROJETOS/MiniNavegador/obj/x86/Debug/MiniNavegador.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MiniNavegador/obj/x86/Debug/MiniNavegador.Form1.resources -------------------------------------------------------------------------------- /PROJETOS/Relógio/Relógio/obj/x86/Debug/Relógio.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Relógio/Relógio/obj/x86/Debug/Relógio.Form1.resources -------------------------------------------------------------------------------- /PROJETOS/Reverter/Reverter/obj/x86/Debug/Reverter.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Reverter/Reverter/obj/x86/Debug/Reverter.Form1.resources -------------------------------------------------------------------------------- /PROJETOS/Snake/Snake/obj/x86/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Snake/Snake/obj/x86/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt/obj/x86/Debug/Txt.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Txt/Txt/obj/x86/Debug/Txt.Properties.Resources.resources -------------------------------------------------------------------------------- /PROJETOS/Conversor/Conversor/obj/x86/Debug/Conversor.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Conversor/Conversor/obj/x86/Debug/Conversor.Form1.resources -------------------------------------------------------------------------------- /PROJETOS/Desligar/Desligar/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Desligar/Desligar/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Gerador/Gerador/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador/obj/x86/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Gerador/Gerador/obj/x86/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /PROJETOS/Hexa/Hexa/obj/x86/Debug/Hexa.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Hexa/Hexa/obj/x86/Debug/Hexa.Properties.Resources.resources -------------------------------------------------------------------------------- /PROJETOS/Relógio/Relógio/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Relógio/Relógio/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Reverter/Reverter/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Reverter/Reverter/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Conversor/Conversor/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Conversor/Conversor/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Conversor/Conversor/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Conversor/Conversor/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Desligar/Desligar/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Desligar/Desligar/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Desligar/Desligar/obj/x86/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Desligar/Desligar/obj/x86/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /PROJETOS/Email/Email/obj/x86/Debug/Email.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Email/Email/obj/x86/Debug/Email.Properties.Resources.resources -------------------------------------------------------------------------------- /PROJETOS/HD/HD/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/HD/HD/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PROJETOS/MAC/MAC/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MAC/MAC/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PROJETOS/MU/MU/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MU/MU/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PROJETOS/MountyHall/MountyHall/obj/x86/Debug/MountyHall.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MountyHall/MountyHall/obj/x86/Debug/MountyHall.Form1.resources -------------------------------------------------------------------------------- /PROJETOS/Relógio/Relógio/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Relógio/Relógio/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Reverter/Reverter/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Reverter/Reverter/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Reverter/Reverter/obj/x86/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Reverter/Reverter/obj/x86/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /PROJETOS/Snake/Snake/obj/x86/Debug/Snake.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Snake/Snake/obj/x86/Debug/Snake.Properties.Resources.resources -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Txt/Txt/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/obj/x86/Debug/Agenda.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Agenda/Agenda/obj/x86/Debug/Agenda.Properties.Resources.resources -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/obj/x86/Debug/TempPE/AgendaDataSet.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Agenda/Agenda/obj/x86/Debug/TempPE/AgendaDataSet.Designer.cs.dll -------------------------------------------------------------------------------- /PROJETOS/Calculadora/Calculadora/obj/x86/Debug/Calculadora.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora/Calculadora/obj/x86/Debug/Calculadora.Form1.resources -------------------------------------------------------------------------------- /PROJETOS/Conversor/Conversor/obj/x86/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Conversor/Conversor/obj/x86/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /PROJETOS/Esfera/Esfera/obj/x86/Debug/Esfera.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Esfera/Esfera/obj/x86/Debug/Esfera.Properties.Resources.resources -------------------------------------------------------------------------------- /PROJETOS/Hexa/Hexa/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Hexa/Hexa/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PROJETOS/Calculadora/Calculadora/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora/Calculadora/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Calculadora/Calculadora/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora/Calculadora/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Calculadora/Calculadora/obj/x86/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora/Calculadora/obj/x86/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /PROJETOS/Calculadora2/Calculadora2/obj/x86/Debug/Calculadora2.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora2/Calculadora2/obj/x86/Debug/Calculadora2.Form1.resources -------------------------------------------------------------------------------- /PROJETOS/Calculadora2/Calculadora2/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora2/Calculadora2/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Email/Email/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Email/Email/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador/obj/x86/Debug/Gerador.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Gerador/Gerador/obj/x86/Debug/Gerador.Properties.Resources.resources -------------------------------------------------------------------------------- /PROJETOS/HD/HD/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/HD/HD/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PROJETOS/MAC/MAC/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MAC/MAC/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PROJETOS/MU/MU/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MU/MU/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PROJETOS/Snake/Snake/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Snake/Snake/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Txt/Txt/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Agenda/Agenda/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PROJETOS/Calculadora2/Calculadora2/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora2/Calculadora2/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /PROJETOS/Calculadora2/Calculadora2/obj/x86/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora2/Calculadora2/obj/x86/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /PROJETOS/Email/Email/obj/x86/Debug/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Email/Email/obj/x86/Debug/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /PROJETOS/Esfera/Esfera/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Esfera/Esfera/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PROJETOS/Hexa/Hexa/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Hexa/Hexa/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PROJETOS/MiniNavegador/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MiniNavegador/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PROJETOS/Desligar/Desligar/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Desligar/Desligar/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PROJETOS/Desligar/Desligar/obj/x86/Debug/Desligar.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Desligar/Desligar/obj/x86/Debug/Desligar.Properties.Resources.resources -------------------------------------------------------------------------------- /PROJETOS/Email/Email/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Email/Email/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Gerador/Gerador/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PROJETOS/MiniNavegador/obj/x86/Debug/MiniNavegador.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MiniNavegador/obj/x86/Debug/MiniNavegador.Properties.Resources.resources -------------------------------------------------------------------------------- /PROJETOS/Relógio/Relógio/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Relógio/Relógio/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PROJETOS/Relógio/Relógio/obj/x86/Debug/Relógio.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Relógio/Relógio/obj/x86/Debug/Relógio.Properties.Resources.resources -------------------------------------------------------------------------------- /PROJETOS/Reverter/Reverter/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Reverter/Reverter/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PROJETOS/Reverter/Reverter/obj/x86/Debug/Reverter.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Reverter/Reverter/obj/x86/Debug/Reverter.Properties.Resources.resources -------------------------------------------------------------------------------- /PROJETOS/Snake/Snake/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Snake/Snake/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Agenda/Agenda/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PROJETOS/Conversor/Conversor/obj/x86/Debug/Conversor.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Conversor/Conversor/obj/x86/Debug/Conversor.Properties.Resources.resources -------------------------------------------------------------------------------- /PROJETOS/Conversor/Conversor/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Conversor/Conversor/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel/bin/Debug/Interop.WMPLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/DespertadorProgramavel/DespertadorProgramavel/bin/Debug/Interop.WMPLib.dll -------------------------------------------------------------------------------- /PROJETOS/Esfera/Esfera/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Esfera/Esfera/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PROJETOS/MiniNavegador/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MiniNavegador/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PROJETOS/Desligar/Desligar/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Desligar/Desligar/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel/bin/Debug/AxInterop.WMPLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/DespertadorProgramavel/DespertadorProgramavel/bin/Debug/AxInterop.WMPLib.dll -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/Interop.WMPLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/Interop.WMPLib.dll -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Gerador/Gerador/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PROJETOS/MountyHall/MountyHall/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MountyHall/MountyHall/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PROJETOS/MountyHall/MountyHall/obj/x86/Debug/MountyHall.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MountyHall/MountyHall/obj/x86/Debug/MountyHall.Properties.Resources.resources -------------------------------------------------------------------------------- /PROJETOS/MountyHall/MountyHall/obj/x86/Debug/MountyHall.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MountyHall/MountyHall/obj/x86/Debug/MountyHall.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /PROJETOS/Relógio/Relógio/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Relógio/Relógio/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PROJETOS/Reverter/Reverter/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Reverter/Reverter/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PROJETOS/Calculadora/Calculadora/obj/x86/Debug/Calculadora.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora/Calculadora/obj/x86/Debug/Calculadora.Properties.Resources.resources -------------------------------------------------------------------------------- /PROJETOS/Calculadora/Calculadora/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora/Calculadora/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PROJETOS/Conversor/Conversor/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Conversor/Conversor/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/AxInterop.WMPLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/AxInterop.WMPLib.dll -------------------------------------------------------------------------------- /PROJETOS/Calculadora2/Calculadora2/obj/x86/Debug/Calculadora2.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora2/Calculadora2/obj/x86/Debug/Calculadora2.Properties.Resources.resources -------------------------------------------------------------------------------- /PROJETOS/Calculadora2/Calculadora2/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora2/Calculadora2/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel/bin/Debug/DespertadorProgramavel.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/DespertadorProgramavel/DespertadorProgramavel/bin/Debug/DespertadorProgramavel.pdb -------------------------------------------------------------------------------- /PROJETOS/MountyHall/MountyHall/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/MountyHall/MountyHall/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PROJETOS/Calculadora/Calculadora/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora/Calculadora/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PROJETOS/Calculadora2/Calculadora2/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/Calculadora2/Calculadora2/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/DespertadorProgramavel.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/DespertadorProgramavel.pdb -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/DespertadorProgramavel.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/DespertadorProgramavel.Form1.resources -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/DespertadorProgramavel.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/DespertadorProgramavel.Properties.Resources.resources -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/DespertadorProgramavel.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/csharp/HEAD/PROJETOS/DespertadorProgramavel/DespertadorProgramavel/obj/x86/Debug/DespertadorProgramavel.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /PROJETOS/HD/HD/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PROJETOS/MU/MU/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PROJETOS/Email/Email/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PROJETOS/Hexa/Hexa/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PROJETOS/MAC/MAC/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PROJETOS/Snake/Snake/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PROJETOS/Esfera/Esfera/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PROJETOS/MiniNavegador/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PROJETOS/Conversor/Conversor/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PROJETOS/Desligar/Desligar/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PROJETOS/MountyHall/MountyHall/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PROJETOS/Relógio/Relógio/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PROJETOS/Reverter/Reverter/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PROJETOS/Calculadora/Calculadora/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PROJETOS/Calculadora2/Calculadora2/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/AgendaDataSet.xsc: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /PROJETOS/MU/MU/Help.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | 10 | namespace MU 11 | { 12 | public partial class Help : Form 13 | { 14 | public Help() 15 | { 16 | InitializeComponent(); 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt/Gravar.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.IO; 6 | 7 | 8 | namespace Txt 9 | { 10 | class Gravar 11 | { 12 | public Gravar(string gravar) 13 | { 14 | StreamWriter sw = new StreamWriter("c:\\texto.txt"); 15 | sw.Write(gravar); 16 | sw.Close(); 17 | } 18 | 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/bin/Debug/Agenda.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/bin/Debug/Agenda.vshost.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador/Constantes.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace Gerador 7 | { 8 | static class Constantes 9 | { 10 | public const int CPF_LENGTH = 11; 11 | public const int CNPJ_LENGTH = 14; 12 | public const int PIS_LENGTH = 11; 13 | public const int VALIDA_CPF = 1; 14 | public const int VALIDA_CNPJ = 2; 15 | public const int VALIDA_PIS = 3; 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/Agenda.csproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | en-US 11 | false 12 | 13 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ----- 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 14 | 15 | 16 | 17 | 18 |
10 | 11 | alamoti 12 | 13 |
19 |
20 | 21 | ----- 22 | 23 | # C# 24 | Repo C# 25 | -------------------------------------------------------------------------------- /PROJETOS/HD/HD/bin/Debug/HD.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/MAC/MAC/bin/Debug/MAC.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/MU/MU/bin/Debug/MU.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt/bin/Debug/Txt.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/Hexa/Hexa/bin/Debug/Hexa.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/bin/Debug/Agenda.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/Email/Email/bin/Debug/Email.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/Esfera/Esfera/bin/Debug/Esfera.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/Snake/Snake/bin/Debug/Snake.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/Desligar/Desligar/bin/Debug/Desligar.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador/bin/Debug/Gerador.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/Relógio/Relógio/bin/Debug/Relógio.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/Reverter/Reverter/bin/Debug/Reverter.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/Conversor/Conversor/bin/Debug/Conversor.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/MiniNavegador/bin/Debug/MiniNavegador.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/Calculadora/Calculadora/bin/Debug/Calculadora.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/MountyHall/MountyHall/bin/Debug/MountyHall.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/Calculadora2/Calculadora2/bin/Debug/Calculadora2.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/HD/HD/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace HD 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /PROJETOS/MU/MU/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace MU 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /PROJETOS/Hexa/Hexa/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace Hexa 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /PROJETOS/MAC/MAC/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace MAC 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace Txt 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /PROJETOS/Email/Email/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace Email 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /PROJETOS/Reverter/Reverter/Inverte.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace Reverter 7 | { 8 | class Inverte 9 | { 10 | public string Inverter(string Texto) 11 | { 12 | char[] revertido = Texto.ToCharArray(); 13 | char[] texto2 = Texto.ToCharArray(); 14 | 15 | for (int x = (Texto.Length) - 1, j = 0; x >= 0; x--, j++) 16 | revertido[j] = texto2[x]; 17 | 18 | return new string(revertido); 19 | 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /PROJETOS/Snake/Snake/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace Snake 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace Agenda 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /PROJETOS/Esfera/Esfera/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace Esfera 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace Gerador 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /PROJETOS/Conversor/Conversor/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace Conversor 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /PROJETOS/Desligar/Desligar/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace Desligar 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /PROJETOS/MiniNavegador/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace MiniNavegador 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /PROJETOS/Relógio/Relógio/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace Relógio 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /PROJETOS/Reverter/Reverter/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace Reverter 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /PROJETOS/MountyHall/MountyHall/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace MountyHall 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /PROJETOS/Calculadora/Calculadora/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace Calculadora 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /PROJETOS/Calculadora2/Calculadora2/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace Calculadora2 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel/bin/Debug/DespertadorProgramavel.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/MiniNavegador/Form1.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | 10 | namespace MiniNavegador 11 | { 12 | public partial class Form1 : Form 13 | { 14 | public Form1() 15 | { 16 | InitializeComponent(); 17 | } 18 | 19 | private void button1_Click(object sender, EventArgs e) 20 | { 21 | webBrowser1.Navigate(textBox1.Text); 22 | } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /PROJETOS/Relógio/Relógio/Form1.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | 10 | namespace Relógio 11 | { 12 | public partial class Form1 : Form 13 | { 14 | public Form1() 15 | { 16 | InitializeComponent(); 17 | } 18 | 19 | private void timer1_Tick(object sender, EventArgs e) 20 | { 21 | relogio.Text = DateTime.Now.ToLongTimeString(); 22 | } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace DespertadorProgramavel 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /PROJETOS/Calculadora/Calculadora/Calculo.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace Calculadora 7 | { 8 | class Calculo 9 | { 10 | public double soma(double x, double y) 11 | { 12 | return x + y; 13 | } 14 | public double sub(double x, double y) 15 | { 16 | return x - y; 17 | } 18 | public double mult(double x, double y) 19 | { 20 | return x * y; 21 | } 22 | public double div(double x, double y) 23 | { 24 | return x / y; 25 | } 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador/ValidarPIS.cs: -------------------------------------------------------------------------------- 1 | namespace Gerador 2 | { 3 | class ValidarPIS 4 | { 5 | public bool validarPIS(string pis) 6 | { 7 | int[] multiplicador = new int[10] { 3, 2, 9, 8, 7, 6, 5, 4, 3, 2 }; 8 | int soma; 9 | int resto; 10 | 11 | soma = 0; 12 | for (int i = 0; i < 10; i++) 13 | soma += int.Parse(pis[i].ToString()) * multiplicador[i]; 14 | 15 | resto = soma % 11; 16 | 17 | if (resto < 2) 18 | resto = 0; 19 | else 20 | resto = 11 - resto; 21 | 22 | return pis.EndsWith(resto.ToString()); 23 | 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /PROJETOS/HD/HD/Form1.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | 10 | namespace HD 11 | { 12 | public partial class Form1 : Form 13 | { 14 | public Form1() 15 | { 16 | InitializeComponent(); 17 | } 18 | 19 | private void Form1_Load(object sender, EventArgs e) 20 | { 21 | HD obj = new HD(); 22 | 23 | totalResp.Text = obj.HDCapacidade(); 24 | usadoResp.Text = obj.HDEspacoOcupado(); 25 | livreResp.Text = obj.HDEspacoLivre(); 26 | serialResp.Text = obj.HDSerial(); 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /PROJETOS/Calculadora2/Calculadora2/Calculo.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace Calculadora2 7 | { 8 | class Calculo 9 | { 10 | public double fibo(double n) 11 | { 12 | if (n == 0) 13 | return (0); 14 | else if (n == 1) 15 | return (1); 16 | else 17 | return (fibo(n - 1) + fibo(n - 2)); 18 | } 19 | 20 | public double fat(double n) 21 | { 22 | double i, fat; 23 | 24 | fat = 1; 25 | 26 | for (i = 1; i <= n; i++) 27 | { 28 | fat = fat * i; 29 | } 30 | 31 | return fat; 32 | } 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /PROJETOS/MountyHall/MountyHall/obj/x86/Debug/MountyHall.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\Users\joao\Desktop\MountyHall\MountyHall\bin\Debug\MountyHall.exe 2 | C:\Users\joao\Desktop\MountyHall\MountyHall\bin\Debug\MountyHall.pdb 3 | C:\Users\joao\Desktop\MountyHall\MountyHall\obj\x86\Debug\MountyHall.Form1.resources 4 | C:\Users\joao\Desktop\MountyHall\MountyHall\obj\x86\Debug\MountyHall.Properties.Resources.resources 5 | C:\Users\joao\Desktop\MountyHall\MountyHall\obj\x86\Debug\MountyHall.csproj.GenerateResource.Cache 6 | C:\Users\joao\Desktop\MountyHall\MountyHall\obj\x86\Debug\MountyHall.exe 7 | C:\Users\joao\Desktop\MountyHall\MountyHall\obj\x86\Debug\MountyHall.pdb 8 | F:\Samsung\PROJETOS\C#\MountyHall\MountyHall\obj\x86\Debug\MountyHall.exe 9 | F:\Samsung\PROJETOS\C#\MountyHall\MountyHall\obj\x86\Debug\MountyHall.pdb 10 | -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt/Ler.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.IO; 6 | 7 | namespace Txt 8 | { 9 | class Ler 10 | { 11 | public Ler() 12 | { 13 | StreamReader sw = new StreamReader("c:\\texto.txt"); 14 | try 15 | { 16 | while (!sw.EndOfStream) 17 | { 18 | Conteudo += sw.ReadLine(); 19 | } 20 | sw.Close(); 21 | } 22 | catch (Exception ex) 23 | { 24 | Conteudo = ex.Message; 25 | sw.Close(); 26 | } 27 | 28 | } 29 | public string Conteudo 30 | { 31 | get; 32 | set; 33 | } 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /PROJETOS/Reverter/Reverter/Form1.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | 10 | namespace Reverter 11 | { 12 | public partial class Form1 : Form 13 | { 14 | public Form1() 15 | { 16 | InitializeComponent(); 17 | } 18 | 19 | private void button1_Click(object sender, EventArgs e) 20 | { 21 | Inverte result = new Inverte(); 22 | textBox2.Text = result.Inverter(textBox1.Text); 23 | } 24 | 25 | private void button2_Click(object sender, EventArgs e) 26 | { 27 | textBox1.Text = string.Empty; 28 | textBox2.Text = string.Empty; 29 | } 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/AgendaDataSet.xss: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /PROJETOS/HD/HD.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HD", "HD\HD.csproj", "{6CA3F55F-2500-4C6C-840D-55C6FA8A9B4D}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {6CA3F55F-2500-4C6C-840D-55C6FA8A9B4D}.Debug|x86.ActiveCfg = Debug|x86 13 | {6CA3F55F-2500-4C6C-840D-55C6FA8A9B4D}.Debug|x86.Build.0 = Debug|x86 14 | {6CA3F55F-2500-4C6C-840D-55C6FA8A9B4D}.Release|x86.ActiveCfg = Release|x86 15 | {6CA3F55F-2500-4C6C-840D-55C6FA8A9B4D}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /PROJETOS/MU/MU.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MU", "MU\MU.csproj", "{4AAC2E71-040C-47E6-9BD1-7D6AEC150EE3}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {4AAC2E71-040C-47E6-9BD1-7D6AEC150EE3}.Debug|x86.ActiveCfg = Debug|x86 13 | {4AAC2E71-040C-47E6-9BD1-7D6AEC150EE3}.Debug|x86.Build.0 = Debug|x86 14 | {4AAC2E71-040C-47E6-9BD1-7D6AEC150EE3}.Release|x86.ActiveCfg = Release|x86 15 | {4AAC2E71-040C-47E6-9BD1-7D6AEC150EE3}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /PROJETOS/MAC/MAC.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MAC", "MAC\MAC.csproj", "{44F7FC33-606B-4FE3-976C-19BE2875F8AE}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {44F7FC33-606B-4FE3-976C-19BE2875F8AE}.Debug|x86.ActiveCfg = Debug|x86 13 | {44F7FC33-606B-4FE3-976C-19BE2875F8AE}.Debug|x86.Build.0 = Debug|x86 14 | {44F7FC33-606B-4FE3-976C-19BE2875F8AE}.Release|x86.ActiveCfg = Release|x86 15 | {44F7FC33-606B-4FE3-976C-19BE2875F8AE}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Txt", "Txt\Txt.csproj", "{B51DF9FD-0C93-483E-A467-5A16E6984995}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {B51DF9FD-0C93-483E-A467-5A16E6984995}.Debug|x86.ActiveCfg = Debug|x86 13 | {B51DF9FD-0C93-483E-A467-5A16E6984995}.Debug|x86.Build.0 = Debug|x86 14 | {B51DF9FD-0C93-483E-A467-5A16E6984995}.Release|x86.ActiveCfg = Release|x86 15 | {B51DF9FD-0C93-483E-A467-5A16E6984995}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /PROJETOS/Hexa/Hexa.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hexa", "Hexa\Hexa.csproj", "{725AD676-F7B1-41A5-877F-9838C47F39E5}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {725AD676-F7B1-41A5-877F-9838C47F39E5}.Debug|x86.ActiveCfg = Debug|x86 13 | {725AD676-F7B1-41A5-877F-9838C47F39E5}.Debug|x86.Build.0 = Debug|x86 14 | {725AD676-F7B1-41A5-877F-9838C47F39E5}.Release|x86.ActiveCfg = Release|x86 15 | {725AD676-F7B1-41A5-877F-9838C47F39E5}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /PROJETOS/Email/Email.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Email", "Email\Email.csproj", "{187681D7-DBA8-4A88-BEE9-9BB559C1F84A}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {187681D7-DBA8-4A88-BEE9-9BB559C1F84A}.Debug|x86.ActiveCfg = Debug|x86 13 | {187681D7-DBA8-4A88-BEE9-9BB559C1F84A}.Debug|x86.Build.0 = Debug|x86 14 | {187681D7-DBA8-4A88-BEE9-9BB559C1F84A}.Release|x86.ActiveCfg = Release|x86 15 | {187681D7-DBA8-4A88-BEE9-9BB559C1F84A}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /PROJETOS/Snake/Snake.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Snake", "Snake\Snake.csproj", "{77FD0492-6AA0-46E5-85A6-6FE61EA847C3}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {77FD0492-6AA0-46E5-85A6-6FE61EA847C3}.Debug|x86.ActiveCfg = Debug|x86 13 | {77FD0492-6AA0-46E5-85A6-6FE61EA847C3}.Debug|x86.Build.0 = Debug|x86 14 | {77FD0492-6AA0-46E5-85A6-6FE61EA847C3}.Release|x86.ActiveCfg = Release|x86 15 | {77FD0492-6AA0-46E5-85A6-6FE61EA847C3}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Agenda", "Agenda\Agenda.csproj", "{89CE86F9-2EE6-4291-97E8-BAA3DDECA93E}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {89CE86F9-2EE6-4291-97E8-BAA3DDECA93E}.Debug|x86.ActiveCfg = Debug|x86 13 | {89CE86F9-2EE6-4291-97E8-BAA3DDECA93E}.Debug|x86.Build.0 = Debug|x86 14 | {89CE86F9-2EE6-4291-97E8-BAA3DDECA93E}.Release|x86.ActiveCfg = Release|x86 15 | {89CE86F9-2EE6-4291-97E8-BAA3DDECA93E}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /PROJETOS/Esfera/Esfera.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Esfera", "Esfera\Esfera.csproj", "{0C14794B-47EA-4E11-B157-7E11F621E69B}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {0C14794B-47EA-4E11-B157-7E11F621E69B}.Debug|x86.ActiveCfg = Debug|x86 13 | {0C14794B-47EA-4E11-B157-7E11F621E69B}.Debug|x86.Build.0 = Debug|x86 14 | {0C14794B-47EA-4E11-B157-7E11F621E69B}.Release|x86.ActiveCfg = Release|x86 15 | {0C14794B-47EA-4E11-B157-7E11F621E69B}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gerador", "Gerador\Gerador.csproj", "{071482E6-09ED-46CD-957C-060627C7EF65}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {071482E6-09ED-46CD-957C-060627C7EF65}.Debug|x86.ActiveCfg = Debug|x86 13 | {071482E6-09ED-46CD-957C-060627C7EF65}.Debug|x86.Build.0 = Debug|x86 14 | {071482E6-09ED-46CD-957C-060627C7EF65}.Release|x86.ActiveCfg = Release|x86 15 | {071482E6-09ED-46CD-957C-060627C7EF65}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /PROJETOS/Relógio/Relógio.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Relógio", "Relógio\Relógio.csproj", "{E9B5FD8B-A8AA-4124-9CE2-176E91B1B769}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {E9B5FD8B-A8AA-4124-9CE2-176E91B1B769}.Debug|x86.ActiveCfg = Debug|x86 13 | {E9B5FD8B-A8AA-4124-9CE2-176E91B1B769}.Debug|x86.Build.0 = Debug|x86 14 | {E9B5FD8B-A8AA-4124-9CE2-176E91B1B769}.Release|x86.ActiveCfg = Release|x86 15 | {E9B5FD8B-A8AA-4124-9CE2-176E91B1B769}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /PROJETOS/Desligar/Desligar.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Desligar", "Desligar\Desligar.csproj", "{5080A2E6-3FEF-474E-8E8B-4F997742F212}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {5080A2E6-3FEF-474E-8E8B-4F997742F212}.Debug|x86.ActiveCfg = Debug|x86 13 | {5080A2E6-3FEF-474E-8E8B-4F997742F212}.Debug|x86.Build.0 = Debug|x86 14 | {5080A2E6-3FEF-474E-8E8B-4F997742F212}.Release|x86.ActiveCfg = Release|x86 15 | {5080A2E6-3FEF-474E-8E8B-4F997742F212}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /PROJETOS/Reverter/Reverter.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Reverter", "Reverter\Reverter.csproj", "{6A0BB940-CD00-4CF6-BD9B-BBFC57DFD6E1}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {6A0BB940-CD00-4CF6-BD9B-BBFC57DFD6E1}.Debug|x86.ActiveCfg = Debug|x86 13 | {6A0BB940-CD00-4CF6-BD9B-BBFC57DFD6E1}.Debug|x86.Build.0 = Debug|x86 14 | {6A0BB940-CD00-4CF6-BD9B-BBFC57DFD6E1}.Release|x86.ActiveCfg = Release|x86 15 | {6A0BB940-CD00-4CF6-BD9B-BBFC57DFD6E1}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /PROJETOS/Conversor/Conversor.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Conversor", "Conversor\Conversor.csproj", "{78EF57A4-E307-470B-B88E-97DC3080A4F1}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {78EF57A4-E307-470B-B88E-97DC3080A4F1}.Debug|x86.ActiveCfg = Debug|x86 13 | {78EF57A4-E307-470B-B88E-97DC3080A4F1}.Debug|x86.Build.0 = Debug|x86 14 | {78EF57A4-E307-470B-B88E-97DC3080A4F1}.Release|x86.ActiveCfg = Release|x86 15 | {78EF57A4-E307-470B-B88E-97DC3080A4F1}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /PROJETOS/MountyHall/MountyHall.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MountyHall", "MountyHall\MountyHall.csproj", "{7DF6D27E-B593-4A76-BE80-DF4B1AFBDE3C}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {7DF6D27E-B593-4A76-BE80-DF4B1AFBDE3C}.Debug|x86.ActiveCfg = Debug|x86 13 | {7DF6D27E-B593-4A76-BE80-DF4B1AFBDE3C}.Debug|x86.Build.0 = Debug|x86 14 | {7DF6D27E-B593-4A76-BE80-DF4B1AFBDE3C}.Release|x86.ActiveCfg = Release|x86 15 | {7DF6D27E-B593-4A76-BE80-DF4B1AFBDE3C}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /PROJETOS/Calculadora/Calculadora.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calculadora", "Calculadora\Calculadora.csproj", "{B9A362A6-DECA-4A65-B3DA-BA17AE1AFACD}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {B9A362A6-DECA-4A65-B3DA-BA17AE1AFACD}.Debug|x86.ActiveCfg = Debug|x86 13 | {B9A362A6-DECA-4A65-B3DA-BA17AE1AFACD}.Debug|x86.Build.0 = Debug|x86 14 | {B9A362A6-DECA-4A65-B3DA-BA17AE1AFACD}.Release|x86.ActiveCfg = Release|x86 15 | {B9A362A6-DECA-4A65-B3DA-BA17AE1AFACD}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /PROJETOS/Calculadora2/Calculadora2.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calculadora2", "Calculadora2\Calculadora2.csproj", "{27BBADD5-106A-4370-9839-FD2D9F99F092}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {27BBADD5-106A-4370-9839-FD2D9F99F092}.Debug|x86.ActiveCfg = Debug|x86 13 | {27BBADD5-106A-4370-9839-FD2D9F99F092}.Debug|x86.Build.0 = Debug|x86 14 | {27BBADD5-106A-4370-9839-FD2D9F99F092}.Release|x86.ActiveCfg = Release|x86 15 | {27BBADD5-106A-4370-9839-FD2D9F99F092}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /PROJETOS/Conversor/Conversor/BinarioDecimal.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace Conversor 7 | { 8 | class BinarioDecimal 9 | { 10 | public int BinarioParaDecimal(string numero) 11 | { 12 | char[] verificar = numero.ToCharArray(); 13 | bool passar = false; 14 | for (int i = 0; i < numero.Length; i++) 15 | { 16 | if (verificar[i].Equals('0') || verificar[i].Equals('1')) 17 | { 18 | passar = true; 19 | } 20 | else 21 | { 22 | passar = false; 23 | break; 24 | } 25 | } 26 | if (passar) 27 | { 28 | return Convert.ToInt32(numero, 2); 29 | } 30 | else return 2; 31 | } 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /PROJETOS/HD/HD/obj/x86/Debug/HD.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\HD\HD\bin\Debug\HD.exe 2 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\HD\HD\bin\Debug\HD.pdb 3 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\HD\HD\obj\x86\Debug\ResolveAssemblyReference.cache 4 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\HD\HD\obj\x86\Debug\HD.Form1.resources 5 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\HD\HD\obj\x86\Debug\HD.Properties.Resources.resources 6 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\HD\HD\obj\x86\Debug\GenerateResource.read.1.tlog 7 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\HD\HD\obj\x86\Debug\GenerateResource.write.1.tlog 8 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\HD\HD\obj\x86\Debug\HD.exe 9 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\HD\HD\obj\x86\Debug\HD.pdb 10 | -------------------------------------------------------------------------------- /PROJETOS/MAC/MAC/obj/x86/Debug/MAC.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\MAC\MAC\bin\Debug\MAC.exe 2 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\MAC\MAC\bin\Debug\MAC.pdb 3 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\MAC\MAC\obj\x86\Debug\ResolveAssemblyReference.cache 4 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\MAC\MAC\obj\x86\Debug\MAC.Form1.resources 5 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\MAC\MAC\obj\x86\Debug\MAC.Properties.Resources.resources 6 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\MAC\MAC\obj\x86\Debug\GenerateResource.read.1.tlog 7 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\MAC\MAC\obj\x86\Debug\GenerateResource.write.1.tlog 8 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\MAC\MAC\obj\x86\Debug\MAC.exe 9 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\MAC\MAC\obj\x86\Debug\MAC.pdb 10 | -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Studio 2010 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DespertadorProgramavel", "DespertadorProgramavel\DespertadorProgramavel.csproj", "{8FA8E5AB-EE24-4F2D-9FC3-D54E7CF113A1}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {8FA8E5AB-EE24-4F2D-9FC3-D54E7CF113A1}.Debug|x86.ActiveCfg = Debug|x86 13 | {8FA8E5AB-EE24-4F2D-9FC3-D54E7CF113A1}.Debug|x86.Build.0 = Debug|x86 14 | {8FA8E5AB-EE24-4F2D-9FC3-D54E7CF113A1}.Release|x86.ActiveCfg = Release|x86 15 | {8FA8E5AB-EE24-4F2D-9FC3-D54E7CF113A1}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /PROJETOS/Hexa/Hexa/obj/x86/Debug/Hexa.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Hexa\Hexa\bin\Debug\Hexa.exe 2 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Hexa\Hexa\bin\Debug\Hexa.pdb 3 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Hexa\Hexa\obj\x86\Debug\ResolveAssemblyReference.cache 4 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Hexa\Hexa\obj\x86\Debug\Hexa.Form1.resources 5 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Hexa\Hexa\obj\x86\Debug\Hexa.Properties.Resources.resources 6 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Hexa\Hexa\obj\x86\Debug\GenerateResource.read.1.tlog 7 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Hexa\Hexa\obj\x86\Debug\GenerateResource.write.1.tlog 8 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Hexa\Hexa\obj\x86\Debug\Hexa.exe 9 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Hexa\Hexa\obj\x86\Debug\Hexa.pdb 10 | -------------------------------------------------------------------------------- /PROJETOS/Email/Email/obj/x86/Debug/Email.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Email\Email\bin\Debug\Email.exe 2 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Email\Email\bin\Debug\Email.pdb 3 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Email\Email\obj\x86\Debug\ResolveAssemblyReference.cache 4 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Email\Email\obj\x86\Debug\Email.Form1.resources 5 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Email\Email\obj\x86\Debug\Email.Properties.Resources.resources 6 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Email\Email\obj\x86\Debug\GenerateResource.read.1.tlog 7 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Email\Email\obj\x86\Debug\GenerateResource.write.1.tlog 8 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Email\Email\obj\x86\Debug\Email.exe 9 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Email\Email\obj\x86\Debug\Email.pdb 10 | -------------------------------------------------------------------------------- /PROJETOS/Esfera/Esfera/obj/x86/Debug/Esfera.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Esfera\Esfera\bin\Debug\Esfera.exe 2 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Esfera\Esfera\bin\Debug\Esfera.pdb 3 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Esfera\Esfera\obj\x86\Debug\ResolveAssemblyReference.cache 4 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Esfera\Esfera\obj\x86\Debug\Esfera.Form1.resources 5 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Esfera\Esfera\obj\x86\Debug\Esfera.Properties.Resources.resources 6 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Esfera\Esfera\obj\x86\Debug\GenerateResource.read.1.tlog 7 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Esfera\Esfera\obj\x86\Debug\GenerateResource.write.1.tlog 8 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Esfera\Esfera\obj\x86\Debug\Esfera.exe 9 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Esfera\Esfera\obj\x86\Debug\Esfera.pdb 10 | -------------------------------------------------------------------------------- /PROJETOS/Relógio/Relógio/obj/x86/Debug/Relógio.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Relógio\Relógio\bin\Debug\Relógio.exe 2 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Relógio\Relógio\bin\Debug\Relógio.pdb 3 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Relógio\Relógio\obj\x86\Debug\ResolveAssemblyReference.cache 4 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Relógio\Relógio\obj\x86\Debug\Relógio.Form1.resources 5 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Relógio\Relógio\obj\x86\Debug\Relógio.Properties.Resources.resources 6 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Relógio\Relógio\obj\x86\Debug\GenerateResource.read.1.tlog 7 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Relógio\Relógio\obj\x86\Debug\GenerateResource.write.1.tlog 8 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Relógio\Relógio\obj\x86\Debug\Relógio.exe 9 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Relógio\Relógio\obj\x86\Debug\Relógio.pdb 10 | -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | <?xml version="1.0" encoding="utf-16"?> 7 | <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 8 | <ConnectionString>Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Agenda.mdf;Integrated Security=True;User Instance=True</ConnectionString> 9 | <ProviderName>System.Data.SqlClient</ProviderName> 10 | </SerializableConnectionString> 11 | Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Agenda.mdf;Integrated Security=True;User Instance=True 12 | 13 | 14 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 João Paulo Aramuni 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /PROJETOS/MAC/MAC/Form1.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | using System.Net.NetworkInformation; 10 | 11 | namespace MAC 12 | { 13 | public partial class Form1 : Form 14 | { 15 | public Form1() 16 | { 17 | InitializeComponent(); 18 | } 19 | 20 | private void Form1_Load(object sender, EventArgs e) 21 | { 22 | MAC.Text = GetMacAddress().ToString(); 23 | } 24 | private string GetMacAddress() 25 | { 26 | string macAddresses = ""; 27 | 28 | foreach (NetworkInterface nic in NetworkInterface.GetAllNetworkInterfaces()) 29 | { 30 | if (nic.OperationalStatus == OperationalStatus.Up) 31 | { 32 | macAddresses += nic.GetPhysicalAddress().ToString(); 33 | break; 34 | } 35 | } 36 | return macAddresses; 37 | } 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt/Form1.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | using System.IO; 10 | 11 | namespace Txt 12 | { 13 | public partial class Form1 : Form 14 | { 15 | public Form1() 16 | { 17 | InitializeComponent(); 18 | } 19 | 20 | private void gravar_Click(object sender, EventArgs e) 21 | { 22 | Gravar gravacao = new Gravar(richTextBox1.Text); 23 | label2.Text = "Gravado com Sucesso em c:\\texto.txt"; 24 | 25 | } 26 | private void Form1_Load(object sender, EventArgs e) 27 | { 28 | string arquivo = "c:\\texto.txt"; 29 | if (File.Exists(arquivo)) 30 | { 31 | Ler leitura = new Ler(); 32 | richTextBox1.Text = leitura.Conteudo; 33 | } 34 | else 35 | { 36 | File.Create("c:\\texto.txt").Close(); 37 | } 38 | } 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/Form1.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | 10 | namespace Agenda 11 | { 12 | public partial class Form1 : Form 13 | { 14 | public Form1() 15 | { 16 | InitializeComponent(); 17 | } 18 | 19 | private void agendaBindingNavigatorSaveItem_Click(object sender, EventArgs e) 20 | { 21 | this.Validate(); 22 | this.agendaBindingSource.EndEdit(); 23 | this.tableAdapterManager.UpdateAll(this.agendaDataSet); 24 | 25 | } 26 | 27 | private void Form1_Load(object sender, EventArgs e) 28 | { 29 | // TODO: This line of code loads data into the 'agendaDataSet.Agenda' table. You can move, or remove it, as needed. 30 | this.agendaTableAdapter.Fill(this.agendaDataSet.Agenda); 31 | 32 | } 33 | 34 | private void toolStripButton1_Click(object sender, EventArgs e) 35 | { 36 | MessageBox.Show("Criado por JP Aramuni."); 37 | } 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /PROJETOS/HD/HD/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.237 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace HD.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /PROJETOS/MU/MU/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.237 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace MU.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /PROJETOS/Hexa/Hexa/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.235 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace Hexa.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /PROJETOS/MAC/MAC/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.237 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace MAC.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.235 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace Txt.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /PROJETOS/Email/Email/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.237 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace Email.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /PROJETOS/Esfera/Esfera/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.235 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace Esfera.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /PROJETOS/Snake/Snake/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.235 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace Snake.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.237 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace Gerador.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /PROJETOS/Relógio/Relógio/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.237 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace Relógio.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /PROJETOS/Reverter/Reverter/obj/x86/Debug/Reverter.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | c:\users\jp\documents\visual studio 2010\Projects\Reverter\Reverter\bin\Debug\Reverter.exe 2 | c:\users\jp\documents\visual studio 2010\Projects\Reverter\Reverter\bin\Debug\Reverter.pdb 3 | c:\users\jp\documents\visual studio 2010\Projects\Reverter\Reverter\obj\x86\Debug\ResolveAssemblyReference.cache 4 | c:\users\jp\documents\visual studio 2010\Projects\Reverter\Reverter\obj\x86\Debug\Reverter.Form1.resources 5 | c:\users\jp\documents\visual studio 2010\Projects\Reverter\Reverter\obj\x86\Debug\Reverter.Properties.Resources.resources 6 | c:\users\jp\documents\visual studio 2010\Projects\Reverter\Reverter\obj\x86\Debug\GenerateResource.read.1.tlog 7 | c:\users\jp\documents\visual studio 2010\Projects\Reverter\Reverter\obj\x86\Debug\GenerateResource.write.1.tlog 8 | c:\users\jp\documents\visual studio 2010\Projects\Reverter\Reverter\obj\x86\Debug\Reverter.exe 9 | c:\users\jp\documents\visual studio 2010\Projects\Reverter\Reverter\obj\x86\Debug\Reverter.pdb 10 | C:\Users\jparamuni.ALAMO\Documents\Visual Studio 2010\Projects\Reverter\Reverter\obj\x86\Debug\Reverter.exe 11 | C:\Users\jparamuni.ALAMO\Documents\Visual Studio 2010\Projects\Reverter\Reverter\obj\x86\Debug\Reverter.pdb 12 | -------------------------------------------------------------------------------- /PROJETOS/Conversor/Conversor/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.235 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace Conversor.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /PROJETOS/Desligar/Desligar/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.237 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace Desligar.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /PROJETOS/MiniNavegador/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.237 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace MiniNavegador.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /PROJETOS/Reverter/Reverter/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.235 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace Reverter.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /PROJETOS/Calculadora/Calculadora/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.235 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace Calculadora.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /PROJETOS/MiniNavegador/obj/x86/Debug/MiniNavegador.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\MiniNavegador\MiniNavegador\bin\Debug\MiniNavegador.exe 2 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\MiniNavegador\MiniNavegador\bin\Debug\MiniNavegador.pdb 3 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\MiniNavegador\MiniNavegador\obj\x86\Debug\ResolveAssemblyReference.cache 4 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\MiniNavegador\MiniNavegador\obj\x86\Debug\MiniNavegador.Form1.resources 5 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\MiniNavegador\MiniNavegador\obj\x86\Debug\MiniNavegador.Properties.Resources.resources 6 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\MiniNavegador\MiniNavegador\obj\x86\Debug\GenerateResource.read.1.tlog 7 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\MiniNavegador\MiniNavegador\obj\x86\Debug\GenerateResource.write.1.tlog 8 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\MiniNavegador\MiniNavegador\obj\x86\Debug\MiniNavegador.exe 9 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\MiniNavegador\MiniNavegador\obj\x86\Debug\MiniNavegador.pdb 10 | -------------------------------------------------------------------------------- /PROJETOS/MountyHall/MountyHall/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.18051 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace MountyHall.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /PROJETOS/Calculadora2/Calculadora2/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.235 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace Calculadora2.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.239 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace DespertadorProgramavel.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /PROJETOS/Esfera/Esfera/Form1.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | 10 | namespace Esfera 11 | { 12 | public partial class Form1 : Form 13 | { 14 | public Form1() 15 | { 16 | InitializeComponent(); 17 | } 18 | 19 | private void calcular_Click(object sender, EventArgs e) 20 | { 21 | if (textBox1.Text == "0") 22 | { 23 | area.Text = "0"; 24 | volume.Text = "0"; 25 | } 26 | else 27 | { 28 | double raio = 0; 29 | double.TryParse(textBox1.Text.Replace(".", ","), out raio); 30 | if (raio <= 0) 31 | { 32 | MessageBox.Show("Valor Incorreto!"); 33 | } 34 | else 35 | { 36 | area.Text = Convert.ToString((4 * 3.14) * (Math.Pow(raio, 2))); 37 | volume.Text = Convert.ToString(((4 * 3.14) * (Math.Pow(raio, 3))) / 3); 38 | } 39 | } 40 | } 41 | } 42 | } 43 | -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/obj/x86/Debug/Agenda.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Agenda\Agenda\bin\Debug\Agenda.mdf 2 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Agenda\Agenda\bin\Debug\Agenda_log.ldf 3 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Agenda\Agenda\bin\Debug\Agenda.exe.config 4 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Agenda\Agenda\bin\Debug\Agenda.exe 5 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Agenda\Agenda\bin\Debug\Agenda.pdb 6 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Agenda\Agenda\obj\x86\Debug\ResolveAssemblyReference.cache 7 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Agenda\Agenda\obj\x86\Debug\Agenda.Form1.resources 8 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Agenda\Agenda\obj\x86\Debug\Agenda.Properties.Resources.resources 9 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Agenda\Agenda\obj\x86\Debug\GenerateResource.read.1.tlog 10 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Agenda\Agenda\obj\x86\Debug\GenerateResource.write.1.tlog 11 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Agenda\Agenda\obj\x86\Debug\Agenda.exe 12 | c:\users\jparamuni.alamo\documents\visual studio 2010\Projects\Agenda\Agenda\obj\x86\Debug\Agenda.pdb 13 | -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador/ValidarCPF.cs: -------------------------------------------------------------------------------- 1 | namespace Gerador 2 | { 3 | class ValidarCPF 4 | { 5 | public bool validarCPF(string cpf) 6 | { 7 | int[] multiplicador1 = new int[9] { 10, 9, 8, 7, 6, 5, 4, 3, 2 }; 8 | int[] multiplicador2 = new int[10] { 11, 10, 9, 8, 7, 6, 5, 4, 3, 2 }; 9 | string tempCpf; 10 | string digito; 11 | int soma; 12 | int resto; 13 | 14 | tempCpf = cpf.Substring(0, 9); 15 | soma = 0; 16 | for (int i = 0; i < 9; i++) 17 | soma += int.Parse(tempCpf[i].ToString()) * multiplicador1[i]; 18 | 19 | resto = soma % 11; 20 | if (resto < 2) 21 | resto = 0; 22 | else 23 | resto = 11 - resto; 24 | 25 | digito = resto.ToString(); 26 | 27 | tempCpf = tempCpf + digito; 28 | 29 | soma = 0; 30 | for (int i = 0; i < 10; i++) 31 | soma += int.Parse(tempCpf[i].ToString()) * multiplicador2[i]; 32 | 33 | resto = soma % 11; 34 | if (resto < 2) 35 | resto = 0; 36 | else 37 | resto = 11 - resto; 38 | 39 | digito = digito + resto.ToString(); 40 | 41 | return cpf.EndsWith(digito); 42 | } 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /PROJETOS/Conversor/Conversor/DecimalBinario.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace Conversor 7 | { 8 | class DecimalBinario 9 | { 10 | public static string InverterString(string str) 11 | { 12 | 13 | int tamanho = str.Length; 14 | 15 | char[] caracteres = new char[tamanho]; 16 | 17 | for (int i = 0; i < tamanho; i++) 18 | { 19 | 20 | caracteres[i] = str[tamanho - 1 - i]; 21 | 22 | } 23 | 24 | return new string(caracteres); 25 | 26 | } 27 | 28 | public string DecimalParaBinario(string numero) 29 | { 30 | 31 | string valor = ""; 32 | 33 | int dividendo = Convert.ToInt32(numero); 34 | 35 | if (dividendo == 0 || dividendo == 1) 36 | { 37 | 38 | return Convert.ToString(dividendo); 39 | 40 | } 41 | 42 | else 43 | { 44 | 45 | while (dividendo > 0) 46 | { 47 | 48 | valor += Convert.ToString(dividendo % 2); 49 | 50 | dividendo = dividendo / 2; 51 | 52 | } 53 | 54 | return InverterString(valor); 55 | } 56 | 57 | } 58 | 59 | } 60 | } 61 | -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador/ValidarCNPJ.cs: -------------------------------------------------------------------------------- 1 | namespace Gerador 2 | { 3 | class ValidarCNPJ 4 | { 5 | public bool validarCNPJ(string cnpj) 6 | { 7 | int[] multiplicador1 = new int[12] { 5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2 }; 8 | int[] multiplicador2 = new int[13] { 6, 5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2 }; 9 | int soma; 10 | int resto; 11 | string digito; 12 | string tempCnpj; 13 | 14 | tempCnpj = cnpj.Substring(0, 12); 15 | 16 | soma = 0; 17 | for (int i = 0; i < 12; i++) 18 | soma += int.Parse(tempCnpj[i].ToString()) * multiplicador1[i]; 19 | 20 | resto = (soma % 11); 21 | if (resto < 2) 22 | resto = 0; 23 | else 24 | resto = 11 - resto; 25 | 26 | digito = resto.ToString(); 27 | 28 | tempCnpj = tempCnpj + digito; 29 | soma = 0; 30 | for (int i = 0; i < 13; i++) 31 | soma += int.Parse(tempCnpj[i].ToString()) * multiplicador2[i]; 32 | 33 | resto = (soma % 11); 34 | if (resto < 2) 35 | resto = 0; 36 | else 37 | resto = 11 - resto; 38 | 39 | digito = digito + resto.ToString(); 40 | 41 | return cnpj.EndsWith(digito); 42 | } 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /PROJETOS/Conversor/Conversor/Form1.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | 10 | namespace Conversor 11 | { 12 | public partial class Form1 : Form 13 | { 14 | public Form1() 15 | { 16 | InitializeComponent(); 17 | } 18 | 19 | private void bin_Click(object sender, EventArgs e) 20 | { 21 | DecimalBinario dec2bin = new DecimalBinario(); 22 | textBox2.Text = dec2bin.DecimalParaBinario(textBox1.Text); 23 | } 24 | 25 | private void limp_Click(object sender, EventArgs e) 26 | { 27 | textBox1.Clear(); 28 | textBox2.Clear(); 29 | } 30 | 31 | private void dec_Click(object sender, EventArgs e) 32 | { 33 | label7.Text = string.Empty; 34 | BinarioDecimal bin2dec = new BinarioDecimal(); 35 | if (bin2dec.BinarioParaDecimal(textBox3.Text) == 2) 36 | { 37 | label7.Text = "Apenas binários!"; 38 | } 39 | else textBox4.Text = bin2dec.BinarioParaDecimal(textBox3.Text).ToString(); 40 | } 41 | 42 | private void limp2_Click_1(object sender, EventArgs e) 43 | { 44 | textBox3.Clear(); 45 | textBox4.Clear(); 46 | label7.Text = string.Empty; 47 | } 48 | 49 | } 50 | } 51 | -------------------------------------------------------------------------------- /PROJETOS/Calculadora2/Calculadora2/Form1.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | 10 | namespace Calculadora2 11 | { 12 | public partial class Form1 : Form 13 | { 14 | public Form1() 15 | { 16 | InitializeComponent(); 17 | } 18 | 19 | private void fat_Click(object sender, EventArgs e) 20 | { 21 | double n = Convert.ToDouble(numericUpDown1.Text); 22 | double valor = 0; 23 | Calculo result = new Calculo(); 24 | valor = result.fat(n); 25 | if (valor <= 0) 26 | { 27 | label6.Text = "Valor Limite Exedido."; 28 | } 29 | else 30 | { 31 | label6.Text = result.fat(n).ToString(); 32 | } 33 | } 34 | 35 | private void fibo_Click(object sender, EventArgs e) 36 | { 37 | double n = Convert.ToDouble(numericUpDown2.Text); 38 | double valor = 0; 39 | Calculo result = new Calculo(); 40 | valor = result.fibo(n); 41 | if (valor < 0) 42 | { 43 | label6.Text = "Valor Limite Exedido."; 44 | } 45 | else 46 | { 47 | label7.Text = result.fibo(n).ToString(); 48 | } 49 | } 50 | 51 | } 52 | } 53 | -------------------------------------------------------------------------------- /PROJETOS/HD/HD/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("HD")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("HD")] 13 | [assembly: AssemblyCopyright("Copyright © 2011")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("7be52a79-854f-42c8-b2f3-615044602689")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /PROJETOS/MAC/MAC/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("MAC")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("MAC")] 13 | [assembly: AssemblyCopyright("Copyright © 2011")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("efde9873-d63a-4ba4-b368-19fcbc2e43ab")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /PROJETOS/MU/MU/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("MU")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("MU")] 13 | [assembly: AssemblyCopyright("Copyright © 2011")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("3e9039db-38b5-4a7c-b7fd-56e21cc79b85")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /PROJETOS/Txt/Txt/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("Txt")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("Txt")] 13 | [assembly: AssemblyCopyright("Copyright © 2011")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("19b9b7ac-1363-4522-a0ba-1a184ec13a3d")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /PROJETOS/Hexa/Hexa/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("Hexa")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("Hexa")] 13 | [assembly: AssemblyCopyright("Copyright © 2011")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("1dd88afd-52b4-4dd2-854d-0fc661fbf017")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /PROJETOS/Email/Email/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("Email")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("Email")] 13 | [assembly: AssemblyCopyright("Copyright © 2011")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("91836c43-1f4b-49e0-9fa1-d9080190e23a")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /PROJETOS/Agenda/Agenda/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("Agenda")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("Agenda")] 13 | [assembly: AssemblyCopyright("Copyright © 2011")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("8ef0d7ea-7726-4e28-880d-57b6cad3f442")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /PROJETOS/Esfera/Esfera/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("Esfera")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("Esfera")] 13 | [assembly: AssemblyCopyright("Copyright © 2011")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("0dd14306-e33f-4846-98a1-9c58e40b3fad")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /PROJETOS/Desligar/Desligar/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("Desligar")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("Desligar")] 13 | [assembly: AssemblyCopyright("Copyright © 2011")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("d666903c-ca0d-4b8b-b741-e06dce1ff442")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("Gerador")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("Gerador")] 13 | [assembly: AssemblyCopyright("Copyright © 2011")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("7265c12b-0875-4ea0-a6b4-c1c4a414a626")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /PROJETOS/Relógio/Relógio/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("Relógio")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("Relógio")] 13 | [assembly: AssemblyCopyright("Copyright © 2011")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("dd1af1fc-63f5-49ea-806e-8136cc536f44")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /PROJETOS/Email/Email/Form1.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | using System.Net.Mail; 10 | using System.Net; 11 | 12 | namespace Email 13 | { 14 | public partial class Form1 : Form 15 | { 16 | public Form1() 17 | { 18 | InitializeComponent(); 19 | } 20 | 21 | private void enviar_Click(object sender, EventArgs e) 22 | { 23 | MailMessage mail = new MailMessage(remetente.Text,destinatario.Text); 24 | mail.Subject = assunto.Text; 25 | mail.Body = body.Text; 26 | SmtpClient smtp = new SmtpClient(ip.Text); 27 | smtp.Host = email.Text; 28 | smtp.Credentials = new NetworkCredential(remetente.Text, senha.Text); 29 | try 30 | { 31 | smtp.Send(mail); 32 | MessageBox.Show("Enviado!"); 33 | } 34 | catch 35 | { 36 | MessageBox.Show("Erro!"); 37 | } 38 | } 39 | 40 | private void limpa_Enter(object sender, EventArgs e) 41 | { 42 | ip.Text = string.Empty; 43 | ip.ForeColor = Color.Black; 44 | } 45 | 46 | private void limpa2_Enter(object sender, EventArgs e) 47 | { 48 | email.Text = string.Empty; 49 | email.ForeColor = Color.Black; 50 | } 51 | } 52 | } 53 | -------------------------------------------------------------------------------- /PROJETOS/MiniNavegador/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("MiniNavegador")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("MiniNavegador")] 13 | [assembly: AssemblyCopyright("Copyright © 2011")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("cc760eac-849c-448e-a992-d75578f9dba7")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /PROJETOS/MountyHall/MountyHall/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("MountyHall")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("MountyHall")] 13 | [assembly: AssemblyCopyright("Copyright © 2013")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("152a1932-4a42-4a37-82d0-397c1b7fcafb")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /PROJETOS/Snake/Snake/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("Snake")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("Microsoft")] 12 | [assembly: AssemblyProduct("Snake")] 13 | [assembly: AssemblyCopyright("Copyright © Microsoft 2011")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("8a14445e-8bb8-487b-ba03-2cb85824868a")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /PROJETOS/Reverter/Reverter/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("Reverter")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("Microsoft")] 12 | [assembly: AssemblyProduct("Reverter")] 13 | [assembly: AssemblyCopyright("Copyright © Microsoft 2011")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("4eb98298-e405-4fea-9071-d0deb95fb345")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /PROJETOS/Conversor/Conversor/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("Conversor")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("Microsoft")] 12 | [assembly: AssemblyProduct("Conversor")] 13 | [assembly: AssemblyCopyright("Copyright © Microsoft 2011")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("38334e8c-05cb-4184-a7f4-917cda1c91ad")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /PROJETOS/Calculadora/Calculadora/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("Calculadora")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("Microsoft")] 12 | [assembly: AssemblyProduct("Calculadora")] 13 | [assembly: AssemblyCopyright("Copyright © Microsoft 2011")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("bddc0a2b-1117-4359-bce7-e52bbbb24713")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /PROJETOS/Calculadora2/Calculadora2/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("Calculadora2")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("Microsoft")] 12 | [assembly: AssemblyProduct("Calculadora2")] 13 | [assembly: AssemblyCopyright("Copyright © Microsoft 2011")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("16d145e7-158e-4227-958f-2d1641e41b04")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /PROJETOS/Desligar/Desligar/Form1.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | using System.Diagnostics; 10 | 11 | namespace Desligar 12 | { 13 | public partial class Form1 : Form 14 | { 15 | public Form1() 16 | { 17 | InitializeComponent(); 18 | } 19 | String shutdown; 20 | private void timer1_Tick(object sender, EventArgs e) 21 | { 22 | label3.Text = (Convert.ToInt32(label3.Text) - 1).ToString(); 23 | } 24 | 25 | private void start_Click(object sender, EventArgs e) 26 | { 27 | Process.Start("Shutdown", shutdown + " -t " + textBox1.Text + @" -c ""Sua sessão será encerrada!""" + " -f"); 28 | timer1.Start(); label3.Text = textBox1.Text; 29 | 30 | } 31 | 32 | private void stop_Click(object sender, EventArgs e) 33 | { 34 | Process.Start("Shutdown", "-a"); timer1.Stop(); 35 | } 36 | 37 | private void comboBox1_SelectedIndexChanged_1(object sender, EventArgs e) 38 | { 39 | switch (comboBox1.SelectedIndex) 40 | { 41 | case 0: shutdown = " -s"; break; 42 | case 1: shutdown = " -r"; break; 43 | } 44 | } 45 | 46 | private void log_Click(object sender, EventArgs e) 47 | { 48 | Process.Start("Shutdown", " -l" + " -f"); 49 | } 50 | } 51 | } 52 | -------------------------------------------------------------------------------- /PROJETOS/DespertadorProgramavel/DespertadorProgramavel/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("DespertadorProgramavel")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("DespertadorProgramavel")] 13 | [assembly: AssemblyCopyright("Copyright © 2011")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("2a6eb2a4-9f4f-4469-8ad8-e8e279c015ab")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /PROJETOS/Gerador/Gerador/Form1.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Windows.Forms; 3 | 4 | namespace Gerador 5 | { 6 | public partial class Form1 : Form 7 | { 8 | #region Constructor 9 | 10 | public Form1() 11 | { 12 | InitializeComponent(); 13 | } 14 | 15 | #endregion 16 | 17 | #region Events 18 | 19 | private void Gerar_Click(object sender, EventArgs e) 20 | { 21 | Gerar v_Gerar = new Gerar(); 22 | 23 | string v_CPF = string.Empty; 24 | string v_CNPJ = string.Empty; 25 | string v_PIS = string.Empty; 26 | 27 | try 28 | { 29 | v_CPF = v_Gerar.gerarDados(Constantes.VALIDA_CPF, Constantes.CPF_LENGTH); 30 | v_CNPJ = v_Gerar.gerarDados(Constantes.VALIDA_CNPJ, Constantes.CNPJ_LENGTH); 31 | v_PIS = v_Gerar.gerarDados(Constantes.VALIDA_PIS, Constantes.PIS_LENGTH); 32 | 33 | if (validaResultados(v_CPF, v_CNPJ, v_PIS)) 34 | { 35 | tbxCPF.Text = v_CPF; 36 | tbxCNPJ.Text = v_CNPJ; 37 | tbxPIS.Text = v_PIS; 38 | } 39 | } 40 | catch (Exception ex) 41 | { 42 | MessageBox.Show(ex.Message); 43 | } 44 | } 45 | 46 | #endregion 47 | 48 | #region Methods 49 | 50 | private bool validaResultados(string v_CPF, string v_CNPJ, string v_PIS) 51 | { 52 | return (v_CPF != string.Empty && v_CNPJ != string.Empty && v_PIS != string.Empty); 53 | } 54 | 55 | #endregion 56 | } 57 | } 58 | --------------------------------------------------------------------------------