This file contains 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
# 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 | |
------------ | ------------- |
This file contains 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
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/ |
This file contains 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
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; |
This file contains 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
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 |
This file contains 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
Kiosk | |
User Button | |
Inactive* | |
Touch -> Check In | |
Check In | |
Write Timestamp -in- to Database -> Checked In | |
Checked In | |
Touch -> Check Out |
This file contains 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
Powered* | |
power failed -> Unpowered | |
Green* | |
tick -> Yellow | |
Yellow | |
tick -> Red | |
Red |
This file contains 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 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); |