2 مستودعات
Educational materials on using debugging tools to identify and fix software logic errors.
Distinct from Debugging and Inspection Tools: Focuses on the educational instruction of debugging rather than the tools themselves.
Explore 2 awesome GitHub repositories matching development tools & productivity · Debugging Tutorials. Refine with filters or upvote what's useful.
This project is a Python data science curriculum and programming tutorial collection. It provides a structured set of educational notebooks and scripts designed to teach data analysis, machine learning, and deep learning. The repository serves as a learning path for building and tuning predictive models, including regression, decision trees, and neural networks. It includes a data visualization guide for creating financial time-series plots and a multiprocessing reference for implementing parallel task execution and shared memory synchronization. The curriculum covers broader capability area
Teaches how to identify and fix logic errors using breakpoints and call stack inspection.
This is an open-source, crowd-sourced wiki textbook that teaches Linux system programming in C. It covers the core operating system concepts of process management through the fork-exec-wait model, dynamic memory allocation using implicit free list heap allocators, inode-based file systems, inter-process communication via pipes and shared memory, POSIX threads with synchronization primitives, signal-based asynchronous notification, virtual memory with page table translation, and runtime diagnostics using Valgrind and GDB. The textbook distinguishes itself by providing practical, implementation
Provides a practical tutorial on using Valgrind, GDB, and ThreadSanitizer for debugging C programs.