Skip to content

Instantly share code, notes, and snippets.

View hwpplayer1's full-sized avatar
🇹🇷
I want to lead to The Free Software Movement

Mert Gör 🇹🇷 hwpplayer1

🇹🇷
I want to lead to The Free Software Movement
View GitHub Profile
bam güm leyla sen yokmusun sen var ya
gecelere esir
bir mısraya zahir
ısrarla haykırıyorum
ben seninle leyla
seninle zahir
gecelere esir
ve bir sesine mahir
yollar uzun yollar çok
/**
* Integer to Cardinal converter (unsigned)
*
* Copyright (C) 2021 Ayan Shafqat <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
@hwpplayer1
hwpplayer1 / haar.c
Created July 3, 2025 21:44 — forked from ashafq/haar.c
Haar Wavelet Transform, In-place
/**
* Copyright (c) 2025 Ayan Shafqat <ayan@shafq.at>
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
@hwpplayer1
hwpplayer1 / resources.md
Created July 31, 2024 23:11 — forked from av-gantimurov/resources.md
List of resources for malware analysts
@hwpplayer1
hwpplayer1 / temp.sh
Created June 23, 2024 12:45 — forked from ZiTAL/temp.sh
gnu/linux bash: temp of cpu/gpu/hdd
#!/bin/bash
CPU_NAME=`awk -F: '/model name/ { gsub(/^ */, "", $2); print $2 }' /proc/cpuinfo | head -1`
CPU_01=`sensors | grep -E "Tctl:\s+\+[0-9]+\.[0-9]+" | awk '{print $2}' | grep -oP '[0-9]+\.[0-9]+'`
CPU_02=`sensors | grep -E "Tccd1:\s+\+[0-9]+\.[0-9]+" | awk '{print $2}' | grep -oP '[0-9]+\.[0-9]+'`
GPU_NAME=`/usr/bin/nvidia-smi | grep -E 'NVIDIA\s' | awk '{print $3, $4, $5, $6}'`
GPU_01=`/usr/bin/nvidia-smi | grep -E '[0-9]+C' | awk '{print $3}' | grep -oP '[0-9]+'`
HDD01_01=`sensors | head -n 10 | tail -n 1 | grep -oP '\+[0-9]+\.[0-9]+' | head -n 1 | grep -oP '[0-9]+\.[0-9]+'`
HDD01_02=`sensors | head -n 11 | tail -n 1 | grep -oP '\+[0-9]+\.[0-9]+' | head -n 1 | grep -oP '[0-9]+\.[0-9]+'`
@hwpplayer1
hwpplayer1 / compiling_asm.md
Created January 10, 2024 18:40 — forked from yellowbyte/compiling_asm.md
how to assemble assembly with NASM assembler to 32-bit or 64-bit ELF binary with or without libc

32-bit ELF binary

how to assemble and link:

nasm -f elf32 -o <filename>.o <filename>.asm
ld -m elf_i386 -o <filename> <filename>.o

template code (hello world):

section .text
global _start
1. Download latest apktool version.
2. Download the batch file and aapt.exe.
3. Create a folder anywhere in the PC and put all the apktool.jar, aapt.exe and the batch script in that folder.
4. Open command prompt.
5. Navigate to the folder where you placed apktool.jar, batch script and the aapt.exe.
6. Now, you need to install the file using the " IF " command.
7. Type the following command.
apktool if name-of-the-app.apk
@hwpplayer1
hwpplayer1 / .gitignore
Created December 3, 2023 11:03 — forked from Yousha/.gitignore
.gitignore for PHP developers.
##### Windows
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
@hwpplayer1
hwpplayer1 / libera music community.md
Created October 1, 2023 08:14 — forked from xybre/libera music community.md
Libera.chat's Music Community

The Libera Music Community

There has always been a massive overlap between those who listen to, make, or play music and the free open source community.

Some use technology by necessity to compose, record, and distribute music. Others use technology itself as the instrument from hardware synthesizers to software DAWs.

No matter if you're curious about guitar tabs or want to gush about the latest softsynth, there is a place for you on IRC.

Serving the Libera community since 2021!