Skip to content
View amendezcabrera's full-sized avatar

Organizations

@betazetadev

Block or report amendezcabrera

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. flutter_trivia_demo flutter_trivia_demo Public

    Getting started with Flutter creating a Trivia app using the Open Trivia API

    Dart

  2. stable-diffusion-dreambooth-training-scripts stable-diffusion-dreambooth-training-scripts Public

    Scripts to train Stable Diffusion using our own model with Dreambooth

    Python 1

  3. Bash script to create multiple insta... Bash script to create multiple instances of an image with different texts in each one
    1
    # Requirements: imagemagick
    2
    # Usage: add_text_to_image.sh FileWithTextLines.txt
    3
    #!/bin/bash
    4
    COUNTER=1
    5
    while IFS='' read -r line || [[ -n "$line" ]]; do
  4. betazetadev/flutter-crypto-dashboard betazetadev/flutter-crypto-dashboard Public

    A cross-platform desktop application built with Flutter that provides real-time cryptocurrency price visualization through interactive charts. It works seamlessly on Windows, macOS, and Linux.

    C++ 1

  5. betazetadev/particle-painter betazetadev/particle-painter Public

    This project serves as a proof of concept to demonstrate the use of Flutter's `Painter` widget for creating a dynamic particle with collisions visualization. Particles move randomly across the scre…

    C++