Tampilkan postingan dengan label from. Tampilkan semua postingan
Tampilkan postingan dengan label from. Tampilkan semua postingan

Download MagicPix Pro Camera Chromecast New Version 4 4 From Soft4youpk

Hello all dear friends Photo taking, including those that so many people are interested in it. But this high-quality camera is also able to meet all the requirements of professional users who are interested in photography, cover. Fortunately, thanks to the different programs that are offered in the fields of editing, the problem is largely solved. One of these programs is MagicPix Pro Camera Chromecast that provides users with a very large facilities.pray for Khurram Shahzad
apkhouse.com/?dl_id=968

Read More..

Free Download PhotoFunia New Version 4 9 4 Latest 2016 For Android By Soft4youpk

Hello Friends  PhotoFunia 3.9.4 Software name you have interesting photos on the cover of famous magazines or billboards streets adds a completely professional. How to put your photos on the walls of the Louvre or the Hermitage or see your picture on billboards of Times Square? In addition, you will be able to create Grfyty (writing on the wall street) address or your name engraved on the floor or put your name on the board Help and give them beauty effects. It has been an interesting and ever-increasing Afkthast 100 effects. However, note that it’s users from your database on the Internet and create effects for your photos to be uploaded. Note that the photos were edited so that it will be stored in an online database.PhotoFunia between 50 to 10 million users.pray for Khurram Shahzad
www20.zippyshare.com/d/sYjYF3fL/42340/com.photofunia.android-3.9.6-APK4Fun.com.apk

Read More..

9 programs for the printing down of files from the damaged disks



9 programs for the printing-down of files from the damaged disks

In an archive 9 programs for the printing-down of files from the damaged disks. I hope, they will help you for renewal, it would seem, to the lost information.

Bad CD Repair Pro - program for the printing-down (extractions) of any medias of files from bad (badly read) CD, DVD, HDD. Features: ASPI Driver is used, support of ISO and Juliet CD file system, simple and comfortable interface, high percent of read of bad information.

BadCopy Pro - renewal of different types of files is foreseen: graphic, text documents, executable files, archives et cetera Intuitional a clear interface and incremental dialogs allow to work with Badcopy Pro even to the computer novices.

CDCheck 3.1.10.0 - works with all files, wherever they were

DeadDiscDoctor 1.0 - program for the printing-down of files from the damaged transmitters. An idea is based on two types of errors (error of input/conclusion and error of way to the file).

File Salvage 2.0 - program for reading of the damaged disks from the team of developments giving a present us all sweet one of Light Alloy.

Non-Stop Copy v1.03 - the program allows to copy the damaged files from any transmitters, thus the not read sectors are replaced zero bytes. Also, tries to restore information from bad sectors.

Skopin FileCopier - At the printing-down of good disk speed was very slow-700 Mb with a film counted a pig for 13 minutes.At the printing-down of the damaged disk a load of processor was 100.

Read More..

How to Turn Your Laptop Into JARVIS From Iron Man !


Turn Your Laptop Into J.A.R.V.I.S From Iron Man.

Turn your laptop into super smart Jarvis in 15 Minutes :

You have probably heard about the Iron Man Personal Assistant, aka J.A.R.V.I.S, you would have wondered if you could convert your laptop/desktop into a full featured robotic assistant,you could do it.And it is pretty easy. Although you might not be able to launch missiles and deploy security armor, you can do easy tasks like asking for weather, shutting PC down, pimp its interface etc etc...

So Lets Get It Started,What Do You Need :

  • # Windows 7 or 8 ( 7 is just great, 8 will work, vista & XP will not work )
  • # Windows Speech Recognition Macros. https://dl.dropbox.com/u/2362886/WSRMacros.msi
  • # A Bluetooth/Wireless Headset With Mic (optional) or a Laptop
  • # JARVIS Theme. (read below)

So That You Dont Get Confused :

We have divided the "convert-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.


Step One : Train Your Windows Speech Recognition Program : 5 Minutes :

Yeah I Know, A Basic Step, But The Most Important part of "convert-to-jarvis" mission, what you gotta do is fire up the windows speech recognition program, which comes pre-installed with the Windows, way to access it is via start bar. Now choose the required Fields,and after it is done, visit the "Train your computer to better understand you" section, it is not necessary for people with clear voice/accent, but I strongly advise you to spend at least 5 Minutes on this so your computer can understand you better.


