Skip to content

Instantly share code, notes, and snippets.

@stjordanis
stjordanis / chat-gpt-cliches.md
Created April 5, 2025 01:53 — forked from chrisgherbert/chat-gpt-cliches.md
ChatGPT Overused Words & Phrases

Chat GPT Cliches

Chat GPT has certain words and phrases that it uses way too much. Here's a rolling list of them. You can ask Chat GPT to avoid them by including custom instructions in the "Customize ChatGPT" menu.

  • A testament to
  • Akin
  • Beacon
  • Bolster
  • Bustling
  • Camaraderie
@stjordanis
stjordanis / grpo_demo.py
Created March 10, 2025 12:41 — forked from willccbb/grpo_demo.py
GRPO Llama-1B
# train_grpo.py
#
# See https://github.com/willccbb/verifiers for ongoing developments
#
import re
import torch
from datasets import load_dataset, Dataset
from transformers import AutoTokenizer, AutoModelForCausalLM
from peft import LoraConfig
from trl import GRPOConfig, GRPOTrainer
@stjordanis
stjordanis / agent loop
Created March 10, 2025 12:40 — forked from jlia0/agent loop
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@stjordanis
stjordanis / Gemfile
Created November 6, 2024 23:13 — forked from neoeno/Gemfile
Pokemon Go Slack Bot
source "https://rubygems.org"
gem "httparty"
gem "geocoder"
gem "slack-poster"
$sals1 = array("Beloved", "Darling", "Dear", "Dearest", "Fanciful", "Honey");
$sals2 = array("Chickpea", "Dear", "Duck", "Jewel", "Love", "Moppet", "Sweetheart");
$adjs = array("affectionate", "amorous", "anxious", "avid", "beautiful", "breathless", "burning", "covetous", "craving", "curious", "eager", "fervent", "fondest", "loveable", "lovesick", "loving", "passionate", "precious", "seductive", "sweet", "sympathetic", "tender", "unsatisfied", "winning", "wistful");
$nouns = array("adoration", "affection", "ambition", "appetite", "ardour", "being", "burning", "charm", "craving", "desire", "devotion", "eagerness", "enchantment", "enthusiasm", "fancy", "fellow feeling", "fervour", "fondness", "heart", "hunger", "infatuation", "little liking", "longing", "love", "lust", "passion", "rapture", "sympathy", "thirst", "wish", "yearning");
$advs = array("affectionately", "ardently", "anxiously", "beautifully", "burningly", "covetously", "curiously", "eagerly", "fervently", "fondly", "impatiently", "keenly", "lovingly"
@stjordanis
stjordanis / chain.js
Created November 6, 2024 23:10 — forked from neoeno/chain.js
Blockchain (I think?? maybe there needs to be more to be real but it's something)
const hashMaker = require("hash.js");
const hashString = string =>
hashMaker
.sha256()
.update(string)
.digest("hex");
const findBlockWithHashPrefix = (signedGenerator, prefix) => {
let nonce = 0;
@stjordanis
stjordanis / sad.c
Created November 6, 2024 23:10 — forked from neoeno/sad.c
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <time.h>
#include <stdlib.h>
const char* RESET = "\x1B[0m";
const char *COLORS[] = { "\x1B[31m", "\x1B[32m", "\x1B[33m", "\x1B[34m", "\x1B[35m", "\x1B[36m" };
int main() {
@stjordanis
stjordanis / linked_list_challenge.rb
Created November 6, 2024 23:09 — forked from neoeno/linked_list_challenge.rb
Linked List Challenge
class LinkedList
attr_reader :head
attr_accessor :tail
def self.from_ruby_list(list)
return nil if list.empty?
new(list[0], self.from_ruby_list(list[1..]))
end
def initialize(head, tail = nil)
Olivetti was the calmest broadcast of the lowliest legislature, the largest
contribution of the staunchest trout, the highest underwriting of the closest
proposal, the strongest might of the simplest comfort, the coolest triple-crown
of the greatest close, the strongest climate of the highest-paid argument, the
fastest discredit of the finest flat, the highest-paid intensity of the
worthiest charter, the hottest counseling of the fastest song, the worst
continent of the coolest yarn, the simplest oil of the hottest event, the
simplest praise of the fiercest m, the largest court of the earliest geography,
the youngest bunt of the dullest door-to-door, the smallest pressed-paper of
the simplest am, the dullest headboard of the hottest barrage, the closest

An guide how to activate Windows 11 Pro for free

Why?

Because you will get some more features like an Bitlocker and host your device as an External Desktop which can be accessed through the internet

Am i also able to switch from any other edition to Pro?

The answer is yes! You can switch from almost any edition to Pro completely for free!

Note for users with unactivated Pro edition

People which already have Pro, but not activated, can skip to this step.

Getting started

What you first need to do is open CMD (Command Prompt) as Administrator using this keyboard key: