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
@Test | |
@Disabled("Only run explicitly in IDE") | |
void write() throws URISyntaxException, IOException { | |
Path path = Paths.get("D:\\Programming\\Github\\_Small\\JavaExcelParser\\src\\main\\resources", "out.txt"); | |
Files.writeString(path, "DUPA"+ LocalDate.now(), StandardCharsets.UTF_8, StandardOpenOption.CREATE, StandardOpenOption.TRUNCATE_EXISTING); | |
} |
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": "Vetroduisky", | |
"symbol": "VTR", | |
"uri": "https://your-json-uri.com/token.json", | |
"seller_fee_basis_points": 0, | |
"creators": null | |
} |
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 Saturday, February 8, 2025, 1:37:15 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) | |
Better Log - Fix your errors(bs.betterlog): 0PrepatcherAPI(1.2.0), 1Fishery(av:0.6.1,fv:0.5.1.2), BetterLog(1.1.0), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210) | |
Performance Fish(bs.performance): PerformanceFish(0.6.2) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (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
import torch | |
import torch.nn as nn | |
import matplotlib.pyplot as plt | |
# Encoder Model | |
class Encoder(nn.Module): | |
def __init__(self): | |
super(Encoder, self).__init__() | |
self.fc1 = nn.Linear(784, 400) | |
self.mu = nn.Linear(400, 20) # Mean (μ) |
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
-- AH POST-SERVER LOGS -- | |
-- ServerID: 7e5d4a6f-a074-4fb6-a208-1f478ff27d6d | |
-- Server started: February 07, 2025 10:31 PM UTC | Server uptime: 329 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
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
============== | |
JOB PERFORMERS | |
============== | |
As an expert in Customer Research, User Experience, and Jobs to Be Done, your task is to discover the Job Performers in a given field using the JTBD customer research methodology. | |
Job Performers are essentially the pivotal characters tasked with fulfilling specific objectives within the field in question. | |
### Instructions: |
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
'a dildo' 'a pack of rabid, wild dildos' 'their erection' 'an angry German' 'A Skibidi toilet' 'a Shrek toilet' 'A crack head' 'A Prostitute' 'Ninjas' 'Fireworks' 'A pack of zombified moose' 'Propane' 'Skeet' 'A Zapper Light Gun' 'Propane accessories' 'A black hole' 'A binary star system' 'A Hulk smash' 'A leg bludgeoning' 'A fleshlight' 'A filled fleshlight' 'Dr Pi being a bad cop in GTAV' 'Donald Trump\'s Bad Hair' 'A mad cow, not one with the disease though, just a really pissed off cow' 'A gas can explosion' 'A flock of emotionally irregulated penguins' 'A confused Roomba' 'A chainsaw with self awareness' 'A haunted spatula' 'A 69420' 'A Trident' 'A Pocket knife' 'A Machete' 'A Sharp pencil' 'A Dull pencil' 'A Bukkake' 'True love' 'Booty cheeks' 'A broom' 'Gang signs' 'Anime moves' 'A hawk tuah' 'The pride festival' 'Suffocation from a plastic bag' 'The bible like a spell book' 'A lawn flamingo with questionable intentions' 'The world\'s most aggressive bidet' 'An obsessive inflatable banana' 'An overly e |
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
from tensorflow.keras.models import Sequential | |
from tensorflow.keras.layers import Dense, Flatten | |
from tensorflow.keras.datasets import mnist | |
from tensorflow.keras.utils import to_categorical | |
import numpy as np | |
# Load and preprocess the MNIST dataset | |
(x_train, y_train), (x_test, y_test) = mnist.load_data() | |
x_train = x_train.reshape(-1, 28*28).astype('float32') / 255 # Flattening images | |
x_test = x_test.reshape(-1, 28*28).astype('float32') / 255 |
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 Friday, February 7, 2025, 11:33:14 PM | |
Loaded mods: | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies) | |
Vanilla Expanded Framework(OskarPotocki.VanillaFactionsExpanded.Core): 0ModSettingsFramework(1.0.0), 0MultiplayerAPI(av:0.3.0,fv:0.3.0), 0PrepatcherAPI(1.1.1), ExplosiveTrailsEffect(1.0.7140.31563), GraphicCustomization(1.0.0), HeavyWeapons(1.0.0), KCSG(av:1.1.2,fv:25.2.3), MVCF(2.0.0.1), NoCamShakeExplosions(1.0.0), OPToxic(1.0.0), Outposts(av:3.0.0,fv:1.0.0), PipeSystem(av:1.0.1,fv:22.7.29), RecipeInheritance(1.0.1), RRO(1.0.0), SmokingGun(1.0.0), VanillaStorytellersExpanded(1.0.0), VanillaWeaponsExpandedLaser(0.0.0), VFECore(av:1.1.7,fv:1.1.9), VWEMakeshift(1.0.0) | |
Vanilla Factions Expanded - Settlers(OskarPotocki.VanillaFactionsExpa |