4 रिपॉजिटरी
Example applications designed to illustrate the practical application of technical concepts.
Distinct from Sample Projects: Candidates were primarily awesome-list pointers; this creates a generic educational category for sample projects
Explore 4 awesome GitHub repositories matching education & learning resources · Sample Projects. Refine with filters or upvote what's useful.
This repository is a collection of React educational materials and reference implementations. It provides a series of source code examples, solved exercises, and sample projects designed to support a structured learning path for the React library and its ecosystem. The project serves as a frontend development reference, offering versioned code snapshots that allow for the comparison of custom implementations against working solutions. These samples demonstrate the creation of single-page applications, focusing on component-based user interface design and state-driven rendering. The repositor
Provides sample projects for local execution to demonstrate real-world application of React.
This is an open-source 3D action-adventure game project built in Unity, providing a complete game development sample with player movement, combat, and exploration mechanics. The project is structured as a full Unity game project containing all assets, scenes, and scripts, designed for learning and extending game development skills through hands-on modification. The project implements core game systems through Unity's built-in features, including layered Animator state machines for character and enemy animation control, Scriptable Objects for modular game configuration, and a component-based e
Provides a complete Unity game project with assets and scripts for hands-on learning and modification.
This project is a comprehensive collection of Python programming education materials, including tutorials, exercises, and curated code samples. It serves as a learning curriculum and software engineering toolkit, utilizing Jupyter Notebooks to combine executable code with descriptive educational text. The repository provides practical implementation guides for building large language model applications, such as retrieval-augmented generation systems, stateful AI agents, and machine learning workflows. It distinguishes itself by offering a structured approach to agentic coding workflows, cover
Provides example applications and project templates to illustrate practical programming concepts.
यह प्रोजेक्ट Unity के लिए एक फर्स्ट-पर्सन शूटर टेम्प्लेट है जो नेटवर्क गेमप्ले, हथियार सिस्टम और प्लेयर ट्रैवर्सल को लागू करता है। यह एक मल्टीप्लेयर सिस्टम के रूप में कार्य करता है जिसे नेटवर्क ट्रांसपोर्ट लेयर के माध्यम से सर्वर और क्लाइंट्स के बीच गतिविधियों और कार्यों को सिंक करने के लिए डिज़ाइन किया गया है। यह प्रोजेक्ट ऑथर्ड कंटेंट और उन्नत विज़ुअल गुणवत्ता प्रदान करने के लिए हाई डेफिनिशन रेंडर पाइपलाइन का उपयोग करके हाई-फिडेलिटी गेम रेंडरिंग का एक उदाहरण है। यह अनुकूलित प्रसंस्करण और निष्पादन प्रदर्शन के लिए गेम डेटा और लॉजिक को व्यवस्थित करने के लिए एक एंटिटी कंपोनेंट सिस्टम के उपयोग का भी प्रदर्शन करता है। कार्यान्वयन वास्तविक समय स्टेट सिंक्रोनाइज़ेशन और एसेट बंडलों के संकलन व स्टैंडअलोन प्लेयर्स के जनरेशन के माध्यम से गेम एसेट्स के प्रबंधन को कवर करता है।
Provides a complete Unity project with assets, scenes, and scripts for building a networked multiplayer FPS.