Search found 408 matches

by Herath
Mon Jul 29, 2013 10:15 pm
Forum: Web programming
Topic: computer games
Replies: 3
Views: 7321

Re: computer games

Before playing such mentally demanding games, you need to try and figure out the correct section for this question. :D Anyway, Penumbra series by frictional games is the only game that i have played of that type. It requires lot of puzzle solving to progress. And be informed that it is a horror game...
by Herath
Wed Jul 24, 2013 9:59 pm
Forum: Windows
Topic: Javascript is new C/C++?
Replies: 5
Views: 11048

Re: Javascript is new C/C++?

One thing I hate the most is the crap load of javascript that Google is using on almost all of their web applications. The functionality is great. But it slows down the whole computer. And sometimes crashes the browser. Even HTML5 new features require GPU acceleration. So, old computers won't be abl...
by Herath
Thu May 02, 2013 9:40 pm
Forum: Arduino
Topic: MCU Based Peak Power Tracker Solar Charger(70W,100W)
Replies: 3
Views: 8601

Re: MCU Based Peak Power Tracker Solar Charger(70W,100W)

It is interesting to see articles talking about Solar energy. But it is hard to find solar panels. Were you able to build a system or are these just articles?. :) I am wanting to try solar, but can't seem to find the panels to begin with. Not looking for a total replacement of the grid but to supple...
by Herath
Wed Apr 17, 2013 10:31 pm
Forum: General Discussions
Topic: Expertcore Portal page cannot be accessed
Replies: 7
Views: 5586

Re: ROBOT.LK Portal page cannot be accessed

Same here. And i am having to login everytime i want to post something.
by Herath
Wed Apr 17, 2013 10:29 pm
Forum: Other
Topic: Any idea what is this symbol ?
Replies: 2
Views: 7688

Re: Any idea what is this symbol ?

That dashed white line seems to be the path that the paper travels.
No idea about the "return" thing. Might be indicating that the connected peripherals work together(synchronized).
by Herath
Wed Apr 17, 2013 8:34 am
Forum: C/C++ Programming
Topic: long int vs int
Replies: 7
Views: 11228

Re: long int vs int

long - target type will have width of at least 32 bits.
long long - target type will have width of at least 64 bits (since C++11)

Copied from : http://en.cppreference.com/w/cpp/language/types
by Herath
Tue Apr 16, 2013 5:05 pm
Forum: C/C++ Programming
Topic: long int vs int
Replies: 7
Views: 11228

Re: long int vs int

Suppose that your program is being compiled with a compiler that compiles the int as a 16bit wide data type. If you still need a 32bit wide data type for storing some large value, it is required to use the long type modifier before int inorder to make it 32bit wide when compiling with a 16bit compil...
by Herath
Tue Apr 16, 2013 4:26 pm
Forum: C/C++ Programming
Topic: long int vs int
Replies: 7
Views: 11228

Re: long int vs int

According to this "int" type should have at least 16bit width while "long" type-modified fundamental type has a minimum of 32bit width. Since most of the todays systems are 32bit systems, int and long int should mean the same. The type modifier "long" might not have an effect against the already-32b...
by Herath
Mon Feb 18, 2013 7:11 pm
Forum: Mac OS
Topic: Mac OS on cloud?
Replies: 4
Views: 9468

Re: Mac OS on cloud?

Found this aqua connect thing. However, it is going to cost and I won't possible be able to install anything. http://www.aquaconnect.net/mac-terminal-server.php Not sure if they provide servers of their own or if this is just a server application. The description on the web page is quite confusing. ...
by Herath
Mon Feb 18, 2013 9:28 am
Forum: Mac OS
Topic: Mac OS on cloud?
Replies: 4
Views: 9468

Mac OS on cloud?

Hi, I need to use iPhone SDK for a Mobile Application Development course module that I am having this semester. Having both Android and iPhone. So I need to be able to use the iPhone SDK for learning purposes. Unfortunately it is only available for Max OS. None of my computers support virtualization...

Go to advanced search