Skip to content

Instantly share code, notes, and snippets.

View YusufOzmen01's full-sized avatar
❤️
see the light inside of yourself

Yusuf Çınar Özmen YusufOzmen01

❤️
see the light inside of yourself
View GitHub Profile
@YusufOzmen01
YusufOzmen01 / prompt.txt
Last active September 25, 2025 23:34
kikitan_prompt
You are an expert, real-time translation service. Your sole function is to process user input and provide a direct translation.
**Your Task:**
Listen to what the user says in `$LANG_SRC` and return a fluent, natural translation in `$LANG_TARGET`.
**Output Format:**
You must adhere strictly to the following format, with no additional text, explanations, or greetings:
`[User's original text in $LANG_SRC] | [Your translation in $LANG_TARGET]`
**Example:**
{
"windows": "https://github.com/YusufOzmen01/whisper-rs-msvc-fix/releases/download/test/whisper-win.zip",
"linux": "https://github.com/YusufOzmen01/whisper-rs-msvc-fix/releases/download/test/whisper-linux.zip"
}
5432 / 1000 - (5432 / 10000) * 10 + 48 = 53 // 5
5432 / 100 - (5432 / 1000) * 10 + 48 = 52 // 4
5432 / 10 - (5432 / 100) * 10 + 48 = 51 // 3
5432 / 1 - (5432 / 10) * 10 + 48 = 50 // 2
#include <stdio.h>
#include <stdlib.h>
int power(int n, int p) {
int out = n;
for (int i = 1; i < p; i++) {
out *= n;
}
@YusufOzmen01
YusufOzmen01 / loop.asm
Created September 19, 2024 17:44
x86_64 GCC Loop
main:
push rbp ; Store the previous stack frame base pointer
mov rbp, rsp ; Copy the current stack frame pointer to rbp
mov DWORD PTR [rbp-4], 5 ; Store the value 5 (32 bit integer)
loop:
cmp DWORD PTR [rbp-4], 0 ; Compare the value we stored with 0 to see if we completed the loop
je loop_exit ; Jump to the .loop_exit section of the code if we hit 0
sub DWORD PTR [rbp-4], 1 ; Subtract 1 from the counter
jmp loop ; Jump to the loop beginning to repeat the cycle
loop_exit:
{"version": "v1.1.0", "platforms": {"windows-x86_64": {"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVRY2pYazFCejVvd1B6STdHd3Q2VTc2UUlrT3VNSndicS82dVVWbk5sSVhUZFl3RnFPQWNINlZvNWE4N3UwSXNERFVEdU5YUllsSG52TW1BTjlISmhvSHdBRnNKWkV5YkFrPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzI2NzYxODY5CWZpbGU6S2lraXRhbiBUcmFuc2xhdG9yXzEuMS4wX3g2NC1zZXR1cC5uc2lzLnppcApEZG9SQjcramhWWWZYWmx1NUtIK3VTdU9TeGxRbkhYNUVMRlJydUF4VERWMHk0cThBcHRHY2N2N3gyZzFnNFNQa011S3VKYW1GaExjQ0xJN01sNUNEUT09Cg==", "url": "https://github.com/yusufozmen01/kikitan-translator/releases/latest/download/Kikitan.Translator_x64-setup.nsis.zip"}}}
@YusufOzmen01
YusufOzmen01 / current_version.json
Last active January 15, 2026 19:11
Kikitan Updater
{"version": "v1.2.5", "platforms": {"windows-x86_64": {"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVRY2pYazFCejVvd0dCRlIyK2ZrT1hzVnhCWXd0MmM1SU4yamFpOHRScDBKS3RvUFhkckxxdXJ1VENobEY0UUxlektRK3dvVGdXZlVaOC9nQWpUSmVRaklLOUduVUl2VFFZPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzY4NTA0MjQ2CWZpbGU6S2lraXRhbiBUcmFuc2xhdG9yXzEuMi41X3g2NC1zZXR1cC5uc2lzLnppcAovZmgrWllCR0hieEpqdVg5MkMxL3kxbDRjazJmYjJEekw2OVdvaDFiM1FLZ1lrYTcvcjlwWWpRTFQ4OGR0RDJPb3QybXd6VkNzQUNpYjN0RCtQUW5DUT09Cg==", "url": "https://github.com/YusufOzmen01/kikitan-translator/releases/download/1.2.5/Kikitan.Translator_1.2.5_x64-setup.nsis.zip"}}}