Sunday, March 7, 2010

Blog moved

Blog moved to the general blog of QREO - QREO Blog for anti-google reasons.

Sunday, December 20, 2009

Coppy first release

Hello,

http://qreo.net/coppy/

First desktop software by QREO, we're hoping it'll be useful for some people, still Alpha release & still more to improve till the full version, but it's now out for public to get more feedbacks parallel with the development process, download it, try it, send us feedback & get the FULL version for FREE!

Coppy your text & files without losing any copied bit, paste whenever you want with Coppy software.

Follow QREO on twitter 

Monday, November 9, 2009

Global Windows keyboard & mouse activity detection



Here's a problem faces a lot of people & its solutions on the web aren't simple as it could be, here's a C/C++ code that detects a hit on CTRL key, for more keys check the virtual keys codes page http://msdn.microsoft.com/en-us/library/ms927178.aspx , It should be better if this code has its own thread that detects keys as long as it's alive.



bool ClickDetector()
{
if(GetAsyncKeyState(0x11) ==-32768)
{
printf("CTRL pressed!");
return true;
}
return false;
}

This code can work with C#, C++/CLI & any .NET Language by Importing the DLL "user32.dll"



Wednesday, November 4, 2009

Freedom of open source software


This sense of humor can't be expressed that free in other entity than open source software, Linus Torvalds expressing he's sense of humor freely by thumbing up for Windows 7 in a store after Japan Linux symposium, Of course he's number user who just won't make tis deeply from his heart!

Saturday, October 31, 2009

iHearYourThoughts

A great technology invented by Ambient corp. called the Audeo, a neckband works as a reader of the mind  of the person putting it.

Well, WOW! for years I've been hearing the words invention & innovation in many things, but this is the real invention & innovation, this is the Sci-Fi thing that all of us have at least one time dream of it.

On my side, I'm really into how this could be invented, HOW?!

My point is usually the thing that really capture peoples imagination & make them completely into it, is the invention that have been featured in a Sci-Fi media, beginning with Traveling to the moon, robots, mobile phones, Time travel (hoping) & Mind reading and a whole complete list of stuff that can easily capture people's imagination.

RIP Moustafa Mahmoud

Moustafa Mahmoud has died today, the IQ of the Earth has been reduced.

IQ of the universe

Roughly 7 billions people on the Earth, assuming that we're alone in the universe & no intelligent life out there, these 7 billions people IQ combined will be considered the IQ of the universe not all of them are positive IQs, there are zeros & negative IQs, positive IQs help the world to get much more matured, while negative IQs getting it back, zeros are the ordinary people they don't change they don't try they just use & live with results of the actions of positive & negative IQs have done.

I'm not claiming who are the positive & negative IQ people, this is for you, you will decide who is positive & negative.

And when we find another intelligent out there, the higher the IQ the more chance to survive!