Step Two : Setting Up The Windows Speech Recognition Macros : 5 Minutes :

Now if you Have set-up-ed the Windows Speech Recog Program, you would have been trying out all sorts of cool commands, But now to spice it up, Well use the Windows Speech Macros.I assume you would have already downloaded it from the link above and installed it.After Installing it i would advise you to put its shortcuts in two places, One in the desktop and other in the start-up folder, so it would start the second your computer boots up.So a little walk through to this software, This is a super-cool, little software that teaches your computer to talk to you interactively.Here is how to set up the commands :
Double Click The Macros Icon, and when the window pops up asking "What should the macro do?" click "Advanced." For those of you familiar with creating websites, this should be a welcome site. WSRM uses XML for commands... which makes creating custom commands relatively simple. For those of you who arent aware of XML, its still easy.Here Is A Little Sypnosis at what are you looking 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 youll want to include more than one. Youll 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 Im going to name my computer Jarvis, Im going to tell my computer to listen for its name by changing the <listenFor> tags to say the following : <listenFor>Jarvis</listenFor>

Here Is A Little Applet That will teach my laptop to Reply Me :
_________________________________________________________________________________
<speechMacros>
<command>
<listenFor>Wake Up Jarvis</listenFor>
<speak>Systems Online, Database Check, Good Morning Sir !</speak>
</command>
</speechMacros>
_________________________________________________________________________________

So Whenever I Say "Hey Jarvis" My Computer will reply me with "System Online,Database Check, Good Morning Sir ! ", 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/%7B[CityName.zipCode]%7D"/>
</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/%7B[zipCode]%7D/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 "Nuke It!" and the computer will restart :
_________________________________________________________________________________

<speechMacros>
<command>
<listenFor>Nuke it</listenFor>
<speak>Rebooting The System.</speak>
<run command="C:WindowsSystem32shutdown.exe" params="-r -t 00"/>
</command>
</speechMacros>
_________________________________________________________________________________

Another One To Shut Down The Computer :
You will have to say "Goodbye Jarvis" And the Pc Will Shut Down :
_________________________________________________________________________________

<speechMacros>
<command>
<listenFor>GoodBye Jarvis !</listenFor>
<speak>Getting Offline,Bye Sir</speak>
<run command="C:WindowsSystem32shutdown.exe" params="-s -t 00"/>
</command>
</speechMacros>
_________________________________________________________________________________

Download This Pretty Little App And Extract It To C:NIR and you will add more intelligence to your PC :

Volume Up:

<speechMacros>
<command>
<listenFor>volume up</listenFor>
<run command="C:
ir
ircmd.exe" params="changesysvolume +5000"/>
<speak>Volume Up</speak>
</command>
</speechMacros>
_________________________________________________________________________________

Volume Down:

<speechMacros>
<command>
<listenFor>volume down</listenFor>
<run command="C:
ir
ircmd.exe" params="changesysvolume -5000"/>
<speak>Volume Down</speak>
</command>
</speechMacros>
_________________________________________________________________________________

Volume Medium :

<speechMacros>
<command>
<listenFor>volume medium</listenFor>
<run command="C:
ir
ircmd.exe" params="setsysvolume 30000"/>
<speak>Volume at medium listening level</speak>
</command>
</speechMacros>
_________________________________________________________________________________

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

Step Three : Pimping The Interface : 5 Minutes :

So well we have completed the talking and replying part, but we dont need the old crappy windows desktop, we need a kick ass interactive desktop so our computer looks like jarvis, to do that we will install this theme from Devianart.

http://hell999.deviantart.com/art/IronMan-Jarvis-Theme-Download-259211144

After that we will need to pimp up the start of windows, to do that we will download this little utility called Bootchanger

http://hell999.deviantart.com/art/IronMan-Jarvis-Theme-Download-259211144

and getting a boot screen animation of your choice form here

http://windows7bootscreens.com/

then you are done.

Welcome To Jarvis !

So Whats Next ? We think using RFIDs tags and attaching CCTVs cameras to it. We could also connect arduino and sub computers to control lightning and other electronics component, We could also add a IR Receiver to add remote functionality ! What do you think we could do next ?

Drop your comments below please; You feedback can lead to bigger & better posts  ^_^



COMMENTS:

Read More..