1
0
mirror of https://github.com/danistefanovic/build-your-own-x.git synced 2025-08-13 18:44:02 +02:00

Reorder links in Text Editor section

Group the links by language in alphabetical order
This commit is contained in:
Saturnus Numerius
2018-06-14 13:44:00 -04:00
committed by GitHub
parent 55c490bbea
commit b8bcbc668e

View File

@@ -300,10 +300,10 @@
#### Build your own `Text Editor`
* [**Python**: _Create a Simple Python Text Editor!_](http://www.instructables.com/id/Create-a-Simple-Python-Text-Editor/)
* [**C**: _Build Your Own Text Editor_](https://viewsourcecode.org/snaptoken/kilo/)
* [**C++**: _Designing a Simple Text Editor_](http://www.fltk.org/doc-1.1/editor.html)
* [**Python**: _Python Tutorial: Make Your Own Text Editor_](https://www.youtube.com/watch?v=xqDonHEYPgA) [video]
* [**Python**: _Create a Simple Python Text Editor!_](http://www.instructables.com/id/Create-a-Simple-Python-Text-Editor/)
#### Build your own `Visual Recognition System`