Skip to content

Instantly share code, notes, and snippets.

View Lormenyo's full-sized avatar
😃
Lifelong Learner

Hannah Lormenyo Lormenyo

😃
Lifelong Learner
View GitHub Profile
@Lormenyo
Lormenyo / youtube.css
Created August 17, 2021 15:41
Code for changing youtube thumbnail
.showVideo{
display: block !important;
}
@Lormenyo
Lormenyo / ReadXml.java
Last active November 10, 2021 15:44
This is the main file for marshalling and unmarshalling the XML file.
package com.jaxb;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.Marshaller;
import javax.xml.bind.Unmarshaller;