Skip to content
View IParzivalDev's full-sized avatar
đź’»
Programando
đź’»
Programando

Block or report IParzivalDev

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

Welcome to my GitHub page

Hello! Welcome to my GitHub page, I'm Parzival, I have experience in various areas of development and programming!

HTML/CSS

<html>
  <head>
    <title>My Web Page</title>
  </head>
  <body>
    <h1>Level: 90%</h1>
  </body>
  <style>
    h1{
      color:red;
    }
  </style>
</html>

JAVASCRIPT

const myFunction = function() => {
  console.log("Level: 70%")
}

myFunction()

PYTHON

def my_function():
  print("Level: 87%")

my_function()

C++

#include <iostream>

using namespace std;

int main() {
  cout << "Level: 40%" << endl;
  return 0;
}

JAVA

public class Main {
  public static void main(String[] args) {
    System.out.print("Level: 40%");
  }
}

BATCH

@echo off
echo Level: 40%

LINUX

┌──(iparzivaldev㉿IParzivalDev)-[~]  
└─$ sudo apt-get update

┌──(iparzivaldev㉿IParzivalDev)-[~]  
└─$ sudo apt-get upgrade

┌──(iparzivaldev㉿IParzivalDev)-[~]  
└─$ sudo apt install mypackage

┌──(iparzivaldev㉿IParzivalDev)-[~]  
└─$ mypackage

Level: 80%

RUST

fn main(){
  println!("Level: 45%")
}

GOLANG

package main

import "fmt"

func main(){
  fmt.Println("Level: 34%")
}

AND MUCH MORE

If you want to hire me you can contact me through my Discord: @parzival.dev Or through my website: iparzivaldev.github.io/IParzivalDev/

Pinned Loading

  1. Minecraft-Skin-Checker Minecraft-Skin-Checker Public

    Verify that a minecraft skin in image format is valid.

    Python

  2. CraftingTable CraftingTable Public

    A simple Minecraft Crafting Table made in Python.

    Python

  3. IParzivalDev IParzivalDev Public

    Hi!

    HTML 1