Skip to main content

Mosaic project: an application that brings Windows 8 Metro UI to Windows 7

What Mosaic is?
Mosaic is an application that brings Metro UI to your desktop. It is a set of live widgets that shows some content from the web or from your PC. Some widgets (e.g. people widget, weather widget) have fullscreen extended view called hub.

What Mosaic is not?
Mosaic is not an attempt to fully copy Windows 8 UI.
Of course it uses some ideas from Windows 8, just because we like them and we find it useful, but it doesn't mean anything and could be changed in the future.

Mosaic is in beta stage and can work unstable

System requirements:
- Windows 7
- Microsoft .NET Framework 4.0 (Client Profile enough but full is recommended for future versions)
Get it from here - Mosaic Project

Comments

Popular posts from this blog

Easy Way to Calculate Remainder of Long Division

       Most of the calculators unable to calulate Remainder of long division. Today I am going to show you a easy way to Calculate Remainder of Long Division using square-and-multiply algorithm. Consider example as (25) 17 % 77 As we know,             25 17 = 25 16 x 25 1 So we perform steps as follows:             25 1 % 77 = 25             25 2 % 77 = 9             25 4 % 77 = 9 2 % 77 = 4             25 8 % 77 = 4 2 % 77 = 16             25 16 % 77 = 16 2 % 77 =25 Since, 17 = 16 + 1 we stopped after 25 16 % 77  Final computation,           ...

Linux Shell Tips and Tricks

Check if remote port is open with bash: echo > /dev/ tcp / 8.8 . 8.8 / 53 && echo "open" Suspend process:   Ctrl + z Move process to foreground:   fg Generate random hex number where n is number of characters:   openssl rand - hex n Execute commands from a file in the current shell:   source / home / user / file . name Substring for first 5 characters:   $ { variable : 0 : 5 } SSH debug mode:   ssh - vvv user@ip_address SSH with pem key:   ssh user@ip_address - i key . pem Get complete directory listing to local directory with wget:   wget - r -- no - parent -- reject "index.html*" http : //hostname/ -P /home/user/dirs Create multiple directories:   mkdir - p / home / user /{ test , test1 , test2 } List processes tree with child processes:   ps axwef Create war file:   jar - cvf name . war file Test disk write speed:   dd if =...

8 Good Android Tutorials For Newbies

   ...