Skip to content

Instantly share code, notes, and snippets.

@ekavruk-lang
ekavruk-lang / Qr_topla.html
Created December 21, 2025 05:52
Qr toplayıcı
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>QR Kod Toplayıcı</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jsQR/1.4.0/jsQR.min.js"></script>
<style>
body { font-family: Arial, sans-serif; text-align: center; }
video { width: 100%; max-width: 400px; }
{
"id": "73c70be9-1db4-42bf-851d-072cf9ff38b2",
"revision": 0,
"last_node_id": 27,
"last_link_id": 38,
"nodes": [
{
"id": 18,
"type": "CLIPLoader",
"pos": [117.538066770911, 358.230298682797],
@wtw24
wtw24 / docker_rus.md
Last active December 21, 2025 05:55
Шпаргалка с командами Docker

Шпаргалка с командами Docker

1552317264965 1552317537397 1552317711879

1552318467562 1552318531067 1552318577900 1552318614839

import pandas as pd
import seaborn as sns
# Load the dataset from Seaborn
diamonds = sns.load_dataset("diamonds")
# Create a Pandas DataFrame
df = pd.DataFrame(diamonds)
# Save the DataFrame directly as a Parquet file
@ultrafunkamsterdam
ultrafunkamsterdam / breakpoint.py
Created August 27, 2024 09:47
Python breakpoint using Ipython debugger
# this makes debugging such a breeze with autocomplete available and such.
# requires ipython to be installed of course : pip install IPython
def breakpoint():
"""breakpoint() replacement, which uses IPython instead of plain pdb"""
import sys
from IPython.terminal.debugger import set_trace
set_trace(sys._getframe(1))

ACE COMBAT 7 DLC コレクション

エースコンバット7 のDLCが複雑だったので、整理しました。 リンク先は Steam になります。

セット販売

基本的にこのセット販売を購入すれば全機種入手可能です。

@AlexRed29
AlexRed29 / GTA San Andreas Remasterizado.md
Created October 2, 2025 23:36
GTA San Andreas PC Remastered 2025
@jlia0
jlia0 / agent loop
Last active December 21, 2025 05:41
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
@sw1ndl3d
sw1ndl3d / Display_openvpn_IP_in_Kali_Panel.md
Last active December 21, 2025 05:39
Display openvpn IP in Kali Panel

How to get Kali to automagically display your active Openvpn connection in the panel

Do you have a Kali machine that doesn't display your IP address in the panel bar when you connect to openvpn for OSCP, Tryhackme, HTB, or any other labs? It can be annoying having to open a new tab or always trying to remember what your IP is (at least for me).

Fear not! For here is a simple fix:

  1. Check to see if you have a .sh file at this location: ls -la /usr/share/kali-themes/xfce4-panel-genmon-vpnip.sh

  2. If you do, read on, if not click -> if you do not

@a-c-m
a-c-m / reflection.md
Last active December 21, 2025 05:35
reflection.md - a way to have claude-code self improve its context.

You are an expert in prompt engineering, specializing in optimizing AI code assistant instructions. Your task is to analyze and improve the instructions for Claude Code. Follow these steps carefully:

  1. Analysis Phase: Review the chat history in your context window.

Then, examine the current Claude instructions, commands and config <claude_instructions> /CLAUDE.md /.claude/commands/*