-
Notifications
You must be signed in to change notification settings - Fork 3
Remember last sim #135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
BenYang2002
wants to merge
15
commits into
master
Choose a base branch
from
RememberLastSim
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Remember last sim #135
Changes from 9 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
07fdce1
creates a new branch and work on make workbench remember the last sim…
BenYang2002 8a06ee6
add the pop up screen when last simulation detected and add the mkdi…
BenYang2002 514b17e
working on connection to the remote server
BenYang2002 c66f099
now the after clicking resume, it can successfully connect to the rem…
BenYang2002 5f11328
1. fiexd a bug related to working dir: since the IDE and command line…
BenYang2002 495f51f
This version can now keep track of the previous simulation informatio…
BenYang2002 7143787
now the previous msg(String) will be saved and displayed too
BenYang2002 f106c86
trial to solve checkstyle1
BenYang2002 8513d26
trial to solve checkstyle3
BenYang2002 cabbedf
trial to solve checkstyle4
BenYang2002 8a45062
trial to solve checkstyle4
BenYang2002 cb6ae7a
trial to solve checkstyle5
BenYang2002 1a605ac
trial to solve checkstyle6
BenYang2002 ffd7a05
trial to solve checkstyle maybe final
BenYang2002 26c45e9
this should solve all the checkstyle conflicts
BenYang2002 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,108 @@ | ||
| @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| @prefix xsd: <http://www.w3.org/2000/10/XMLSchema#> . | ||
| @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| @prefix remote: <otachi.uwb.edu#> . | ||
| @prefix prov: <http://www.w3.org/ns/prov#> . | ||
| @prefix local: <DESKTOP-3N8B16A@205.175.118.10#> . | ||
|
|
||
| <local:~/WorkbenchSimulations/trial404/configfilestrial404.xml> | ||
| a prov:Entity ; | ||
| rdfs:label "simulationConfigurationFile" ; | ||
| prov:wasDerivedFrom <local:C:/Users/Administrator/WorkbenchProjects/Default/trial404/configfiles/trial404.xml> ; | ||
| prov:wasGeneratedBy <local:upload_SimConfig> . | ||
|
|
||
| <local:~/WorkbenchSimulations/trial404/configfiles/NListActiveNList.xml> | ||
| a prov:Entity ; | ||
| rdfs:label "nlist" ; | ||
| prov:wasDerivedFrom <local:C:/Users/Administrator/WorkbenchProjects/Default/trial404/configfiles/NList/ActiveNList.xml> ; | ||
| prov:wasGeneratedBy <local:upload_ACTIVE_NList> . | ||
|
|
||
| <local:upload_SimConfig> | ||
| a prov:Activity ; | ||
| rdfs:label "upload" ; | ||
| prov:endedAtTime "2023-03-01T00:04:26.626Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ; | ||
| prov:generated <local:~/WorkbenchSimulations/trial404/configfilestrial404.xml> ; | ||
| prov:startedAtTime "2023-03-01T00:04:26.298Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ; | ||
| prov:used <local:C:/Users/Administrator/WorkbenchProjects/Default/trial404/configfiles/trial404.xml> ; | ||
| prov:wasAssociatedWith <local:workbench> . | ||
|
|
||
| <local:C:/Users/Administrator/WorkbenchProjects/Default/trial404/configfiles/NList/ActiveNList.xml> | ||
| a prov:Entity ; | ||
| rdfs:label "nlist" . | ||
|
|
||
| <local:~/WorkbenchSimulations/trial404/configfiles/NListprobedNList.xml> | ||
| a prov:Entity ; | ||
| rdfs:label "nlist" ; | ||
| prov:wasDerivedFrom <local:C:/Users/Administrator/WorkbenchProjects/Default/trial404/configfiles/NList/probedNList.xml> ; | ||
| prov:wasGeneratedBy <local:upload_PROBED_NList> . | ||
|
|
||
| <local:C:/Users/Administrator/WorkbenchProjects/Default/trial404/configfiles/NList/probedNList.xml> | ||
| a prov:Entity ; | ||
| rdfs:label "nlist" . | ||
|
|
||
| <local:uploadScript> a prov:Activity ; | ||
| rdfs:label "upload" ; | ||
| prov:endedAtTime "2023-03-01T00:04:25.333Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ; | ||
| prov:generated <local:~/WorkbenchSimulations/trial404/trial404_script.sh> ; | ||
| prov:startedAtTime "2023-03-01T00:04:25.026Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ; | ||
| prov:used <local:C:/Users/Administrator/WorkbenchProjects/Default/trial404/script/trial404_script.sh> ; | ||
| prov:wasAssociatedWith <local:workbench> . | ||
|
|
||
| <local:workbench> a prov:SoftwareAgent . | ||
|
|
||
| <local:upload_INHIBITORY_NList> | ||
| a prov:Activity ; | ||
| rdfs:label "upload" ; | ||
| prov:endedAtTime "2023-03-01T00:04:25.99Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ; | ||
| prov:generated <local:~/WorkbenchSimulations/trial404/configfiles/NListInhibitoryNList.xml> ; | ||
| prov:startedAtTime "2023-03-01T00:04:25.682Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ; | ||
| prov:used <local:C:/Users/Administrator/WorkbenchProjects/Default/trial404/configfiles/NList/InhibitoryNList.xml> ; | ||
| prov:wasAssociatedWith <local:workbench> . | ||
|
|
||
| <local:upload_PROBED_NList> | ||
| a prov:Activity ; | ||
| rdfs:label "upload" ; | ||
| prov:endedAtTime "2023-03-01T00:04:26.298Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ; | ||
| prov:generated <local:~/WorkbenchSimulations/trial404/configfiles/NListprobedNList.xml> ; | ||
| prov:startedAtTime "2023-03-01T00:04:25.991Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ; | ||
| prov:used <local:C:/Users/Administrator/WorkbenchProjects/Default/trial404/configfiles/NList/probedNList.xml> ; | ||
| prov:wasAssociatedWith <local:workbench> . | ||
|
|
||
| <local:C:/Users/Administrator/WorkbenchProjects/Default/trial404/configfiles/NList/InhibitoryNList.xml> | ||
| a prov:Entity ; | ||
| rdfs:label "nlist" . | ||
|
|
||
| <local:upload_ACTIVE_NList> | ||
| a prov:Activity ; | ||
| rdfs:label "upload" ; | ||
| prov:endedAtTime "2023-03-01T00:04:25.682Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ; | ||
| prov:generated <local:~/WorkbenchSimulations/trial404/configfiles/NListActiveNList.xml> ; | ||
| prov:startedAtTime "2023-03-01T00:04:25.333Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ; | ||
| prov:used <local:C:/Users/Administrator/WorkbenchProjects/Default/trial404/configfiles/NList/ActiveNList.xml> ; | ||
| prov:wasAssociatedWith <local:workbench> . | ||
|
|
||
| <local:simulation_input_file_generation> | ||
| a prov:Activity ; | ||
| prov:generated <local:C:/Users/Administrator/WorkbenchProjects/Default/trial404/configfiles/trial404.xml> ; | ||
| prov:wasAssociatedWith <local:workbench> . | ||
|
|
||
| <local:C:/Users/Administrator/WorkbenchProjects/Default/trial404/configfiles/trial404.xml> | ||
| a prov:Entity ; | ||
| rdfs:label "simulationConfigurationFile" ; | ||
| prov:wasGeneratedBy <local:simulation_input_file_generation> . | ||
|
|
||
| <local:~/WorkbenchSimulations/trial404/configfiles/NListInhibitoryNList.xml> | ||
| a prov:Entity ; | ||
| rdfs:label "nlist" ; | ||
| prov:wasDerivedFrom <local:C:/Users/Administrator/WorkbenchProjects/Default/trial404/configfiles/NList/InhibitoryNList.xml> ; | ||
| prov:wasGeneratedBy <local:upload_INHIBITORY_NList> . | ||
|
|
||
| <local:C:/Users/Administrator/WorkbenchProjects/Default/trial404/script/trial404_script.sh> | ||
| a prov:Entity ; | ||
| rdfs:label "script" . | ||
|
|
||
| <local:~/WorkbenchSimulations/trial404/trial404_script.sh> | ||
| a prov:Entity ; | ||
| rdfs:label "script" ; | ||
| prov:wasDerivedFrom <local:C:/Users/Administrator/WorkbenchProjects/Default/trial404/script/trial404_script.sh> ; | ||
| prov:wasGeneratedBy <local:uploadScript> . |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| C:\Users\Administrator\WorkbenchProjects\Default\trial404\provenance\trial404.ttl | ||
| DESKTOP-3N8B16A@205.175.118.10# | ||
| null |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.