Category: Uncategorized
-
the “Classic Shell / Start Menu” for use with Win8 and Win8.1
http://sourceforge.net/projects/classicshell/ http://www.classicshell.net/gallery/Start-Menu
-
Microsoft Outlook: view raw message header of an e-mail message
http://superuser.com/questions/476940/outlook-2013-view-raw-message-source-of-an-email
-
“Programming Research” AKA PRQA is a provider of static program analysis tools, including QA-C and QA-C++
https://en.wikipedia.org/wiki/Programming_Research_Limited http://www.programmingresearch.com
-
Jenkins CI, fair disk usage, quotas, …
https://wiki.jenkins-ci.org/display/JENKINS/Disk+Usage+Plugin
-
Jenkins: Build / “Execute shell” / exit codes …
From the help section of “Execute Shell”: By default, the shell will be invoked with the “-ex” option. So all of the commands are printed before being executed, and the build is considered a failure if any of the commands exits with a non-zero exit code. Again, add the #!/bin/… line to change this behavior. Funny,…
-
“called” a batch script within a batch script, forgot to use “call”, and wondered …
<!– www.bibleserver.com | 522: Connection timed out body{margin:0;padding:0} <!–[if lte IE 9]>/cdn-cgi/scripts/jquery.min.js<![endif]–> /cdn-cgi/scripts/zepto.min.js<!– /cdn-cgi/scripts/cf.common.js Error 522 Ray ID: 3a8c541b7acb15b9 • 2017-10-05 00:40:45 UTC Connection timed out You Browser Working Frankfurt Cloudflare Working www.bibleserver.com Host Error What happened? The initial connection between Cloudflare’s network and the origin web server timed out. As a result, the web…
-
cURL: how do I save a file using the response header filename with cURL
http://stackoverflow.com/questions/2698552/how-do-i-save-a-file-using-the-response-header-filename-with-curl This question relates to the command line version of cURL. I’m trying to download a file from a cgi script.http://someserver/perl/dl.pl?ID=2Using a browser the filename comes up as curl –remote-header-name … wget –content-disposition …
-
Jenkins: setting up a the environment for a Windows/Microsoft compilation job
https://wiki.jenkins-ci.org/display/JENKINS/EnvInject+Plugin https://www.gnu.org/software/make/manual/html_node/Errors.html — make’s exit code checking There are a couple of different ways of injecting environment variables: Within the “Build Environment” / “Inject environment variables to the build process” section of a Jenkins job (provided by the EnvInject plugin) you may me tempted to make use of a file named by “Properties File Path” that…
-
Windows utilities that you sometimes want to start through Win-R
cmd = … iexplore = Internet Explorer notepad taskmgr = the Task Manager
-
“CMake” is a software “build” utility
https://en.wikipedia.org/wiki/CMake CMake is cross-platform free and open-source software for managing the build process of software using a compiler-independent method. It is designed to support directory hierarchies and applications that depend on multiple libraries. It is used in conjunction with native build environments such as make, Apple’s Xcode, and Microsoft Visual Studio. It has minimal dependencies,…