Skip to content
View i-asimkhan's full-sized avatar
💹
Let's connect ...
💹
Let's connect ...
Block or Report

Block or report i-asimkhan

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

Pinned

  1. Solidity Inheritance Solidity Inheritance
    1
    pragma solidity >=0.5.0 <0.6.0;
    2
    
                  
    3
    contract ZombieFactory {
    4
    
                  
    5
        event NewZombie(uint zombieId, string name, uint dna);
  2. Stack and Heap in #Rust Stack and Heap in #Rust
    1
    mod stack_heap_example;
    2
    use crate::stack_heap_example::stack_and_heap;
    3
    
                  
    4
    #[allow(dead_code)]
    5
    #[allow(unused_variables)]
  3. Securrency-OSS/mirai Securrency-OSS/mirai Public

    Mirai is a Server-Driven UI (SDUI) library for Flutter. Mirai allows you to build beautiful cross-platform applications with JSON in real time.

    Dart 484 58

  4. flutter_theme_extension flutter_theme_extension Public

    Mastering UI Theming and Styling in a Flash with Theme Extensions

    Dart 9 3

  5. google-project-managment-specialization google-project-managment-specialization Public

    This repository lists the material of project managment courses of Google Project Managment Specialization.

    3 5

  6. useful-smart-contracts useful-smart-contracts Public

    The repository lists and explains useful smart contracts in #solidity #programming language.

    Solidity