Skip to content
View apperceive's full-sized avatar

Block or report apperceive

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dlib dlib Public

    drupal object lib

    PHP

  2. SpeedCalculator SpeedCalculator Public

    Bicycle club ride speed calculator.

    CSS

  3. Show mySQL database table last acces... Show mySQL database table last access dates
    1
    SELECT update_time, table_name FROM information_schema.tables WHERE table_schema = 'MYDB' ORDER BY 1,2;
  4. from @iforst - Found this nifty comm... from @iforst - Found this nifty command line to compare the enabled modules between sandboxes
    1
    diff -b -s --suppress-common-lines --side-by-side <(drush @XXX pm-list --status=enabled) <(drush @YYY pm-list --status=enabled)