-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWichtigeBefehle.txt
36 lines (29 loc) · 1.18 KB
/
WichtigeBefehle.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
*********
* CSPMJ *
*********
java -cp build/classes/main CSPMparser -parse Examples/prologTest.csp
java -jar build/libs/cspmj.jar -parse Examples/prologTest.csp
java -jar build/libs/cspmj.jar -parse Examples/prologTest.csp --prologOut=zHIER.csp
java -cp build/classes/main PerformanceTest C:/Users/Robin/Documents/GitHub/CSPMJ C:/Users/Robin/Documents/GitHub/CSPMJ/src/performance/java
_________________________________________________________________________________________
***********
* SableCC *
***********
java -jar sablecc.jar some-file.scc
_________________________________________________________________________________________
*********
* CSPMF *
*********
cspmf-windows.exe translate test.csp --prologOut=test.csp.pl
cspmf-windows.exe translate test.csp --prologOutNormalised=test.csp.pl
_________________________________________________________________________________________
***********
* GitHub *
***********
git reset --hard <sha1-commit-id>
git push -f
git rm -r --cached <dateiname> Dateitracking löschen
git add .
git commit -m "fixed untracked files"
git branch -d the_local_branch
_________________________________________________________________________________________