Linguaggi di programmazione
Tutorial su Python, C, C++, Java, JavaScript, TypeScript, Go, R e Haskell — dalla sintassi di base alle tecniche avanzate.
TypeLevel Programming
Use TypeScript's type system to perform computations at the type level.
Leggi l'articolo →Advanced Decorators
Advanced decorator patterns and metadata.
Leggi l'articolo →Module Augmentation
Extend existing modules without modifying their source code.
Leggi l'articolo →Declaration Merging
TypeScript merges multiple declarations of the same name.
Leggi l'articolo →Branded Types and Opaque Types
Create distinct types from primitive types to prevent mixing.
Leggi l'articolo →Type System Hacks and Workarounds
Workarounds for TypeScript's type system limitations.
Leggi l'articolo →Advanced Level: Type System Mastery
Master the most advanced TypeScript features and typelevel programming.
Leggi l'articolo →TypeScript Demo Guide
This guide helps you run and demonstrate TypeScript code examples to students.
Leggi l'articolo →TypeScript Learning Curriculum
A comprehensive guide to learning TypeScript from beginner to advanced levels.
Leggi l'articolo →COMP1100 Top 200 Practice Questions with concise solutions
Expanded pack combining past examstyle problems & revision exercises 200 items.
Leggi l'articolo →Haskell in 50 Minutes — Teaching Pack
Quick setup Install via GHCup installs GHC, cabal, stack Open a terminal: ghci launches the REPL.
Leggi l'articolo →Cryptography – Comprehensive Lecture
Cryptanalysis is the art and science of breaking ciphers analyzing and defeating cryptographic systems.
Leggi l'articolo →Hashing – Lecture
ht = SimpleHashTable ht.insert"apple", 5 ht.insert"banana", 3 printf"Apple count: {ht.get'apple'}" Output: Apple count: 5
Leggi l'articolo →Hashing Educational Python Files
This directory contains comprehensive Python implementations and demonstrations of hashing concepts, designed for educational purposes. Each file focuses on specific aspects of hashing algorithms and their realworld appl
Leggi l'articolo →Bloomberg Website Scraper
This project demonstrates how to crawl the Bloomberg website using Python Selenium. It includes both a comprehensive scraper and a simple example.
Leggi l'articolo →Bloomberg Website Scraping Complete Implementation
This project demonstrates comprehensive web scraping techniques using Python Selenium to crawl the Bloomberg website. While Bloomberg implements strict antibot measures, the code provides valuable educational examples of
Leggi l'articolo →Bloomberg Website Scraping Guide
This guide demonstrates various approaches to scrape the Bloomberg website using Python. Bloomberg has implemented sophisticated antibot measures, so we provide multiple strategies and alternatives.
Leggi l'articolo →Express.js rewrite of Flask RESTful API Demo
Files added: server.js — Express.js implementation mirroring app.py behavior and endpoints. package.json — dependencies and start scripts.
Leggi l'articolo →FinMind Examples Prices, Revenue, Institutional Flow
This bundle contains three complete Python scripts that authenticate to FinMind, fetch Taiwan market data, and visualize with pandas and seaborn. Each script is heavily commented 300+ lines for learning and adaptation.
Leggi l'articolo →Graph Algorithms Python Implementation
This repository contains comprehensive Python implementations of graph algorithms with detailed demonstrations and educational materials.
Leggi l'articolo →Comprehensive Graph Algorithms Teaching Guide
Advanced Data Structures and Algorithms Chapter 9 Format: Detailed Markdown Teaching Material Target Audience: Computer Science Students Undergraduate to Graduate level Duration: 34 hours of comprehensive instruction
Leggi l'articolo →Dijkstra's Algorithm Comprehensive Guide
A Complete Educational Resource for Understanding and Implementing Dijkstra's Algorithm
Leggi l'articolo →Enhanced Lecture Script — Graph Algorithms
Format: Comprehensive Markdown Teaching Material Based on: Data Structures and Algorithm Analysis + extensive realworld applications + detailed implementations
Leggi l'articolo →PyTest 90‑Minute Workshop
This repository contains starter and solutions projects for teaching a 90‑minute PyTest class.
Leggi l'articolo →