Skip to content

Instantly share code, notes, and snippets.

View BowuDev's full-sized avatar
🎯
Focusing

Nicholas Phillips BowuDev

🎯
Focusing
  • San Antonio, Florida
View GitHub Profile
@BowuDev
BowuDev / 0-index.md
Last active October 8, 2025 22:11
Last updated at 2025-10-08 22:11:26.6500703 +0000 UTC

TarkovInventoryMaximizer

This project was created due to my inventory being consistently filled with backpacks inside of backpacks, and me concerned about efficiency.

  • #1-keep.md - Ones I deemed as worthy to keep. They all have at minimum 1 slot more than the space they take up.
  • #2-dont-keep.md - These are ones that are 1:1 for the space they take up, and the space they can hold, or less than 1:1.
  • #3-sources.md - Give credit where credit is due. Tarkov.Dev's API is used.

Updated at 2025-10-08 22:11:26.437638 +0000 UTC

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<title>Rebane's Discord Colored Text Generator</title>
<meta charset="UTF-8">
<meta name="description" content="Rebane's Discord Colored Text Generator">
<meta name="author" content="rebane2001">
<style>
/*
@BowuDev
BowuDev / input.scss
Created December 2, 2020 04:20
Generated by SassMeister.com.
@import url(https://bowu20.online/u/bitchnugget.css); // Compile of Tailwind
@mixin grad1() {
$angle: 75deg;
background: rgb(201,64,246);
background: -moz-linear-gradient($angle, rgba(201,64,246,1) 0%, rgba(47,61,236,1) 100%);
background: -webkit-linear-gradient($angle, rgba(201,64,246,1) 0%, rgba(47,61,236,1) 100%);
background: linear-gradient($angle, rgba(201,64,246,1) 0%, rgba(47,61,236,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c940f6",endColorstr="#2f3dec",GradientType=1);
}
[
{
"domain": "store",
"price": 24.95
},
{
"domain": "info",
"price": 32.95
},
{
@BowuDev
BowuDev / String Colors
Last active April 2, 2020 23:55
Mavis | Theme Colors
DEFAULT
WHITE
AQUA
GREEN
BLUE
YELLOW
PURPLE
LUMINOUS_VIVID_PINK
GOLD
ORANGE
@BowuDev
BowuDev / index.html
Created January 10, 2020 18:51
vYEjNzv
<div class="container">
<div class="row justify-content-center align-items-center" style="min-height:100vh;">
<div class="col-auto">
<div id="queenbtine"><div id="queen">Queen</div> <div id="b">B.</div> <div id="tine">Tine</div></div>
<div id="heart" class="mx-auto"><i class="fas fa-heart"></i></div>
</div>
</div>
</div>
@BowuDev
BowuDev / keybase.md
Created November 20, 2019 03:09
keybase.md

Keybase proof

I hereby claim:

  • I am lagswitchedvirginity on github.
  • I am lagswitchedvirg (https://keybase.io/lagswitchedvirg) on keybase.
  • I have a public key ASAFudtLdgTW9c-7XoRCWGISjXRI1OMpu09gTxzNcxE9EQo

To claim this, I am signing this object:

@BowuDev
BowuDev / moonscript.json
Created February 9, 2019 05:13
Scoop.sh generated file
{
"version": "win32-v0.5.0",
"license": "",
"extract_dir": "",
"url": "https://github.com/leafo/moonscript/releases/download/win32-v0.5.0/moonscript-187bac54ee5a7450013e9c38e005a0e671b76f45.zip",
"depends": "",
"homepage": "https://github.com/leafo/moonscript",
"hash": "",
"bin": "moonc.exe"
}
@BowuDev
BowuDev / readme.md
Last active January 25, 2019 02:47
Skribbl.io mask system

This is by no means perfect. However, it is wonderful.

It uses Jquery.inputmask for the masking

@BowuDev
BowuDev / .php
Last active January 17, 2019 17:10
HTTP Status Code PHP-Library
<?php
/**
* Created by PhpStorm.
* User: NicoP
* Date: 2/7/2018
* Time: 7:27 AM
*/
namespace HTTP;