Assignment Chef icon Assignment Chef

Lessons

Hebrew programming tutorials

Focused lessons based on real assignment themes, written for quick study before you start coding.

May 31, 2026

Python Conditionals in Game Development: Building a Mushroom Trading System

Learn how to use variables, boolean logic, and conditionals in Python by building a mushroom trading system for a text adventure game. This tutorial covers input handling, nested if statements, and exchange logic with rubies.

Python conditionals boolean logic Python variables in Python game development Python mushroom trading game

Available languages

May 31, 2026

Implementing RRT for Mobile Robot Path Planning: A Step-by-Step Tutorial

Learn how to implement the Rapidly-exploring Random Tree (RRT) algorithm for mobile robot path planning with obstacles approximated as circles. This tutorial covers single tree search as described in LaValle's book, with practical coding examples and visualization tips.

RRT algorithm tutorial rapidly-exploring random tree implementation robot path planning with obstacles single tree search LaValle collision detection line circle

Available languages

May 31, 2026

Mastering Z-Transforms for DSP Homework: Proakis Problems 3.14–5.20

A comprehensive tutorial covering key Z-transform concepts from Proakis problems 3.14 to 5.20, with step-by-step guidance and trend-inspired analogies to help you ace ECE113 homework 6.

Z-transform tutorial ECE113 homework 6 Proakis DSP problems region of convergence inverse Z-transform partial fractions

Available languages

May 31, 2026

Building a Dollar Store Calculator in MIPS Assembly: A Step-by-Step Guide

Learn to build a simple integer calculator in MIPS assembly using MARS tools. This tutorial covers keypad input, LCD output, state machines, and arithmetic without multiplication/division instructions.

MIPS assembly calculator Cs 0447 project MARS calculator tool assembly language tutorial integer calculator MIPS

Available languages

May 31, 2026

Building a Simplified IRC Server with TCP and UDP: A Modern Chat Application Tutorial

Learn to build a simplified IRC server using TCP and UDP, inspired by modern chat apps like Discord and Slack. This tutorial covers client-server architecture, socket programming, and real-time communication, perfect for students in data communications courses.

IRC server tutorial TCP UDP chat application socket programming assignment RFC 2812 implementation concurrent server Python

Available languages

May 31, 2026

Building a FUSE Filesystem for WAD Archives: A Stealth Data Exfiltration Tutorial

Learn how to implement a FUSE-based userspace filesystem to read and write WAD files, the format used by classic games like DOOM. This tutorial covers WAD parsing, directory structure, and FUSE integration with a spy-themed narrative.

FUSE filesystem tutorial WAD file format DOOM modding C++ filesystem programming userspace filesystem

Available languages