-
Archives
- August 2023
- January 2023
- December 2022
- November 2022
- October 2022
- April 2022
- January 2022
- December 2021
- November 2021
- February 2021
- January 2021
- December 2020
- September 2020
- August 2020
- July 2020
- June 2020
- January 2020
- December 2019
- September 2019
- July 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- August 2018
- June 2018
- February 2018
- January 2018
- October 2017
- September 2017
- August 2017
- April 2017
- March 2017
- January 2017
- November 2016
- October 2016
- September 2016
- May 2016
- February 2016
- January 2016
- December 2015
- August 2015
- July 2015
- April 2015
- February 2015
- December 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- March 2014
- October 2013
- June 2013
- May 2013
- April 2013
- July 2012
- June 2012
- April 2012
- January 2012
- December 2011
- November 2011
- October 2011
- June 2011
- May 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- August 2010
- June 2010
- May 2010
- April 2010
- January 2010
- October 2009
- September 2009
- July 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
-
Meta
Category Archives: workday
Directories comparison
Under Un*x like command line environment is nice way, how to compare files in two sub directory trees, current-dir and new-dir, two versions of the same command are shown: $ cd current-dir current-dir$ find . -type f -not -exec cmp … Continue reading
20 petaflops supercomputer from Rochester MN
New IBM supercomputer Sequoia will be built, tested and benchmarked in IBMs Rochester, Minnesota plant, home of the Blue Gene class of supercomputers the company builds for ultra-scale computational applications. The hardware and software development will by provided by IBM … Continue reading
Small routers
As soon as one needs more than just to connect small/office/bussiness network to the internet, there is a need for more router specifics. Here are some interesting options: Belkin Play Max Wireless Router: + 2 USB ports for printer, scanner, … Continue reading
Posted in workday
Leave a comment
MySQL 5.0.10 db upgrading copied tables
Recently I copied directories – databases. Each table had files with extension frm, MYD, and MYI. Later, I saw in phpmyadmin db name #mysql50#mydatab instead of expected name of database (and directory) mydatab. I was able to fix this problem by following command:…\mysql>bin\mysqlcheck.exe -u root … Continue reading
find a files with -mmin
To find a files is helpful tool, if debugging some problems. Unix utility find allows many arguments, today I found useful argument mmin. Command find . -mmin -10 -mmin +5 finds files modified between 6 and 9 minutes ago.
Posted in workday
2 Comments
SVG: Quarter Circle Pies
Almost all modern web browsers are nowadays able to render SVG code. Here is example of the pies. From SVG to PNG format converted by http://www.fileformat.info/convert/image/svg2raster.htm Bellow is code highlighted by tohtml.com and resulting picture. <svg width=”480″ height=”180″ xmlns:xlink=”http://www.w3.org/1999/xlink”> <!– Pies examples by Josef … Continue reading
Posted in workday
2 Comments
Self-replicating machine
Would you like to have a self-replicating machine? What about self-replicating 3D printer? There is a free 3D desktop printer capable of printing itself, or it’s own plastic parts, to be precise. The metal parts and electronics are not printed. Yet. … Continue reading
Scalable Video Coding
Scalable Video Coding (SVC) is the name for the Annex G extension of the H.264/MPEG-4 AVC video compression standard. One of the leaders in implementing this standard is company Vidyo with their solution. It looks like the major problem with SVC is interoperability betwen various … Continue reading
Posted in workday
Leave a comment
IBM patent records
IBM announced that its inventors received a record 5,896 U.S. patents in 2010, marking the 18th consecutive year it has topped the list of the worlds most inventive companies. IBM became the first company to be granted as many as 5,000 … Continue reading
Posted in workday
2 Comments
2D CAD: DraftSight
Once a while one needs to draw something small. It’s better to do it with a CAD system which can be compatible with professional CAD system like AutoCAD and others. I was using A9CAD, but I see beta version of the … Continue reading
Posted in workday
Leave a comment