National Weather Service (NWS) Valid Time Event Code (VTEC) Parser Regular...
The National Weather Service (NWS) embeds machine readable components in its text bulletins and syndicated format feeds, called Valid Time Event Code (VTEC). More information on VTEC...
View ArticleAnswer by Net Dawg for CSS: Image sticking to the bottom right hand side of...
I just played around with embedding the image within the text. More specifically, I was using the CKEditor and just dragged the image to where I wanted it to be. Then, I looked at the source to find...
View ArticleAnswer by Net Dawg for Sad face with Chrome
Goto c:\Windows32\System\drivers\etc\hosts.txt, uncomment the 127.0.0.1 localhost. Restart Chrome.
View ArticlePHP: Save Dynamic URL Image to Disk
Having trouble capturing the following dynamic image on disk, all I get is a 1K size...
View ArticleAnswer by Net Dawg for Enabling PostgreSQL support in PHP on Mac OS X
I downloaded PostgreSQL for Mac, and used the stack builder after installation to standup the entire EnterpriseDB Apache/PHP stack end-to-end. I mention this as a possible time saving option, probably...
View ArticleAnswer by Net Dawg for Apache Server can't turn off (EnterpriseDB...
To restart EnterpriseDB Apache, I did sudo /Library/PostgreSQL/EnterpriseDB-ApachePHP/apache/bin/apachectl gracefulExplanation:On my machine this exact problem was because the apachectl was still...
View ArticleThymeleaf Select Option Value not accepting two letter codes for US states...
Thymeleaf is unable to parse "NE" for Nebraska and "OR" for Oregon in the following select form control (are they perhaps reserved keywords NE="not equals", OR="or"?). How to escape this if indeed they...
View ArticleNeed Only New and Updated Entries from ATOM, RSS
Is there an ATOM Client or framework that enables capture of a feed entry EXACTLY once? If not, what is the best architecture? We would like to parse an ATOM feed, persisting all syndication feed...
View ArticleAnswer by Net Dawg for How to create windows service to run a powershell script?
I have had success with Non-sucking Service Manager (NSSM) as well. https://nssm.cc/
View ArticleReturn Boolean Value as TRUE or FALSE in Select (PostgreSQL/pgAdmin)
In PostgreSQL (version 9.4, pgAdmin3), when doing select on a table with boolean column the data output shows 't' or 'f'. I would like to cast/convert booleans as TRUE or FALSE without writing CASE...
View ArticleAnswer by Net Dawg for SQL to Extract Continuous Timestamp Ranges
Another answer to my own question.FiddleWITH cte AS -- the common table expression (CTE)( -- table projection with all leading and lagging columns to then inform begin and end of failed states SELECT...
View Article