New pages

From ikev.in/w
New pages
Hide registered users | Hide bots | Show redirects
  • 02:45, 16 September 2023Bard AI (hist | edit) ‎[2,290 bytes]Ikevinax (talk | contribs) (Created page with "== Bard AI == Bard AI is a large language model chatbot developed by Google AI. It is trained on a massive dataset of text and code, and can generate text, translate languages, write different kinds of creative content, and answer your questions in an informative way. Bard is still under development, but it has learned to perform many kinds of tasks, including: Following instructions and completing requests thoughtfully Answering questions in a comprehensive and infor...")
  • 02:29, 16 September 2023Arduino Stop Light Project (hist | edit) ‎[1,563 bytes]Ikevinax (talk | contribs) (Created page with "# LED Traffic Light This project uses an Arduino Uno, three LEDs, and three resistors to create a working traffic light. ## Materials * Arduino Uno * Three LEDs * Three 220 ohm resistors * Breadboard * Jumper wires ## Instructions 1. Connect the LEDs to the Arduino Uno as follows: GND -----> GND Red LED -----> D6 Green LED -----> D5 Yellow LED -----> D4 2. Connect the resistors to the LEDs as follows: Red LED -----> 220 ohm resistor -----> GND Green LED -----> 2...")
  • 21:38, 15 September 2023Forum Resources (hist | edit) ‎[505 bytes]Ikevinax (talk | contribs) (Created page with "Adding Menu Items The Add Menu Item plugin allows you to add or change custom links to the top of your Vanilla forum implementation. To use the plugin, follow these steps: # Log into your forum. # Select Settings. # On the left, scroll down to Plugins under ADDONS. # Locate the plugin called "Add Menu Item" and select the settings icon. # In the Menu Items section, click the Add Menu Item button. # Enter a label for the link and the URL of the page you want to link to...")
  • 18:32, 30 April 20233D Printers (hist | edit) ‎[3,094 bytes]Ikevinax (talk | contribs) (Created page with " == Introduction == A 3D printer is a machine that creates three-dimensional objects by depositing layers of material, one on top of the other. The technology behind 3D printing is known as additive manufacturing, as opposed to subtractive manufacturing, which involves removing material from a larger piece to create the final product. 3D printing has become increasingly popular in recent years due to its ability to create customized, complex objects quickly and inexpensi...")
  • 21:27, 28 April 2023Show Fahrenheit on PicoBricks OLED Instead of Celsius (hist | edit) ‎[417 bytes]Ikevinax (talk | contribs) (Created page with "In the file '''main.py''', replace this: <pre> oled.text("TEMP: {0:.2f}C".format(dht_sensor.temperature),0,30) </pre> ...with this: <pre> oled.text("TEMP: {0:.2f}F".format((dht_sensor.temperature * 1.8) + 32),0,30) </pre>")
  • 19:10, 25 April 2023PicoBricks (hist | edit) ‎[2,028 bytes]Ikevinax (talk | contribs) (Created page with "'''Pico Bricks''' is a project for the Raspberry Pi Pico, a microcontroller board that has a lot of potential. It is a collection of software libraries and code examples that make it easy to program RGB LED matrices, which are commonly used in LED displays and signs. The Pico Bricks libraries allow the Raspberry Pi Pico to control the RGB LED matrices by sending data over GPIO pins to shift registers that control the individual LED lights. This means that you can create...") originally created as "Pico Bricks"
  • 18:32, 25 April 2023Circuit Playground Express (hist | edit) ‎[2,123 bytes]Ikevinax (talk | contribs) (Created page with "The '''Circuit Playground Express''' is a microcontroller board designed for beginners and educators to learn and experiment with electronics and programming. It is produced by Adafruit Industries and is based on the ATmega32u4 microcontroller, which is also used in the Arduino Leonardo. ==Features== The Circuit Playground Express has built-in sensors and components, including temperature, light, and sound sensors, as well as buttons, switches, and LEDs, that al...")
  • 15:13, 25 April 2023WordPress Resources (hist | edit) ‎[597 bytes]Ikevinax (talk | contribs) (Created page with "'''WordPress Resources''' '''Theme''': Spacious")
  • 16:57, 23 April 2023Lewdie Sioux (hist | edit) ‎[2,023 bytes]Ikevinax (talk | contribs) (Created page with "'''Lewdie Sioux: A New Wave Enthusiast and Passionate Gardener''' Lewdie Sioux is a passionate gardener and New Wave enthusiast who has a great love for music, video games, and Hello Kitty. She was born in Texas and spent part of her childhood in Tulsa. She attended a local high school in Texas and then went on to earn a degree in horticulture from the University of Texas. == Personal Life == Lewdie met her husband, Kevin, on Independence Day in 2005 at The Church D...")
  • 15:03, 22 April 2023POLK (hist | edit) ‎[1,298 bytes]Ikevinax (talk | contribs) (Created page with "Welcome to the game of "Egg-spelling POLK"! Here are the instructions in MediaWiki code: == Game of Egg-spelling POLK == === Setup === Gather at least two players and a computer with a notepad or similar application. Find an egg-shaped object, such as a stress ball, that each player can use to strike the keyboard. === Objective === The objective of the game is to spell the word "POLK" by striking the keyboard with the egg-shaped object. === Gameplay === # To begin...")
  • 01:35, 22 April 2023Arduino Project 01 (hist | edit) ‎[2,494 bytes]Ikevinax (talk | contribs) (Created page with "This project, '''Arduino Project 01''', involves programming an Arduino Uno microcontroller board to control a set of LEDs. The goal is to make the LEDs blink randomly with a certain pattern. The program randomly selects one of the LEDs and turns it on for a short period of time, then turns it off and waits for another short period of time before repeating the process with a different LED. By changing the delay times in the program, it is possible to control the speed o...")
  • 23:28, 21 April 2023Raspberry Pi 4 Project 01 (hist | edit) ‎[2,104 bytes]Ikevinax (talk | contribs) (Created page with "= LED Bar Graph Pulsating Project = This project involves creating a 10-LED bar graph that pulsates light using a Raspberry Pi 4 and Python code. The LED bar graph will have 10 bars, each controlled by a GPIO pin on the Raspberry Pi. == Required Materials == To complete this project, you will need the following materials: * Raspberry Pi 4 * Breadboard * 10 LEDs * 10 220-ohm resistors * Jumper wires == Circuit Diagram == The circuit diagram for this project is shown...")
  • 15:44, 21 April 2023Social Media Profiles (hist | edit) ‎[175 bytes]Ikevinax (talk | contribs) (Created page with "{| class="wikitable" |- ! Social Media ! URL |- ! Facebook | {{{facebook|}}} |- ! Instagram | {{{instagram|}}} |- ! Twitter | {{{twitter|}}} |- ! Mastodon | {{{mastodon|}}} |}")
  • 23:48, 19 April 2023ChatGPT (hist | edit) ‎[1,548 bytes]Ikevinax (talk | contribs) (Created page with "== Introduction == ChatGPT is a language model developed by OpenAI, based on the GPT-3.5 architecture. It is a powerful tool in natural language processing, capable of generating human-like text in response to a given prompt. == Development == ChatGPT was developed by OpenAI and trained on a massive amount of data. It is an advancement over previous state-of-the-art language models, such as GPT-2 and BERT. == Capabilities == ChatGPT is capable of performing various nat...")
  • 23:35, 19 April 2023Sandbox (hist | edit) ‎[994 bytes]Ikevinax (talk | contribs) (Created page with "<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>My MediaWiki Front Page</title> <style> →‎Style rules for feature boxes: .feature-box { display: flex; flex-direction: column; align-items: center; padding: 20px; margin: 20px; background-color: #f0f0f0; border-radius: 10px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } .feature-box h2 { margin: 0;...")
  • 22:40, 19 April 2023Raspberry Pi (hist | edit) ‎[3,954 bytes]Ikevinax (talk | contribs) (Created page with "== Introduction == The Raspberry Pi 4 B and Raspberry Pi Pico are two powerful single-board computers that are widely used in hobbyist projects, educational settings, and even in commercial products. Both boards are part of the Raspberry Pi family and offer many features and improvements over their predecessors. Please remember, these models are just two among several. == Specifications == === Raspberry Pi 4 B === * Broadcom BCM2711 quad-core Cortex-A72 (ARM v8) 64-bit...")
  • 20:50, 19 April 2023Micro:bit (hist | edit) ‎[2,945 bytes]Ikevinax (talk | contribs) (Created page with "'''micro:bit''' The micro:bit is a small programmable computer developed for education and experimentation. It was created by the BBC to encourage coding and digital skills in young people. The device is pocket-sized, measuring 4cm x 5cm, and includes an LED display, buttons, sensors, microprocessor, Bluetooth, and a built-in battery pack. It can be programmed with Microsoft MakeCode, Python, Scratch, and JavaScript. The micro:bit is easy to use and comes with tutorials...")
  • 17:09, 15 March 2023New Orleans (2023) (hist | edit) ‎[173 bytes]Ikevinax (talk | contribs) (Created page with "==Attractions== ==Night Life== ==Restaurants==")
  • 17:06, 15 March 2023New Orleans (hist | edit) ‎[132 bytes]Ikevinax (talk | contribs) (Created page with "New Orleans disambiguation page * New Orleans (2005) * New Orleans (2008) * New Orleans (2017) * New Orleans (2023)")