THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
| from __future__ import print_function | |
| try: | |
| import msvcrt | |
| def key_pressed(): | |
| return msvcrt.kbhit() | |
| def read_key(): | |
| key = msvcrt.getch() |
| #include <stdio.h> | |
| #include <ctype.h> | |
| #ifndef HEXDUMP_COLS | |
| #define HEXDUMP_COLS 16 | |
| #endif | |
| void hexdump(void *mem, unsigned int len) | |
| { | |
| unsigned int i, j; |
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
| Resources marked with > are used, have been used, or are actively advocated in the threads. This applies for everything in the [Necessities] section. | |
| [Necessities] | |
| Hiragana & Katakana: http://www.realkana.com/ | |
| Kanji: http://kanjidamage.com/ | |
| Japanese IME: http://www.google.com/intl/ja/ime/ | |
| Anki Flashcards: http://ankisrs.net/ | |
| Genki (↓Bottom↓) | |
| Tae Kim Japanese: http://www.guidetojapanese.org/learn/grammar |