Skip to content

Instantly share code, notes, and snippets.

View ItsPepperpot's full-sized avatar

Oliver Bevan ItsPepperpot

  • Swansea, United Kingdom
  • 22:22 (UTC +01:00)
View GitHub Profile
@ItsPepperpot
ItsPepperpot / CSGO Soundscapes 2021-12-18.txt
Created December 29, 2021 19:28
List of soundscapes from Counter-Strike: Global Offensive on 18th December 2021.
- 0: dust.Indoors
- 1: dust.Outdoors1
- 2: dust.Outdoors2
- 3: dust2_new.indoors
- 4: dust2_new.outdoors
- 5: dust2_new.BBomb
- 6: dust2_new.BDoors
- 7: dust2_new.MidDoors
- 8: dust2_new.ctstart
- 9: dust2_new.ABomb
@ItsPepperpot
ItsPepperpot / Ultimate Monopoly Property Information.csv
Created January 25, 2021 21:22
Information for every property in Ultimate Monopoly, as comma separated values.
name color price baserent onehouserent twohouserent threehouserent fourhouserent hotelrent skyscraperrent mortgagevalue housecost hotelcost skyscrapercost
Lake Street light pink 30 1 5 15 45 80 125 625 15 50 50 50
Nicollet Avenue light pink 30 1 5 15 45 80 125 625 15 50 50 50
Hennepin Avenue light pink 60 3 15 45 120 240 350 850 30 50 50 50
Esplanade Avenue light green 90 5 25 80 225 360 550 1000 45 50 50 50
Canal Street light green 90 5 25 80 225 360 550 1000 45 50 50 50
Magazine Street light green 120 8 40 100 300 450 600 1100 60 50 50 50
Bourbon Street light green 120 8 40 100 300 450 600 1100 60 50 50 50
Katy Freeway light yellow 150 11 55 160 475 650 800 1300 75 100 100 100
Westheimer Road light yellow 150 11 55 160 475 650 800 1300 75 100 100 100
@ItsPepperpot
ItsPepperpot / index.html
Created March 5, 2020 16:13
HTML code for flex box
<style>
.container {
/* This line is required */
display: flex;
/* Images will wrap onto a new line if there is not enough space */
flex-wrap: wrap;
/* Will space the images evenly */
justify-content: space-evenly;
/* Will align the images to a centre line */
align-items: center;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
using WinChessGUI.Properties;
using Color = System.Drawing.Color;
namespace WinChessGUI
{
/// <summary>
/// Used to display a chess board.
@ItsPepperpot
ItsPepperpot / pack.mcmeta
Created January 9, 2018 00:07
Minecraft Resource Pack MCMETA file
{
"pack": {
"pack_format": 3,
"description": "My Resource Pack"
},
"language": {
"LANG_COUNTRY": {
"name": "My Custom Language",
"region": "Country/Region name",
"bidirectional": false