Skip to content

Instantly share code, notes, and snippets.

View MaxQi's full-sized avatar
🎯
Focusing

Maxxx MaxQi

🎯
Focusing
View GitHub Profile
@MaxQi
MaxQi / introrx.md
Created May 16, 2018 02:35 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
.box {
/* border: 1px solid blue; */
border: medium dashed blue;
width: 300px;
height: 300px;
}
@MaxQi
MaxQi / web_2_5.xml
Last active September 30, 2017 03:42
web.xml 2.5 template #tags: java, javaee
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
version="2.5">
</web-app>