-
Recent Posts
- I’d like to transfer this domain name iesensor.com
- Prepare and postwork for upgrading Ubuntu LTS from 18.04 to 20.04
- Choices and example of wrapping C++ code into Python
- Effectively work with Nautilus File Manager
- Effectively work with terminal
- Effectively setup multiple monitor layout at startup
- Cfd module for FreeCAD can work with external mesh file
- export salome mesh to FeNICS mesh
- Coupling OpenFOAM with FeniCS for multiphysis simulation (OpenFOAM workshop 13 presentation)
- preCICE build and test on Ubuntu 16.04
Categories
Recent Comments
Archives
- June 2021
- June 2020
- April 2020
- December 2018
- September 2018
- June 2018
- May 2018
- November 2017
- September 2017
- June 2017
- May 2017
- February 2017
- December 2016
- November 2016
- September 2016
- August 2016
- May 2016
- January 2016
- September 2015
- June 2015
- March 2015
- December 2014
- September 2014
- July 2014
- June 2014
- November 2013
- October 2013
- July 2013
- March 2013
- January 2013
- December 2012
- November 2012
- October 2012
- April 2012
- December 2011
- July 2011
- June 2011
- May 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
Meta
Monthly Archives: December 2012
Java bit manipulation example extended and explained
/** Extended java bit manipulaiton example BitDemo.java wikipedia bit shifting for C/C++ is implicitly dependent on the left-handside operand!(arithmatic for signed int) The >> operator in C and C++ is not necessarily an arithmetic shift. Usually it is only an … Continue reading
Posted in Programming
Comments Off on Java bit manipulation example extended and explained
solved: ni-wsn 9791 can not receive user or debug message from strain gauge node
ni-wsn 9791 can not receive user or debug message from strain gauge node original link on NI forum http://forums.ni.com/t5/Wireless-Sensor-Networks/ni-wsn-9791-can-not-receive-user-or-debug-message-from-strain/td-p/2248540 I am lazy to reupload all figures, refer to the forum post for figures. Here I give the link to the … Continue reading
Posted in Programming, Sensor
Comments Off on solved: ni-wsn 9791 can not receive user or debug message from strain gauge node
parse netstat command lines output into python named-tuples!
“”” parse netstat command lines output into python named-tuples! update v0.2 and onwards has been uploaded to PyPI; using pip to install it
Posted in Download, Programming
Comments Off on parse netstat command lines output into python named-tuples!
fluent VOF initializaiton patch instead of UDF define_INIT()
Recently, I am doing VOF simulation on Fluent 6.3, But I can not init the mass-fraction in define_INIT() ————————–reply from fluent tech support——————— the Patching option in the GUI panel of Fluent which is more easier and straight forward compared … Continue reading
Posted in Research
Comments Off on fluent VOF initializaiton patch instead of UDF define_INIT()
kids poker game: twenty-four with python solver
“”” Game twenty-four point: practice kids’ mental arithmetic capability Rule: two/four players, who show two/onecards simultanously, try to make 3 arithmetic operations ( only four integer operaton+ – * / ) based on the four cards with number (1-10, J … Continue reading
Posted in Download, Programming
Comments Off on kids poker game: twenty-four with python solver