Are listed here, only the projects that are on github. Some repositories may still be private because I need to clean them.
<project name>: language (tools) ~ grade
Game dev:
- Blackjack: Java (Processing) ~ 19.5/20
Are listed here, only the projects that are on github. Some repositories may still be private because I need to clean them.
<project name>: language (tools) ~ grade
Game dev:
-Xmx6G -Xms6G -XX:+UseG1GC -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
-Xmx6G -Xms6G
w/ right amountimport java.util.* | |
import java.io.* | |
import java.math.* | |
data class Cell ( | |
val index: Int, | |
val richness: Int, | |
val neighbours: List<Int> | |
) |