Skip to content

Instantly share code, notes, and snippets.

View bytecodeman's full-sized avatar
💭
Always Working!

Tony Silvestri bytecodeman

💭
Always Working!
View GitHub Profile
@bytecodeman
bytecodeman / Deter.java
Created October 28, 2023 13:15 — forked from PlasmaticJewel/Deter.java
This program uses my class to implement an arraylist matrix to find the determinant of a matrix using my professors main method.
/*
* Name: Tony Silvestri
* Date: 09/28/2022
* Course Number: CSC 220 - D01
* Course Name: Data Structure and Algorithms
* Problem Number: Sparse Array Processing Part 2 of 4
* Email: silvestri@stcc.edu
* Short Description of the Problem:
* Deter.java: Main Program that implements the Gauss-Elimination Method to solve determinants
* Matrix.java: Hides implementation details of a 2D matrix from main program
@bytecodeman
bytecodeman / tailwind-webpack-setup.md
Created June 2, 2022 12:44 — forked from bradtraversy/tailwind-webpack-setup.md
Setup Webpack with Tailwind CSS

Webpack & Tailwind CSS Setup

Create your package.json

npm init -y

Create your src folder

Create a folder called src and add an empty index.js file. The code that webpack compiles goes in here including any Javascript modules and the main Tailwind file.

@bytecodeman
bytecodeman / laravel_xampp_setup.md
Created April 29, 2022 15:06 — forked from bradtraversy/laravel_xampp_setup.md
Laravel Xampp setup on Mac and Windows

Laravel Xampp Setup (Windows & Mac)

Install Xampp

Install Xampp from https://www.apachefriends.org/index.html

  • Run the Xampp installer and open the Xampp control panel
  • Make sure that you enable the Apache and MySQL services
  • On mac you need to click "Start" on the Home tab, "Enable" on the Network tab and "Mount" on the Location Tab. Click "Explore" on the location tab to open your Xampp/Lampp folder

Install Composer

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH

:: 1) Download srvany.exe from Microsoft Windows 2003 Resource Kit (available free from Microsoft).
:: 2) Copy srvany.exe into the folder where google drive is installed or next to this script file.
:: 3) Run this script as an Administrator
echo off
cls
SET STARTING_DIR=%CD%
SET SCRIPT_DIR=%~dp0