Digital Compendium
Google
Translate to EnglishÜbersetzen Sie zum Deutsch/GermanTraduzca al Español/SpanishTraduisez au Français/FrenchTraduca ad Italiano/ItalianTraduza ao Português/Portuguese日本語に翻訳しなさい /Japanese
한국어에게 번역하십시오/Korean中文翻译/Chinese Simplified中文翻译/Chinese Traditionalترجمة الى العربية/ArabicVertaal aan het Nederlands/DutchΜεταφράστε στα ελληνικά/GreekПереведите к русскому/Russian

Zoom it with Magnifying Glass

4Neurons Anytime have anybody felt like reading the online articles using magnifying glasses just because the font is very small or want to zoom a part of the picture ? Here we have a tool for you guys to magnify what you read which will give you a realistic lens simulation of the real world. The tool is called Magnifying Glass, really a fun tool created by 4Neurons.

→ continue reading

Popularity: 5% [?]

-->

How Java Class files are different ?

JavaYesterday one of my friend asked me a question “What is the difference between java class file and c++ class file? What will happen if I provide c++ class file to JVM ?”. The question is really a good question so I thought of writing this article to explain the Myths of java class file and a small comparison with malicious or class files from C++.  These class files are completely different from byte code to class loading and linking. Okie lets get down to business. Now answering the question mentioned above, Java class files are specifically designed for JVM (Java Virtual Machine) and all the .class files will be loaded and safely executed inside JVM.

→ continue reading

Popularity: 14% [?]


How to redirect console output to file using Java?

Java ConsoleIn Java printing the program output to console for debugging purposes and sometimes for understanding the program flow is very common. Sometimes programmers feel comfortable if they are able to redirect the run-time exceptions and SOPs (System.out.println) to a file for future reference. Today I am going to write about redirecting console outputs and run-time exceptions to a file. One can always argue that we can use logging frameworks like log4j, java util logging by writing custom OutputStream class and using SOPs (System.out.println) is a bad practice. I too agree with that but this is just trick for beginners to understand the basics of java and one should always avoid using SOPs while writing applications.

→ continue reading

Popularity: 9% [?]


View mdb files without Microsoft Access

MS-Access MDB file popularly known as Microsoft Access Database files and is one of the widely used database and quite handy desktop database for developing small applications in windows. Generally Microsoft Access comes as a part of Microsoft Office package and it needs a license to run. One cannot view or edit Microsoft Access database(mdb) without having Access installed in the machine. Today I will talk about a tool called MDB Viewer Plus which can be used to view and edit MDB files without having Microsoft Access installed in your desktop.

→ continue reading

Popularity: 6% [?]


How to create tables in Microsoft Word using just the Keyboard?

word_table Most of the Internet users must be familiar about creating tables in Microsoft word and its not a tough job too. The usual way to create table in Word is just by using ‘Tables and Borders’ button or by using the ‘Insert Table’ button. Today I am gonna show some technique without using any menu from Microsoft Word and draw the table just by using the keyboard.

→ continue reading

Popularity: 41% [?]