GithubHelp home page GithubHelp logo

gcbishal / public-api-lists Goto Github PK

View Code? Open in Web Editor NEW

This project forked from public-api-lists/public-api-lists

0.0 0.0 0.0 472 KB

A collective list of free APIs for use in software and web development ๐Ÿš€ (Clone of https://github.com/public-apis/public-apis)

Home Page: https://public-api-lists.github.io/public-api-lists/

License: MIT License

public-api-lists's Introduction

Hi there ๐Ÿ‘‹

using System; using System.Collections.Generic; using System.Globalization;

namespace Human
{
    internal class Person
    {
        const String Name = "Bishal Gharti Chhetri";
        readonly DateTime BirthDate = DateTime.ParseExact("2001/11/08", "yyyy/MM/dd", CultureInfo.InvariantCulture);
        String Passion = "Software Engineer";
        List<String> Interests = new List<string>
        {
            "Internet", "Mobile Application", "DSA", "UI/UX", "Full-stack", "Gaming", "Tech"
        };
        List<String> PrimaryLanguage = new List<String>()
        {
            "C#",
        };
        List<String> SecondaryLanguage = new List<String>()
        {
            "Java", "Python", "Dart", "JavaScript", "TypeScript"
        };
        Dictionary<String, List<String>> Technologies = new Dictionary<String, List<String>>() 
        {
            { "Mobile", new List<String>() {
                    "Flutter",
            }},
            { "Fontend", new List<String>() {
                    "HTML", "CSS", "JS",
            }},
            { "Backend", new List<String>() {
                    "Asp.net", "Django", "Django Rest", 
            }},
            { "Database", new List<String>() {
                    "Oracle SQL", "MySQL",
            }},
            { "Misc", new List<String>() {
                    "XML", "JSON",
            }},
        };
        List<String> Tools = new List<string>()
        {
            "IntelliJ IDEA", "NetBean", "PyCharm", "VS", "VS Code", "Draw.io", "Word", "Powerpoint", "Inkscape", "Figma",
        };
        List<String> Lanuage_Spoken = new List<String>()
        {
            "en_UK", "ne_NP", "hi_IN",
        };
        String AboutMe = @"""                
                Current Focus on: C# and .Net Technologies + Angular โค๏ธ
        """;
    }
}

public-api-lists's People

Contributors

abhishekori avatar albertsuarez avatar alstn2468 avatar amamenko avatar amatosg avatar amitkkhanchandani avatar aviortheking avatar benemohamed avatar cezarykluczynski avatar ciro-maciel avatar daneeskripter avatar danielschuster-muc avatar emmajperrez avatar fili avatar franqsanz avatar geokeo avatar greasezone avatar ip2location avatar jeffrand avatar johnnagro avatar jordanchristie avatar joymajumdar2001 avatar juggernauts avatar kaustubhk24 avatar kushal6070 avatar kyeondiscord avatar matithemati avatar megasware128 avatar nkilm avatar rodenacker 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.