Skip to content

My Own Creations & Stack Overflow Answers To Questions

License

Notifications You must be signed in to change notification settings

JayRizzo/Random_Scripts

Repository files navigation

:godmode: Welcome To My Random Scripts :godmode:

These are some of my works, either answers to Stack Overflow or my own personal creations. :suspect:

SQL

  • This Script SETS / RESETS:
  • PERMISSIONS
  • CONSTRAINTS
  • PRIMARY KEYS
  • INDEXES OR INDICES
  • ADDED REINDEX ON THE DATABASE
  • REORDERED THE QUERIES USING THE ORDER BY REPLACE THIS IS MANDITORY

SQL Reset Script that is Dynamic & Static that builds queries that are designed to Standardize Permissions & Improve Performance. This is highly customizable and effective in making sure your database permissions do not get in the way when dealing with mulitiple users & or Groups with multi standardized structures.

PHP

This Module was Built to Clean your data upon import Converting all Symbols (ASCII) to HTML References to help prevent issues when trying to create a clean "Encapsulated","CSV","FILE"

  1. This module uses the following
  2. Mandatory 1. shopify_key 1. shopify_password 1. shopify_store
  3. Optional 1. shopify_collection_id

Script Ability:

  • Download your Shopify Store Product Data in a "Clean","Data Set"
  • Download your Shopify Store Product Variant Data in a "Clean","Data Set"
  • Clean the imported data from data that may crash the bash, PHP or importing your data into sql. as the symbols have been converted to HTML References turns into ™
  • Can be used for CRONJOBS
  • Has custom restrictions with proper notificiations
  • Can be used to notify you for failures &/ Sucesses if desired & customized

Script Note:

  • This is a Personal Creation of this Monstrosity

This Module is a subset of the shopify_to_csv.php

Python

Is a version of replacing non-ASCII characters with printable ASCII & Using HTML entities when possible.

This Module was Built to showcase Examples Of Custom Headers, printing upon execution of your script.

Is my Python Version of fizzbuzz I wrote myself for fun.

The Module Has Been Build for keeping your files organized by specific file types.

The Module Has Been Build for Interaction with MSSQL DBs To Test the console for pyodbc.

The Module Has Been Build for trying to find variations of emails in batches of text.

The Module Has Been Build for trying to decipyer measurements between dates. The Stack Overflow User was dealing with arbitrary dates, so my answer was not acceptible.

The Python Module Has Been Build for Sending Emails from your Gmail Account, bypassing the 2FA.

The Module Has Been Build to help a user fix their code.

A fix

"for attempting to read in CSV data and map it to the following XML structure".

A Module Built to help a showcase example usage, since no code examples for python's xattr could be found. at least for me.

"Showcasing a 'How-to' example."

Shell

This Module was Built to Clean your ~/Documents Folder from any "Truly" empty folders that may only contain some hidden/ZERO byte files.

:godmode: Thank You For Visiting! :godmode: