-
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: September 2015
What is the max array size you can declare (big data challenge)
by Qingfeng Xia @ iesensor.com 2015 With the popularity of BIG DATA concept, have you think about what is the max data structure you can run?http://stackoverflow.com/questions/216259/is-there-a-max-array-length-limit-in-c
Posted in Programming
Comments Off on What is the max array size you can declare (big data challenge)
Ten things you must do after install Openwrt 15.05 on raspberry pi B
This is not a tutorial, but list some interesting things for Openwrt 2015-09-14 by Qingfeng Xia
Posted in Ineternet of Things, Linux
Comments Off on Ten things you must do after install Openwrt 15.05 on raspberry pi B
Gmail backup to your google drive using app script (isenensor.com)
Link to my google spread sheet with script: Gmail backup isenensor.com https://docs.google.com/spreadsheets/d/1vcQ-dJ_9iEmISLDnDjAFWrb4zcGOhEJzIJmMoq_MLYQ/pubhtml
Posted in Uncategorized
Comments Off on Gmail backup to your google drive using app script (isenensor.com)
Electronics under extreme environment (high temperature, low temperature)
Electronics under extreme environment Collection of public resource, product catalog, NASA presentation, etc
Posted in Uncategorized
Comments Off on Electronics under extreme environment (high temperature, low temperature)
smoother python 2.7 to 3.x transition (scite as IDE)
I aim to write code in python script, most of time, single file script, to run on both 2.x and 3.x with my favorite light-weighted IDE scite. So here is my setup
Posted in Programming
Comments Off on smoother python 2.7 to 3.x transition (scite as IDE)