Skip to content

Instantly share code, notes, and snippets.

View bilegjargal's full-sized avatar
👾

Bilegjargal bilegjargal

👾
View GitHub Profile

Bilegjargal Jargalsaikhan "Jargal"

mobile: 425-295-9281

Summary

Full stack developer with both functional and object-oriented programming background. I have 3 years experience in programming enterprise system software using React.js, Node.js, and the Agile/SCRUM software development method at one of the largest software development and IT services firm in Mongolia. I am a quick

@vonqo
vonqo / numberToText.java
Last active March 31, 2020 12:34
Number to text mongolia
/**
* Тоог уншигдах байдлаар нь бичих
* Жишээ нь: 1996 = мянга есөн зуун ерөн зургаа
*
* @param str Тоо бүхий текст
* @return уншигдахгүйц тест
*/
public static String numberToText(String word){
char[] chars = word.toCharArray();
int divider = chars.length / 3;
#! /usr/bin/python
import dota2api
from dota2api.src.exceptions import APIError, APITimeoutError
import csv
from multiprocessing import Pool
import time
import sys
def getMatchInfo( api, matchId ):