Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in portability

Using windows DLLs in a portable app

Portability among mobile platforms

How do you pack the MONO Runtime with your application?

c# .net mono runtime portability

Portable wchar_t in C++

Using Powershell to Print a Folder of Text files to PDF (Retaining the Original Base name)

Is a portable version of MySQL for Linux available?

mysql linux portability

What is the advantage of using JavaFX for an android project instead of android UI itself other than portability of the code

Is it safe to use Unicode characters in Java GUI?

Portable SQL to determine if a table exists or not?

sql portability

A bind with a port of zero will bind you to a free port. Is this portable? [closed]

c sockets bind portability port

Is there a portable way to give thread name with Qt?

Portable C++ IDE [closed]

c++ ide portability

Regarding implementation of memmove

c portability memmove

Why does C++ parameter scope affect function lookup within a namespace?

Creating a "portable" .exe (without installer)

c# .net portability

How necessary or convenient is it to write portable SQL?

Declaring fixed-size integer typedef in Standard C

c portability standards iso

Perl Script Portability and Future Proofing

How portable is code with #pragma optimize?

Compile-time checking if right shift is arithmetic on signed types