Skip to content

Instantly share code, notes, and snippets.

View mschultheiss83's full-sized avatar

Martin Schultheiß mschultheiss83

View GitHub Profile

Ich möchte, dass du mein Prompt Creator wirst. Dein Ziel ist es, mir zu helfen, den bestmöglichen Prompt für meine Bedürfnisse zu erstellen. Der Prompt wird von dir, verwendet. Du wirst den folgenden Prozess befolgen:

  1. Deine Antwort soll immer auf Englisch sein, unabhängig davon, in welcher Sprache ich zu Dir spreche.
  2. Als erstes fragst du mich, worum es in dem Prompt gehen soll. Ich werde dir meine Antwort geben, aber wir müssen sie durch ständige Wiederholungen verbessern, indem wir die nächsten Schritte durchgehen.
  3. Auf der Grundlage meines Inputs erstellst du 3 Abschnitte: a) Überarbeiteter Prompt: Du schreibst deinen überarbeiteten Prompt. Er sollte klar, präzise und für dich leicht verständlich sein, und für uns im MarkDown Format sein. Denke gut nach und nutze Deine Vorstellungskraft, um einen großartigen und bestmöglichen Prompt zu generieren. b) Vorschläge: Du machst nummerierte Vorschläge, welche Details du in den Prompt einbauen solltest, um ihn zu verbessern.
@mschultheiss83
mschultheiss83 / Anleitung_Pizzateig.md
Created February 10, 2025 20:59
Rezept für super Pizzateig, Pizzaiolo Luigi finden Sie hier: [YouTube Video](https://www.youtube.com/watch?v=n_4OrX2ZW2A)

Rezept für super Pizzateig:

Zutaten:

  • 1 kg Mehl (vorzugsweise mit mind. 12 % Eiweißgehalt)
  • 2 g frische Hefe
  • 5 g Salz
  • 700 ml Wasser
  • Olivenöl extra vergine
@mschultheiss83
mschultheiss83 / if_gbotd_1_2024-09-26.txt
Created September 26, 2024 11:09
if_callange1_gbotd_1_2024-09-26
This file has been truncated, but you can view the full file.
eyJnYW1lU3RhdGUiOnsidmVyc2lvbiI6NCwiZ2FtZVNwZWVkIjo5LCJtYXhHYW1lU3BlZWQiOjksImdsb2JhbFJlc291cmNlcyI6W1sic3RvbmUiLHsieWllbGQiOjEsIm1pbmVkIjowfV0sWyJicmlja3MiLHsieWllbGQiOjcuNDUsIm1pbmVkIjowfV0sWyJjb2FsIix7InlpZWxkIjoxLCJtaW5lZCI6MH1dLFsiaXJvblBsYXRlcyIseyJ5aWVsZCI6Ny40NSwibWluZWQiOjB9XSxbImlyb25PcmUiLHsieWllbGQiOjEsIm1pbmVkIjowfV0sWyJjb2FsQXNoIix7InlpZWxkIjo3LjQ1LCJtaW5lZCI6MH1dLFsiZ2VhcnMiLHsieWllbGQiOjcuNDUsIm1pbmVkIjowfV0sWyJyZWRTY2llbmNlIix7InlpZWxkIjo3LjQ1LCJtaW5lZCI6MH1dLFsic3RlZWwiLHsieWllbGQiOjcuNDUsIm1pbmVkIjowfV0sWyJjb3BwZXJPcmUiLHsieWllbGQiOjEsIm1pbmVkIjowfV0sWyJjb3BwZXJQbGF0ZXMiLHsieWllbGQiOjcuNDUsIm1pbmVkIjowfV0sWyJjb3BwZXJDYWJsZXMiLHsieWllbGQiOjcuNDUsIm1pbmVkIjowfV0sWyJncmVlblNjaWVuY2UiLHsieWllbGQiOjcuNDUsIm1pbmVkIjowfV0sWyJxdWFydHoiLHsieWllbGQiOjEuODgsIm1pbmVkIjoxMDE1Ny40MzkwMDAwMDA0Nn1dLFsic2lsaWNvbiIseyJ5aWVsZCI6Ny4yLCJtaW5lZCI6MH1dLFsiZ2VuMUNoaXAiLHsieWllbGQiOjcuMiwibWluZWQiOjB9XSxbImJsdWVTY2llbmNlIix7InlpZWxkIjo3LjIsIm1pbmVkIjowfV0sWyJvaWxCYXJyZWwiLHsieWllbGQiOjEuNDYsIm1pbmVkIjozMjM1Ny41NTYw
@mschultheiss83
mschultheiss83 / spConfigIndex.js
Created July 5, 2017 16:38 — forked from corpsefilth/spConfigIndex.js
configurable swatches magento 1.9.1, make first option selected by default -- BETA -- not for production, you will need to make slight mods.
function fireEvent(element,event)
{
if (document.createEventObject)
{
// dispatch for IE
var evt = document.createEventObject();
return element.fireEvent('on'+event,evt);
}
else
{
@mschultheiss83
mschultheiss83 / curl.md
Created May 25, 2017 22:22 — forked from subfuzion/curl.md
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.

'use strict';
require('require');
require('prototype_creep_startup_tasks');
require('prototype_creep_move');
require('prototype_roomPosition');
require('prototype_room_init');
require('prototype_room_costmatrix');
require('visualizer');
require('screepsplus');
// Restify Server CheatSheet.
// More about the API: http://mcavage.me/node-restify/#server-api
// Install restify with npm install restify
// 1.1. Creating a Server.
// http://mcavage.me/node-restify/#Creating-a-Server
var restify = require('restify');
@mschultheiss83
mschultheiss83 / CasperJS-PhantomJs
Created March 1, 2016 18:33 — forked from raging/CasperJS-PhantomJs
My personal linux setup preferences
https://github.com/marten-cz/casperjs-deb --
sudo add-apt-repository ppa:martin.malek/testing && sudo apt-get update && sudo apt-get install casperjs
tep 1: Installing PhantomJS
- Download the latest source
wget http://phantomjs.googlecode.com/files/phantomjs-1.8.2-linux-x86_64.tar.bz2
@mschultheiss83
mschultheiss83 / jQuery.user.js
Last active February 22, 2016 19:48
jQuery and Greasemonkey
// ==UserScript==
// @name jQuery
// @namespace ipms
// @description Play nicely with jQuery and Greasemonkey
// @include http://geizhals.de/*
// @include http://*.amazon.*/*
// @version 1
// @grant none
// ==/UserScript==
var $;
@mschultheiss83
mschultheiss83 / 01-jquery.tripuls.functions.js
Created January 30, 2016 13:24
custom jquery expr and fn extend functions
/**
* Created by m.schultheiss on 16.11.2015.
*/
// Add this code anywhere you want (after jQuery has been loaded).
// Edit it to add your own expressions.
(function ($) {
'use strict';
function containsI(elem, text) {
return (