Alle öffentlichen Logbücher
Zur Navigation springen
Zur Suche springen
Dies ist die kombinierte Anzeige aller in JACK Wiki geführten Logbücher. Die Ausgabe kann durch die Auswahl des Logbuchtyps, des Benutzers oder des Seitentitels eingeschränkt werden (Groß-/Kleinschreibung muss beachtet werden).
- 14:34, 10. Aug. 2017 Mbuttgereit Diskussion Beiträge lud Datei:JACK-Evaluatorkonsole-evaluatorkonsole-mbuttgereit.png hoch
- 09:44, 27. Jul. 2017 Benutzerkonto Sblum Diskussion Beiträge wurde von Nschwinning Diskussion Beiträge erstellt und das Passwort wurde per E-Mail zugesandt
- 09:44, 27. Jul. 2017 Benutzerkonto Nscheibke Diskussion Beiträge wurde von Nschwinning Diskussion Beiträge erstellt und das Passwort wurde per E-Mail zugesandt
- 12:26, 30. Jun. 2017 Mwittpoth Diskussion Beiträge verschob die Seite AnonParameterList (R-GReQL) nach FunctionParameterList (R-GReQL)
- 12:20, 30. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:FunctionParameterList.png hoch (<code>var1 <- function(x,y){x*2}</code> <code>var2 <- (function(x,y) x+3)(10)</code>)
- 09:54, 30. Jun. 2017 Mwittpoth Diskussion Beiträge verschob die Seite BodyStatements (R-GReQL) nach BodyStatement (R-GReQL) (Umbenennung)
- 09:52, 30. Jun. 2017 Mwittpoth Diskussion Beiträge verschob die Seite ProgStatements (R-GReQL) nach ProgStatement (R-GReQL) (Umbenennung)
- 12:23, 23. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:28Named.png hoch (<code>var <- dataFrame$name</code>)
- 12:20, 23. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:27AnonFunctionDeclaration.png hoch (var <- (function (x) x + 1)(10))
- 11:45, 23. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:26ForNext.png hoch (<code>for(value in vector) {<br/> if(Value %% 2 == 0) {<br /> next<br/> }<br/> print(value)<br/>}</code>)
- 11:12, 23. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:24RepeatBreak.png hoch (<code>repeat{ doSomething(); if(condition) {break} }</code>)
- 10:52, 23. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:25While.png hoch (<code>while(condition) { doSomething() }</code>)
- 10:34, 23. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:23Switch.png hoch (<code>switch(var, "first", "second", "third")</code>)
- 10:04, 23. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:22IfBlock.png hoch (<code>if(var==true){ doSomething()} else { doSomethingElse() })
- 09:47, 23. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:21Tilde.png hoch (<code>lm(eruptions ~ waiting, data=faithful)</code>)
- 09:34, 23. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:20MatrixMul.png hoch (<code>M = matrix( c(2,6,5,1,10,4), nrow = 2, ncol = 3, byrow = TRUE); t = M %*% t(M)</code>)
- 09:30, 23. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:19Sequence.png hoch (<code>vec <- 2:8; var <- 5; print(var %in% vec)</code>)
- 09:19, 23. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:18Assign.png hoch (<code>TRUE -> var5; FALSE ->> var6</code>)
- 09:16, 23. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:17Assign.png hoch (<code>var3 = TRUE; var4 := FALSE</code>)
- 09:12, 23. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:16Assign.png hoch (<code>var1 <- TRUE; var2 <<- FALSE</code>)
- 12:32, 21. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:15Logical.png hoch (<code>var1 <- vector1 && vector2; var2 <- vector2 || vector2</code>)
- 12:15, 21. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:14Logical.png hoch (<code>var <- !TRUE & FALSE | TRUE</code>)
- 11:59, 21. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:13Relational.png hoch (<code>var <- 5 %in% vec</code>)
- 11:53, 21. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:12Relational.png hoch (<code>var <- 5 <= 6; var <- 5 == 6; var <- 5 !=6</code>)
- 11:20, 21. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:11Relational.png hoch (<code>var <-5>6; var <- 5<6; var <- 5>=6</code>)
- 13:44, 19. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:10Arithmetic.png hoch (<code>vec <- v1 %% v2; vec <- v1 %/% v2</code>)
- 13:29, 19. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:9Arithmetic.png hoch (<code>var <- 1 + 2 - 3 * 4 / 5 ^ 6</code>)
- 13:01, 19. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:8ID.png hoch (x <- c(5,6))
- 12:52, 19. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:7NullLiteral.png hoch (<code>var[1, ,2]</code>)
- 12:43, 19. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:6Literals.png hoch (<code>var4 <- 10; var5 <- 10.5; var6 <- "String"; var7 <- 'String'</code>)
- 12:30, 19. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:5Literals.png hoch (<code>var1 <- true; var2 <- 5 + 3i; var3 <- 10L</code>)
- 12:01, 19. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:4UnaryExpression.png hoch (var <- -(x+ -3); var <- +5)
- 11:39, 19. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:3IndexListDoubleIndexList.png hoch
- 11:02, 19. Jun. 2017 Mbuttgereit Diskussion Beiträge lud Datei:JACK-Formeleditor-palette-split-mbuttgereit.PNG hoch
- 10:57, 19. Jun. 2017 Mbuttgereit Diskussion Beiträge lud Datei:JACK-Formeleditor-palette full-mbuttgereit.png hoch
- 13:34, 12. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:2AnonParameterList.png hoch
- 13:30, 12. Jun. 2017 Mwittpoth Diskussion Beiträge lud Datei:1ParameterList Prog.png hoch
- 10:16, 12. Jun. 2017 Benutzerkonto Bzurmaar Diskussion Beiträge wurde von Mschypula Diskussion Beiträge erstellt und das Passwort wurde per E-Mail zugesandt
- 10:07, 12. Jun. 2017 Benutzerkonto BZurmaar Diskussion Beiträge wurde von Mschypula Diskussion Beiträge erstellt und das Passwort wurde per E-Mail zugesandt
- 14:43, 9. Jun. 2017 Benutzerkonto Mwittpoth Diskussion Beiträge wurde von Botto Diskussion Beiträge erstellt und das Passwort wurde per E-Mail zugesandt
- 14:41, 9. Jun. 2017 Botto Diskussion Beiträge änderte die Gruppenzugehörigkeit für Botto von Bürokrat zu Bürokrat und Administrator
- 09:56, 8. Jun. 2017 Benutzerkonto MLewintan Diskussion Beiträge wurde von Mschypula Diskussion Beiträge erstellt
- 09:55, 8. Jun. 2017 Benutzerkonto SRohkaemper Diskussion Beiträge wurde von Mschypula Diskussion Beiträge erstellt
- 09:52, 7. Jun. 2017 Mbuttgereit Diskussion Beiträge lud Datei:JACK-TestatErstellen-Kursumfang-mbuttgereit.png hoch
- 09:19, 7. Jun. 2017 Mbuttgereit Diskussion Beiträge lud Datei:JACK-TestatErstellen-NeuerKurs-einmal-mbuttgereit.png hoch
- 09:18, 7. Jun. 2017 Mbuttgereit Diskussion Beiträge lud Datei:JACK-TestatErstellen-NeuerKurs-beloft-mbuttgereit.png hoch
- 11:39, 31. Mai 2017 Mbuttgereit Diskussion Beiträge lud Datei:JACK-ErsteSchritte-Hauptmenü-Lehrender-mbuttgereit.PNG hoch
- 10:51, 31. Mai 2017 Mbuttgereit Diskussion Beiträge verschob die Seite Allgemeines nach Aufgaben (genauerer Seitentitel)
- 11:56, 17. Mai 2017 Mbuttgereit Diskussion Beiträge lud eine neue Version von Datei:JACK-Formeleditor-trigonometry-mbuttgereit.PNG hoch
- 10:33, 17. Mai 2017 Mbuttgereit Diskussion Beiträge lud Datei:JACK-Formeleditor-trigonometry-mbuttgereit.PNG hoch