Skip to content

Instantly share code, notes, and snippets.

View evlanov-alex's full-sized avatar
🎯
Focusing

Alexey Evlanov evlanov-alex

🎯
Focusing
  • Belarus
  • 23:02 (UTC +03:00)
View GitHub Profile
@pavlov200912
pavlov200912 / highload.md
Last active December 18, 2025 10:57
Конспект Проектирование Высоконагруженных систем 2021

package main

/* Билеты по Проектированию Высоко нагруженных систем

  • В этом конспекте нет автоматической грамматической проверки
  • Он написан для личного пользования, исключительно для подготовки к экзамену
  1. Install ZSH
    sudo apt-get install zsh

  2. Install Oh My ZSH!
    sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

  3. Run ZSH

  4. Install autosuggestion
    git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

@alex-oleshkevich
alex-oleshkevich / by-cities.json
Created September 9, 2018 16:47
Города Беларуси (json)
[
{
"name": "Беларусь",
"regions": [
{
"name": "Брестская обл.",
"cities": [
{
"name": "Антополь",
"lat": 52.2041343,