Tagged: programming

1

Create an ASCII Gradient

          This experiment is part of my larger experiment on converting any image to text. In this part I am going to explain how to create and ASCII gradient so...

4

Convert any image to selectable text

We have seen pictures represented as text at many places. We often find them in cell phone messages or online greetings like the one below: Hearts layered _____$$$$__________$$$$$ ___$$$$$$$$______$$$$$$$$$ __$$$$$$$$$$____$$$$$$$$$$$ _$$$$$$$$$$$$__$$$$$$$$$$$$$ _$$$$$$$$$$$$$_$$$$$$$$$$$$$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$...

Change case using binary operators 0

Change case using binary operators

A character can be converted to lower case using predefined functions like toupper() in C or toUpperCase in JAVA. But using these functions causes increase in time complexity. So when you have program complexity...