Z-Car

Ramblings about everything from Cars to Computers

Z-Car
  • 1993 Mazda RX-7 CYM
  • 1997 Mazda Miata
  • A Day at Summit Point – 5/17/1997
  • Datsun 240Z show in PA – 5/25/1998
  • Frederick Air Show – 8/18/2003
  • Gary’s House of Z
  • LilyPon’s British Car Day June 1,2008
  • Lockheed F-117 Nighthawk
  • Mazda RX-7 crash at Summit Point
  • Mikoyan-Gurevich MiG-17
  • Northrop Grumman B-2 Spirit
  • R/C Flying 2008
  • Rockwell B-1 Lancer
  • Rockwell International Space Shuttle
  • Steven F. Udvar-Hazy Center – National Air and Space Museum
  • Sukhoi PAK FA T-50
  • Westminster Airshow 2008

How to Rotate Logs using PM2 Process Manager for Node.js

By Jimmy April 13, 2014 Node.js, Programming, Software 1 Comment
How to Rotate Logs using PM2 Process Manager for Node.js

Pm2 is a great utility for keeping your Node production applications running.  It  provides high-level process management, and consolidates all your logs into one common location.  In addition, you can…

Read more

Node.js – fs.open / fs.writeFile, mode, file permissions, umask, and how they interact

By Jimmy April 9, 2014 Node.js, Programming, Software, Web No Comments
Node.js – fs.open / fs.writeFile, mode, file permissions, umask, and how they interact

While working with Node.js recently, I ran into a situation with the mode parameter used in several functions; fs.open, fs.appendFile, fs.writeFile, etc. When trying to create a new file and…

Read more

How to escape Mongo keys using Node.js in a Flash

By Jimmy April 3, 2014 Mongo DB, Node.js, Programming, Software, Web No Comments
How to escape Mongo keys using Node.js in a Flash

Don’t be scared, dealing with Mongo is not that difficult, especially with some help from Flash.   While some people know of Mongo as a fictional planet where the comic  and…

Read more

Database Admin Controller for Code Igniter and Ext JS 4

By Jimmy February 3, 2012 MySQL, Programming, Software 5 Comments
Database Admin Controller for Code Igniter and Ext JS 4

I have been using Code Igniter and Ext JS 4 for several months.  In that time, I have created a couple basic templates to display MySQL tables and perform CRUD…

Read more

MySQL Removing duplicate rows – Part II

By Prodromus May 11, 2010 MySQL, Programming No Comments
MySQL Removing duplicate rows – Part II

Using ALTER IGNORE TABLE [TABLENAME] ADD UNIQUE INDEX `UNIQUE_INDEX` ([FIELDNAME]) to remove duplicate rows in a table is a fast an efficient process, however on large tables where the physical…

Read more

MySQL How to delete duplicate records and rows of data

By Prodromus May 3, 2010 MySQL, Programming No Comments
MySQL How to delete duplicate records and rows of data

The fastest and easiest way to delete duplicate records is my issuing a very simple command. alter ignore table [tablename] add unique index `unique_index` ([fieldname]) What this does is create…

Read more

  • « Previous
  • Next »
  • Planes of Fame Air Museum VisitPlanes of Fame Air Museum Visit
  • Whirlpool Duet Dryer GEW9250PW1 will not turn on, no lights displayed on control panel.Whirlpool Duet Dryer GEW9250PW1 will not turn on, no lights displayed on control panel.
  • Bugzooka – The answer to your stink bug woesBugzooka – The answer to your stink bug woes

Recent Posts

  • 2005 Laser Blue Lotus Elise for Sale
  • 2011 MacBook Pro GPU Failure – A software fix to disable GPU
  • Unable to renew using LetsEncrypt Certbot-Auto with CRON – Fail
  • Installing LetsEncrypt Certbot on Amazon Linux Server
  • Upgrade your Miata’s headlights with Hella H4 halogen bulbs, Cibie eCode projectors, and a relay kit.

Pages

  • 1993 Mazda RX-7 CYM
  • 1997 Mazda Miata
  • A Day at Summit Point – 5/17/1997
  • Datsun 240Z show in PA – 5/25/1998
  • Frederick Air Show – 8/18/2003
  • Gary’s House of Z
  • LilyPon’s British Car Day June 1,2008
  • Lockheed F-117 Nighthawk
  • Mazda RX-7 crash at Summit Point
  • Mikoyan-Gurevich MiG-17
  • Northrop Grumman B-2 Spirit
  • R/C Flying 2008
  • Rockwell B-1 Lancer
  • Rockwell International Space Shuttle
  • Steven F. Udvar-Hazy Center – National Air and Space Museum
  • Sukhoi PAK FA T-50
  • Westminster Airshow 2008

Copyright © 2021 Z-Car | Theme by: Theme Horse | Powered by: WordPress