-
California State University, Long Beach
- North Long Beach, CA
-
terraform-simple-config Public
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 UpdatedFeb 20, 2023 -
phishingattack Public
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 UpdatedJan 4, 2023 -
-
-
supply-chain Public
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 UpdatedDec 19, 2022 -
-
simple-smart-contract Public
Simple demonstration on creating a smart contract using ethereum in truffle and the solidity programming language.
JavaScript UpdatedNov 27, 2022 -
flask-restful-api Public
A demonstration on using a flask restful api to enable highly connected interactions between application via rest API's.
Python UpdatedNov 26, 2022 -
-
LongBeachCityProject Public
Forked from antonshir/LongBeachCityProjectCSULB Project in conjunction with the city of Long Beach.
Jupyter Notebook UpdatedJun 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 UpdatedSep 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# UpdatedSep 13, 2021 -
TrialoftheTitans Public
Forked from revaturelabs/TrialoftheTitansGamified LMS built on the Salesforce platform.
Apex UpdatedJun 3, 2021 -
-
project-1-alpha Public
Forked from EX-Salesforce-Training/project-1-alphaJavaScript UpdatedMay 7, 2021 -
project-0-alpha Public
Forked from EX-Salesforce-Training/project-0-alphaproject-0-alpha created by GitHub Classroom
UpdatedApr 19, 2021 -
digital-twin Public
Forked from buildwithcycy/digital-twinA digital twin of the city of Chicago along with automated sensors
C# UpdatedAug 19, 2020 -
code_challenges Public
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 UpdatedAug 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 UpdatedAug 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 UpdatedJun 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 UpdatedJun 11, 2020 -
multi-threading Public
A Python demonstration on using shared vs. distributed memory with thread, process and execution scheduling.
Python UpdatedJun 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 UpdatedJun 8, 2020 -
parellel_concurrent Public
A C++ demonstration on using shared vs. distributed memory with thread, process and execution scheduling.
C++ UpdatedJun 6, 2020 -
Track-Workout-Share Public
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 UpdatedMay 5, 2020 -
location_finder Public
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 UpdatedMay 4, 2020 -
peer2peer_fileshare Public
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 UpdatedApr 25, 2020 -
android_login Public
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 UpdatedApr 25, 2020 -
dynamic_mem_allocator Public
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 UpdatedMar 14, 2020 -
binomial_poisson Public
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 UpdatedMar 14, 2020