Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ParallelPathfinding
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Enes Herguel
ParallelPathfinding
Commits
0efe3554
Commit
0efe3554
authored
4 years ago
by
NET-D3v3l0p3r
Browse files
Options
Downloads
Patches
Plain Diff
Refactoring
parent
ccbc70bc
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.idea/.gitignore
+8
-0
8 additions, 0 deletions
.idea/.gitignore
Semester/src/Program.java
+0
-47
0 additions, 47 deletions
Semester/src/Program.java
parallelpathfinding.iml
+1
-1
1 addition, 1 deletion
parallelpathfinding.iml
with
9 additions
and
48 deletions
.idea/.gitignore
0 → 100644
+
8
−
0
View file @
0efe3554
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/../../../../../../../:\Users\enesh\Desktop\BachelorProjekt\parallelpathfinding\.idea/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/
This diff is collapsed.
Click to expand it.
Semester/src/Program.java
+
0
−
47
View file @
0efe3554
...
@@ -5,53 +5,6 @@ public class Program {
...
@@ -5,53 +5,6 @@ public class Program {
public
static
void
main
(
String
[]
args
)
throws
Exception
{
public
static
void
main
(
String
[]
args
)
throws
Exception
{
/*
EagerWorkingThread workingThread = new EagerWorkingThread() {
@Override
public void onBegin() {
System.out.println("--- Begin ---");
}
@Override
public void onTrigger() {
try {
Thread.sleep(2000);
System.out.println("Triggered.");
} catch (InterruptedException e) {
e.printStackTrace();
}
}
@Override
public void onEnd() {
System.out.println("--- End ---");
}
};
workingThread.setAllowRunning(true);
workingThread.start();
workingThread.trigger();
System.out.println("Triggering #1");
workingThread.trigger();
System.out.println("Triggering #2");
workingThread.trigger();
System.out.println("Triggering #3");
Thread.sleep(10000);
System.out.println(System.nanoTime());
workingThread.trigger();
System.out.println(System.nanoTime());
*/
MainWindow
window
=
new
MainWindow
(
"Pathfinder v1"
,
1080
,
1080
);
MainWindow
window
=
new
MainWindow
(
"Pathfinder v1"
,
1080
,
1080
);
window
.
run
();
window
.
run
();
...
...
This diff is collapsed.
Click to expand it.
Semester/P
arallel
P
athfind
erSemester6
.iml
→
p
arallel
p
athfind
ing
.iml
+
1
−
1
View file @
0efe3554
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<component
name=
"NewModuleRootManager"
inherit-compiler-output=
"true"
>
<component
name=
"NewModuleRootManager"
inherit-compiler-output=
"true"
>
<exclude-output
/>
<exclude-output
/>
<content
url=
"file://$MODULE_DIR$"
>
<content
url=
"file://$MODULE_DIR$"
>
<sourceFolder
url=
"file://$MODULE_DIR$/src"
isTestSource=
"false"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/
Semester/
src"
isTestSource=
"false"
/>
</content>
</content>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment