Skip to content
View ve-noah's full-sized avatar
:atom:
Looking and Learning
:atom:
Looking and Learning
  • Italy
  • 15:11 (UTC -12:00)

Block or report ve-noah

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. random-password-generator random-password-generator Public

    This simple Python script generates a random password of a specified length using the secrets module. It includes a variety of characters, such as letters (both uppercase and lowercase), digits, an…

    Python 1 1

  2. weather-app weather-app Public

    This is my final project for CS50's Introduction to Programming with Python. This Weather Application is a Python-based tool for retrieving and displaying weather information. It utilizes APIs to f…

    Python

  3. array-pattern-matcher array-pattern-matcher Public

    A simple Python script that analyzes an array of integers to detect patterns where the first and third elements of consecutive triplets are identical. The program collects and outputs all such trip…

    Python

  4. char-cloner-c char-cloner-c Public

    A simple C program that duplicates each character in a user-provided string. Demonstrates basic string manipulation, safe memory handling, and array indexing. Accepts up to 9 characters as input an…

    C