Skip to content
View jge162's full-sized avatar

Organizations

@CSUF-CPSC-131-Fall2017 @Engineering-Change @MSCS-Online
Block or Report

Block or report jge162

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
jge162/README.md

jge162

GitHub User's stars GitHub Badge

#!/usr/bin/env python3

import datetime
import random

def welcome_message():

    # Dynamic date
    today = datetime.datetime.now().strftime("%Y-%m-%d")

    # Random welcome phrases
    welcome_phrases = [
        "Welcome to my GitHub repository!",
        "Feel free to look around.",
    ]

    messages = [
        "-----------------------------------",
        "B.S., Computer & Electronics Engineer '23",
        "M.S., Computer Science '24",
        "-----------------------------------",
        f"Today's Date: {today}",
        random.choice(welcome_phrases),
        "-----------------------------------"
    ]

    for message in messages:
        print(message)

if __name__ == "__main__":
    welcome_message()

Pinned

  1. 471-SeniorDesign 471-SeniorDesign Public

    Team of four CSUF seniors creating an innovative 'Automatic Waste Sorter' that utilizes advanced technology to sort waste accurately and efficiently. The system's core is driven by a Google Coral D…

    Python 8 1

  2. ScoreBoard-wTimer ScoreBoard-wTimer Public

    Objective of this project was to emulate a Basketball scoreboard, with timer and two teams scores. See readme for pic and more details. FPGA design with Vivado.

    Verilog 23 7

  3. Embedded-Projects Embedded-Projects Public

    Embedded C projects completed while in attendance at CSUF, ADC, DAC, Matlab filter and FSM traffic light.

    C 6

  4. SWE-Group-Project SWE-Group-Project Public

    Foundation in Software Engineering. Basic concepts, principles, methods, techniques and practices of software engineering. All aspects of the software engineering fields. Use Computer-Aided Softwar…

    JavaScript 5

  5. verilog_compiler verilog_compiler Public template

    Verilog_Compiler is now available in GitHub Marketplace! This tool can quickly compile Verilog code and check for errors, making it an essential tool for developers.

    Verilog 13

  6. Action-Workflows Action-Workflows Public template

    This repo helps newcomers set up and edit GitHub Actions. The latest build v2.1.0 is now available on GitHub Marketplace. Please report any issues. Thank you for your support!

    Python 11 5