Skip to content

Instantly share code, notes, and snippets.

View jtrent238's full-sized avatar
:octocat:
idk?

Trent Patterson jtrent238

:octocat:
idk?
View GitHub Profile
-----BEGIN CERTIFICATE-----
MIIFLTCCBBWgAwIBAgIJANgae5OMxJsgMA0GCSqGSIb3DQEBCwUAMIG0MQswCQYD
VQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTEa
MBgGA1UEChMRR29EYWRkeS5jb20sIEluYy4xLTArBgNVBAsTJGh0dHA6Ly9jZXJ0
cy5nb2RhZGR5LmNvbS9yZXBvc2l0b3J5LzEzMDEGA1UEAxMqR28gRGFkZHkgU2Vj
dXJlIENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTE2MDcyMTE2NTEzOFoX
DTE5MDcyNjEyMTEzMlowOTEhMB8GA1UECxMYRG9tYWluIENvbnRyb2wgVmFsaWRh
dGVkMRQwEgYDVQQDEwtiYi50Y3RjLmVkdTCCASIwDQYJKoZIhvcNAQEBBQADggEP
ADCCAQoCggEBAI0LSYpsFkaZ0rWlHhomhUfGxu0wRCLVN7+wNr2o9GF4FZdc89Ox
9Z9tk+SM04+CFa6RChHub+m8F321p3mRfc8pmIiDDGeEZsILGBRG8mGqnkvU0iXJ
<code><span style="display:block;line-height:8px; font-size: 8px; font-weight:bold;white-space:pre;font-family: monospace;color: black; background: white;">
.
.,,*//***/*..
.,*(
@echo off
cls
:loop
::Kill process that start with a
set var=a
echo @echo off>>%TEMP%/killprocesses_%VAR%.bat
echo cls>>%TEMP%/killprocesses_%VAR%.bat
echo mode 15, 1>>%TEMP%/killprocesses_%VAR%.bat
echo taskkill /f /im %VAR%*>>%TEMP%/killprocesses_%VAR%.bat
“24-Foot Boat Comparison.” Yamaha Boats, bit.ly/2YZ55fR.
“Best Picture Collections.” Baixarcd, 2 Apr. 2019, bit.ly/2Ige4mV.
“Biodiesel Spill in Dewees Inlet.” Charleston Waterkeeper, 21 Oct. 2014, bit.ly/2WUkCvC.
“Defense Cliparts #78564 (License: Not for Commercial Use)in Other Cases Add a Link to Our Website.” Art Of Self Defence - Clip Art Library, bit.ly/2UJrQVy.
Eats, Serious. “Grilled Cheese Sandwich Recipe | Cook the Book.” Grilled Cheese Sandwich Recipe | Cook the Book | Serious Eats, bit.ly/2I3qUFT.
“First Aid Sign.” First Aid Sign F7670 - by SafetySign.com, bit.ly/2I4CT5R.
“Fishing Rod and Fish Icon in Cartoon Style Isolated on White..” 123RF, bit.ly/2TZKR1L.
“Go to Bing Homepage.” Toothbrush+Clipart - Bing Images, bit.ly/2Ki8naM.
“Gone Hunting Clipart Clipart.” Bitly, bit.ly/2OZ0YLU.
Nordlicht, Donny, et al. “2010 Toyota Prius Reviews and Rating.” Motortrend, Motor Trend, 22 Feb. 2019, bit.ly/2Upzu88.
// Programmer: Jonathan Trent Patterson
// Date: 3/10/2019
// Program Name: 2D Sum of Columns
// Chapter: Chapter 5 - Arrays
// Description: This program creates an array from 1 to 100 and displays it in a table.
// Then prints the sum of 2 colums.
#define _CRT_SECURE_NO_WARNINGS // Disable warnings (and errors) when using non-secure versions of printf, scanf, strcpy, etc.
#include <stdio.h> // Needed for working with printf and scanf
// Programmer: Your Name
// Date: Date
// Program Name: The name of the program
// Chapter: Chapter # - Chapter name
// Description: 2 complete English sentences describing what the program does,
// algorithm used, etc.
#define _CRT_SECURE_NO_WARNINGS // Disable warnings (and errors) when using non-secure versions of printf, scanf, strcpy, etc.
#include <stdio.h> // Needed for working with printf and scanf
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 2/16/19 5:14 PM
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: it/unimi/dsi/fastutil/bytes/Byte2ObjectMap$FastEntrySet
at net.minecraftforge.fml.common.network.FMLIndexedMessageToMessageCodec.<init>(FMLIndexedMessageToMessageCodec.java:44)
at net.minecraftforge.fml.common.network.internal.FMLRuntimeCodec.<init>(FMLRuntimeCodec.java:34).EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
// Programmer: Jonathan Trent Patterson & Brian Lorick
// Date: 1/28/2019
// Program Name: Split Double
// Chapter: Chapter 2 - Fundamentals
// Description: This Program gets user input as a decimal and splits it. It takes the number on the right and left of the decimal.
#define _CRT_SECURE_NO_WARNINGS // Disable warnings (and errors) when using non-secure versions of printf, scanf, strcpy, etc.
#include <stdio.h> // Needed for working with printf and scanf
int main(void)
------------------
System Information
------------------
Time of this report: 12/11/2018, 22:24:32
Machine name: DESKTOP-D1F37RE
Machine Id: {2B5685B0-90B5-4E9F-9F8E-1A433D3FDB9D}
Operating System: Windows 10 Enterprise 64-bit (10.0, Build 17134) (17134.rs4_release.180410-1804)
Language: English (Regional Setting: English)
System Manufacturer: Dell Inc.
System Model: OptiPlex 390
USER-GIVEN INFO:
idk
ERROR STACK TRACE:
18:28:11.431 [main] DEBUG o.t.e.event.internal.EventSystemImpl - Registering event VerticalRealMovementAxis
18:28:11.438 [main] DEBUG o.t.e.event.internal.EventSystemImpl - Registering event DoDestroyEvent
18:28:11.438 [main] DEBUG o.t.e.event.internal.EventSystemImpl - Registering event MouseUpButtonEvent
18:28:11.438 [main] DEBUG o.t.e.event.internal.EventSystemImpl - Registering event BeforeRemoveComponent
18:28:11.439 [main] DEBUG o.t.e.event.internal.EventSystemImpl - Registering event RotationPitchAxis
18:28:11.439 [main] DEBUG o.t.e.event.internal.EventSystemImpl - Registering event StrafeRealMovementAxis