Skip to content

Instantly share code, notes, and snippets.

View Spiritbocs's full-sized avatar
:octocat:
Background Ninja

Spiritbocs Spiritbocs

:octocat:
Background Ninja
View GitHub Profile
@Spiritbocs
Spiritbocs / cctos.md
Last active August 26, 2024 11:19
Public Terms of Service

Terms of Service for CodeCrate

Effective Date: 26-08-2024

1. Introduction

Welcome to CodeCrate. By accessing or using CodeCrate, you agree to comply with and be bound by the following Terms of Service. Please read these terms carefully before using our service.

2. Acceptance of Terms

@Spiritbocs
Spiritbocs / ccpoli.md
Last active August 26, 2024 11:19
CodeCrate Public Policy

Privacy Policy for CodeCrate

Effective Date: 26-08-2004

1. Introduction

Welcome to CodeCrate. Your privacy is important to us. This Privacy Policy explains how we collect, use, and protect your information when you use our online and offline code playground application.

2. Information We Collect

The "Planet of the Apes" franchise is a classic sci-fi series that began in the 1960s and has since seen multiple sequels, reboots, and prequels. Here’s a breakdown of the movies and the recommended order to watch them:

Original Series (1968–1973)

  1. Planet of the Apes (1968)

    • The original film where astronaut George Taylor discovers a world where apes are the dominant species and humans are enslaved.
  2. Beneath the Planet of the Apes (1970)

  • A direct sequel to the original, continuing the story of Taylor and introducing new characters as they uncover more about the apes' world.
@Spiritbocs
Spiritbocs / 7D2D Map Gens.md
Last active August 12, 2024 15:09
7D2D Map Generation

Creating a map generator for "7 Days to Die" is indeed possible, but it would require a good understanding of several key aspects:

1. Understanding the Game's Map System:

  • "7 Days to Die" uses procedural generation for its random maps (RWG - Random World Generation) and also supports custom-made maps. The game's maps are generated using a combination of noise functions, biomes, and various in-game assets like roads, buildings, etc.

2. Modding the Game:

  • The game supports mods, and you can modify or create new maps using XML files, Unity assets, and prefabs. You'll need to be familiar with the game’s modding system, which includes working with Unity, XML files, and possibly C# scripts.
@Spiritbocs
Spiritbocs / serverconfig.xml
Last active August 16, 2024 03:49
7 Days 2 Die Server Config for Midwinter
<?xml version="1.0"?>
<ServerSettings>
<!-- GENERAL SERVER SETTINGS -->
<!-- Server representation -->
<property name="ServerName" value="Midwinter 72D2"/> <!-- Whatever you want the name of the server to be. -->
<property name="ServerDescription" value="Yet Another 7 Days of Horror server"/> <!-- Whatever you want the server description to be, will be shown in the server browser. -->
<property name="ServerWebsiteURL" value=""/> <!-- Website URL for the server, will be shown in the serverbrowser as a clickable link -->
<property name="ServerPassword" value=""/> <!-- Password to gain entry to the server -->
<property name="ServerLoginConfirmationText" value="Just try and die less than we do!" /> <!-- If set the user will see the message during joining the server and has to confirm it before continuing. For more complex changes to this window you can change the "serverjoinrulesdialog" window in XUi -->
@Spiritbocs
Spiritbocs / getSpotifyToken.js
Created July 10, 2024 05:29
Get Your Spotify Token In Console
const SpotifyWebApi = require('spotify-web-api-node');
const express = require('express');
// Replace with your credentials
const clientId = 'YOUR_CLICENT_ID'; // REPLACE YOUR_CLICENT_ID FROM https://developer.spotify.com/dashboard
const clientSecret = 'YOUR_SECRET'; // REPLACE YOUR_SECRET FROM https://developer.spotify.com/dashboard
const redirectUri = 'http://localhost:8888/callback';
// ONCE YOUR DONE, RUN:
// npm install spotify-web-api-node express
@Spiritbocs
Spiritbocs / shroudedfissureLB.xml
Created March 26, 2024 00:30
RaidBossMike's Shrouded Fissure Lootfilter v1.0.4
<ItemFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<name>Shrouded Fissure (RBM)</name>
<filterIcon>1</filterIcon>
<filterIconColor>12</filterIconColor>
<description>This filter was created for and IS based on the Shrouded Fissure Build by RaidBossMike(RBM): https://www.lastepochtools.com/planner/QbOa799B</description>
<lastModifiedInVersion>1.0.4</lastModifiedInVersion>
<lootFilterVersion>1</lootFilterVersion>
<rules>
<Rule>
<type>HIDE</type>
@Spiritbocs
Spiritbocs / techs.md
Created February 29, 2024 14:11
My Tech Specs
@Spiritbocs
Spiritbocs / lootfilter.xml
Created February 19, 2024 07:22
RBM - Lootfilter pre 1.0
<?xml version="1.0" encoding="utf-8"?>
<ItemFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<name>RaidBossMike MASTER</name>
<filterIcon>3</filterIcon>
<filterIconColor>13</filterIconColor>
<description>BINA'S MASTER FILTER - You **MUST** select Affixes in SEVEN rules. These rules contain **ADD WANTED AFFIXES** in their description. Last updated - Feb 14 2024</description>
<lastModifiedInVersion>0.9.2.19</lastModifiedInVersion>
<lootFilterVersion>2</lootFilterVersion>
<rules>
<Rule>