|
Just a quick look of evolution from Apple's largest portable computer (and the first one ever introduced) to the smallest latest product, the MacBook Air 11 inch.
See this video:
http://youtu.be/IRwE3hxHy6Y
Started by adddictedtomac on
, 11 posts
by 9 people.
Answer Snippets (Read the full thread at macrumors):
Sure happen to have an extra power cord ....
Although it was not attached.
They even had an optional LCD.
An extra power cord for the portable - or know of another type of cord that will work, like was the first of their portable computers.
|
|
Is it possible to make an vb.net application portable?
Answer Snippets (Read the full thread at stackoverflow):
Assuming it will be run where/questions/778123/writing-usb-drive-portable-applications-in-c
Depends on what you mean by "portable version of the framework is installed....
It is portable - build your .exe and copy it on your flash drive.
|
|
In this answer to a question asking "is doing Z this way portable" the idea is "boost does it this way, it means it is very portable".
Can I just always consult boost sources to find the most portable way of doing something in C++? How can I judge for...
Started by sharptooth on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The most obvious examples are the file system and threading stuff on Boost.Config (or other non-standard #ifdefs... .
Can just consult the sources of libraries -- however, expect a major headache, portable coding they wrap very non-portable code.
|
Ask your Facebook Friends
|
Portable Peripheral Co.
Model: portable scanner
XP Professional
Age of Device: Not specified
Portable Peripheral Co.
Started by windblown on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at driverguide):
7F,174 JUNG-YANG ROAD
HSINCHU TAIWAN HSINCHU TW
Note: "portable scanner" is not a model.
The manufacturer is out of business: http://www.pandp.com.tw
Last known address:
PORTABLE PERIPHERAL CO., LTD.
|
|
I am looking to write some C# code for linux/windows/mac/any other platform, and am looking for best practices for portable code.
Project mono has some great porting resources.
What are the best practices for portable C#?
Started by Oded on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Instead of:
string myfile = somepath + "\\file.txt";
do.
If you want the code to be portable, you need of the portable .NET methods in System.IO.Path ie.
Consistent and reliable for cross platform GUIs.
|
|
In C++, is it safe/portable to use static member function pointer for C API callbacks? Is the ABI of a static member function the same as a C function?
Started by Emile Cormier on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Consequently, writing 100% portable code—or switching.
To the implementation, and this is one of them.
|
|
Is there a way to get the nr of processing units like cpus or cores in a system? I am going to write an app with pthreads so if there is a posix call that would be great. I know about reading from /proc/cpuinfo but that is not so portable. Is there another...
Started by Per Arneng on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Under windows,....
Not to my knowledge.
This page has downloadable code for a number of UNIX implementations .
You need to fall back and do per-platform checks, or find a library that already does does checks for you .
There is no POSIX way that I know of.
|
|
I would like to get ahold of a lightweight, portable fiber lib with MIT license (or looser). Boost.Coroutine does not qualify (not lightweight), neither do Portable Coroutine Library nor Kent C++CSP (both GPL).
Edit: could you help me find one? :)
Started by Jonas Byström on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In it, I cover a number of libraries....
Have a look! I hope it answers your questions.
I actually blogged about this in the past.
Libtask : MIT License Libconcurrency : LGPL (a little tighter than MIT, but it's a functional library!) Both are written for C .
|
|
I'm writing a Java application that needs to check the maximum amount of RAM available in the system (not the one available for the VM). Is there a portable way to do so?
Thanks a lot :-)
Started by Thrawn on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Of course, there is a very easy way to get system RAM size, you will need to resort to native system calls (which are totally not portable).
Short answer: no , no portable way to get total RAM.
|
|
Portable applications can be run from USB-drives and all and are thus very convenient, but unfortunately they are slow (as a USB drive is usually slower).
How exactly does the installation of a portable app differ from that of a normal app?
I know they...
Started by dksjalk on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
An application which any of the following isn't immediately portable:
Uses the registry....
For exmaple, eclipse doesn't require installation and keeps all preferences within the workspace, so it could be considered portable.
portable".
|