Category: Uncategorized
-
Avishai Cohen’s ‘Seven Seas’ as a student recital – really not bad
Published on 11 Nov 2015 ‘Seven Seas’ performed at the University of North Texas (USA) on October 5th, 2015, as part of a student recital paying tribute to Avishai Cohen. The performers on this recital are as followed: Timothy Moore- Piano/Leader of the project Aaron Holthus- Bass Chris Petro- Drumset Originally composed and arranged by: Avishai…
-
MinGW-w64 – GCC and much more for Windows 64 & 32 bits
http://MinGW-w64.org Getting repository description file… Cannot download repository.txt [0] I looked this up, it got reported and “fixed” in 2014, but with my fresh installer it still does not work. Sad.
-
my Friday evening movie: Woody Allen’s “Irrational Man” (2015)
Directed by Woody Allen. With Joaquin Phoenix, Emma Stone, Joe Stapleton. A tormented philosophy professor finds a will to live when he commits an existential act. Source: http://www.imdb.com/title/tt3715320
-
TV series: The Fall (2013)
http://www.imdb.com/title/tt2294189 https://en.wikipedia.org/wiki/The_Fall_(TV_series) http://www.primewire.ag/watch-2739504-The-Fall-online-free – not to be published http://www.springfieldspringfield.co.uk/episode_scripts.php?tv-show=the-fall-2013
-
rounding numerical values: how to achieve “round half away from zero” with printf?
https://en.wikipedia.org/wiki/Rounding#Floating-point_rounding https://en.wikipedia.org/wiki/Rounding#Round_half_away_from_zero https://en.wikipedia.org/wiki/printf_format_string http://www.gnu.org/software/libc/manual/html_node/Rounding.html http://stackoverflow.com/questions/178539/how-do-you-round-a-floating-point-number-in-perl To be more precise: I actually mean “considering a given precision” of real numbers. In Germany (in a financial context at least) “round half away from zero” is being used. … Look at this – can you explain it?: $ perl -e ‘$h = 3272.505; printf “%.2f — %.10fn”,$h,$h;’ 3272.51 —…
-
MKS Inc. AKA “Mortice Kern Systems” and their products
https://en.wikipedia.org/wiki/MKS_Inc https://en.wikipedia.org/wiki/MKS_Integrity – an application lifecycle management platform https://en.wikipedia.org/wiki/MKS_Toolkit – a Unix-like software environment for Microsoft Windows https://en.wikipedia.org/wiki/MKS_X/Server – a commercial X11 server for Microsoft Windows MKS RCS, which was renamed to MKS Source Integrity in 1992
-
the Jenkins “JobConfigHistory” plugin
https://wiki.jenkins-ci.org/display/JENKINS/JobConfigHistory+Plugin This plugin saves a copy of the configuration file of a job (config.xml) for every change made and of the system configuration (not activated by default). You can also see what changes have been made by which user if you configured a security policy.
-
the Jenkins “Config File Provider” plugin — allows you to copy various similar configuration files to all your nodes — also adds the ability to edit those files through the Jenkins UI
https://wiki.jenkins-ci.org/display/JENKINS/Config+File+Provider+Plugin Adds the ability to provide configuration files (i.e., settings.xml for maven, XML, groovy, custom files, etc.) loaded through the Jenkins UI which will be copied to the job’s workspace.