Skip to content
View andreology's full-sized avatar
💻
Working
💻
Working
  • California State University, Long Beach
  • North Long Beach, CA

Block or report andreology

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
  • A simple demo on how to use basic configuration. how to add variables, resources, and providers to expand your deployment. how to leverage abstraction and improve code reuse with functions, state f…

    HCL Updated Feb 20, 2023
  • Research and Demonstration on a phishing attack. App includes a React.js website, firebase database to store survey data and an xml email for victims..

    JavaScript Updated Jan 4, 2023
  • react Public

    Blog Template Website Practice

    JavaScript Updated Jan 4, 2023
  • rncourse Public

    React Native Course

    JavaScript Updated Jan 4, 2023
  • A simple demonstration on how smart contracts can be used in a supply chain scenario. Where every transaction taking place from the beginning of a products lifecycle to the end can be traced using …

    Solidity Updated Dec 19, 2022
  • dockernode Public

    Docker container for Node voting web app

    JavaScript Updated Dec 10, 2022
  • Simple demonstration on creating a smart contract using ethereum in truffle and the solidity programming language.

    JavaScript Updated Nov 27, 2022
  • A demonstration on using a flask restful api to enable highly connected interactions between application via rest API's.

    Python Updated Nov 26, 2022
  • threejs Public

    JavaScript Updated Aug 13, 2022
  • CSULB Project in conjunction with the city of Long Beach.

    Jupyter Notebook Updated Jun 2, 2022
  • security Public

    Demonstration on how to develop more secure Python applications. By showing the most common vulnerabilities in Python apps and how to set up a coding environment that helps you develop code with se…

    Python Updated Sep 22, 2021
  • odata-api Public

    A simple demonstration on the use of OData API integrations. Where OData aims to standardize RESTful APIs, allowing for better integration between services. This demo will show how to create OData …

    C# Updated Sep 13, 2021
  • Gamified LMS built on the Salesforce platform.

    Apex Updated Jun 3, 2021
  • Apex Updated May 19, 2021
  • JavaScript Updated May 7, 2021
  • project-0-alpha created by GitHub Classroom

    Updated Apr 19, 2021
  • A digital twin of the city of Chicago along with automated sensors

    C# Updated Aug 19, 2020
  • Concise challenges, over a dozen Python challenges, as well as solutions to each problem—the majority of which are less than two dozen lines of code. I tackle each problem using the tools in the Py…

    Python Updated Aug 12, 2020
  • automation Public

    In this demonstration, I show how to automate repetitive tasks using Python. I provide a “cookbook” for developers and non-developers alike, allowing automation of almost anything: from filling out…

    Python Updated Aug 3, 2020
  • Hasher Public

    In this project I use Django, to create a website where users can go to the homepage, insert text and get a returned hash value. Moreover, I use test-driven development to explore functional tests …

    Python Updated Jun 11, 2020
  • signals Public

    Inter process communication between processes in C. In this demonstration I show two examples on how the operating system talks to processes using signals. Where programs are normally stopped using…

    C Updated Jun 11, 2020
  • A Python demonstration on using shared vs. distributed memory with thread, process and execution scheduling.

    Python Updated Jun 9, 2020
  • pointers Public

    In this demo I cover the essentials of obtaining, storing, and using addresses; memory allocation and buffers; and linked lists in C. I then digs into some more advanced concepts, including how to …

    C Updated Jun 8, 2020
  • A C++ demonstration on using shared vs. distributed memory with thread, process and execution scheduling.

    C++ Updated Jun 6, 2020
  • Built, tested and deployed a Full Stack Application using Django-Rest-Framework and React.js. Users are able to track and share their workouts with other users.

    Python Updated May 5, 2020
  • Built a simple map with Android, using Java. Users may search and mark locations. If location exists it will be added to a recycler view, else error message will warn user.

    Java Updated May 4, 2020
  • Created a peer to peer file sharing software written in C. The application consists of two components: (a) a server discovery component (b) a file transfer component

    C Updated Apr 25, 2020
  • Developed a simple Login to register and authenticate users. Built a display to show vehicle data from restful APIs. The objective is to practice fragments, activities and its properties.

    Java Updated Apr 25, 2020
  • In this lab, I implemented my own dynamic memory allocator (heap manager) in C. I used the simple (but somewhat inefficient) free list system of heap allocation. I will demonstrate how to use the a…

    C Updated Mar 14, 2020
  • In this project I simulated the rolling of three dice n times. Random variable "X" is the number of "successes" in n rolls. This is considered one experiment. I then repeated the experiment N times…

    Jupyter Notebook Updated Mar 14, 2020