Git reference – commands
Copilot’s response to the prompt: Provide a document that lists all the common git commands with an explanation of what each command does.
Read moreCopilot’s response to the prompt: Provide a document that lists all the common git commands with an explanation of what each command does.
Read moreTesting if jQuery is loaded and running…
Read moreA powershell script to check all images within a specified folder. Results are shown in the console and in a log file.
Read moreGeneral steps for importing Australian Stock Market (ASX) Data for selected companies from Yahoo finance using yfR
Read moreA quick overview of using rvest from R for data science
Read moreSteps that I need to be able to perform efficiently in R: Descriptive stats for each variable in a
Read moreA working version of the table of contents and associated comments to put in a css file to aid navigating within styling sheets.
Read moreAfter installing wordpress into home directory (ie public_html ) I realised it is not as clean as one would want
Read moreCore principles to follow for web page layout: Appropriate break points for the most popular devices…phones, tablets/laptops & PCs are: Smart phone < 768px < Tablet < 1023px < Desktop Example: @media only screen and (max-width: 768px){ /* CSS rules to apply to smart phones goes here */ }
Read moreWhile overhauling a site, I ended up with many obsolete rules in classes that are no longer applied. To help clean up the CSS stylesheet I wanted to list all class names so I could do a comparison. This answer from stackoverflow did 90% of what I needed
Read more