|
@ -20,19 +20,17 @@ |
|
|
</h2> |
|
|
</h2> |
|
|
</a> |
|
|
</a> |
|
|
<p> |
|
|
<p> |
|
|
This was my first venture into making a website with a real |
|
|
|
|
|
database. After seeing SQLite crash and burn, I switched over |
|
|
|
|
|
to using MongoDB as my DBMS. |
|
|
|
|
|
|
|
|
|
|
|
In addition to this, I also implemented my own rudimentary |
|
|
|
|
|
package manager in bash to obtain nouns and verbs from a |
|
|
|
|
|
|
|
|
The project contains a MongoDB client (intended to be run |
|
|
|
|
|
server-side) which allows fast retrieval of nouns and |
|
|
|
|
|
verbs that need to be declined/conjugated. It also has a |
|
|
|
|
|
package manager written in bash to retrieve vocabulary from a |
|
|
mirror. |
|
|
mirror. |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col-md-5 m-1 text-light bg-primary" style="border-radius:25px"> |
|
|
<div class="col-md-5 m-1 text-light bg-primary" style="border-radius:25px"> |
|
|
<a href="https://github.com/junikimm717/OMSB9-Final-Project" target="new"> |
|
|
<a href="https://github.com/junikimm717/OMSB9-Final-Project" target="new"> |
|
|
<h2 class="text-light"> |
|
|
<h2 class="text-light"> |
|
|
OMSB9 Final Project |
|
|
|
|
|
|
|
|
Methodology of Science: Biology Final Project |
|
|
</h2> |
|
|
</h2> |
|
|
</a> |
|
|
</a> |
|
|
<p> |
|
|
<p> |
|
@ -44,18 +42,17 @@ |
|
|
<h2> Scripts </h2> |
|
|
<h2> Scripts </h2> |
|
|
<div class="row"> |
|
|
<div class="row"> |
|
|
<div class="col-md-5 m-1 text-light bg-primary" style="border-radius:25px"> |
|
|
<div class="col-md-5 m-1 text-light bg-primary" style="border-radius:25px"> |
|
|
<a href="https://github.com/junikimm717/yacoh" target="new"> |
|
|
|
|
|
|
|
|
<a href="https://git.junickim.me/junikimm717/rems" target="new"> |
|
|
<h2 class="text-light"> |
|
|
<h2 class="text-light"> |
|
|
Yet Another Competitive Programming Helper |
|
|
|
|
|
|
|
|
Rems |
|
|
</h2> |
|
|
</h2> |
|
|
</a> |
|
|
</a> |
|
|
<p> |
|
|
<p> |
|
|
Yet Another Competitive Programming Helper is a series of |
|
|
|
|
|
scripts designed to aid one in initializing a testing |
|
|
|
|
|
environment for competitive programming contests, as well as a |
|
|
|
|
|
server for <a |
|
|
|
|
|
href="https://github.com/jmerle/competitive-companion"> |
|
|
|
|
|
Competitive Companion </a>. |
|
|
|
|
|
|
|
|
Rems is a python script that is designed to help one classify |
|
|
|
|
|
reminders and tasks in levels of urgency. Weekly reminders can |
|
|
|
|
|
also be created which allow the various states of urgency to |
|
|
|
|
|
cycle through each day of the week. Functionality to quickly |
|
|
|
|
|
remove past reminders is also present. |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col-md-5 m-1 text-light bg-primary" style="border-radius:25px"> |
|
|
<div class="col-md-5 m-1 text-light bg-primary" style="border-radius:25px"> |
|
@ -65,8 +62,8 @@ |
|
|
</h2> |
|
|
</h2> |
|
|
</a> |
|
|
</a> |
|
|
<p> |
|
|
<p> |
|
|
This is a series of scripts designed to automate the generating |
|
|
|
|
|
of LATEX or Markdown templates for the schoolwork that I have. |
|
|
|
|
|
|
|
|
This is a script designed to automate the generating of LATEX |
|
|
|
|
|
or Markdown templates for school assignments. |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|