Quote Designer – Create Beautiful Image Quotes Quickly and Easily
When was the last time you came across a beautiful quote for which you wanted to generate a cool image, but struggled to find a quick and easy way to create one?
When was the last time you came across a beautiful quote for which you wanted to generate a cool image, but struggled to find a quick and easy way to create one?
The problem of slow wifi connection after upgrading Ubuntu. The solution is to turn off power management of your wireless device by Ubuntu.
Did FBI insert backdoor code inside the OpenBSD’s cryptography framework? The details of an allegation made public about the open source code of one of the most secure operating systems being manipulated at the insistence of FBI.
What would happen when all the secure transactions, RSA algorithms, encrypted data would fail with the arrival of the first quantum computer? How would securely transmitting sensitive information and encrypting data be handled in an Internet full of Quantum Computers? Read about the wonderful world of Quantum Computing and Quantum Security in the most non-technical form possible.
I came across this scenario more than a year back, and again today the same scenario is back, but no…
While writing a piece of software I got this thought about a feature that could be provided in programming languages…
The power of open source is that it is not proprietary and is available to all, modifiable by all which…
Implementation of IDisposable interface in C# to call the Dispose method which should be used to deallocate all allocated objects by the class. Use of SuppressFinalize to prevent calling of Finalize method.
A Simple Guide to how automatic Garbage Collection work in Microsoft Dot Net. The role of Garbage Collector in memory allocation in a managed environment.
The difference between ADDR and OFFSET in assembly language programming is the scope of the variables referred ie local or global.