Skip to content

Instantly share code, notes, and snippets.

View PSGitHubUser1's full-sized avatar
🏡
Working from Home

InfoyTech PSGitHubUser1

🏡
Working from Home
View GitHub Profile
@PSGitHubUser1
PSGitHubUser1 / bug_report.yml
Last active January 17, 2023 14:34
Issue Template of Bug Report [Beta]
name: Bug report
description: Create a report to help us improve (search for duplicates first)
labels: bug
body:
- type: textarea
attributes:
label: Issue description
description: Explain clearly and unambiguously what went wrong
placeholder: |
Tell us here about the bug/problem
@PSGitHubUser1
PSGitHubUser1 / feature_request.yml
Created January 17, 2023 14:31
Issue Template of Feature Request [BETA]
name: Feature Request
description: Create a report to help us improve (search for duplicates first)
labels: feature request
body:
- type: textarea
attributes:
label: Feature description
description: Explain clearly
placeholder: |
Tell us here about the feature
@PSGitHubUser1
PSGitHubUser1 / style.css
Created January 19, 2023 14:35 — forked from adrianhajdin/style.css
Build and Deploy Your Own ChatGPT AI Application That Will Help You Code
@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@100;300;400;500;700;800;900&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Alegreya Sans", sans-serif;
}
body {
@PSGitHubUser1
PSGitHubUser1 / FabricModList.md
Created June 20, 2023 14:10 — forked from John-Paul-R/FabricModList.md
A list of (almost all) mods for Fabric

Fabric Mod List

This page contains a list of the current Minecraft Fabric mods. (As of 2021-08-19 08:05:23 Timezone: UTC+0000 (GMT))

To search for mods by name, category, or download count, visit the website, fibermc.com!

Note: You can view a mod's source files by following the "Source" link on its CurseForge page, assuming that the mod's creator has made such files public.

There are currently 2954 mods in this list.

package net.mcreator.portdiscsrd.procedures;
import net.minecraft.world.phys.Vec3;
import net.minecraft.world.level.block.Blocks;
import net.minecraft.world.level.LevelAccessor;
import net.minecraft.world.entity.MobSpawnType;
import net.minecraft.world.entity.Mob;
import net.minecraft.world.entity.LightningBolt;
import net.minecraft.world.entity.EntityType;
import net.minecraft.world.entity.Entity;
import net.minecraft.world.InteractionResult;
---- Minecraft Crash Report ----
// Why did you do that?
Time: 2023-10-30 13:26:54
Description: Rendering screen
java.lang.NullPointerException: Cannot invoke "java.util.Locale.stripExtensions()" because "locale" is null
at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.isSupportedProviderLocale(JRELocaleProviderAdapter.java:553)
at java.base/sun.util.locale.provider.BreakIteratorProviderImpl.isSupportedLocale(BreakIteratorProviderImpl.java:194)
at java.base/sun.util.locale.provider.LocaleProviderAdapter.findAdapter(LocaleProviderAdapter.java:291)
@PSGitHubUser1
PSGitHubUser1 / controller.bat
Created February 7, 2024 16:21
Just place this file in Platfrom-Tools folder (ADB & Fastboot)
@echo off
color a
:Start
echo.
echo My Github: https://github.com/PSGitHubUser1
echo My Youtube: https://www.youtube.com/@infoyps
echo My Discord: infoy OR infoytech
echo.
echo =========================================================
echo 1. Check if device is connected
#!/bin/sh
echo
echo ================================================================================================
echo Installing Cups & System-Config-Printer '(Printer Service)'
echo
yes | yay -Sy cups cups-filters
yes | yay -Sy system-config-printer
echo ===============================================================================================