All Projects → ololobus → bem-flashcards

ololobus / bem-flashcards

Licence: other
Simple single-page flashcards application based on the bem-core/bem-history and BEM methodology

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to bem-flashcards

Dotnetbook
.NET Platform Architecture book (English, Chinese, Russian)
Stars: ✭ 1,763 (+9178.95%)
Mutual labels:  english, russian
Ruby Hacking Guide.github.com
Ruby Hacking Guide Translation
Stars: ✭ 305 (+1505.26%)
Mutual labels:  translation, english
anki-add-hooks-userscripts
Automate Anki card creation from popular translation websites
Stars: ✭ 17 (-10.53%)
Mutual labels:  translation, flashcards
Link Grammar
The CMU Link Grammar natural language parser
Stars: ✭ 286 (+1405.26%)
Mutual labels:  english, russian
Dictionary
Словари по фронтенду
Stars: ✭ 1,682 (+8752.63%)
Mutual labels:  translation, russian
Rhvoice
a free and open source speech synthesizer for Russian and other languages
Stars: ✭ 750 (+3847.37%)
Mutual labels:  english, russian
Front-End-Performance-Checklist
🎮 Единственный чек-лист производительности фронтенда, который справляется лучше других
Stars: ✭ 163 (+757.89%)
Mutual labels:  translation, russian
laravel-docs-ru
Актуализированная редакция документации Laravel версий 8.x и 9.x на русском языке.
Stars: ✭ 19 (+0%)
Mutual labels:  translation, russian
Qa bible
Библия QA это почти 300 страниц обновляемой смеси ответов на вопросы с реальных собеседований на QA, полезных ресурсов и статей, перевода интересного контента с зарубежных ресурсов и агрегации материала с отечественных.
Stars: ✭ 657 (+3357.89%)
Mutual labels:  translation, russian
Most Frequent Technology English Words
程序员工作中常见的英语词汇
Stars: ✭ 4,711 (+24694.74%)
Mutual labels:  translation, english
Twelveish
🕛 Twelveish - Android Wear/Wear OS Watch Face
Stars: ✭ 29 (+52.63%)
Mutual labels:  english, russian
The Road To Learn React Russian
The Road to Learn React - Русский перевод
Stars: ✭ 128 (+573.68%)
Mutual labels:  translation, russian
number-to-words
convert number into words (english, french, italian, roman, spanish, portuguese, belgium, dutch, swedish, polish, russian, iranian, roman, aegean)
Stars: ✭ 53 (+178.95%)
Mutual labels:  english, russian
Redux React I18n
An i18n solution for React/Redux and React Native projects
Stars: ✭ 64 (+236.84%)
Mutual labels:  english, russian
Ru.reactjs.org
React documentation website in Russian / Официальная русская версия сайта React
Stars: ✭ 444 (+2236.84%)
Mutual labels:  translation, russian
Roenglishre
An unofficial english translation project for Korea Ragnarok Online (kRO).
Stars: ✭ 121 (+536.84%)
Mutual labels:  translation, english
FCH-TTS
A fast Text-to-Speech (TTS) model. Work well for English, Mandarin/Chinese, Japanese, Korean, Russian and Tibetan (so far). 快速语音合成模型,适用于英语、普通话/中文、日语、韩语、俄语和藏语(当前已测试)。
Stars: ✭ 154 (+710.53%)
Mutual labels:  english, russian
lc-wikidata
Library Carpentry Wikidata
Stars: ✭ 17 (-10.53%)
Mutual labels:  english
mastodon-translate
Tampermonkey Script to add option to Translate Toots
Stars: ✭ 20 (+5.26%)
Mutual labels:  translation
jiten
jiten - japanese android/cli/web dictionary based on jmdict/kanjidic — 日本語 辞典 和英辞典 漢英字典 和独辞典 和蘭辞典
Stars: ✭ 64 (+236.84%)
Mutual labels:  english

Flashcards with English-Russian words

About

Simple single-page English words learning application based on the bem-core and bem-history libraries. The final result you can see here (http://ololobus.github.io/bem-flashcards). Contains about 950+ English words with transcritpions and Russian translations.

Dev installation

git clone [email protected]:ololobus/bem-flashcards.git
cd bem-flashcards
npm install -g bem-cli
npm i
bem server # Go to http://localhost:8080/desktop.bundles/words/words.html

Dictionary update

You can update words in the dict.js using the following ruby script. Usage: ruby xls-to-js.rb -f input.xls -o output.js. After that you can replace words in the dict.js with new ones from output.js.

Input XLS-file should have three columns (A, B, C) with: word, transcription and translation.

Dependencies

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].