This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <title>Page Title</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| </head> | |
| <body> | |
| <div id="app"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "crypto/x509" | |
| "encoding/pem" | |
| "errors" | |
| "fmt" | |
| "io/ioutil" | |
| "log" | |
| "os" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/perl | |
| # BEGIN:VCALENDAR | |
| # VERSION:2.0 | |
| # PRODID:-//hacksw/handcal//NONSGML v1.0//EN | |
| # BEGIN:VEVENT | |
| # DTSTART:20190708T090000+0200 | |
| # DTEND:20190708T130000+0200 | |
| # SUMMARY:customerkik91 | |
| # END:VEVENT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| git config --global alias.lol 'log --graph --decorate --pretty=oneline --abbrev-commit --all' | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.example; | |
| import static java.time.temporal.TemporalAdjusters.lastDayOfMonth; | |
| import static java.time.temporal.TemporalAdjusters.nextOrSame; | |
| import java.time.DateTimeException; | |
| import java.time.DayOfWeek; | |
| import java.time.Duration; | |
| import java.time.Instant; | |
| import java.time.LocalDate; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/perl | |
| use 5.010; | |
| use strict; | |
| use warnings; | |
| use Data::Dumper; | |
| my $family = 'OpenSans'; | |
| my @entries = ( |