Skip to content

Instantly share code, notes, and snippets.

View Adriandmen's full-sized avatar

Adrian Mensing Adriandmen

View GitHub Profile
// ==UserScript==
// @name Chess.com Style Customizer
// @namespace https://gist.github.com/Adriandmen/
// @version 1.0.1
// @description Simple style injection script.
// @author Adnan_2
// @icon https://www.google.com/s2/favicons?sz=64&domain=githubusercontent.com
// @grant none
// @match https://www.chess.com/*
// @downloadURL https://gist.githubusercontent.com/Adriandmen/debf719f4a62a62d7733fb86944b541b/raw/chess-com-styling.js
// The main interface of a Monad.
trait Monad[M[_]] {
def unit[A](a: A): M[A]
def flatMap[A, B](fa: M[A])(f: A => M[B]): M[B]
}
// Maybe and its concrete 'implementations'.
sealed trait Maybe[+A]
case class Just[+A](a: A) extends Maybe[A]
0,0000 0,5696 0,6587 0,7317 0,7029 0,6339 0,7585 0,6374 0,6646 0,5184 0,6664 0,6728 0,6548 0,8292 0,6957 0,7449 0,6982 0,6740 0,7408 0,7060 0,6947 0,6588 0,6105 0,6870 0,6370 0,7033 0,6462 0,7497 0,6867 0,6373
0,5696 0,0000 0,4211 0,5545 0,7774 0,3870 0,7313 0,5986 0,7732 0,5845 0,7068 0,5957 0,5389 0,7348 0,7231 0,5444 0,5018 0,5387 0,6375 0,6704 0,6733 0,5613 0,6339 0,5729 0,6841 0,5332 0,5041 0,5525 0,6234 0,6606
0,6587 0,4211 0,0000 0,5782 0,7511 0,5002 0,5717 0,5870 0,5619 0,6246 0,6317 0,6924 0,5647 0,6091 0,4488 0,4867 0,5450 0,5601 0,7306 0,6726 0,6677 0,7013 0,5369 0,6701 0,6278 0,4779 0,4849 0,6227 0,7067 0,6298
0,7317 0,5545 0,5782 0,0000 0,6830 0,5295 0,7439 0,5954 0,4984 0,4686 0,5663 0,6922 0,6293 0,7866 0,5463 0,5934 0,6653 0,5969 0,5567 0,6697 0,7493 0,7536 0,5042 0,5907 0,6330 0,5821 0,6010 0,7135 0,5594 0,5165
0,7029 0,7774 0,7511 0,6830 0,0000 0,6314 0,7794 0,71
import Expr._
import Pattern._
import Value._
trait Expr
object Expr {
case class Var(name: String) extends Expr
case class Val(value: Any, args: List[Expr]) extends Expr
case class Function(arg: Var, body: Expr) extends Expr
1. e4 c5 2. Ne2 e6 3. g3 Nc6 4. Bg2 Nf6
5. c3 Be7 6. d4 d6 7. O-O O-O 8. h3 Nd7
9. Be3 Qc7 10. Na3 a6 11. Qc2 b5 12. Rad1 Bb7
13. d5 exd5 14. exd5 Na7 15. b3 Rfe8 16. Nf4 Nf6
17. c4 b4 18. Nb1 Bc8 19. g4 Qd8 20. Bxc5 dxc5
21. d6 Rb8 22. dxe7 Qxe7 23. g5 Nd7 24. Rfe1 Qxe1+
25. Rxe1 Rxe1+ 26. Kh2 Nf8 27. Nd2 Bb7 28. Bxb7 Rxb7
29. Nf3 Re8 30. Qf5 Nd7 31. Qd5 Rc7 32. Qd6 Rb7
33. Qxa6 Reb8 34. Nd5 Nc8 35. Nd2 Ndb6 36. Qb5 Nd7
37. Qc6 Kh8 38. Ne4 Na7 39. Qd6 Nc8 40. Qf4 Kg8
Neoscript https://github.com/tuxcrafting/neoscript
Cheddar https://github.com/cheddar-lang/Cheddar
Stack Cats https://github.com/m-ender/stackcats
desc https://github.com/ConorOBrien-Foxx/tc17
recticular https://github.com/ConorOBrien-Foxx/reticular
eacal https://github.com/ConorOBrien-Foxx/eacal
vectil https://github.com/ConorOBrien-Foxx/vectil
yup https://github.com/ConorOBrien-Foxx/yup
ITML https://github.com/ConorOBrien-Foxx/ITML
GoLScript https://github.com/ConorOBrien-Foxx/GoLScript