Skip to content

Instantly share code, notes, and snippets.

# MCIT On-Campus 2021 Winter Hackathon
### Project/Team Name:
##
*Remove the line below when committing your proposal*
**This proposal is due by the end of day on Wednesday Jan 13. This is here to get you to think about your project beforehand and for our record keeping.**
**Team Members** Use format below
Name | Year
------------ | -------------
Domain Driven Design Eric Evans
https://www.amazon.com/Domain-Driven-Design-Tackling-Complexity-Software/dp/0321125215/
Lean UX Jeff Gothelf Josh Seiden
https://www.amazon.com/Lean-UX-Designing-Great-Products/dp/1491953608/
The Manager's Path Camille Fournier
https://www.amazon.com/Managers-Path-Leaders-Navigating-Growth/dp/1491973897/
@princessruthie
princessruthie / UrlPractice.java
Created November 23, 2018 15:56
591 Gson practice
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.URL;
import java.net.URLConnection;
import java.util.ArrayList;
import com.google.gson.Gson;
import com.google.gson.JsonArray;
import com.google.gson.JsonElement;
@princessruthie
princessruthie / 500-404-apache-error-report.sh
Created July 18, 2018 14:56 — forked from jrumbut/500-404-apache-error-report.sh
Get 404 and 500 errors from apache error log
cat access.log.1 | grep " 500 " | awk -F'"' '{print $2,",",$4,",",$6}' > /home/ubuntu/500.log
cat access.log.1 | grep " 404 " | awk -F'"' '{print $2,",",$4,",",$6}' > /home/ubuntu/404.log
Kiosk
User Button
Inactive*
Touch -> Check In
Check In
Write Timestamp -in- to Database -> Checked In
Checked In
Touch -> Check Out
Powered*
power failed -> Unpowered
Green*
tick -> Yellow
Yellow
tick -> Red
Red
@princessruthie
princessruthie / index.html
Last active July 10, 2017 20:30
zocial before
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>Whatever</title>
<style>
@import url(http://weloveiconfonts.com/api/?family=zocial);