Monthly Archives: September 2017

Now Removu S1 supports firmware upgrading for Mac OS X.

      Comments Off on Now Removu S1 supports firmware upgrading for Mac OS X.

It’s been a long waiting, Ha! Now Removu S1 supports Mac OS X with their new Mac OS X app. Sure it made with native codes with llvm-gcc and FLTK 1.3.4-1-ts of my git clone, thanks anyway. It was started from their Windows based (actually made with M$VS C# and… Read more »

Making boosting image signal for stereographics…

      Comments Off on Making boosting image signal for stereographics…

There maybe many different ways to detect depth of object, but it depends on reflecting signal intense to indentifying the changing of trace. So I am now making a new fast and ineffective algorithm with these steps, gamma, median and applying my own algorithm of edge enhancement, then muxing it’em… Read more »

New MSYS icon for modern windows.

      Comments Off on New MSYS icon for modern windows.

MSYS is a very useful shell emulation for Windows as like POSIX and MinGW/MinGW-W64 for help many developers  can build almost of source codes for POSIX targets. It may strong POSIX shell like desktop application ever than any other shell emualtor like CYGWIN in personally. For a long term to… Read more »

How to know my gcc OpenMP version ?

      Comments Off on How to know my gcc OpenMP version ?

Here’s some easy way to know my gcc support what version of OpenMP in compiling level. First, type this to your shell ( not Windows ) echo | cpp -fopenmp -dM | grep -i open You may see one of these. 200505 = version 2.5 200805 = version 3.0 201107… Read more »