Skip to content

Instantly share code, notes, and snippets.

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
// The VotingSystem smart contract enables secure and transparent voting on Solidity.
// It facilitates voter registration, candidate addition, and vote casting.
// The contract owner manages the process, ensuring integrity and accountability.
// It is deployed on Base
contract VotingSystem {
// SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.5.9;
import "@0x/contracts-erc20/contracts/src/ERC20Token.sol";
/**
* @title SampleERC20
* @dev Create a sample ERC20 standard token
*/
@Ayomisco
Ayomisco / Essay
Created December 10, 2022 07:51 — forked from 171993/Essay
Essay responses for application
#1. Why are you interested in programming? What have you done to expose yourself to programming so far?
I’m interested in programming because I have a passion for tech, creativity, and finding solutions. I love the mental challenge that programming presents and the possibility of being able to conceive a new idea and bring it to fruition. My first exposure to programming was 4-5 years ago when I started teaching myself basic html/css to create themes for blogs of mine. I tried teaching myself python to see if I could learn more difficult languages, and I was able to learn the basics. During my junior year of college I took one class that taught introductory level C# in visual studio. Although I wasn’t able to take any other programing classes, that class was beneficial to me because it proved to me that I would greatly benefit from learning programing techniques in a collaborative classroom setting.
# 2. What are your professional goals for the next 2 years, the next 5 years?
Over the next 2 years, my go