22 Repos
Language-level loop structures for repeating code blocks based on conditions.
Distinct from Iterative Code Generation: Distinct from compile-time macro iteration: this covers runtime loop control flow.
Explore 22 awesome GitHub repositories matching software engineering & architecture · Iterative Loop Constructs. Refine with filters or upvote what's useful.
Crystal is a statically typed, compiled programming language designed for high performance and memory safety. It leverages an LLVM-based compiler to translate source code into optimized machine-executable binaries, while its type-inference-based static analysis enforces strict safety rules during the build process. The language distinguishes itself through a fiber-based concurrent runtime that manages lightweight execution units for asynchronous input and output without blocking the main process. It also features a powerful compile-time macro system that allows for the inspection and transfor
Iterates through blocks of code repeatedly based on truthy conditions to automate task repetition.
Nim is a statically typed, compiled systems programming language designed for high performance and cross-platform development. It translates high-level source code into C, C++, or JavaScript, allowing developers to produce efficient native binaries or web-compatible scripts from a single codebase. The language emphasizes a clean, indentation-based syntax that simplifies code hierarchy while maintaining the power of a full-featured systems language. What distinguishes Nim is its robust metaprogramming framework, which allows developers to inspect, modify, and generate code structures during th
Provides standard counting constructs and custom iterators for repeating code blocks.
This project is a mathematics programming pattern library and translation guide designed to map academic mathematical symbols and formulas into programmable logic. It serves as a reference for converting complex notations into software implementations. The resource provides mapping guides for translating calculus, linear algebra, and set theory into iterative loops, functional code, and boolean expressions. It includes specific patterns for implementing piecewise functions, matrix operations, and standard mathematical operators using conditional logic and built-in language functions. The lib
Transforms calculus notations such as summations and products into programmable iterative loops.
Sass is a stylesheet compilation engine and CSS preprocessor that extends standard CSS with variables, nested rules, mixins, and functions. It functions as a comprehensive design system tool, enabling developers to organize complex stylesheets into modular, reusable components while automating the transformation of advanced syntax into browser-compatible CSS. The project distinguishes itself through its sophisticated build automation and language-level extensibility. It provides robust support for programmatic style generation, including conditional logic, iterative loops, and unit-aware math
Implements iterative loop constructs to programmatically generate repetitive CSS structures and design patterns.
100 Go Mistakes is a reference book and code review companion that catalogues frequent Go programming anti-patterns and provides corrected implementations for each one. It covers a wide range of common pitfalls, from range loop variable capture and interface nil handling to error wrapping and map iteration randomization, helping developers recognize and avoid these issues in their own code. The project distinguishes itself by offering a structured, example-driven approach to learning idiomatic Go. It covers core design decisions such as when to use pointer versus value receivers, how to apply
Documents the single-evaluation semantics of range expressions in Go loops.
This project is a collection of POSIX-compliant shell functions and polyfills designed to replace external binaries with portable, built-in utility implementations. It serves as a compatibility library and utility kit for shell scripting, providing shell-native alternatives to common command line utilities. The library focuses on removing dependencies on external processes by implementing tasks directly within the shell. This includes the use of shell-native sequences for terminal user interface design, such as text coloring and cursor movement, and the use of built-in pattern matching for te
Implements built-in shell constructs for looping through numeric sequences and file system globs.
Cleverhans ist eine TensorFlow-Bibliothek für Adversarial Machine Learning, die als Angriffs-Framework, Robustheits-Benchmark und Verteidigungsbibliothek dient. Sie bietet eine Sammlung von Tools zur Generierung von Adversarial Examples, zum Testen der Sicherheit neuronaler Netze und zur Implementierung von Schutzmechanismen, um die Widerstandsfähigkeit von Modellen gegen bösartige Eingaben zu erhöhen. Das Projekt konzentriert sich auf die Erstellung von gestörten Eingaben, die darauf ausgelegt sind, Machine-Learning-Modelle zu falschen Vorhersagen zu verleiten. Es ermöglicht die Bewertung der Stabilität und Genauigkeit von Deep-Learning-Modellen unter Adversarial-Noise und bietet Referenzimplementierungen bekannter Angriffsmethoden zur Identifizierung von Sicherheitslücken. Das Toolkit deckt die Generierung von Adversarial Examples, die Verteidigung von Machine-Learning-Modellen und das Benchmarking der Robustheit neuronaler Netze ab. Es nutzt eine modellagnostische Schnittstelle und differenzierbare Angriffsimplementierungen, um gradientenbasierte Störungen und iterative Optimierungsschleifen auszuführen.
Provides iterative optimization loops to refine adversarial noise within a defined perturbation budget.
From Java To Kotlin - Your Cheat Sheet For Java To Kotlin
Compares Java for-loops with Kotlin's range expressions, downTo, until, and step modifiers.
TecoGAN ist ein Generative Adversarial Network (GAN), das für Video-Super-Resolution entwickelt wurde. Es fungiert als spatio-temporaler Video-Upscaler, der die Auflösung von Videosequenzen erhöht und gleichzeitig qualitativ hochwertige Bilder aus niedrig aufgelösten Eingaben rekonstruiert. Das System nutzt ein Framework für zeitliche Kohärenz, um visuelle Stabilität zu gewährleisten und Flimmern in generierten Frames zu reduzieren. Dies wird durch den Einsatz spatio-temporaler Diskriminatoren erreicht, die sowohl die Qualität einzelner Frames als auch die Bewegungskonsistenz bewerten. Das Projekt deckt das Training und die Optimierung von Generative Adversarial Networks ab, mit besonderem Fokus auf hochauflösende Videorekonstruktion und die Aufrechterhaltung zeitlicher Kohärenz über Frames hinweg.
Utilizes a minimax optimization loop to iteratively train the generator and discriminator to reach a Nash equilibrium.
Covers for, while, until, and select loops for repeating command blocks in Bash scripts.
CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom
Teaches range-based for loops for concise iteration over containers and arrays.
Fawkes ist ein adversarieller Bildgenerator und ein Tool zur Verschleierung der Gesichtserkennung, das zum Schutz der Privatsphäre durch die Obfuskation von Gesichtsmerkmalen in Fotos entwickelt wurde. Es fungiert als Bild-Privatsphäre-Obfuskator, der unsichtbare Pixel-Störungen zu Bildern hinzufügt, wodurch Gesichtserkennungsmodelle daran gehindert werden, eine Person genau zu identifizieren, während das Bild für Menschen visuell klar bleibt. Das System verwendet adversarielle Störungsabbildung und Feature-Space-Obfuskation, um Machine-Learning-Klassifikatoren in die Irre zu führen. Durch die Nutzung einer iterativen Optimierungsschleife und modellagnostischer Rauschgenerierung modifiziert es Gesichtsdarstellungen, um zu verhindern, dass Erkennungssysteme eine konsistente Identität über verschiedene Architekturen hinweg extrahieren können.
Uses iterative processes to refine adversarial noise through repeated gradient updates.
Vyper is a security-focused, typed programming language and compiler designed for creating smart contracts that execute on the Ethereum Virtual Machine. It utilizes a Pythonic syntax to define contract logic and state, serving as a target for formal verification to allow for machine-checked proofs of correctness. The language distinguishes itself through strict architectural constraints that prioritize predictability and security. It enforces acyclic call graphs by prohibiting recursion and mandates bounded loops to ensure static gas prediction. Additionally, it features a native fixed-point
Restricts all loops to a compile-time upper bound to ensure predictable gas costs and prevent infinite execution.
TileLang is a Python-embedded domain-specific language compiler that JIT-compiles and autotunes GPU kernels. It uses a tile-based DSL, automatic software pipelining, and parallel autotuning to generate optimized GPU kernels at runtime. It supports tensor core operations with Pythonic syntax, automatic memory management, and thread mapping. The compiler searches over tile sizes, thread counts, and scheduling policies, compiling and benchmarking candidates in parallel to find the fastest kernel. It also caches compiled binaries and tuning results to disk for reuse across sessions. TileLang inc
Structures loop iteration with serial, unrolled, parallel, and software-pipelined constructs for GPU hardware.
Ignite ist ein High-Level-Trainings-Framework für PyTorch-Neuronale Netze, das als Trainings-Engine und Deep-Learning-Lifecycle-Manager dient. Es bietet ein strukturiertes System zur Organisation und Automatisierung von Trainings- und Evaluierungsschleifen, verwaltet Daten-Iteratoren und löst Event-Handler bei bestimmten Meilensteinen während des Modelltrainings aus. Das Projekt zeichnet sich durch eine umfassende Suite von Tools für verteiltes Training und Modellevaluierung aus. Es enthält Dienstprogramme zur Synchronisierung von Gradienten und zur Koordination kollektiver Kommunikation über mehrere GPUs oder Knoten hinweg sowie eine Evaluierungssuite zur Berechnung von Leistungsmetriken und zur Durchführung von k-facher Kreuzvalidierung. Die breiteren Funktionen umfassen die Automatisierung von Trainings-Workflows, einschließlich Learning-Rate-Scheduling, Early Stopping und Hyperparameter-Optimierung. Das Framework bietet zudem Observability-Tools für Experiment-Tracking, Profiling der Ausführungszeit und Mixed-Precision-Training zur Optimierung der Speicherauslastung. Mechanismen zur Statuspersistenz sind enthalten, um Modell-Checkpoints zu verwalten und Trainingssitzungen wiederherzustellen. Containerisierte Umgebungen sind verfügbar, um die Bereitstellung und Einrichtung zu vereinfachen.
Decouples the training loop from data sources by managing the lifecycle and restarting of dataset iterators.
This project is a front-end education portal and static website that serves as a repository for web development courseware. It provides instructional materials and source code for learning the fundamentals of HTML, CSS, and JavaScript. The site functions as a resource for students to practice programming skills through guided exercises and downloadable learning assets. It distributes educational content including instructional PDFs and exercise code to facilitate the study of front-end web development. The platform covers a variety of capabilities, including the integration of multimedia con
Teaches repeating code blocks with for and while loops to process sequences or perform calculations.
Janet ist eine Lisp-basierte dynamische Programmiersprache mit einer registerbasierten Bytecode-Virtual-Machine und einer einbettbaren Skript-Engine. Sie fungiert als Fiber-basierte Nebenläufigkeits-Runtime und enthält eine Parsing-Engine, die auf Parsing Expression Grammars basiert. Das Projekt zeichnet sich durch die Fähigkeit aus, über eine minimale Header-Schnittstelle in C- oder C++-Anwendungen integriert zu werden. Es nutzt ein Lisp-artiges Makrosystem für Code-Transformationen zur Kompilierzeit und verwendet prototypbasierte Tabellenvererbung für objektorientiertes Verhalten. Die Runtime deckt ein breites Spektrum an Funktionen ab, einschließlich asynchronem IO-Management durch eine nicht-blockierende Event-Loop, nativer Bibliotheksinteroperabilität über ein Foreign Function Interface und umfassender Textverarbeitung unter Verwendung von PEG-Grammatiken. Sie bietet zudem Tools für die Systemautomatisierung, wie eine Read-Eval-Print-Loop, ein Modulsystem für Symbolauflösung und Utilities für Netzwerk-Socket-Kommunikation und Dateisystemverwaltung. Die Umgebung enthält Diagnosetools für das Debugging der Bytecode-Ausführung und kann Quellcode in eigenständige binäre Executables bündeln.
Implements language-level loop constructs and list comprehensions for generating sequences.
Dieses Projekt ist eine Sammlung von Lehrmaterialien und Lehrplänen, die darauf ausgelegt sind, die Sprache Java zu vermitteln. Es bietet einen strukturierten Programmierkurs, einen Grundlagenleitfaden und ein Tutorial zur objektorientierten Programmierung, unterstützt durch eine Reihe praktischer Programmierübungen und Implementierungsaufgaben. Der Lehrplan konzentriert sich auf die Implementierung objektorientierter Muster, einschließlich Vererbung, Polymorphismus und Abstraktion. Er deckt die Erstellung von Klassen, die Verwendung von Interfaces zur Definition von Verhaltensverträgen und die Anwendung von Zugriffsmodifikatoren zur Steuerung der Datensichtbarkeit ab. Die Bildungsinhalte umfassen zudem Sprachgrundlagen wie Variablenverwaltung, bedingte Logik und iterative Schleifen. Es enthält Anleitungen zur Verwaltung von Datenstrukturen durch Listen, Sets und Maps sowie zur Implementierung der Fehlerbehandlung mittels Try-Catch-Blöcken und benutzerdefinierten Exceptions. Zusätzliche Themen behandeln String-Manipulation und die Verwendung von Scannern für Benutzereingaben über die Konsole.
Covers the implementation of while, do-while, and for loops for sequence processing.
This project is a structured JavaScript programming course and learning path designed for beginners. It functions as an interactive coding tutorial and frontend web development guide, providing a curriculum centered on the JavaScript language. The project focuses on building dynamic web interfaces through the manipulation of the Document Object Model. It provides a series of instructional guides and practical challenges that allow for interactive coding practice and the verification of code execution within a dedicated environment. The curriculum covers core programming fundamentals, includi
Covers fundamental language constructs for repeating code blocks based on conditions.
Dieses Projekt ist ein TensorFlow-Framework für Meta-Learning und ein Research-Toolkit, das darauf ausgelegt ist, gelernte Optimierer (Learned Optimizers) zu implementieren und zu trainieren. Es bietet eine Bibliothek von Tools zur Entwicklung neuronaler Netze, die lernen, wie andere Modelle optimiert werden, und ersetzt damit traditionelle gradientenbasierte Optimierungsalgorithmen. Das Framework enthält einen Problem-Ensemble-Manager, der es ermöglicht, mehrere unterschiedliche Optimierungsaufgaben für ein gleichzeitiges Training in einer einzigen gewichteten Verlustfunktion zu kombinieren. Es verwendet ein Factory-Pattern für die Netzwerk-Instanziierung und unterstützt die Definition benutzerdefinierter Zielfunktionen und Loss-Graphen als Ziele für Lernalgorithmen. Das Toolkit deckt ein breites Spektrum an Funktionen ab, einschließlich gradientenbasierter Meta-Optimierung, Modell-Benchmarking und der Ausführung von Trainingsschleifen mit konfigurierbaren Unroll-Längen. Es bietet zudem Utilities für die Gradienten-Vorverarbeitung, serialisierte Zustandspersistenz und die Berichterstattung von Experimentstatistiken wie dem mittleren Endfehler und der Epochen-Dauer.
Executes training iterations over specified sequence lengths to optimize the learning algorithm's performance.