Skip to content
View KirillAldashkin's full-sized avatar
Block or Report

Block or report KirillAldashkin

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
KirillAldashkin/README.md
Как-то криво тут всё, надо будет доделать

🦊 Приветствую 🦊

Обычный школьник из России, программист-самоучка.

Проекты:

KiDev.Baikal - библиотека для краткого описания .NET проектов:
#r "nuget: KiDev.Baikal"
open KiDev.Baikal
Solution(__SOURCE_DIRECTORY__)
  |> AddProject(FS()
    |> OutputType Exe
    |> Compile [ Include "Program.fs" ])
  |> run

KiDev.FindViewByIdCodegen - удобный кодогенератор для автоматической привязки элементов в Android Activity:
[SetView(Layout.activity_main)]
public partial class MainActivity : Activity
{
    [FindById(Id.in_elem)] EditText textInput;
    [FindById(Id.out_elem)] TextView textOutput;
    // Метод OnCreate(Bundle) сгенерируется автоматически и привяжет 
    // всё необходимое, после чего будет вызван метод AfterOnCreate() 
    void AfterOnCreate() => textInput.TextChanged += (_, _) => textOutput.Text = textOutput.Text;
}

Popular repositories

  1. MindustryKotlinModTemplate MindustryKotlinModTemplate Public template

    My template for Mindustry

    Kotlin 3

  2. OSExperiments OSExperiments Public

    Мои изыскания в Ассемблере и Си.

    C 2

  3. KiDev.Baikal KiDev.Baikal Public

    Use short F# scripts to define .NET projects and solutions!

    F# 2

  4. KiDev.DataStructures KiDev.DataStructures Public

    C# 1 1

  5. rpi-rgb-led-matrix rpi-rgb-led-matrix Public

    Forked from hzeller/rpi-rgb-led-matrix

    Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO

    C++ 1

  6. ElectricalAge-ArduinoLibrary ElectricalAge-ArduinoLibrary Public

    A library for Arduino that allows it to communicate with the ElectricalAge mod.

    C++