Skip to content

Instantly share code, notes, and snippets.

View nxic's full-sized avatar
💭
I may be slow to respond.

Yondonjamts Ganzorig nxic

💭
I may be slow to respond.
  • Ulaanbaatar, Mongolia
View GitHub Profile
@nxic
nxic / functionrc
Created May 26, 2025 08:04
shell functions
cat_with_titles() {
ext="$1"
if [[ -z "$ext" ]]; then
echo "Usage: cat_with_titles <file_extension>"
return 1
fi
for f in *."$ext"; do
[[ -e "$f" ]] || continue # skip if no files match
echo "===== $f ====="

Greengold development report 22th June 2023

  • Гарал үүсэл хайх цонх findingOrigin
  • Видео контентийн хэсэг videoSection
  • Тоон мэдээллийн өөрчлөлт numericInformation
  • Малын стандардийн хөгжүүлэлт явагдаж байна livestockStandard
@nxic
nxic / .vimrc
Created October 19, 2021 03:31
latest vimrc
"*****************************************************************************
"" Vim-PLug core
"*****************************************************************************
let vimplug_exists=expand('~/.vim/autoload/plug.vim')
let g:vim_bootstrap_langs = "html,javascript,python,typescript"
let g:vim_bootstrap_editor = "vim" " nvim or vim
if !filereadable(vimplug_exists)
if !executable("curl")
@nxic
nxic / ICTT.sol
Created July 5, 2021 00:52
ICT Token solidity source code
/**
*Submitted for verification at Etherscan.io on 2021-05-21
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
@nxic
nxic / wot_linux.md
Created June 13, 2020 12:05 — forked from bweigel/wot_linux.md
How to install World of Tanks on Linux

Install World of Tanks on Ubuntu Linux

CURRENTLY NOT WORKING (2017-12-16 9.21)

Introduction

This guide will show you how to install World Of Tanks on Ubuntu Linux (or any flavour such as Xubuntu, Lubuntu, Kubuntu, etc) using Wine+PlayOnLinux.

By the end of the guide you should have a fully working, stable client with HD textures and even functional Alt+Tabbing.

@nxic
nxic / shortkeysConfigLast.json
Created May 19, 2020 12:03
shortkeysConfigLast.json
[
{
"action": "back",
"blacklist": false,
"exported": true,
"key": "alt+b",
"open": false,
"sites": "*mail.google.com*",
"sitesArray": [
"*mail.google.com*"