Skip to content

Instantly share code, notes, and snippets.

View carlinhoshk's full-sized avatar

carlos Oliveira carlinhoshk

View GitHub Profile
@orellabac
orellabac / terminal.html
Last active April 18, 2024 00:49
// Very simple terminal created using xterm.js. You can just paste this code on jsbin
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/xterm/2.6.0/xterm.css" />
<script src="https://cdn.jsdelivr.net/xterm/2.6.0/xterm.js"></script>
<script
src="https://code.jquery.com/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
crossorigin="anonymous"></script>
</head>
@PamelaZanetti
PamelaZanetti / candidato.cpp
Created September 28, 2011 03:19
Urna Eletrônica
// Class automatically generated by Dev-C++ New Class wizard
#include "candidato.h" // class's header file
candidato::candidato()
{
partido = "";
numero = "";
cargo = "";