In the OCG, Core Booster box has 30 packs, each pack has 5 cards:
Discover gists
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
header | |
div | |
h1 YEN | |
span 's Portfolio | |
nav.menu | |
a#about 關於我 | |
a#portfolio 作品集 | |
a#connect 聯絡我 | |
main#home.on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Name: [Ali McDowell] | |
Date: [04/21/2025] | |
Course Number: [CSC-113-D02] | |
Course Name: [Intro to Python Programming] | |
Problem Number: [Data Statistics] | |
Email: [aamcdowell2401@student.stcc.edu] | |
Problem Description: This is a program that allows the user to choose a file from an online directory using a "url", This tells the user the mean, median, maximum value, minimum value. | |
''' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Log uploaded on Tuesday, April 22, 2025, 11:48:54 AM | |
Loaded mods: | |
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0) | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Fishery - Modding Library(bs.fishery): 0PrepatcherAPI(1.2.0), 1Fishery(0.6.1), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Performance Fish(bs.performance): PerformanceFish(0.6.2) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"interactionModel": { | |
"languageModel": { | |
"invocationName": "duelo mental", | |
"intents": [ | |
{ | |
"name": "AMAZON.CancelIntent", | |
"samples": [] | |
}, | |
{ |
Disclaimer: This has the potential to destroy all the data on your drive. Make sure you have adequate (and verified working) backups before you proceed. You have been warned!
That being said this should leave all of your data untouched.
I have a mid-2012 15” non-Retina Mac book pro with a 1TB hard drive. I decided that I wanted to make my system faster by replacing the hard drive with an ssd and while I was at it I decided I also wanted to have Windows and Ubuntu partitions. Doing it this way meant that I had no data on the SSD while I experimented with partitions and boot managers although everything I did should be possible on a drive with an existing system.
- Multiple OSs installed with the ability to add more
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="pt-BR"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Meu Cronograma AoT</title> | |
<link rel="stylesheet" href="styles.css" /> | |
</head> | |
<body> | |
<div class="container"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\poshwith\posh-with.zip.txt" checksum="07B587AAB104F83CD453C23BD8E831C5" /> | |
<file path="C:\ProgramData\chocolatey\lib\poshwith\poshwith.nupkg" checksum="C06EB975391DF5C41D5E3CEF18BB268C" /> | |
<file path="C:\ProgramData\chocolatey\lib\poshwith\poshwith.nuspec" checksum="1DCEC1187DE5B36BAE3E93C8A437BF7A" /> | |
<file path="C:\ProgramData\chocolatey\lib\poshwith\tools\.skipAutoUninstaller" checksum="D41D8CD98F00B204E9800998ECF8427E" /> | |
<file path="C:\ProgramData\chocolatey\lib\poshwith\tools\chocolateyBeforeModify.ps1" checksum="6913CCDE2AEEFBB5616AA92DEADAEC90" /> | |
<file path="C:\ProgramData\chocolatey\lib\poshwith\tools\chocolateyInstall.ps1" checksum="B3E1A7196A66B5C5F0DDAFBC571B3516" /> | |
<file path="C:\ProgramData\chocolatey\lib\poshwith\tools\chocolateyUninstall.ps1" checksum="C |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#!/bin/bash | |
for dir in */; do | |
cd "$dir" || continue | |
git_pull_output=$(git pull) | |
if [[ $git_pull_output == *"Already up to date."* ]]; then | |
echo "No updates for $dir" | |
else | |
echo "Updates available for $dir. Do you want to update the package? (yes/no)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extensions": [ | |
{ | |
"id": "10", | |
"lang": "de", | |
"source": "Wie Manga!" | |
}, | |
{ | |
"id": "100019686565354829", | |
"lang": "de", |