Daily Archives: September 19, 2013

My C# algorhitms

Hi, you can find the most interesting programs, which I wrote here: https://gist.github.com/bobixaka You can find here: 1. E-mail extractor from text files 2. Program which spells the numbers, you input 3. Math expressions calculator 4. Text censoring program 5. Text … Continue reading

Posted in .NET C# Development | Tagged , , | Leave a comment

From any numeral system to any other calculation

Hi,here you can find an interesting and usefull C# code for conversion of a number from any numeral system (2 to 16) to any other (2 to 16). The program asks you to input the numeral system base of your … Continue reading

Posted in .NET C# Development | Tagged , , , , | Leave a comment