Quantum Galaxy
For science
Sunday, September 4, 2016
Friday, June 17, 2011
A tunnel through center of earth
http://science.howstuffworks.com/environmental/earth/geophysics/question373.htm
"If you were to actually leap into the tunnel and allow yourself to fall, you would accelerate toward the center to a very high speed. Then you would zoom through the center and start decelerating. You would eventually stop when you reached the tunnel's lip on the other side of the moon, and then you would start falling back down the tunnel in the other direction. You would oscillate back and forth like this forever."
C++ AMP a new CUDA OpenCl or DirectCompute
CUDA -- NVidia
OpenCL -- Apple
Directcompute -- MS
intel has it;s own paltform too!!
and now we have.. C++ AMP
Microsoft has just announced another library to create parallel computing programs. This intiative will be known as C++ AMP. There is one benefit which is obvious from all of these efforts that this will make it hardware vendor neutral. But it alos means microsoft will be entering into another massive war for parallel computing platform.
Further Info:
http://blogs.msdn.com/b/vcblog/archive/2011/06/15/introducing-amp.aspx
http://channel9.msdn.com/Events/AMD-Fusion-Developer-Summit/AMD-Fusion-Developer-Summit-11/KEYNOTE
Tuesday, June 7, 2011
Python IDE & Django IDE for Web developers : JetBrains PyCharm
In addition, the IDE provides high-class capabilities for professional Web development with Django framework."
Monday, June 6, 2011
Webian a new way to browse the web
Here are some screen shots.
1. This is the home screen.
2. Browsing with webian.
Automatic Matlab to C code generation
If you have access to Matlab R2011a you can use it to generate the C code.
MATLAB Coder generates standalone C and C++ from MATLAB code. The generated source code is portable and readable. MATLAB Coder supports a subset of core MATLAB language features, including program control constructs, functions, and matrix operations. It can generate MEX functions that let you accelerate computationally intensive portions of MATLAB code and verify the behavior of the generated code.
When to Use MATLAB Coder
Use MATLAB Coder to:
-
Generate readable, efficient, standalone C/C++ code from MATLAB code.
-
Generate MEX functions from MATLAB code to:
-
Accelerate your MATLAB algorithms.
-
Verify generated C code within MATLAB.
-
-
Integrate custom C/C++ code into MATLAB.