diff --git a/.gitattributes b/.gitattributes index 5681efb..852f977 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,8 @@ * text=auto *.sh text eol=lf +*.json text eol=lf + *.vb text *.jpg binary diff --git a/config.json b/config.json index bae1800..53040c1 100644 --- a/config.json +++ b/config.json @@ -81,6 +81,7 @@ "practices": [], "prerequisites": [], "difficulty": 1, + "status": "deprecated", "topics": [ "math" ] @@ -1054,23 +1055,18 @@ "slug": "accumulate", "name": "Accumulate", "uuid": "b2e12f15-5cae-4848-9ee8-2e1b0992b69c", - "practices": [ - "lambdas", - "foreach", - "yield" - ], - "prerequisites": [ - "lambdas", - "generic-types", - "foreach", - "enumerables", - "extension-methods" - ], + "practices": [], + "prerequisites": [], "difficulty": 5, + "status": "deprecated", "topics": [ - "extension_methods", + "foreach", + "enumerables", + "extension-methods", + "lambdas", "sequences", - "transforming" + "transforming", + "yield" ] }, { @@ -1531,17 +1527,15 @@ "slug": "diffie-hellman", "name": "Diffie-Hellman", "uuid": "b561168e-835b-4301-b30c-0ff0970e4e35", - "practices": [ - "randomness", - "big-integers", - "math-operators" - ], - "prerequisites": [ + "practices": [], + "prerequisites": [], + "difficulty": 7, + "status": "deprecated", + "topics": [ "randomness", "big-integers", "math-operators" - ], - "difficulty": 7 + ] }, { "slug": "poker",