Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / ewliang 41 repositories

Full Stack Developer

ewliang/Sparse-Poly-Calculator-C-

A C++ Sparse Poly calculator that can add or multiply polynomials created in the main driver. The program utilizes vectors to store the polynomial term values. It automatically sorts the terms from least to greatest exponent order. I wish I had such a program back in high school to tackle those tedious polynomial problems.

Language: C++ - Size: 2.68 MB - Last synced: 18 days ago - Pushed: over 9 years ago - Stars: 0 - Forks: 0

ewliang/UTC-Time-Display-C-

The purpose of this C++ program is to display the UTC aka GMT time and date on the console window. This feature is used in a separate project I am working on and is backed up as a reminder should I ever need to use this feature in other projects.

Language: C++ - Size: 2.42 MB - Last synced: 18 days ago - Pushed: over 9 years ago - Stars: 0 - Forks: 0

ewliang/YakJS

YakJS is a Node.js based chat application created on Express.js and Socket.io. A simple HTML/CSS/JS frontend is used to act as a temporary frontend to demonstrate the functionality and concept of this project.

Language: HTML - Size: 72.3 KB - Last synced: 18 days ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

ewliang/TwitterCloneJS

TwitterCloneJS is a Twitter clone based on the full stack web architecture MEVN.

Language: JavaScript - Size: 131 KB - Last synced: 18 days ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

ewliang/WSJ-Web-Scraper

A simple web scraper to scrape the WSJ website.

Language: JavaScript - Size: 15.6 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

ewliang/Stock-Predictor

A simple stock predictor webapp using brain.js LSTM neural network.

Language: JavaScript - Size: 244 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 1 - Forks: 3

ewliang/Skelly-CSS-Grid-12-Column-Framework

Skelly is a 12 column grid system made using the CSS Grid display element. The goal of this project is to provide a minimal and modern 12 column responsive CSS grid framework for web development.

Language: HTML - Size: 20.5 KB - Last synced: 18 days ago - Pushed: over 6 years ago - Stars: 1 - Forks: 0

ewliang/SellMyBook-Website

Language: JavaScript - Size: 2.34 MB - Last synced: 18 days ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

ewliang/ReactJS-Project-Template

A React.js project template or "boilerplate" created without relying on the use of the create-react-app CLI tool. This is done via webpack, babel, and a variety of other tools for a basic minimal setup. This is a good option when you want a very custom specific requirements project that is not restricted by the create-react-app boilerplate.

Language: JavaScript - Size: 4.88 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

ewliang/Pure-CSS-Full-Screen-Navigation-Menu

A full screen popup navigation menu made from purely CSS. No Javascript. No jQuery.

Language: CSS - Size: 17.6 KB - Last synced: 18 days ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

ewliang/Pensieri

Pensieri is a full stack blogging platform based on a MEVN stack which is MongoDB, Express.js, Vue.js, and Node.js. In this case, I used Nuxt.js over the vanilla Vue.js framework to take advantage of the benefits of server-side rendering and SEO.

Language: JavaScript - Size: 3.21 MB - Last synced: 18 days ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

ewliang/My-Vuepress-Blog

Just a mini project experimenting with the Vuepress framework.

Size: 90.8 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

ewliang/Mortgage-Repayment-Calculator

A simple mortgage repayment calculator. I made this just to practice my web design UI skills and to play around with Javascript. I made a requirement for myself so that I will not be allowed to use Bootstrap to make it mobile friendly. Everything has to be 100% vanilla.

Language: CSS - Size: 27.3 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

ewliang/Meme-Generator

A simple meme maker created using HTML5, CSS3, and Vanilla JavaScript. The inspiration behind me building this project is to learn more about the HTML5 canvas element which will act as a guinea pig project to my real project.

Language: HTML - Size: 21.5 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

ewliang/Javascript-Algorithms

Contains a list of common CS algorithms, but implemented using mostly plain old Vanilla JavaScript

Language: JavaScript - Size: 18.6 KB - Last synced: 18 days ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

ewliang/HackerRank-Exercises

This is a Github repository of all my HackerRank exercises I've done so far since the creation of this repository.

Language: JavaScript - Size: 612 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

ewliang/Frankenstein-Javascript-Project

This is a super random JavaScript project I started to review and try to implement as much of the JavaScript concepts as possible. There is no ultimate fancy featured goal of this project. It is literally just a Frankenstein site for practicing JavaScript!

Language: JavaScript - Size: 3.91 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

ewliang/Binary-Tree-Heap

C++ implementation of a heap and heap sort through use of a binary tree structure.

Language: C++ - Size: 5.59 MB - Last synced: 18 days ago - Pushed: over 9 years ago - Stars: 1 - Forks: 2

ewliang/CodeWars-Exercises

This is a GitHub repository of all my Javascript exercise solutions from the Codewars website. https://www.codewars.com/users/ewliang

Language: JavaScript - Size: 42 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 2 - Forks: 0

ewliang/distance-to-range-calculator

User is to input two values forming a range, followed by a 3rd value within the range. The calculator should then display the percentage and value difference from the 3rd value to each of the user provided range values.

Language: HTML - Size: 10.7 KB - Last synced: 18 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ewliang/developer-roadmap Fork of kamranahmedse/developer-roadmap

Roadmap to becoming a web developer in 2018

