Showing posts with label app. Show all posts
Showing posts with label app. Show all posts

Thursday 13 June 2013

Convert Your Laptop Into JARVIS From Iron Man




Turn your laptop into super smart Jarvis in 15 Minutes :


You have presumably known about the Iron Man Personal Assistant, J.A.R.V.I.S , you might have thought about whether you could change over you laptop/desktop into a full offered automated assistant,you could do it.and it is pretty  simple. In spite of the fact that you may not have the capacity to start rockets and send security covering, you can do simple errands like wanting climate, closing PC down, current PC condition and so forth.

 What Do You Need :

* Windows 7 or 8 ( 7 is just incredible, 8 will work, vista won't ) 
* Windows Speech Recognition Macros. (LINK
* A Bluetooth/wireless Headset With Mike (discretionary) 
* JARVIS Theme. (read underneath)

We have partitioned the "proselyte to-jarvis" mission into 3 Divisions : 

- Training The Windows Speech Recognition Program. 

- Setting Up The Windows Speech Macros. 

- Setting Up The J.a.r.v.i.s Interface. 

With the intention that You Don't Get Confused :

The first step: Teach The Windows Speech Recognition  Software: 5 Minutes:

Yes I am aware, A simple Move, But The key component of "convert-to-jarvis" assignment, what we gotta perform will be start the home Windows Speech Recognition Program  which often happens pre-installed while using Home windows, method to can get on will be via start off bar. Currently find the required Fields, and immediately after it really is done, look at the "Train your pc to raised comprehend you" portion, it is not necessary if you have obvious voice/accent, yet My partner and i highly help you to invest a minimum of 5 Min's for this which means your computer can comprehend anyone much better.

The sencond step: Configure The Windows Speech Recognition Macros : 5 Minutes :

Notwithstanding provided that you Have set-up-ed the Windows Speech Recogination Program, you might have been going for numerous types of cool charges, But now to flavor it up, We'll utilize the Windows Speech Macros.i accept you might have recently downloaded it from the connection above and installed it.after Installing it i might encourage you to put its alternate routes in two spots, One in the desktop and other in the begin up organizer, so it might begin the second your machine boots up.so a little stroll through to this programming, This is a super-cool, small programming that educates your workstation to converse with you interactively.here is the way to situated up the orders :

Twofold Click The Macros Icon, and when the window pops up asking "What might as well the macro do?" click "Advanced." Here Is A Little Synopsis at what are you taking a gander at :

<speechMacros> - This is the starting Tag, it just tells the computer that this XML file uses the Speech
                              Macros to execute.

<command> - This is the command to be executed. Each command is basically one action... in most
                         cases you will only need one, but for some automations you'll want to include more                                  than one. You'll see an example of this later.

<listenFor></listenFor> - This tells the computer what word or phrase to listen for in order to do an                                          action.

Notice that there is a closing tag (</listenFor>), this tells the XML that this spot in the code is where to
stop doing whatever function... in this case stop listening for a word or phrase once the computer  hears it.

</command> - The closing tag for the "Command" tag... again, in XML every tag will have an
                       opening/closing tag and what happens between the two is how it knows what to                                  execute. In this case it knows that the command is finished once the word/phrase has                           been detected.

</speechMacros> - By now I think you can figure out why this is here.
                            Since I'm going to name my computer Jarvis, I'm going to tell my computer to                                   listen for it's name by changing the <listenFor> tags to say the following :  

                           <listenFor>Jarvis</listenFor>

Here Is A Little Applet That will educate my portable computer to Reply Me :
_________________________________________________________________________________
<speechMacros>
<command>
<listenFor>Wake Up Jarvis</listenFor>
<speak>Systems Online, Database Check, Good Morning YOGISOFT !</speak>
</command>
</speechMacros>
_________________________________________________________________________________
So Whenever I Say "Wake Up Jarvis" My Computer will reply me with "System Online,Database Check, Good Morning YOGISOFT ! ", You can change it to whatever you like !
_________________________________________________________________________________


An Speech Macro For Getting The Weather :
_________________________________________________________________________________
<?xml version="1.0" encoding="UTF-16"?>
<speechMacros>
<command>
<listenFor>Pull up the weather in [CityName]</listenFor>
<run command="http://www.weather.com/weather/local/{[CityName.zipCode]}"/>
</command>
<command>
<listenFor>Is it cold in [CityName]?</listenFor>
<speak>Let me check... just a moment.</speak>
<script language="JScript">
<![CDATA[
<var xml_doc = new ActiveXObject("Microsoft.XMLDOM");
<xml_doc.async = false;
<xml_doc.load("http://www.rssweather.com/zipcode/{[zipCode]}/rss.php");
<var titles = xml_doc.getElementsByTagName("title");
<var descriptions = xml_doc.getElementsByTagName("description");
<Application.Speak(titles.item(2).text + " in {[*CityName]}");
<Application.Speak(descriptions.item(2).text);]]>
</script>
</command>
<listenForList name="CityName" propname="zipCode">
<item propval="65201">Columbia</item>
<item propval="37201">Nashville</item>
</listenForList>
</speechMacros>

_________________________________________________________________________________
A Macro To Restart The Computer :
You will just have to say "Go To Sleep JARVIS" (GTS )  and the computer will restart :
_________________________________________________________________________________
<speechMacros>
<command>
<listenFor>Go To Sleep JARVIS</listenFor>
<speak>I am going to sleep Sir !! .</speak>
<run command="C:\Windows\System32\shutdown.exe" params="-r -t 00"/>
</command>
</speechMacros>
___________________________________________________________________________

For More Interactivity, install Voice Search on Google chrome or some similar app in firefox !


The Last step: Pimping The Screen: 5 Minutes:


So well we have finished the talking and answering part, however we don't require the old crappy windows 
desktop, we require a  intuitive desktop so our PC looks like jarvis, to do that we will commission
this topic from Devianart . After that we will pimp up the begin of windows, to do that we will
download this small utility called Bootchanger, and getting a boot screen movement of your decision structure here, then you are carried out.

Welcome To Jarvis !

So Whats Next ? We suppose utilizing appending CCTV's Polaroids to it.what do you suppose we could do next ?

So How Was This Post ? Love/hate/spot A Mistake ? Whatever it is,leave your remarks beneath and don't  neglect to like us on facebook so you never miss an overhaul.

Wednesday 6 March 2013

Windows 8 Create Your Own Shortcuts For Any Application

In this post i'm going to tell you how to create your own shortcuts for any application without using any third party software.Ya it's very easy. As we know Shortcuts is a simple way to launch applications and Programs, Like for closing any application we use alt+F4 . 

By using this trick you can create a  shortcut for any program.
No need of third party software to create shortcut
You can use this trick in Windows Xp,Vista, 7 and Windows 8.

Now I will show you how you can create a Custom Shortcut for any application and by using the same process you can create custom shortcut for any program.

Click on Start button and type the name of the program for which shortcut to be update .

Now right click on the program and click on Properties







  • In the Shortcut Key field type any key that you want to use as shortcut.(I will use W for Word)
  • Now  your custom shortcut for this program will be Ctrl+Alt+Key (So my shortcut is Ctrl+Alt+W for Word).

 









  • Press OK Button to save these changes and then close the dialog box.
  • Now you can use the custom shortcut to launch  the program.
  • Tuesday 8 January 2013

    Turbo C++ For Windows 8 ,7 , 8.1 & Vista 32 bit , 64 bits and 128 bit

     FOLLOW THE NEW LINK  http://www.turboc8.com
    Turbo C++
     for windows vista and windows 8 , 7 64 bit, 32 bit.
    Many colleges still use turbo c++ software to teach c language. But when it comes to newer operating systems like Windows vista and windows 7 it won’t support. Reason is turbo c++ is 16 bit compiler and it runs perfect on old operating system like xp but having some compatibility issue with windows vista and 7. There are many other compilers available for C language. But most of the student use TC due to their curriculum.

    We can use DosBox to run TC on Win vista and 7. But it is not fully supportable. We could not run graphic code and also it won’t work with 64 bit os. So we cannot able to work tc in newer operating systems. 

    So here is solution for that, with the help of  C++ by YOGISOFT software. Now we can work on Turbo C fine in win vista and 7 64 bit. C++ by YOGISOFT  design in a way that we don’t need to configure anything and it is one click installer .





    Installation of this software is easy just follow the instructions. It’s like next-next-finish.

    Now open the C++ by YOGISOFT from desktop shortcut.


    Benefits:

    This Software Support both 32 bit and 64 bit os
    Turbo C opens in Full Screen Mode.
    Now you can run graphics code in windows vista and windows 7

    SPECIAL TRICKS:

    1. Use "End" Key for Instant Exit.
    2. Use Alt+X to restart by typing tc again.

     DOWNLOAD  LINK


    Get it from CNET Download.com!

    Last Reviewed by Yogendra Singhon Jan 08 2013
    Rating: 5
     Solution all of your problem like How to run C and C++ programs on 64 bit system, How to run C and C++ programs on windows 7, How to run C and C++ programs on windows 8, how to run turbo C on windows 7, how to run turbo C on windows 8, run C and C++ programs on 64 bit system, run C and C++ programs on windows 7, run C and C++ programs on windows 8, run turbo C on windows 7, run turbo C on windows 8, turbo c for windows 7, c for windows 7, c for 64 bit, c for 64 bit, how to use dropbox, c for windows 7, c for windows 8.1 etc


     .

    Monday 10 December 2012

    How To Remove Facebook Timeline

    Step1.
    First go to Facebook Developer Page. Where you created this app.
    Then Go to Edit App.



    Step 2.
    when you click on edit then you can see on left corner Delete App. Just click on it.

    Step 3.
    Once you click on Delete App then its asking for Delete Confirmation.


    When You Confirm, then your Timeline will be disabled.. 
    Now Enjoy with your old FB profile :)






    Wednesday 31 October 2012

    Idea 3G in 2G Plan 100% Working




    Hello Friends!! I am Yogendra Singh the new admin as this post is my first post, I will first put something really awesome for u all this is the trick to use free 3G on Idea 2G Recharge but there is one problem with this it can't be used for 2G purpose but it works fine with 3G i personally have tested this trick and found that it is working great for me in my 3G idea net setter u can also confirm the trick by just using it in your Modem or cell, I have confirmed it in Lucknow i don't know about other state just try and and Give Your reviews Thank You!
    SAMPLE




    guzs now its 10Mbps..





    The Trick :


    Just Follow Below Steps To Use  3G with 2G Recharge
    1. Keep balance below 5 Rps.
    2. Recharge your 3G SIM with 8rps 3G Unlimited pack for 30 min.
    3. Use Full 30 Min.
    4. Immediately Recharge Any 2g Data plan i prefer 15 Rps 150Mb data.
    5. Now u get 3G speed in Every Next  2G plan.

    • Tips-Never Recharge with any 3G pack after this Trick.


    Must Read -WhatsApp For PC/laptop Download & Run using IDEA 3G

    Related Posts Plugin for WordPress, Blogger...