Skip to content

Instantly share code, notes, and snippets.

@genadyp
genadyp / linux-installation.md
Last active April 21, 2021 08:02
linux installation suggested apps

dev

  • git
    • ssh-key
  • docker
    • sudo apt install docker.io
  • microk8s
    • sudo snap install microk8s --classic
    • sudo usermod -a -G microk8s genadyp
    • sudo chown -f -R genadyp ~/.kube
  • microk8s.enable dns dashboard
@genadyp
genadyp / linux-apps.md
Last active May 15, 2024 09:25
Linux Apps

Graphics

pastel - A command-line tool to generate, analyze, convert and manipulate colors

Image Viewers

xnview - Image Viewer. Image resizer, batch image converter and more

nomacs - free, open source image viewer, which supports multiple platforms. You can use it for viewing all common image formats including RAW and psd images.

@genadyp
genadyp / react-intl-format-message.js
Created February 7, 2018 09:29
How to use react-intl outside components
import { IntlProvider } from 'react-intl';
// copied from https://gist.github.com/oun/395fabdc24cacbd78b1b37422b07e2c2
const language = 'en';
// Usually messages is declared in another file.
const messages = {
greeting: 'Hello'
}
export const mesg = defineMessages({
@genadyp
genadyp / node-useful-links.md
Last active June 10, 2024 06:42
node useful links
@genadyp
genadyp / serve
Last active November 29, 2018 13:24
filesystem server
function serve() {
local port=${1:-9000}
ruby -run -e httpd . -p $port
}
@genadyp
genadyp / frontend.md
Last active May 20, 2024 07:13
frontend

Storage

IndexedDB - low-level API for client-side storage of significant amounts of structured data, including files/blobs

ImmortalDB - A relentless key-value store for the browser

PouchDB - JavaScript database inspired by Apache CouchDB that is designed to run well within the browser.

store.js - Cross-browser storage for all use cases, used across the web.

@genadyp
genadyp / ML.md
Last active May 6, 2024 06:11
Machine Learning (ML)

Machine Learning

SPTAG - A distributed approximate nearest neighborhood search (ANN) library which provides a high quality vector index build, search and distributed online serving toolkits for large scale vector search scenario.

Qlib - Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies.

anomaly-detection-resources - Anomaly detection related books, papers, videos, and toolboxes

onnx - Open standard for machine learning interoperability

@genadyp
genadyp / desktop-app-dev.md
Last active November 29, 2018 13:23
Desktop application development

Vuido - Native desktop applications using Vue.js

GUIDeFATE - GUI Design From A Text Editor (Perl)

thrust - Chromium-based cross-platform / cross-language application framework

@genadyp
genadyp / menu.md
Last active November 29, 2018 13:22
application launchers
@genadyp
genadyp / linux-themes.md
Last active April 2, 2021 09:33
Linux Themes