Size: 6.27 MB - Last synced: 18 days ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

ewliang/Eric-Liang-100-Days-of-Code-Log

Eric Liang's Official 100DaysOfCode Log. This repository contains all of the 100DaysOfCode challenge rounds I've ever done.

Size: 104 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

ewliang/Awesome-JavaScript-Interviews Fork of rohan-paul/Awesome-JavaScript-Interviews

Popular Interview questions and my personal notes on JavaScript, React, Node, Mongo and anything web-development. Many of them, I faced in actual interview

Language: JavaScript - Size: 3.33 MB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

ewliang/Eric-Liang-Personal-Dashboard-UI-Lite

A public lite version of my potential personal website's custom main dashboard for https://www.eric-liang.com. It will have extremely limited features and will only focus on the Front End UI side of things. Some features might or might not be available in the final version. That's why it's a public "lite" release. The final version will be private source code and WILL NOT be released.

Language: JavaScript - Size: 172 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

ewliang/CNBC-Premarket-Web-Scraper

A web scraper created using Puppeteer library on the backend to scrape the stock market prediction data off of CNBC's premarket page.

Language: JavaScript - Size: 78.1 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0

ewliang/animation.css

animation.css is a library of native vanilla CSS animations without the use of JavaScript.

Language: HTML - Size: 1000 Bytes - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

ewliang/DistractMeNot-Chrome-Extension

DistractMeNot is a basic productivity Chrome Extension that allows users to input a list of site(s) they wish to not distract them while surfing the internet. From the URLs submitted to the plugin, it will then actively keep a lookout for the URLs. If the URLs are detected, the extension will automatically close the tab or window.

Language: JavaScript - Size: 39.1 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0

ewliang/Eric-Liang-Chrome-Extension

This is a simple chrome extension that links to some of my social media profiles.

Language: HTML - Size: 7.81 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

ewliang/drag-and-drop-ui

A HTML, CSS, and Javascript implementation of a drag and drop file upload UI.

Language: JavaScript - Size: 130 KB - Last synced: 18 days ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

ewliang/BW-Color-Contrast-AI

BW Color Contrast AI is a simple machine learning webapp that learns and suggests which text color (black or white) goes best on the foreground of a randomly generated background color using brain.js as the library for neural network.

Language: JavaScript - Size: 50.8 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0

ewliang/Blockchain

A simple Blockchain implementation in JavaScript.

Language: JavaScript - Size: 148 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

ewliang/Brevis-URL-Shortener

Brevis is a URL Shortening webapp created using Node.js Express.js, and Vue.js (Nuxt.js). The name "brevis" is the Latin term for "short", which represents the functionality of a URL "short"ening webapp after all!

Language: JavaScript - Size: 208 KB - Last synced: 18 days ago - Pushed: over 2 years ago - Stars: 7 - Forks: 0

ewliang/PassVault-My-C-Password-Management-Program

This is a C# program I created to securely manage and store my account information on a local offline database. Other features will be added in future updates as well as fixes to current bugs I've noticed. The program features 256-bit AES encryption algorithm as well as multi-user interface for multiple user usage.

Language: C# - Size: 1.73 MB - Last synced: 18 days ago - Pushed: over 9 years ago - Stars: 4 - Forks: 5

ewliang/Chrome-Extension-Base-Template

This is a basic Chrome Extension base template for starting new projects off of initialized with a MIT license.

Language: HTML - Size: 3.91 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 15 - Forks: 19

ewliang/Gmail-Bot

A simple Gmail bot I created in Node.js to help actively filter my emails. The motivation behind this project is due to the fact that some random recruiters don't bother looking at my resume which clearly states that I'm looking for a Frontend Web Developer position, not a Android Developer position. If I don't respond, they'll call me which wastes my time so I decided to make this bot to kindly turn them down.

Language: JavaScript - Size: 29.3 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 14 - Forks: 1

ewliang/C-Programming-Tutorials-for-Beginners

This repository contains the source code for the projects I've made in my C++ Programming for Beginners tutorials series on my Youtube Channel at https://www.youtube.com/user/ewliang Feel free to pop over and consider subscribing to my channel.

Language: C++ - Size: 13.2 MB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 12 - Forks: 12

ewliang/Remind-Me-Discord-Bot

A Discord Bot that allows users to set reminders for themselves with a delayed time length and message. Take full advantage of this feature by having Discord installed on your phone.

Language: JavaScript - Size: 39.1 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 16 - Forks: 8

ewliang/GhostJS-Base-Template

A barebones, style-less, minimal GhostJS base template for beginning GhostJS theme development projects.

Language: HTML - Size: 19.5 KB - Last synced: 18 days ago - Pushed: almost 6 years ago - Stars: 1 - Forks: 0

ewliang/Hourglass

Hourglass is a productivity app that serves as a self-reminder how much time is left in the year in different units of time. It is a mobile application that is created using React Native via Expo.

Language: JavaScript - Size: 303 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 3 - Forks: 0

ewliang/Military-Time-Clock

A simple military time clock made using HTML, CSS, and Javascript that changes the background color every second via RGB background color values from the current hours, minutes, and seconds.

Language: JavaScript - Size: 22.5 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

ewliang/HackerNews-Clone

Just another HackerNews clone using React.js library for learning and practicing using React.js.

Language: JavaScript - Size: 272 KB - Last synced: 18 days ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0