How to remove console windows in mingw builds
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mwindows") set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mwindows")
Just another Yipp.ca Blogs site
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mwindows") set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mwindows")
[dev@black vf-6.4]$ git commit -m "VF-8864 * copyright year to 2015" error: Error building trees Solution $> git reset --mixed
Create archive with z compression $> tar -czvf myfilename.tar directory $> tar -czvf myfilename.tar file1 file2 file3
Center align division with CSS Solution #1 - margin 0 auto This is an often-used and widely supported method and clean. However the drawback is you have to specify the width of the item....
UK Zip code database in UK is not free. However some people put together some database in the public domain : http://www.freepostcodes.org.uk http://www.doogal.co.uk/UKPostcodes.php Canada not free USA free
I was originally converting SASS to CSS using external gulpfile.js to watch *.scss files and convert with gulp-sass and gulp-watch. I then found out that WebStorm has a built-in watch capability that is...
One of my client's user reported that the brand new site I made crashed her IE7 browser. On my side with IE6 it would loads forever (blank page). I tracked down the problem and...
props.put("mail.smtp.connectiontimeout", "5000"); props.put("mail.smtp.timeout", "5000"); try { //Set the host smtp address Properties props = new Properties(); if (Integer.parseInt(port) == 465) // SSL { props.put("mail.smtp.auth", "true"); props.put("mail.smtp.socketFactory.port", port); props.put("mail.smtp.socketFactory.class", "javax.net.ssl.SSLSocketFactory"); props.put("mail.smtp.socketFactory.fallback", "true"); } else {...
Solution Wrong : <!-- build:css --> <link href="css/base.css" rel="stylesheet" /> <link href="css/appname.css" rel="stylesheet" /> <!-- endbuild --> Good : <!-- build:css index.css --> <link href="css/base.css" rel="stylesheet" /> <link href="css/appname.css" rel="stylesheet" /> <!-- endbuild -->...
This is what I use for Gulp in my HTML5 boilerplate Installation : npm install gulp-concat --save-dev npm install gulp-autoprefixer --save-dev npm install gulp-minify-css --save-dev npm install gulp-usemin --save-dev npm install gulp-shell --save-dev npm install gulp-sass --save-dev...
Recent Comments