Development: Difference between revisions
→Development: network programming |
Tag: visualeditor |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= Languages = | |||
* Java (2/2019 TIOBE 1) | |||
* C (2) | |||
* [[Python]] (3) | |||
* C++ (4) | |||
* [[JavaScript]] (6) | |||
* [[PHP]] (8) | |||
* Go (18) | |||
* Swift (20) | |||
* [[Rust]] (37) | |||
* Kotlin (38) | |||
* TypeScript (57) | |||
= Development = | = Development = | ||
[[AHK]] | |||
[[Git]] | [[Git]] | ||
Line 8: | Line 24: | ||
[[Gitweb and Gitolite3 on Ubuntu 16.04 LTS Xenial]] | [[Gitweb and Gitolite3 on Ubuntu 16.04 LTS Xenial]] | ||
[[Software versioning]] | |||
[[Game development]] | |||
[[Category:Development]] | [[Category:Development]] | ||
[http://beej.us/guide/bgnet/ Network programming] | == Datasets == | ||
=== Country codes === | |||
[https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes 2-character codes] | |||
[http://en.wikipedia.org/wiki/List_of_ISO_639-2_codes 3-character codes] | |||
== Resources == | |||
[http://beej.us/guide/bgnet/ Beej's Guide to Network Programming] | |||
[https://dev.to/ravirajthedeveloper/how-to-use-git-and-github-for-collaborative-programming-14a3 How to use Git and GitHub for collaborative programming?] | |||
= Documentation = | = Documentation = |
Latest revision as of 15:36, 25 November 2022
Languages
- Java (2/2019 TIOBE 1)
- C (2)
- Python (3)
- C++ (4)
- JavaScript (6)
- PHP (8)
- Go (18)
- Swift (20)
- Rust (37)
- Kotlin (38)
- TypeScript (57)
Development
Gitweb and Gitolite3 on Ubuntu 16.04 LTS Xenial
Datasets
Country codes
Resources
Beej's Guide to Network Programming
How to use Git and GitHub for collaborative programming?