Giter VIP home page Giter VIP logo

chips-challenge's Introduction

Luramoth_Banner

Pronouns wakatime GitHub followers Twitter Follow Twitch Status YouTube Channel Subscribers Reddit User Karma

  • 18
  • Transgender
  • game dev
  • computer hobbyist
  • open source enthusiast
  • linux user
  • proficiant graphic designer
  • Unreal engine lover

"by the niche, for everyone."


I have done programming in:

print("Lua, proficiant")
print("Python, above basic")
#include <iostream>

int main(){
  std::cout << "C++, basic, but learning pretty well\n";
  
  return 0;
}
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class GitHubBio : MonoBehaviour
{
	// Start is called before the first frame update
	void Start()
	{
 	   Print("C#, at least in unity im starting to learn a bunch");
	}
}
fn main(){
  println!("Rust, kinda basic, wish it had more (good) libraries");
}
print("GDScript, getting pretty good, loving its OOP nature")
/* Dont know how to do the equivalent of printing in CSS so take this comment insted lol,
also pretend this is styles.css */

h1 {
  font-family: 'Roboto', sans-serif;
}
<!DOCTYPE html>

<html>
  <head>
    <link rel="stylesheet" href="styles.css">

    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
      </head>
  
  <h1>Html, learning as I go to make my own website</h1>
</html>
#!/bin/bash

echo "Bash, learning as I go, not a priority"
          global    _start

          section   .text
_start:   mov       rax, 1                  ; system call for write
          mov       rdi, 1                  ; file handle 1 is stdout
          mov       rsi, message            ; address of string to output
          mov       rdx, 54                 ; number of bytes
          syscall                           ; invoke operating system to do the write
          mov       rax, 60                 ; system call for exit
          xor       rdi, rdi                ; exit code 0
          syscall                           ; invoke operating system to exit

          section   .data
message:  db        "x86_64 assembly, literally only did this just for fun", 10      ; note the newline at the end
class githubBio {
    static public function main() {
    	trace("haxe, new but i really want to learn this");
    }
}
public class Main {
	public static function main void (String[] args){
		system.out.println("Java, its pretty cool and doesent seem as bad as everyone says it is but what do i know")
	}
}

languages used:

weekly coding activity:

vibe snek

chips-challenge's People

Watchers

 avatar

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.