Difference between revisions of "Template:ProgrammersResorces"
(→Programmētāja resursi) |
(→Āķīgi un citi uzdevumi) |
||
Line 29: | Line 29: | ||
* [https://www.linux.com/learn/tutorials/470979-who-and-what-is-on-my-network-probing-your-network-with-linux Tīkla analīze] |
* [https://www.linux.com/learn/tutorials/470979-who-and-what-is-on-my-network-probing-your-network-with-linux Tīkla analīze] |
||
== Āķīgi un |
== Āķīgi uzdevumi un pieredze == |
||
* [https://www.geeksforgeeks.org/c-cpp-tricky-programs/ C/C++ Tricky |
* [https://www.geeksforgeeks.org/c-cpp-tricky-programs/ C/C++ Tricky Programs] |
||
* [https://qr.ae/TiJLgg Computers are exact, precise, and logical machines, until they aren’t.] |
|||
== Atziņas == |
== Atziņas == |
Revision as of 21:52, 23 November 2019
Contents
Programmētāja resursi
- Noderīgas Linux komandas
- Bash by Example @ibm/developerworks
- Intro to Linux kernel
- Programming in C: A Tutorial (by Brian W. Kernighan)
- Gnu make dokumentācija
- Tipiskas unix direktoriju hierarhijas īss apraksts.
- Sockets:
- Programming IP Sockets on Linux (tutorial @ gnosis.cx)
- Sockets Tutorial @ Linux Howtos
- Berkeley sockets (Wikipēdija)
- http://www.hiraeth.com/alan/tutorials/courses/unixprog.html
- http://lkml.org/
- The Linux Kernel Module Programming Guide
Programmēšanas analīzes rīki
- PMD - scans source code and looks for bugs, dead code, suboptimal code, overcomplicated expressions, duplicate code.
Linux veiktspējas analīze
- Top 20 Linux monitoring tools @cyberciti
- 20 rīki Linux veikstpējas monitoringam (IPTraf u.c.) @tecmint
- CPU analīze
- Disku I/O analīze
- IO profiling at Linux programming blog
- Tīkla analīze