Skip to content
View Thruqe's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Abuja

Organizations

@ThruqeLabs

Block or report Thruqe

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Thruqe/README.md

Hand coding illustration

Hey, I'm Thruqe. I'm a student building software and contributing to open-source projects.

package main

import "fmt"

func main() {
	var s []rune
	for _, b := range []uint32{0x756854, 0x657172, 0x20, 0xE9, 0x20, 0x6D75, 0x20, 0x6F7270, 0x617267, 0x6F64616D, 0x72} {
		for v := b; v > 0; v >>= 8 {
			s = append(s, rune(v&0xFF))
		}
	}
	fmt.Println(string(s))
}

I build critical microservices and end-user products.

I love web scraping & reverse engineering.

If you are looking for someone to help you fix a problem or develop a solution that works, do not hesitate to contact me at thruqe@outlook.com

Pinned Loading

  1. ThruqeLabs/whatsrook ThruqeLabs/whatsrook Public

    An automated WhatsApp client with built-in utilities for managing chats, scheduling, and automation.

    Go 7 10