Skip to content

Instantly share code, notes, and snippets.

View alex-popov-tech's full-sized avatar
🏠
Working from home

Oleksander Popov alex-popov-tech

🏠
Working from home
View GitHub Profile
import gleam/int
import gleam/io
import gleam/list
import gleam/string
import simplifile
pub fn execute() -> Nil {
case simplifile.read(from: "./inputs/day1.txt") {
Error(e) -> io.println("cannot read input " <> string.inspect(e))
Ok(content) -> {
@alex-popov-tech
alex-popov-tech / vim.pack.json
Last active March 4, 2026 11:09
store.nvim installations for vim.pack
This file has been truncated, but you can view the full file.
@alex-popov-tech
alex-popov-tech / lazy.nvim.json
Last active March 4, 2026 11:09
store.nvim installations for lazy.nvim
This file has been truncated, but you can view the full file.
@alex-popov-tech
alex-popov-tech / db.json
Last active March 4, 2026 11:09
store.nvim minified database
This file has been truncated, but you can view the full file.
@alex-popov-tech
alex-popov-tech / db.json
Created August 30, 2025 22:12
store.nvim minified database
{}
@alex-popov-tech
alex-popov-tech / installation_cache.json
Last active March 4, 2026 11:09
store.nvim installation cache
This file has been truncated, but you can view the full file.
{
"prabirshrestha/asyncomplete-lsp.vim": {
"source": "default",
"lazy": "return { \"prabirshrestha/asyncomplete-lsp.vim\", event = \"VeryLazy\" }",
"vimpack": "vim.pack.add({'https://github.com/prabirshrestha/asyncomplete-lsp.vim'})",
"updated_at": "2026-01-09T15:20:59Z"
},
"tweekmonster/helpful.vim": {
"source": "default",
"lazy": "return { \"tweekmonster/helpful.vim\", event = \"VeryLazy\" }",
@alex-popov-tech
alex-popov-tech / verification_cache.json
Last active March 4, 2026 11:09
store.nvim verification cache
{
"savq/paq-nvim": {
"isPlugin": true
},
"alex-popov-tech/store.nvim": {
"isPlugin": true
},
"piersolenski/plugin-addict.nvim": {
"isPlugin": true
},
@alex-popov-tech
alex-popov-tech / db.json
Last active October 2, 2025 08:15
store.nvim plugin database
This file has been truncated, but you can view the full file.
{"meta":{"total_count":4290,"crawled_at":1753760994,"max_full_name_length":48,"max_pretty_stargazers_length":5,"max_pretty_forks_length":4,"max_pretty_issues_length":3,"max_pretty_pushed_at_length":22},"items":[{"full_name":"pmalek/toogle-maximize.vim","author":"pmalek","name":"toogle-maximize.vim","html_url":"https://github.com/pmalek/toogle-maximize.vim","description":"Vim plugin, toggle maximize your window","homepage":"","tags":[],"installationConfig":"","stargazers_count":1,"pretty_stargazers_count":"1","pretty_forks_count":"1","pretty_open_issues_count":"0","pushed_at":1611485157,"pretty_pushed_at":"4 years ago"},{"full_name":"jceb/blinds.nvim","author":"jceb","name":"blinds.nvim","html_url":"https://github.com/jceb/blinds.nvim","description":"blinds.nvim emphasizes the current window by shading the non-active windows","homepage":"","tags":["focus","gui"],"installationConfig":"{\n -- https://github.com/jceb/blinds.nvim\n \"jceb/blinds.nvim\",\n config = true,\n opts = {}\n}\n","stargazers_co
@alex-popov-tech
alex-popov-tech / crawler_results.json
Last active July 15, 2025 16:41
DB in gist for neovim plugin store.nvim
This file has been truncated, but you can view the full file.
{
"total_count": 3308,
"items": [
{
"full_name": "neovim/neovim-ruby",
"author": "neovim",
"name": "neovim-ruby",
"html_url": "https://github.com/neovim/neovim-ruby",
"description": "Ruby support for Neovim",