Skip to content

Instantly share code, notes, and snippets.

View GTRONICK's full-sized avatar

Jaime Quiroga GTRONICK

View GitHub Profile
@GTRONICK
GTRONICK / HolidayUtil.java
Last active October 30, 2020 14:51 — forked from marlonramirez/HolidayUtil.java
Gestión de fechas en colombia, días habiles, festivos, etc.
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
public class HolidayUtil {
private int year;
private int easterMonth;
private int easterDay;
private ArrayList<String> holidays;
@GTRONICK
GTRONICK / index.html
Created October 26, 2020 23:15
Practice with Pseudoclasses
<!DOCTYPE html>
<!--It's a best practice to always declare DOCTYPE!-->
<html lang="en">
<head>
<title>Practice with Pseudoclass</title>
<meta charset="utf-8">
</head>
<body>
<h1>My Page</h1>
<p>