Skip to content

Instantly share code, notes, and snippets.

View ileasile's full-sized avatar
🌍
Working...

Ilya Muradyan ileasile

🌍
Working...
  • JetBrains
  • Berlin, Germany
  • 03:09 (UTC +02:00)
  • X @ileasile
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ileasile
ileasile / python-plan.md
Created January 10, 2025 19:33
Python plan

План изучения Python с учетом начального уровня

1. Базовые концепции Python

  • Задачи:
    • Понять синтаксис языка (переменные, типы данных, операторы).
    • Изучить основные структуры данных (списки, кортежи, словари, множества).
    • Освоить циклы и условные конструкции.
  • Ресурсы:
    • Книги:
  • «Изучаем Python» Марк Лутц (первые главы).
@ileasile
ileasile / workbook.md
Created November 14, 2024 00:56
Workbook

Рабочая тетрадь: Повышение эмоционального интеллекта для тимлидов программистов

Эта рабочая тетрадь предназначена для тимлидов, которые хотят развить свой эмоциональный интеллект (EQ), улучшить взаимодействие с командой и создать более продуктивную и комфортную рабочую среду.


Введение

Эмоциональный интеллект — это способность понимать свои эмоции и эмоции окружающих, а также эффективно управлять ими. Он включает четыре ключевых компонента:

  1. Самоосознание
@ileasile
ileasile / n5.json
Created October 23, 2024 02:37
n5.json
{
"ggtitle": {
"text": "Usages for top users (> 5 usages)"
},
"mapping": {},
"data": {
"date": [...],
"&merged_groups":[...],
"uuid": [...]
},
@ileasile
ileasile / day12.ipynb
Last active December 12, 2023 16:11
Day 12
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ileasile
ileasile / gh-puzzles.ipynb
Last active October 21, 2023 14:17
github_dataframe
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ileasile
ileasile / example.ipynb
Last active July 10, 2023 12:57
Curve fitting
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ileasile
ileasile / stacktrace.txt
Created July 25, 2022 10:14
No thread local params - Compiler testing
java.lang.Throwable
at com.tschuchort.compiletesting.MainCommandLineProcessor.getPluginOptions(MainCommandLineProcessor.kt:16)
at org.jetbrains.kotlin.cli.jvm.plugins.PluginCliParserKt.processCompilerPluginsOptions(PluginCliParser.kt:98)
at org.jetbrains.kotlin.scripting.compiler.plugin.impl.LoadCompilerPluginsKt.processPluginsCommandLine(loadCompilerPlugins.kt:45)
at org.jetbrains.kotlin.scripting.compiler.plugin.impl.CompilationContextKt.updateWithCompilerOptions(compilationContext.kt:198)
at org.jetbrains.kotlin.scripting.compiler.plugin.impl.CompilationContextKt.updateWithCompilerOptions(compilationContext.kt:171)
at org.jetbrains.kotlin.scripting.compiler.plugin.impl.CompilationContextKt.createInitialConfigurations(compilationContext.kt:159)
at org.jetbrains.kotlin.scripting.compiler.plugin.impl.CompilationContextKt.createIsolatedCompilationContext(compilationContext.kt:73)
at org.jetbrains.kotlin.scripting.compiler.plugin.impl.KJvmReplCompilerBase$Companion.createCompilationState(KJvmReplCompile