Skip to content

Instantly share code, notes, and snippets.

View amaraa87's full-sized avatar

Amarsanaa amaraa87

View GitHub Profile
@amaraa87
amaraa87 / ramdaDebounce.js
Created July 7, 2020 08:49 — forked from tommmyy/ramdaDebounce.js
Debounce function using Ramda.js
import { curry, apply } from 'ramda';
/**
* Debounce
*
* @param {Boolean} immediate If true run `fn` at the start of the timeout
* @param timeMs {Number} Debounce timeout
* @param fn {Function} Function to debounce
*
* @return {Number} timeout
@amaraa87
amaraa87 / mn_aimag_hot_duureg_horoo.sql
Created August 18, 2019 04:14 — forked from ganzo/mn_aimag_hot_duureg_horoo.sql
Монгол улсын хот, аймаг, дүүрэг, хороодын мэдээллийн бааз. By Анхаа Анхбаяр
-- MySQL Administrator dump 1.4
--
-- ------------------------------------------------------
-- Server version 5.5.16
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;