All public logs
Combined display of all available logs of GraphIT. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:35, 13 May 2024 Leonie talk contribs created page DLSS (Q1005) (wbeditentity-create:2|en: DLSS, An image enhanceing and upscaling technique)
- 13:33, 13 May 2024 Leonie talk contribs created page Ray Casting (Q1004) (wbeditentity-create:2|en: Ray Casting)
- 13:30, 13 May 2024 Leonie talk contribs created page KOSY (Q1003) (wbeditentity-create:2|en: KOSY)
- 13:30, 13 May 2024 Leonie talk contribs created page YOLO (Q1002) (wbeditentity-create:2|en: YOLO)
- 13:30, 13 May 2024 Leonie talk contribs created page Homography (Q1001) (wbeditentity-create:2|en: Homographic)
- 13:07, 8 May 2024 RaphaelWimmer talk contribs created page Website: Recursive Game of Life (Q1000) (wbeditentity-create:2|en: Website: Recursive Game of Life, A recursive implementation of Conway's Game of Life.)
- 13:01, 8 May 2024 RaphaelWimmer talk contribs created page Website: PlayGameOfLife.com (Q999) (wbeditentity-create:2|en: Website: PlayGameOfLife.com, Website with a simulator for Conway's Game of Life and an extensive knowledge base.)
- 12:59, 8 May 2024 RaphaelWimmer talk contribs created page Conway's Game of Life (Q998) (wbeditentity-create:2|en: Conway's Game of Life, Cellular automaton simulation)
- 12:57, 8 May 2024 RaphaelWimmer talk contribs created page Software: SmartDeblur (Q997) (wbeditentity-create:2|en: Tool: SmartDeblur, tool for restoring defocused and blurred images)
- 12:52, 8 May 2024 RaphaelWimmer talk contribs created page Tutorial: Stylized image binning algorithm (Q996) (wbeditentity-create:2|en: Tutorial: Stylized image binning algorithm, "I’m gonna show you a tool + algorithm I’ve built for creating stylized, pixel-art-like images using a binning algorithm, and walk you through the process behind getting it up and running using Javascript and the <canvas> element. ")
- 12:48, 8 May 2024 RaphaelWimmer talk contribs created page Parsing Command Line Parameters in Python (Q995) (wbeditentity-create:2|en: Parsing Command Line Parameters in Python)
- 12:46, 8 May 2024 RaphaelWimmer talk contribs created page Library: click (Q994) (wbeditentity-create:2|en: Library: click, Python package for creating beautiful command line interfaces in a composable way with as little code as necessary)
- 12:45, 8 May 2024 RaphaelWimmer talk contribs created page Library: argparse (Q993) (wbeditentity-create:2|en: Library: argparse, Python parser for command-line options, arguments and sub-commands)
- 12:43, 8 May 2024 RaphaelWimmer talk contribs created page Library: docopt (Q992) (wbeditentity-create:2|en: docopt, Command-line interface description language with binding for various programming languages)
- 14:38, 7 May 2024 Leonie talk contribs deleted page File:Graph-simple.png (Deleted old revision 20240507143834!Graph-simple.png: Duplicated file)
- 14:38, 7 May 2024 Leonie talk contribs uploaded a new version of File:Graph-simple.png (fix typo + simplify dependencies)
- 14:38, 7 May 2024 Leonie talk contribs deleted page File:Graph-simple.png (Deleted old revision 20240507143751!Graph-simple.png: Duplicated file)
- 14:37, 7 May 2024 Leonie talk contribs uploaded a new version of File:Graph-simple.png (fix typo + simplify dependencies)
- 14:36, 7 May 2024 Leonie talk contribs uploaded a new version of File:Graph-simple.png (fix typo + simplify dependencies)
- 09:11, 3 May 2024 Leonie talk contribs created page Wikipedia: Abstraction (computer science) (Q991) (wbeditentity-create:2|en: Wikipedia: Abstraction (computer science), A wikipedia article explaining the general idea of abstraction)
- 09:11, 3 May 2024 Leonie talk contribs created page Abstraction in Programming (Q990) (wbeditentity-create:2|en: Abstraction in Programming, The act of generalizing code)
- 06:41, 3 May 2024 Leonie talk contribs created page File:Tafel-smaller.jpg (Blackboard mind map giving an overview of the CGBV SS24 course)
- 06:41, 3 May 2024 Leonie talk contribs uploaded File:Tafel-smaller.jpg (Blackboard mind map giving an overview of the CGBV SS24 course)
- 09:06, 2 May 2024 Leonie talk contribs created page Courses/CGBV SS24/Graph (created page + added sessions query)
- 11:17, 1 May 2024 Leonie talk contribs created page Wikipedia: Functions (Programming) (Q989) (wbeditentity-create:2|en: Wikipedia: Functions (Programming), A wikipedia article about functions in programming)
- 10:07, 1 May 2024 Leonie talk contribs created page Functions in Programming (Q988) (wbeditentity-create:2|en: Functions in Programming, A unit to group comands or break the code up into logical chunks)
- 10:03, 1 May 2024 Leonie talk contribs created page Wikipedia: Data Type (Q987) (wbeditentity-create:2|en: Wikipedia: Data Type, A wikipedia article about data types)
- 10:02, 1 May 2024 Leonie talk contribs created page Data Types (Q986) (wbeditentity-create:2|en: Data types, Different types that can be assigned to values)
- 09:57, 1 May 2024 Leonie talk contribs created page Wikipedia: Control Flow (Q985) (wbeditentity-create:2|en: Wikipedia: Control Flow, A wikipedia article explaining the several ways to control the overal flow or execution order of a program)
- 09:54, 1 May 2024 Leonie talk contribs created page Wikipedia: Switch Statement (Q984) (wbeditentity-create:2|en: Wikipedia: Switch Statement, A wikipedia article explaining the basic idea behind the conditional switch statement)
- 09:52, 1 May 2024 Leonie talk contribs created page Wikipedia: Conditions (Q983) (wbeditentity-create:2|en: Wikipedia: Conditions, A wikipedia article explaining the basic idea behind conditional statement in programming)
- 09:48, 1 May 2024 Leonie talk contribs created page Controlling Code Execution (Q982) (wbeditentity-create:2|en: Conditional Statements in Code, Statements that handle decisions based on conditions)
- 09:44, 1 May 2024 Leonie talk contribs created page Wikipedia: Programming paradigm (Q981) (wbeditentity-create:2|en: Wikipedia: Programming paradigm, A wikipedia article explaning the concept of programming paradigms)
- 09:05, 1 May 2024 Leonie talk contribs created page Computational Intelligence (Q980) (wbeditentity-create:2|en: Computational Intelligence, A tag)
- 09:02, 1 May 2024 Leonie talk contribs created page Computer Graphics (Q979) (wbeditentity-create:2|en: Computer Graphics, The tag "Computer Graphics")
- 08:32, 1 May 2024 Leonie talk contribs created page Programming Basics (Q978) (wbeditentity-create:2|en: Programming Basics, Basic programming concepts, such as data types and loops)
- 09:59, 30 April 2024 RaphaelWimmer talk contribs created page Python: Parsing command-line parameters (Q977) (wbeditentity-create:2|en: Python: Parsing command-line parameters, Various ways of handling information given on the command line)
- 09:25, 30 April 2024 RaphaelWimmer talk contribs created page Global Operators (Q976) (wbeditentity-create:2|en: Global Operators, Image filters that set the value of a pixel using information from the whole image)
- 09:24, 30 April 2024 RaphaelWimmer talk contribs created page Local Operators (Q975) (wbeditentity-create:2|en: Local Operators, Image filters that set the value of a pixel based on surrounding pixels)
- 09:20, 30 April 2024 RaphaelWimmer talk contribs created page Geometrical Operators (Q974) (wbeditentity-create:2|en: Geometrical Operators)
- 09:17, 30 April 2024 RaphaelWimmer talk contribs created page Wikipedia: Point Operator (Q973) (wbeditentity-create:2|en: Wikipedia: Punktoperator)
- 09:15, 30 April 2024 RaphaelWimmer talk contribs created page Point Operators (Q972) (wbeditentity-create:2|en: Point Operators, Image filters that operate on a single pixel without context)
- 15:43, 27 April 2024 RaphaelWimmer talk contribs created page Video: Beyond PEP 8 -- Best practices for beautiful intelligible code (Q971) (wbeditentity-create:2|en: Video: Beyond PEP 8 -- Best practices for beautiful intelligible code, Talk about best practices for Python code by Raymond Hettinger at PyCon 2015)
- 15:39, 27 April 2024 RaphaelWimmer talk contribs created page Docs: PEP 8 – Style Guide for Python Code (Q970) (wbeditentity-create:2|en: Document: PEP 8 – Style Guide for Python Code)
- 15:38, 27 April 2024 RaphaelWimmer talk contribs created page PEP 8 (Q969) (wbeditentity-create:2|en: PEP 8, PEP 8 – Style Guide for Python Code)
- 15:35, 27 April 2024 RaphaelWimmer talk contribs created page Tool: Google Colab (Q968) (wbeditentity-create:2|en: Google Colab, Hosted service for Jupyer Notebooks by Google)
- 15:33, 27 April 2024 RaphaelWimmer talk contribs created page Knowing Google Colab (Q967) (wbeditentity-create:2|en: Google Colab, Knowing about Google Colab's hosted notebooks)
- 15:31, 27 April 2024 RaphaelWimmer talk contribs created page Type Annotations in Python (Q966) (wbeditentity-create:2|en: Type Annotations in Python)
- 11:23, 23 April 2024 TomTh talk contribs created page User:TomTh (Created page with "My GraphIT item: Thomas Thalhammer (Q965)") Tag: Visual edit: Switched
- 10:20, 23 April 2024 TomTh talk contribs created page Thomas Thalhammer (Q965) (wbeditentity-create:2|en: Thomas Thalhammer)