Giter Site home page Giter Site logo

๐‡๐ข ๐ˆ ๐š๐ฆ ๐‰๐š๐ฌ๐จ๐ง.๐ฃ๐ฌ๐จ๐ง! :)

๐ˆ ๐ค๐ง๐จ๐ฐ:

  • ๐‰๐š๐ฏ๐š ๐’๐œ๐ซ๐ข๐ฉ๐ญ ๐š๐ง๐ ๐“๐ฒ๐ฉ๐ž๐’๐œ๐ซ๐ข๐ฉ๐ญ
  • ๐๐ฒ๐ญ๐ก๐จ๐ง
  • ๐‡๐“๐Œ๐‹
  • ๐๐‡๐
  • ๐‚๐’๐’
  • ๐‚#
  • ๐€๐ง๐ ๐š ๐ฅ๐ข๐ญ๐ญ๐ฅ๐ž ๐›๐ข๐ญ ๐จ๐Ÿ ๐‚ ๐š๐ง๐ ๐‚++

๐€๐ฅ๐ฌ๐จ ๐ˆ ๐š๐ฆ ๐ญ๐ซ๐ฒ๐ข๐ง๐  ๐ญ๐จ ๐ฆ๐š๐ฌ๐ญ๐ž๐ซ ๐๐ฅ๐š๐ณ๐จ๐ซ ๐š๐ง๐ ๐‘๐ž๐š๐œ๐ญ.

Iknow

  • Master Blazor Skills.
  • Learn TypeScript
  • Learn Ract

(ใฃโ—”โ—กโ—”)ใฃ โ™ฅ Also I love using TypeScript insted of JavaScript ๐Ÿ’ž โ™ฅ

GOD BLESS YOU MICROSOFT! ๐Ÿค—

"Hello World!" in all languages i know.

Python

def main():
 print('Hello world!')

if __name__ == '__main__':
 main()

C++

#include<iostream>

int main() {
 std::cout<< "Hello World!";
 return 0;
}

C

#include <stdio.h>

int main() {
    printf("Hello World");

    return 0;
}

TypeScript & JavaScript

 console.log('Hello world!');

C#

using System;

static void Main(string[] args) {
 Console.WriteLine("Hello World!");
}

PHP

<?php
 function Main() {
  echo "<h1>Hello World!</h1>";
 }
 Main();
?>

Jason.json's Projects

easyenviron icon easyenviron

EasyEnviron is a Python library that simplifies access to special system folders, such as the user's desktop or application data directory. It provides an easy and cross-platform way to retrieve platform-specific paths and environment variables, making it convenient for tasks that require working with system-related configurations in Python.

kraken icon kraken

New faster and better version of Kraken

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.