Skip to content

Instantly share code, notes, and snippets.

View blarosen95's full-sized avatar

Blake Rosenberg blarosen95

  • St. Pete Beach
View GitHub Profile
@blarosen95
blarosen95 / components.confusing\.js
Created March 29, 2022 17:43 — forked from chriskrycho/components.confusing\.js
Surprising mut (and set) behavior
import Component from '@glimmer/component';
export default class Confusing extends Component {
surprising = true;
}
from matplotlib import pyplot as plt
import squarify
data_points = [8, 15, 5, 10, 4, 7]
label = ["Boxes On The Floor",
"Things W/ Things On Them",
"Things W/ Boxes On Them",
"Things W/ Non-Box Things On Them",
"Boxes W/ Boxes On Them",
@blarosen95
blarosen95 / LIS4273_FinalProject.R
Created December 13, 2020 19:10
Final Project for LIS4273 -- Involves analyzing SEC's EDGAR database, specifically Form 4 filings.
# Title : Final Project for Advanced Statistics & Analytics
# Objective : Analyzing SEC's EDGAR database. This is a project I got into but stopped because I didn't have the
# skillset required to utilize/analyze the data my project's final status was capable of pulling.
# Created by: Blake Rosenberg
# Created on: 12/12/2020
library(lubridate)
library(bizdays)
library(ggplot2)
library(sqldf)
@blarosen95
blarosen95 / LIS4273_Week7.R
Created October 9, 2020 16:09
Code written for Module 7's assignment.
library(plyr)
library(data.table)
library(ggplot2)
require(lattice)
one_xbar <- 85
one_sigma <- 8
one_n <- 64
one_ci <- 0.95
@blarosen95
blarosen95 / LIS4273_Week6.R
Created October 3, 2020 14:30
Week 6 assignment from LIS4273; confidence intervals and R.
# Title : Module 6 Assignment
# Objective : Answer two main questions:
# Question 1 : A publishing company has just published a new textbook. Before the company decides the price at which
#to sell this textbook, it want to know the average price of all such textbooks in the market. The research department
#at the company took a sample of 25 comparable textbooks and collected information on their prices. This information
#produced a mean price of $145 for this sample. It is known that the standard deviation of the prices of all such
#textbooks is $35 and the population of such prices is normal.
# A. What is the point of estimate of the mean price all such textbooks?
# B. Construct a 90% confidence interval for the mean price of all such textbooks
# Question 2 : A. According to Mobes Services Inc. an individual checking his/her account at major U.S banks via
@blarosen95
blarosen95 / StrongPasswordsFromHoneyPots.txt
Created August 26, 2020 15:10
Ran Grep through some password lists generated from honey pots to only select ones meeting standard complexity requirements
0h3I5Lik3P4rtY@v3r
(0n3(t1v1d@d3
0p3nbr@v0
0r@cl3
0r@cl3123
0r@cle123
0rg@n1z@t10n
111I5Lik3P4rtY@v3r
11Fum4tulP0@t3Uc1d^%^&*?122412
123@abc123
@blarosen95
blarosen95 / ParkingLotDBFormatted.txt
Last active October 3, 2020 14:44
Formatted list of USF parking lots with both their coordinates and their allowed parking permits. With the implementation of cameras and a tiny bit of AI to detect empty spots, this could provide USF with the means to implement a mobile app that tells you the closest place to class you can currently park at.
var _18B = new ParkingLots
{
Name = "18B",
Permits = new string[] {"D", "E", "HE", "GZ", "R", "S", "WB", "Y"},
Location = new GeoCoordinate(28.063065, -82.402767)
};
var _31T = new ParkingLots
{
Name = "31T",
@blarosen95
blarosen95 / ListPage.xaml
Created July 23, 2019 12:47
Attempt at using Behaviors with DataGrid
<Page
x:Class="InsiderTrades.Views.ListPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:Interactivity="using:Microsoft.Xaml.Interactivity"
xmlns:Core="using:Microsoft.Xaml.Interactions.Core"
xmlns:Media="using:Microsoft.Xaml.Interactions.Media"
xmlns:controls="using:Microsoft.Toolkit.Uwp.UI.Controls"
@blarosen95
blarosen95 / ChestShopHandler.java
Created October 10, 2018 13:25
Timeline of patch attempts
package com.github.blarosen95.BFC;
import com.Acrobot.ChestShop.Signs.ChestShopSign;
import org.bukkit.block.Block;
import org.bukkit.block.Sign;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
import org.bukkit.event.Listener;
import org.bukkit.event.block.Action;
GUIDE_NUM LAST_NAME FIRST_NAME
AM01 Abrams Miles
BR01 Boyers Rita
DH01 Devon Harley
GZ01 Gregory Zach
KS01 Kiley Susan
KS02 Kelly Sam
MR01 Marston Ray
RH01 Rowan Hal
SL01 Stevens Lori