This file contains 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
{ | |
"data": { | |
"after": null, | |
"before": null, | |
"children": [ | |
{ | |
"data": { | |
"action": "approvelink", | |
"date": 1331619397.0, | |
"description": null, |
This file contains 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
{ | |
"data": { | |
"after": null, | |
"before": null, | |
"children": [ | |
{ | |
"data": { | |
"action": "banuser", | |
"date": 1331624328.0, | |
"description": null, |
This file contains 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
Repositories analyzed: 596 | |
Files analyzed: 11618 | |
Lines analyzed: 956031 | |
Error count: 694 in 23 projects | |
'by' delegations: 156 in 33 projects | |
Classes: 20923 in 562 projects | |
Companion objects: 1487 in 215 projects | |
Primary constructors with non-default visibility: 250 in 70 projects | |
Inner classes: 321 in 90 projects | |
Inner classes with outer type parameters: 34 in 18 projects |
This file contains 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
package chapter01; | |
import java.io.IOException; | |
import java.nio.file.*; | |
import java.util.List; | |
import java.util.stream.Stream; | |
public class LineCount { | |
private final int total; | |
private final int empty; |
This file contains 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
object CountryTable : IdTable() { | |
val iso = varchar("iso", 2).uniqueIndex() | |
val name = varchar("name", 250).uniqueIndex() | |
} | |
public class Country(id: EntityID) : Entity(id) { | |
var name: String by CountryTable.name | |
var iso: String by CountryTable.iso | |
} |
This file contains 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
fun renderPersonList(persons: Collection<Person>): String { | |
return createHTML().table { | |
for (person in persons) { | |
tr { | |
td { +person.firstName } | |
td { +person.lastName } | |
} | |
} | |
} | |
} |
This file contains 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
AbstractNode.java | |
Annotation.java | |
AnnotationElement.java | |
AnnotationValue.java | |
ArrayAccess.java | |
ArrayCreation.java | |
ArrayInitializer.java | |
Assert.java | |
AstVisitor.java | |
BinaryExpression.java |
This file contains 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
Currant inelegantur per lacunas pedestres, | |
Furat per vias imber edax. | |
Ambulantibus tamen minime comprehensum est, | |
Quare laetor ego partinax. | |
Ludo, ludo lyra mea | |
Visu omnibus vobis, | |
Tam natalis dies illa | |
Non fit aevo bis. |