New pages
Jump to navigation
Jump to search
- 09:54, 26 November 2024 TouchDesigner for Projection Mapping (hist | edit) [29 bytes] Annasa (talk | contribs) (Created page with " Category:TouchDesigner")
- 12:31, 19 November 2024 Introduction to TouchDesigner (hist | edit) [8,184 bytes] Annasa (talk | contribs) (Created page with "=What is TouchDesigner and what you can do it= TouchDesigner is a real-time visual programming software used for creating interactive multimedia and video installations. It i...")
- 12:10, 8 November 2024 Sensing and making with Arduino (hist | edit) [15,879 bytes] Annasa (talk | contribs) (Created page with "Sensing and Making with Arduino ==Building a interactive system== how is it made of - microcontroller and sensors physical computing ==What is Arduino== ===What can I do w...")
- 21:28, 3 November 2024 Smart electronics (hist | edit) [3,549 bytes] Boris (talk | contribs) (Created page with "Category:2024")
- 14:20, 10 October 2024 TB6612 Motor Driver (hist | edit) [5,937 bytes] Annasa (talk | contribs) (Created page with "==With a TB6612 Motor Driver== 500px|frameless|none [https://learn.adafruit.com/adafruit-tb6612-h-bridge-dc-stepper-motor-driver-breakout/overview Here is...")
- 15:08, 23 September 2024 Speech To Text (hist | edit) [133 bytes] Boris (talk | contribs) (Created page with "{{info|1=We are currently in the process of writing this category. Articles are unfinished and may change!}} Category:ML Server")
- 15:05, 23 September 2024 Text To Speech (TTS) (hist | edit) [133 bytes] Boris (talk | contribs) (Created page with "{{info|1=We are currently in the process of writing this category. Articles are unfinished and may change!}} Category:ML Server")
- 15:02, 23 September 2024 Generating Images (hist | edit) [126 bytes] Boris (talk | contribs) (Created page with "{{info|1=We are currently in the process of writing this article. It is unfinished and will change!}} Category:ML Server")
- 13:37, 23 September 2024 Generating Text (hist | edit) [9,738 bytes] Boris (talk | contribs) (Created page with "How do you do it?? I don't know Category:ML Server")
- 13:08, 16 September 2024 LoRA training (hist | edit) [3,574 bytes] Evolutie (talk | contribs) (Created page with "Training a LoRA with Kohya Step 1 : Collect the images you want to use for training")
- 15:27, 3 September 2024 What is variable? (hist | edit) [720 bytes] WangN (talk | contribs) (Created page with " =Variables= In programming, a variable is a value that can change, depending on conditions or on information passed to the program.")
- 15:03, 3 September 2024 Data Types in Python (hist | edit) [815 bytes] WangN (talk | contribs) (Created page with "'''Variables can store data of different types, and different types can do different things.''' Python has the following data types built-in by default, in these categories:...")
- 12:22, 3 September 2024 Random for loop (hist | edit) [581 bytes] WangN (talk | contribs) (Created page with "======'''Neopixels for loops'''====== <syntaxhighlight lang="Python" > import time import random from adafruit_circuitplayground import cp cp.pixels.brightness=0.3 while Tru...")