Skip to content

Commit b6e489d

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 1e5ed09 + 3e8c99d commit b6e489d

File tree

2,276 files changed

+155456
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,276 files changed

+155456
-0
lines changed

.DS_Store

32 KB
Binary file not shown.

.breakpoints

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"files": {}
3+
}

.classpath

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" output="target/classes" path="src/main/java">
4+
<attributes>
5+
<attribute name="optional" value="true"/>
6+
<attribute name="maven.pomderived" value="true"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
10+
<attributes>
11+
<attribute name="optional" value="true"/>
12+
<attribute name="maven.pomderived" value="true"/>
13+
<attribute name="test" value="true"/>
14+
</attributes>
15+
</classpathentry>
16+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
17+
<attributes>
18+
<attribute name="maven.pomderived" value="true"/>
19+
</attributes>
20+
</classpathentry>
21+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
22+
<attributes>
23+
<attribute name="maven.pomderived" value="true"/>
24+
</attributes>
25+
</classpathentry>
26+
<classpathentry kind="src" path="target/generated-sources/annotations">
27+
<attributes>
28+
<attribute name="optional" value="true"/>
29+
<attribute name="maven.pomderived" value="true"/>
30+
<attribute name="ignore_optional_problems" value="true"/>
31+
<attribute name="m2e-apt" value="true"/>
32+
</attributes>
33+
</classpathentry>
34+
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
35+
<attributes>
36+
<attribute name="optional" value="true"/>
37+
<attribute name="maven.pomderived" value="true"/>
38+
<attribute name="ignore_optional_problems" value="true"/>
39+
<attribute name="m2e-apt" value="true"/>
40+
<attribute name="test" value="true"/>
41+
</attributes>
42+
</classpathentry>
43+
<classpathentry kind="output" path="target/classes"/>
44+
</classpath>

.github/workflows/auto-merge.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Auto Merge PR
2+
on:
3+
pull_request:
4+
types:
5+
- labeled
6+
- unlabeled
7+
- synchronize
8+
- opened
9+
- edited
10+
- ready_for_review
11+
- reopened
12+
- unlocked
13+
pull_request_review:
14+
types:
15+
- submitted
16+
check_suite:
17+
types:
18+
- completed
19+
status: {}
20+
jobs:
21+
automerge:
22+
runs-on: ubuntu-latest
23+
steps:
24+
- name: Merging PR
25+
uses: "pascalgn/[email protected]"
26+
env:
27+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
28+
MERGE_METHOD: "squash"
29+
MERGE_LABELS: ""
30+
MERGE_COMMIT_MESSAGE: "pull-request-title"
31+
MERGE_REQUIRED_APPROVALS: "0"

.github/workflows/auto-pr.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Merge PR
2+
on:
3+
pull_request:
4+
types:
5+
- labeled
6+
- unlabeled
7+
- synchronize
8+
- opened
9+
- edited
10+
- ready_for_review
11+
- reopened
12+
- unlocked
13+
pull_request_review:
14+
types:
15+
- submitted
16+
check_suite:
17+
types:
18+
- completed
19+
status: {}
20+
jobs:
21+
automerge:
22+
runs-on: ubuntu-latest
23+
steps:
24+
- name: Merging PR
25+
uses: "pascalgn/[email protected]"
26+
env:
27+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
28+
MERGE_LABELS: "!automerge"
29+
MERGE_METHOD: "merge"
30+
MERGE_COMMIT_MESSAGE: "pull-request-title"
31+
MERGE_REQUIRED_APPROVALS: "0"

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "UDP_VIDEO_CALLER"]
2+
path = UDP_VIDEO_CALLER
3+
url = https://github.com/Adidem23/UDP_VideoCaller.git

.project

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>myartifactid</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.m2e.core.maven2Builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>org.eclipse.jdt.core.javanature</nature>
21+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
22+
</natures>
23+
<filteredResources>
24+
<filter>
25+
<id>1679078569810</id>
26+
<name></name>
27+
<type>30</type>
28+
<matcher>
29+
<id>org.eclipse.core.resources.regexFilterMatcher</id>
30+
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
31+
</matcher>
32+
</filter>
33+
</filteredResources>
34+
</projectDescription>

