Skip to content

Commit

Permalink
Moved bootstrap to html
Browse files Browse the repository at this point in the history
  • Loading branch information
LToothbrush committed Apr 14, 2024
1 parent 9b3fbab commit 048b8d3
Show file tree
Hide file tree
Showing 90 changed files with 93 additions and 7 deletions.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<!-- Fonts -->
<!-- <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Chivo Mono"> -->
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="../bootstrap-5.3.3-dist/css/bootstrap.css">
<link rel="stylesheet" href="../bootstrap-5.3.3-dist/css/styling.css">
<link rel="stylesheet" href="bootstrap-5.3.3-dist/css/bootstrap.css">
<link rel="stylesheet" href="bootstrap-5.3.3-dist/css/styling.css">
<!--suppress JSUnresolvedLibraryURL -->
<link rel="stylesheet" href="../bootstrap-5.3.3-dist/aos/aos-next/src/sass/aos.scss" />
<link rel="stylesheet" href="bootstrap-5.3.3-dist/aos/aos-next/src/sass/aos.scss" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />

</head>
Expand Down Expand Up @@ -160,10 +160,10 @@ <h1>LEADERBOARD</h1>



<script src="../bootstrap-5.3.3-dist/js/bootstrap.js"></script>
<script src="../bootstrap-5.3.3-dist/js/js.js"></script>
<script src="bootstrap-5.3.3-dist/js/bootstrap.js"></script>
<script src="bootstrap-5.3.3-dist/js/js.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="../bootstrap-5.3.3-dist/js/usernameValidation.js"></script>
<script src="bootstrap-5.3.3-dist/js/usernameValidation.js"></script>

<script>AOS.init();</script>
<script src="usernameValidation.js"></script>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/cse3310/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public void onStart() {
}

