Pinned Repositories
-
BigInteger
A little programm to learn BigInteger, Calculates A^B, where A - BigInt, B - Int32
CaesarCipher
Codewars_BitCounting
Task from codewars.com 'Bit Counting' - full description in *.cs file
Codewars_CamelCase
Task from codewars.com 'CamelCase Method' - full description in *.cs file
Codewars_DisemvowelTrolls
Task from codewars.com 'Disemvowel Trolls' - full description in *.cs file
Codewars_Dubstep
Task from codewars.com 'Dubstep' - full description in *.cs file
Codewars_persistence
Solving persistence of numbers from Codewars.com
Codewars_ReplaceWithAlphabetPosition
Task from codewars.com 'Replace With Alphabet Position' - full description in *.cs file
Codewars_RomanNumeralsDecoder
Task from codewars.com 'Roman Numerals Decoder' - full description in *.cs file
Archangel37's Repositories
Archangel37/System-Info-Lite
A little tool to see some Sys Info about your PC: PC Name, User Domain name, OS version, Free RAM, Total RAM, Drives INFO. This app needs .Net 3.5 and above
Archangel37/Progressions
Some fun programm to calculate first N numbers from: The prime numbers, Fibonacci Numbers, Lucas numbers, Catalan numbers, Factorials, Squares, Central polygonal numbers
Archangel37/Factorials
Evaluating time to calculations of factorial with BigInteger and Threading - one thread used for calculating with iteration, the other - with recursion
Archangel37/Snake-Game
A little classic game - Snake. Apples are red, controlled by arrows, with walls and game over + restart on self-eating, P - pause
Archangel37/BigInteger
A little programm to learn BigInteger, Calculates A^B, where A - BigInt, B - Int32
Archangel37/ComparisonDirs
A little programm to compare two directories between, showing difference between dir_A and dir_B with some operations using hash-code of files