Skip to content

Instantly share code, notes, and snippets.

View yondonjamts1's full-sized avatar
:octocat:
On vacation

Yondonjamts Ganzorig yondonjamts1

:octocat:
On vacation
  • Ulaanbaatar, Mongolia
View GitHub Profile
@yondonjamts1
yondonjamts1 / main.cpp
Created April 12, 2018 00:57 — forked from tkaczenko/main.cpp
Чтение .wav файла (С++ / СPP) / Reading .wav file (C++ / CPP)
#include <iostream>
#include <cstdio>
#include <cmath>
#include "string.h"
#include "mem.h"
//Wav Header
struct wav_header_t
{
char chunkID[4]; //"RIFF" = 0x46464952
@yondonjamts1
yondonjamts1 / Pubg macro
Created March 6, 2018 11:55 — forked from barisozbas/Pubg macro
PUBG MACRO
//ahk file type
; Configuration
#NoEnv ;AHK updateleri icin uyumlu.
#SingleInstance force ;sadece 1i calisir.
SetTitleMatchMode, 2 ;
#ifwinactive, TslGame ;PUBG acikken aktif.
; Variables
@yondonjamts1
yondonjamts1 / journal.sh
Created March 6, 2018 11:38 — forked from frankalbenesius/.zshrc stuff
shell script to open up a new dated journal file in atom
# !/bin/bash
# Create and open a new Journal entry.
atom ~/Google\ Drive/Journal/$(date "+%Y.%m.%d-%H.%M.%S").md
@yondonjamts1
yondonjamts1 / install nano.sh
Created October 31, 2017 03:35 — forked from BlakeGardner/install nano.sh
Syntax highlighting in nano on Mac OS X
# install Homebrew if you don't already have it: http://mxcl.github.io/homebrew/
# install nano from homebrew
brew install nano
# update your nanorc file with the contents of the nanorc file below
nano ~/.nanorc
# re-open your terminal and you'll have syntax highlighting