.replit

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
compile = "javac -classpath .:target/dependency/* -d . $(find . -type f -name '*.java')"
2+
run = "java -classpath .:target/dependency/* Main"
3+
entrypoint = "Main.java"
4+
hidden = ["**/*.class"]
5+
6+
[packager]
7+
language = "java"
8+
9+
[packager.features]
10+
packageSearch = true
11+
12+
[languages.java]
13+
pattern = "**/*.java"
14+
15+
[languages.java.languageServer]
16+
start = "jdt-language-server"
17+
18+
[unitTest]
19+
language = "java"
20+
21+
[nix]
22+
channel = "stable-22_11"
23+
24+
[debugger]
25+
support = true
26+
27+
[debugger.compile]
28+
command = "javac -classpath .:/run_dir/junit-4.12.jar:target/dependency/* -g -d . $(find . -type f -name '*.java')"
29+
30+
[debugger.interactive]
31+
transport = "localhost:0"
32+
connectTimeout = 60
33+
startCommand = "java-debug"
34+
35+
[debugger.interactive.initializeMessage]
36+
command = "initialize"
37+
type = "request"
38+
39+
[debugger.interactive.initializeMessage.arguments]
40+
adapterID = "cppdbg"
41+
clientID = "replit"
42+
clientName = "replit.com"
43+
columnsStartAt1 = true
44+
linesStartAt1 = true
45+
locale = "en-us"
46+
pathFormat = "path"
47+
supportsInvalidatedEvent = true
48+
supportsProgressReporting = true
49+
supportsRunInTerminalRequest = true
50+
supportsVariablePaging = true
51+
supportsVariableType = true
52+
53+
[debugger.interactive.launchMessage]
54+
command = "launch"
55+
type = "request"
56+
57+
[debugger.interactive.launchMessage.arguments]
58+
classPaths = ["."]
59+
mainClass = "Main"
60+
61+
[deployment]
62+
build = ["javac", "-classpath", ".:target/dependency/*", "-d", ".", "$(find . -type f -name '*.java')"]
63+
run = ["java", "-classpath", ".:target/dependency/*", "Main"]
64+
deploymentTarget = "cloudrun"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.apt.aptEnabled=false

.settings/org.eclipse.jdt.core.prefs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
3+
org.eclipse.jdt.core.compiler.compliance=1.5
4+
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
5+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
6+
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
7+
org.eclipse.jdt.core.compiler.processAnnotations=disabled
8+
org.eclipse.jdt.core.compiler.release=disabled
9+
org.eclipse.jdt.core.compiler.source=1.5

.settings/org.eclipse.m2e.core.prefs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
activeProfiles=
2+
eclipse.preferences.version=1
3+
resolveWorkspaceProjects=true
4+
version=1

2048/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.DS_Store
2+
Thumbs.db
3+
db.json
4+
*.log
5+
node_modules/
6+
public/
7+
.deploy*/
8+
.history

2048/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 2048 project made using HTML CSS Javascript
2+
3+

2048/css/keyframes.css

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
@keyframes moveup{
2+
0%{
3+
transform: translateY(0);
4+
opacity: 1;
5+
}
6+
100%{
7+
transform: translateY(-150px);
8+
opacity: 0;
9+
}
10+
}
11+
@keyframes appear{
12+
0%{
13+
transform: scale(0);
14+
}
15+
100%{
16+
transform: scale(1);
17+
}
18+
}
19+
@keyframes add{
20+
0%{
21+
transform: scale(1);
22+
box-shadow: 0 0 1px red;
23+
}
24+
50%{
25+
transform: scale(1.2);
26+
}
27+
100%{
28+
transform: scale(1);
29+
}
30+
}

2048/css/media.css

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
@media screen and (max-width:1250px){
2+
html,body{
3+
font-size: 15px;
4+
}
5+
.container{
6+
width: 280px;
7+
}
8+
h1.title{
9+
font-size: 31px;
10+
}
11+
.score-container,
12+
.best-container{
13+
padding: 3px 10px;
14+
}
15+
.game-container{
16+
margin-top: 10px;
17+
width: 280px;
18+
height: 280px;
19+
}
20+
.grid-container,
21+
.tile-container{
22+
width: 260px;
23+
height: 260px;
24+
}
25+
.grid-row,
26+
.tile{
27+
height: 22.75%;
28+
}
29+
.grid-cell,
30+
.tile{
31+
width: 22.75%;
32+
}
33+
.grid-row{
34+
margin-bottom: 3%;
35+
}
36+
.grid-cell{
37+
margin-right: 3%;
38+
}
39+
.tile{
40+
font-size: 35px;
41+
}
42+
.tile[data-val="128"],
43+
.tile[data-val="256"],
44+
.tile[data-val="512"]{
45+
font-size: 25px;
46+
}
47+
.tile[data-val="1024"],
48+
.tile[data-val="2048"]{
49+
font-size: 21px;
50+
}
51+
52+
.pop-container p{
53+
font-size: 30px;
54+
}
55+
}

0 commit comments

Comments
 (0)