Skip to content
    trippings

    sanz

    @trippings
    A professional developer
    Philippines, Pampanga
    GitHub
    YouTube
    Website
    trippings
    trippings
    published a Repl
    1 year ago
    0
    Mandelbrot Fractal in Pygame
    Mandelbrot Fractal in PygameThis is a simple implementation of the Mandelbrot fractal in Python using the Pygame library. The code uses a very simple color palette that alternates between black and white for each pixel in the fractal.
    trippings
    trippings
    published a Repl
    1 year ago
    0
    Ray-screening 3D Optimistic Signed Program in C
    Ray-screening 3D Optimistic Signed Program in CThis project is a simple implementation of a ray-screening algorithm in C, using a 3D model of a sphere. The program uses basic geometric calculations to determine if a ray intersects with the sphere and, if so, calculates the distance of the intersection point from the ray's origin. This distance is then used to set the color of the corresponding pixel on the screen, with closer intersections appearing brighter. The resulting image is output as a PPM file. This project can serve as a starting point for more complex ray-screening algorithms and 3D graphics applications.
    trippings
    trippings
    published a Repl
    1 year ago
    0
    2D Game: Circle Collector
    2D Game: Circle CollectorIn this fast-paced game, control a square character as it moves around a black screen collecting white circles. Avoid the red squares that move randomly around the screen, as they will cause you to lose points. As you collect more circles, the game will speed up and become more challenging. Can you reach the high score? Controls: Use the left/right arrow keys to move left/right Use the up/down arrow keys to move up/down
    trippings
    trippings
    published a Repl
    1 year ago
    0
    A Faster and Improved MD5 Hash Implementation in C
    A Faster and Improved MD5 Hash Implementation in CThis code presents an optimized implementation of the MD5 hash algorithm in C. The code is faster and more efficient than the original algorithm, and it doesn't use any external libraries. The code takes a message as input, pads it with additional bits, and processes it in blocks of 64 bytes to compute the final hash. The result is printed as a hexadecimal number.
    trippings
    trippings
    published a Repl
    1 year ago
    3
    Raycasted 3D Sun
    Raycasted 3D SunA C program that uses raycasting to render a 3D representation of the sun. The program calculates the intersection of a ray with a sphere representing the sun, and determines the color of each pixel based on the sun's surface color at that point. The resulting image is outputted in the PPM format.
    trippings
    trippings
    published a Repl
    1 year ago
    0
    Improved SHA256 Hash Function in C
    Improved SHA256 Hash Function in CThis is a re-implementation of the SHA256 hash function in C, with improved performance and readability. The function takes a message and its length as input, and outputs the resulting 256-bit hash as an array of 32-bit unsigned integers. It follows the standard SHA256 algorithm, using the defined constants and functions for the compression function. The code is well-commented and easy to understand, making it a useful resource for anyone looking to incorporate SHA256 hashing in their own projects.
    trippings
    trippings
    published a Repl
    1 year ago
    0
    Quantum Tunneling: A Pygame Demonstration
    Quantum Tunneling: A Pygame DemonstrationThis Pygame game visually demonstrates the phenomenon of quantum tunneling, in which particles can pass through barriers that they do not have enough energy to overcome. The game shows particles approaching a barrier with potential energy, then tunneling through it to the other side.
    trippings
    trippings
    published a Repl
    1 year ago
    1
    Solar System
    Solar SystemSolar System: This Pygame program shows the rotation of the Earth in the Sun and any other planets in the solar system. It also includes lines representing the gravitational pull of the planets. The program simulates the gravitational pull between the sun and the earth using the gravitational constant and the distance between the two.
    trippings
    trippings
    published a Repl
    1 year ago
    1
    AI learns how to find the most used number!
    AI learns how to find the most used number![AI Series]: This AI can find the most used number by the given input! It can also: Detect if there are more than two most used numbers Detect if the input is non-integer
    trippings
    trippings
    published a Repl
    1 year ago
    1
    NEAT Mutation
    NEAT MutationSimple implementation of NEAT | Neural Evolution of Augmented Topologies.
    trippings
    trippings
    published a Repl
    1 year ago
    1
    DNA Simulation
    DNA SimulationA DNA strand is made up of two helices that wrap around each other. Each helix is made up of a sequence of rectangles that are connected to each other.
    trippings
    trippings
    published a Repl
    1 year ago
    1
    Document Automator
    Document AutomatorDocument Automator This program is a command line software that can do the following: Successfully display a list of items Allow the user to successfully add items to the list Allow the user to successfully delete an item from the list Allow the user to successfully update an item in the list Exit the program if they choose so
    trippings
    trippings
    published a Repl
    1 year ago
    0
    AI learns how to find the odd numbers!
    AI learns how to find the odd numbers!AI Series: In this program, AI learns how to find odd numbers using a simple algorithm!
    trippings
    trippings
    published a Repl
    1 year ago
    3
    trippings
    trippings
    published a Repl
    1 year ago
    0
    Why you should not host your Discord Bot in Replit
    Why you should not host your Discord Bot in ReplitWhy...? Well, read the README.md file!
    Copyright © 2024 Replit, Inc. All rights reserved.
    • twitter
    • tiktok
    • instagram
    • facebook

    Replit

    Programming languages

    • Python
    • JavaScript
    • TypeScript
    • Node.js
    • Nix
    • HTML, CSS, JS
    • C++
    • Golang