Skip to content

Mini website for testing both general CS knowledge and enforce coding practice and common algorithm/data structure memorization.

Notifications You must be signed in to change notification settings

joonlim/computer-science-flash-cards

 
 

Repository files navigation

Computer Science Flash Cards

Convert from .db to .csv

./sqlite_to_csv cards.db cards.csv

Convert from .csv to .db

./csv_to_sqlite cards.csv cards.db

Kill cs-flash-cards Docker process

./kill.sh

Remove cs-flash-cards Docker image

./rmi.sh

Combine .csv files

cat math.csv system.csv java.csv > interview.csv

How to run with Docker

./build.sh  # Build local Docker image
./run.sh

Initialize new database

Open localhost/initdb

About

Mini website for testing both general CS knowledge and enforce coding practice and common algorithm/data structure memorization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.9%
  • Python 35.6%
  • CSS 7.4%
  • JavaScript 7.3%
  • Shell 2.8%