Skip to content

Instantly share code, notes, and snippets.

View ValentinTT's full-sized avatar
🎓
College

ValentinTT ValentinTT

🎓
College
View GitHub Profile
@ValentinTT
ValentinTT / Wordify.java
Created December 12, 2023 12:45
Convert and integer to the text version in Spanish
/*
* File: Wordify.java
* Author: ValentinTT
* Created on: 12/12/2023
* Description: Convert an integer to the text version in Spanish.
* License: MIT
*/
import java.util.HashMap;
@ValentinTT
ValentinTT / webdev_online_resources.md
Created July 16, 2018 14:45 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)
@ValentinTT
ValentinTT / index.html
Last active July 1, 2018 23:28
Technical Documentation Page
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
<nav id="navbar">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<header id="nav-title">Errors and Exceptions</header>
<ul>
<a href="#Syntax_Errors" class="nav-link">Syntax Errors</a>
<a href="#Exceptions" class="nav-link">Exceptions</a>
<a href="#Handling_Exceptions" class="nav-link">Handling Exceptions</a>
<a href="#Raising_Exceptions" class="nav-link">Raising Exceptions</a>
<a href="#User-defined_Exceptions" class="nav-link">User-defined Exceptions</a>
@ValentinTT
ValentinTT / index.html
Created July 1, 2018 23:26
ProductLandingPage
<script src="https://gitcdn.link/repo/freeCodeCamp/testable-projects-fcc/master/build/bundle.js
"></script>
<header id="header">
<!--//TODO: The img is only use to pass the fcc test-->
<img src="" id="header-img">
<div class="parallax-top">
<div class="title-container">
<h1>Kindle &ldquo;A New Way of Reading&rdquo;</h1>
</div>
</div>
@ValentinTT
ValentinTT / index.html
Created June 29, 2018 15:24
Survey Form
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
<!--
Hello Camper!
For now, the test suite only works in Chrome! Please read the README below in the JS Editor before beginning. Feel free to delete this message once you have read it. Good luck and Happy Coding!
- The freeCodeCamp Team
@ValentinTT
ValentinTT / index.html
Created March 31, 2018 04:07
Visualize Data with a Bar Chart
<footer>
<a class="link" href="https://github.com/ValentinTapiaTorti" target="_blank">Valentin TT</a>
</footer>
@ValentinTT
ValentinTT / index.html
Last active August 5, 2017 21:38
Wikipedia viewer
<div class="container">
<h2 class="center-align"> <i class="fa fa-wikipedia-w left-align" aria-hidden="true"></i>ikipedia viewer</h2>
<div class="row">
<div class="offset-m3 col s10 m6">
<div class="input-field">
<input id="search-input" type="text" name="search" class="validate">
<label for="search-input">Search</label>
</div>
@ValentinTT
ValentinTT / index.html
Created August 5, 2017 21:35
Random Quote Machine
<h1 class="text-center pt-5 hidden-sm-down" id="tittle">Random Quote Machine</h1>
<div style="mh-100" class="fullheight container d-flex justify-content-center align-items-center">
<div class="row">
<div class="col-12">
<div class="card">
<div class="card-block">
<p><i class="fa fa-quote-left fa-lg fa-pull-left fa-border" aria-hidden="true"></i><span></span></p>
</div>
<div class="card-footer text-right">
<p></p>
@ValentinTT
ValentinTT / index.html
Created June 10, 2017 01:54
Tribute Page
<div class="container-fluid">
<div class="container text-center">
<div class="row">
<!--Top image-->
<div class="card rounded" id="card-image">
<h2 class="card-title">René Favaloro</h2>
<img src="http://res.cloudinary.com/dzlmilfku/image/upload/v1495335864/favaloro_snzfz3.jpg" alt="Rene Favaloro at his office" class="card-img img-responsive rounded" />
</div>
<!--Rene's bibliography-->