Guild icon
DDraceNetwork
Development / developer
Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2021-12-01 00:00:00Z and 2021-12-02 00:00:00Z
Avatar
Avatar
murpi
@deen many thanks for all the fixes you've been doing lately! :)
someone buy that man a beer 🍻
Avatar
good morning
04:58
2min to go
05:03
01:14 and 02:50 for me
05:03
no top 100 😦
07:01
lets go
Avatar
you can join this private leaderboard with 677828-82ec4df2 if u arent yet
Avatar
tied with dragere 😎
feelsamazingman 1
Avatar
Trying rust this year, lets see how this goes monkalaugh
bluekitty 3
Avatar
soo thats probably the only day i can solve, but 24 is quite the christmas score to archive xdd #!/usr/bin/Rscript df <- read.delim(commandArgs(trailingOnly = T)[1], header = F, sep = "\n") p1 <- 0; p2 <- 0 for (i in 1:length(df$V1)) { ifelse(df$V1[i] > df$V1[i-1], p1 <- p1 + 1, NA); } for (i in 3:length(df$V1)) { ifelse(df$V1[i] > df$V1[i-3], p2 <- p2 + 1, NA); } cat("Part 01: ", p1, "\n", "Part 02: ", p2, "\n", sep = "") (edited)
Avatar
oh so thats you 👀
heartw 1
Avatar
3 backsticks for better formatting
10:59
```R
Avatar
This would allow to show the player skins in the ddnet website /any custom website that uses the http master to get information. I remember discussing that it shouldn't be a problem to add more data when reporting to the http master, I think this would be a cool feature. Maybe we could also report the time since a player connected.
12:39
hmm servers cant yet register directly to the http master right?
12:39
thats sad
Avatar
13044e0 Fix some more undefined behavior with super (fixes #4412) - def- 2524905 Merge #4413 - bors[bot]
Exported 22 message(s)