Showing posts with label new software. Show all posts
Showing posts with label new software. Show all posts

Friday, April 12, 2013

Google Glass Explorer edition heading

Google Glass just got real, ya'll.
The Mountain View, Calif., monolith confirmed today that it plans to get Google Glass Explorer Edition into the hands of developers within the next month. So if you know a dev who shelled out the $1,500 for the chance to be one of the first to dig into the augmented reality specs, I highly recommend being on your best behavior at their Memorial Day barbecue -- your drunken pool dive might be broadcast live over a Hangout by the host.

The news came today in the midst of a big announcement that Google Ventures is partnering with a few Silicon Valley big guns -- namely Andreessen Horowitz and Kleiner Perkins Caufield & Byers -- to invest in startups developing products for the what it calls the "Glass ecosystem."
Let's hope that ecosystem includes at least a couple of startups with a fashionable design bent that can make Glass look a little more Gucci and a little less Geordi La Forge.
So it looks like Glass developers will have the specs around the time of Google I/O next month, and roughly a year after Google first introduced the technology by skydiving them into San Francisco's Moscone convention hall.
Soon-to-be Glass Explorer edition owners will have to pick them up in person in Los Angeles, San Francisco, or New York (sorry Omaha devs), but parachuting in to will call is optional.

Thursday, April 4, 2013

Facebook reveals 'Chat Heads' messaging

Facebook's Mark Zuckerberg announces a new messaging system called "Chat Heads" which allows users to connect with their friends through profile pictures that bubble up on the screen.







Facebook messenger :





BestSync 2013


Click to see larger images
BestSync 2013 (64-bit) is a professional utility for following solutions synchronize files between PCs by utilizing network storage, USB drive, synchronize files with FTP server, support FTP/FTPS/SFTP(SSH File Transfer Protocol, a folder with a ZIP file, support AES cryptographic algorithm to protect the zip file with password, Outlook (mail and contact) and Windows Mail between PCs by utilizing FTP server, USB drive, backup your critical files to the external hard disk, network storage, FTP server by scheduler, publish only changed files to your web site by FTP. BestSync has an easy to use interface and provides following advanced features: preview to confirm the hit file, and modify the action before starting synchronization, powerful file filtering and excluding function to synchronize necessary files only, resolves conflict intelligently and automatically. Can detect file copying, deleting and moving, detecting time zone, resolving conflicts caused by Daylight Saving Time change, recognizes a removable drive, even if mounted as a different letter than before, and prevent file from being corrupted at any occasion.
What's new in this version: Version 8.0.3.4 has fixed a bug that the setting folders were cut to one character.

Google releases full Google Glass explainer video



Google developer advocate Timothy Jordan envisions Google Glass, pardon the pun, as a way for people to distance themselves from technology. This seems a bit oxymoronic, however, considering it's a device people would wear on their face.
Jordan expounds on this idea and explains more about Google's wearable augmented reality project in a new video released today (see below). The video is a recording of Jordan's presentation at last month's South by Southwest Interactive conference.
"Project glass is about our relationship to technology. It's about technology that's there when you want it but out of the way when you don't," Jordan said in the video. "It feels like technology is getting in the way more than it needs to. And, that's what we are addressing with project glass. It's so that you can still have access to the technology that you love but it doesn't take you out of the moment."

The nearly hour-long video goes through what Google Glass can do, such as record videos, take photos, chat, get directions, look up facts on the Web, and more. Jordan gives viewers a preview of the project's Mirror API, explains how the device works, and plays a video of what it looks like through the lens of Google Glass.
He aims to show the audience that since Google Glass is worn on a user's face, it seamlessly becomes part of their everyday movements, thoughts, and actions -- which is unlike a smartphone that people need to dig out of their pocket or purse to check.
"This is the idea," Jordan said. "By bringing technology closer, we can get it more out of the way."
While Jordan said that Google Glass is still in its beginning stages and far from being done, reports say that the device is expected to arrive on the market for the general public later this year.


Tuesday, April 2, 2013

Free Rain Theme


Rain Theme- A pleasant app to relax your mind and make you fall asleep... Open the app, stack it to the side or leave it open to listen to the rain harmony.. Have a Good day.

Free Download Advanced Mobile Care




Advanced Mobile Care is an all-in-one Android security and performance optimization app that performs real-time virus scans while also featuring a powerful Game Speeder, Battery Saver, App Manager, Task Killer, Privacy Locker, Privacy Advisor and Cloud Backup. Download for FREE and get the most out of your Android device! With its sleek design and powerful features, Advanced Mobile Care gives Android users an excellent way to protect their smartphones from Android security and performance problems. With Advanced Mobile Care, your device will receive automated protection and system tune-ups like Malware Removal, Privacy Protection, and Operating System Cleaning in addition to an extensive toolbox of system utilities.

Monday, April 1, 2013

What is Software


Computer software, or just software, is any set of machine-readable instructions (most often in the form of a computer program) that directs a computer's processor to perform specific operations. The term is used to contrast with computer hardware, the physical objects (processor and related devices) that carry out the instructions. Hardware and software require each other; neither has any value without the other.
Firmware is software that has been permanently stored in hardware (specifically in non-volatile memory). It thus has qualities of both software and hardware.
Software is a general term. It can refer to all computer instructions in general or to any specific set of computer instructions. It is inclusive of both machine instructions (the binary code that the processor understands) and source code(more human-understandable instructions that must be rendered into machine code by compilers or interpreters before being executed).
On most computer platforms, software can be grouped into two broad categories: System software is the basic software needed for a computer to operate (most notably the operating system). Application software is all the software that uses the computer system to perform useful work beyond the operation of the computer itself. (A third category, embedded software, resides as firmware within embedded systems, devices dedicated to a single use. In that context there is no clear distinction between the system and application software.)
Software refers to one or more computer programs and data held in the storage of the computer. In other words, software is a set of programs, procedures, algorithms and itsdocumentation concerned with the operation of a data processing system. Program software performs the function of the program it implements, either by directly providinginstructions to the digital electronics or by serving as input to another piece of software. The term was coined to contrast to the term hardware (meaning physical devices). In contrast to hardware, software "cannot be touched". Software is also sometimes used in a more narrow sense, meaning application software only. Sometimes the term includes data that has not traditionally been associated with computers, such as film, tapes, and records.
Computer software is so called to distinguish it from computer hardware, which encompasses the physical interconnections and devices required to store and execute (or run) the software. At the lowest level, executable code consists of machine language instructions specific to an individual processor. A machine language consists of groups of binary values signifying processor instructions that change the state of the computer from its preceding state. Programs are an ordered sequence of instructions for changing the state of the computer in a particular sequence. It is usually written in high-level programming languages that are easier and more efficient for humans to use (closer to natural language) than machine language. High-level languages are compiled or interpreted into machine language object code. Software may also be written in an assembly language, essentially, amnemonic representation of a machine language using a natural language alphabet. Assembly language must be assembled into object code via an assembler.