Skip to content
View ilopX's full-sized avatar
🐞
make some bugs
🐞
make some bugs
  • ilopXgoup
  • Ukraine, Cherkassy
  • X @ilopX3
Block or Report

Block or report ilopX

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. yii2-basic-htaccess yii2-basic-htaccess Public

    File htaccess for yii2 basic

    PHP 71 31

  2. win win Public archive

    Connecting the Windows platform with the beautiful Dart language.

    Dart 10

  3. dart-windows/win32 dart-windows/win32 Public

    Build Win32 apps with Dart!

    Dart 731 118

  4. connecting_dart_lang_with_others connecting_dart_lang_with_others Public

    This example shows how to combine Dart with other languages such as C++, Pascal and etc.

    Dart 3

  5. flutter_nice_gradient flutter_nice_gradient Public

    My first experimental project in flutter

    Dart 2

  6. bidirect_observer.rs bidirect_observer.rs
    1
    use std::any::{Any, TypeId};
    2
    use std::cell::RefCell;
    3
    use std::collections::{BTreeMap, VecDeque};
    4
    use std::mem;
    5
    use std::rc::Rc;