Giter VIP home page Giter VIP logo

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/

Parzival.py's Projects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.