File | Name | Developer | Date |
---|---|---|---|
005.zip | 005 | Sega | 1981 |
100lions.zip |
Discover gists
This file has been truncated, but you can view the full file.
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, 12:24:01 AM | |
Loaded mods: | |
Prepatcher(zetrith.prepatcher): 0DataAssembly(1.0.0), 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) |
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
/** | |
* This script automates the process of deleting your own Instagram comments. | |
* It deletes comments in batches to avoid hitting rate limits or breaking the page. | |
* | |
* WARNING: This function directly manipulates the DOM and depends on the current HTML | |
* structure of Instagram's website to work. If Instagram implements changes to the | |
* activity page layout, structure, or functionality, this script may break or cause | |
* unexpected behavior. Use at your own risk and always review code before running it. | |
* | |
* How to use: |
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\banana-buchhaltung\banana-buchhaltung.nupkg" checksum="8F4C29E56B5706D51B28E4EE86E494FF" /> | |
<file path="C:\ProgramData\chocolatey\lib\banana-buchhaltung\banana-buchhaltung.nuspec" checksum="CBA9A8141464CF1AAFAEBA01BE054B44" /> | |
<file path="C:\ProgramData\chocolatey\lib\banana-buchhaltung\tools\chocolateyinstall.ps1" checksum="6D9615925371CBC77C218D120525A75F" /> | |
<file path="C:\ProgramData\chocolatey\lib\banana-buchhaltung\tools\chocolateyuninstall.ps1" checksum="D0647975BB48A911D7DFF9676EC47DCC" /> | |
</files> | |
</fileSnapshot> |
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
PROMPT -------------------------------------------------------------------- | |
I’m making a saas for Social Media Manager and people dealing with the choice of the best photo among hundred or thousand after a photo shoot. | |
My SaaS helps in tanking the photo from the most aesthetic to the less one. | |
It also has the feature to create an engaging caption for Instagram (you can chose your audience, the objective and tone of voice). | |
You get charged by each rank of each photo and by each caption created. | |
So now you are a persona interested in this product. I want to start a discussion with you to know more about you and your traits. | |
Let’s start by giving me an introduction of: | |
- who you are, | |
- what you do for living(give me multiple choice), | |
- what’s your age range, |
- low poly modeling https://www.blockbench.net/
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: cd6d634d-d2f4-48ba-833d-9067264b0a55 | |
-- Server started: February 06, 2025 08:43 PM UTC | Server uptime: 2110 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
<!DOCTYPE html> | |
<html lang="pt"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Tela Interativa</title> | |
<style> | |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap'); | |
* { |
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
<text> | |
CONTENT | |
</text> | |
You're the best content writer in the world. Describe each section of the provided article text within the <text> tags in full detail, including explaining any formulas, algorithms, or key concepts covered in each section. | |
First, carefully read through the entire <text> tags. Think step by step and write out a brief outline of the key sections you identified in the <scratchpad> tags. | |
Then, go through each section one by one and write a detailed description of that section inside <section> tags. Follow the format provided below: | |
<format> → Section summary → Key terms and concepts → Formula and algorithm explanations → Relationship to previous sections → Assumptions, constraints, limitations, and implications </format> |
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="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>weather</title> | |
<style> | |
body{ | |
background-color: aliceblue; |