public static void main(String[] args) {
System.out.println(System.getProperty("user.dir"));
String filename = "words.txt";
//Read in file of words
ArrayList<String> wordList = new ArrayList<>();
Expand Down
Binary file added target/classes/com/cse3310/App.class
Binary file not shown.
Binary file added target/classes/com/cse3310/Coordinate.class
Binary file not shown.
Binary file added target/classes/com/cse3310/Game.class
Binary file not shown.
Binary file added target/classes/com/cse3310/HttpServer$1.class
Binary file not shown.
Binary file added target/classes/com/cse3310/HttpServer.class
Binary file not shown.
Binary file added target/classes/com/cse3310/Locations.class
Binary file not shown.
Binary file added target/classes/com/cse3310/ServerEvent.class
Binary file not shown.
Binary file added target/classes/com/cse3310/User.class
Binary file not shown.
Binary file added target/classes/com/cse3310/UserEvent.class
Binary file not shown.
Binary file added target/cse3310-wordsearch.jar
Binary file not shown.
4 changes: 4 additions & 0 deletions target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Created by Apache Maven 3.9.6
groupId=com.cse3310_sp24_group26
artifactId=cse3310
version=wordsearch
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
com/cse3310/Locations.class
com/cse3310/Coordinate.class
com/cse3310/ServerEvent.class
com/cse3310/HttpServer.class
com/cse3310/HttpServer$1.class
com/cse3310/UserEvent.class
com/cse3310/User.class
com/cse3310/App.class
com/cse3310/Game.class
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/workspaces/cse3310_sp24_group_26/src/main/java/com/cse3310/Game.java
/workspaces/cse3310_sp24_group_26/src/main/java/com/cse3310/HttpServer.java
/workspaces/cse3310_sp24_group_26/src/main/java/com/cse3310/Coordinate.java
/workspaces/cse3310_sp24_group_26/src/main/java/com/cse3310/ServerEvent.java
/workspaces/cse3310_sp24_group_26/src/main/java/com/cse3310/User.java
/workspaces/cse3310_sp24_group_26/src/main/java/com/cse3310/UserEvent.java
/workspaces/cse3310_sp24_group_26/src/main/java/com/cse3310/Locations.java
/workspaces/cse3310_sp24_group_26/src/main/java/com/cse3310/App.java
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
com/cse3310/AppTest.class
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/workspaces/cse3310_sp24_group_26/src/test/java/com/cse3310/AppTest.java
60 changes: 60 additions & 0 deletions target/surefire-reports/TEST-com.cse3310.AppTest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" name="com.cse3310.AppTest" time="0.068" tests="1" errors="0" skipped="0" failures="0">
<properties>
<property name="awt.toolkit" value="sun.awt.X11.XToolkit"/>
<property name="java.specification.version" value="11"/>
<property name="sun.cpu.isalist" value=""/>
<property name="sun.jnu.encoding" value="UTF-8"/>
<property name="java.class.path" value="/workspaces/cse3310_sp24_group_26/target/test-classes:/workspaces/cse3310_sp24_group_26/target/classes:/home/codespace/.m2/repository/junit/junit/4.11/junit-4.11.jar:/home/codespace/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/codespace/.m2/repository/com/google/code/gson/gson/2.9.1/gson-2.9.1.jar:/home/codespace/.m2/repository/net/freeutils/jlhttp/2.6/jlhttp-2.6.jar:/home/codespace/.m2/repository/org/java-websocket/Java-WebSocket/1.5.4/Java-WebSocket-1.5.4.jar:/home/codespace/.m2/repository/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar:"/>
<property name="java.vm.vendor" value="Microsoft"/>
<property name="sun.arch.data.model" value="64"/>
<property name="java.vendor.url" value="https://www.microsoft.com"/>
<property name="user.timezone" value=""/>
<property name="java.vm.specification.version" value="11"/>
<property name="os.name" value="Linux"/>
<property name="sun.java.launcher" value="SUN_STANDARD"/>
<property name="sun.boot.library.path" value="/opt/java/11.0.14/lib"/>
<property name="sun.java.command" value="/workspaces/cse3310_sp24_group_26/target/surefire/surefirebooter17049158160139990095.jar /workspaces/cse3310_sp24_group_26/target/surefire 2024-04-14T02-35-28_541-jvmRun1 surefire15385354837961070040tmp surefire_018019830404444236789tmp"/>
<property name="jdk.debug" value="release"/>
<property name="surefire.test.class.path" value="/workspaces/cse3310_sp24_group_26/target/test-classes:/workspaces/cse3310_sp24_group_26/target/classes:/home/codespace/.m2/repository/junit/junit/4.11/junit-4.11.jar:/home/codespace/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/codespace/.m2/repository/com/google/code/gson/gson/2.9.1/gson-2.9.1.jar:/home/codespace/.m2/repository/net/freeutils/jlhttp/2.6/jlhttp-2.6.jar:/home/codespace/.m2/repository/org/java-websocket/Java-WebSocket/1.5.4/Java-WebSocket-1.5.4.jar:/home/codespace/.m2/repository/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar:"/>
<property name="sun.cpu.endian" value="little"/>
<property name="user.home" value="/home/codespace"/>
<property name="user.language" value="en"/>
<property name="java.specification.vendor" value="Oracle Corporation"/>
<property name="java.version.date" value="2022-02-08"/>
<property name="java.home" value="/opt/java/11.0.14"/>
<property name="file.separator" value="/"/>
<property name="basedir" value="/workspaces/cse3310_sp24_group_26"/>
<property name="java.vm.compressedOopsMode" value="32-bit"/>
<property name="line.separator" value="&#10;"/>
<property name="java.specification.name" value="Java Platform API Specification"/>
<property name="java.vm.specification.vendor" value="Oracle Corporation"/>
<property name="java.awt.graphicsenv" value="sun.awt.X11GraphicsEnvironment"/>
<property name="surefire.real.class.path" value="/workspaces/cse3310_sp24_group_26/target/surefire/surefirebooter17049158160139990095.jar"/>
<property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
<property name="java.runtime.version" value="11.0.14.1+1-LTS"/>
<property name="user.name" value="codespace"/>
<property name="path.separator" value=":"/>
<property name="os.version" value="6.2.0-1019-azure"/>
<property name="java.runtime.name" value="OpenJDK Runtime Environment"/>
<property name="file.encoding" value="UTF-8"/>
<property name="java.vm.name" value="OpenJDK 64-Bit Server VM"/>
<property name="java.vendor.version" value="Microsoft-31205"/>
<property name="localRepository" value="/home/codespace/.m2/repository"/>
<property name="java.vendor.url.bug" value="https://github.com/microsoft/openjdk/issues"/>
<property name="java.io.tmpdir" value="/tmp"/>
<property name="java.version" value="11.0.14.1"/>
<property name="user.dir" value="/workspaces/cse3310_sp24_group_26"/>
<property name="os.arch" value="amd64"/>
<property name="java.vm.specification.name" value="Java Virtual Machine Specification"/>
<property name="java.awt.printerjob" value="sun.print.PSPrinterJob"/>
<property name="sun.os.patch.level" value="unknown"/>
<property name="java.library.path" value="/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib"/>
<property name="java.vm.info" value="mixed mode"/>
<property name="java.vendor" value="Microsoft"/>
<property name="java.vm.version" value="11.0.14.1+1-LTS"/>
<property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
<property name="java.class.version" value="55.0"/>
</properties>
<testcase name="shouldAnswerWithTrue" classname="com.cse3310.AppTest" time="0"/>
</testsuite>
4 changes: 4 additions & 0 deletions target/surefire-reports/com.cse3310.AppTest.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-------------------------------------------------------------------------------
Test set: com.cse3310.AppTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in com.cse3310.AppTest
Binary file added target/test-classes/com/cse3310/AppTest.class
Binary file not shown.

0 comments on commit 048b8d3

Please sign in to comment.