Skip to content
View iljapolanskis's full-sized avatar
🖥️
<doge>Very Computer</doge>
🖥️
<doge>Very Computer</doge>
Block or Report

Block or report iljapolanskis

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
iljapolanskis/README.md

print('Hello World!')

This is my GitHub page. There are many like it, but this one is mine.

#!/bin/bash
if [[ -f I_LOVE_PROGRAMMING.txt ]]; then
  echo 'Never stop learning!'
else
  echo 'Hope it will never come to that'
fi

Where is a list[] of $things I love to explore()

{
    'projectEuler': true,
    'picoCTF{tru3_lov3}': true,
    'pythonChallenge': true,
    'adventOfCode': true,
    'sleepAt($desktop)': false
}

And more...

package main

import "fmt"

func main() {
    myOtherInterests := []string{}

    myOtherInterests = append(myOtherInterests, "Computer Science", "Martial Arts", "Gaming", "Anime")

    fmt.Println(myOtherInterests)
}

Popular repositories Loading

  1. iljapolanskis iljapolanskis Public

    Config files for my GitHub profile.

  2. kiwi-script kiwi-script Public

    Primitive programming language (Lexer + Parser + AST)

    TypeScript

  3. mvc_php mvc_php Public

    PHP MVC From Scratch

    PHP

  4. captain-php captain-php Public

    My personal web page

    PHP

  5. dotfiles dotfiles Public

  6. ddev-buggregator ddev-buggregator Public

    Buggregator service for DDEV (similar to Ray, but free)

    Shell