This is a cache of https://github.com/hahahahasan. It is a snapshot of the page as it appeared on 2025-08-14T08:03:29.080+0200.
hahahahasan (entity_303) · GitHub
Skip to content
View hahahahasan's full-sized avatar
🏠
the hobby owner
🏠
the hobby owner

Block or report hahahahasan

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. windows 93's sys42 windows 93's sys42
    1
    String.prototype.trim||(String.prototype.trim=function(){
    2
    return this.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}
    3
    ),Date.now=Date.now||function(){
    4
    return+new Date}
    5
    ,function(){
  2. 900 cmd opened 900 cmd opened
    1
    import os
    2
    import random
    3
    import time
    4
    
                  
    5
    # Terminalde anlamsız mesajlar
  3. although it is a very special code, ... although it is a very special code, I put it here.
    1
    <rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    2
    <channel>
    3
    <atom:link href="http://www.windows93.net/rss/" rel="self" type="application/rss+xml"/>
    4
    <title>windows93</title>
    5
    <link>http://www.windows93.net/</link>
  4. this is c++ snake game. enjoy the game. this is c++ snake game. enjoy the game.
    1
    #include <iostream>
    2
    #include <conio.h> // For _kbhit() and _getch() on Windows. For linux, use ncurses or termios.
    3
    #include <windows.h> // For Sleep()
    4
    
                  
    5
    using namespace std;
  5. bs-assets bs-assets Public

    A small collection of Brawl Stars items from Fan Kit.

  6. impossible maze in python. if you so... impossible maze in python. if you solve this maze, you win 1 million dollars. please download this file.
    1
    import tkinter as tk
    2
    import random
    3
    
                  
    4
    # Harita boyutları
    5
    WIDTH, HEIGHT = 1000, 600