Skip to content

Commit f89a5cf

Browse files
committed
jazz
1 parent c59f25f commit f89a5cf

3 files changed

Lines changed: 16 additions & 54 deletions

File tree

assets/images/projects/math.png

1.32 KB
Loading

pages/_data/projects.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
[
2+
{
3+
"title": "GPT Math",
4+
"link": "https://github.com/vivCoding/gpt-math",
5+
"image": "/assets/images/projects/math.png",
6+
"description": "Basic experiment of improving math problem solving for ChatGPT"
7+
},
8+
{
9+
"title": "DSRLM GPT",
10+
"link": "https://github.com/vivCoding/dsr-lm-gpt",
11+
"image": "/assets/images/projects/code_icon.png",
12+
"description": "Basic experiment of improving logical reasoning (specifically relation extractions) for ChatGPT"
13+
},
214
{
315
"title": "MeetCode",
416
"link": "https://devpost.com/software/meetcode",
@@ -9,7 +21,7 @@
921
"title": "VChess",
1022
"link": "https://vivcoding.github.io/vchess/",
1123
"image": "/assets/images/projects/chess_piece_knight.png",
12-
"description": "A basic C++ chess engine for playing chess games and generating optimal moves. Designed to be paired with a GUI and be a backend for chess programs. Deployable to the web with WebAssembly"
24+
"description": "Basic C++ chess engine for playing chess games and generating optimal moves. Designed to be paired with a GUI and be a backend for chess programs. Deployable to the web with WebAssembly"
1325
},
1426
{
1527
"title": "Sorting Visualizer",
@@ -21,19 +33,19 @@
2133
"title": "yt-dlp GUI",
2234
"link": "https://github.com/vivCoding/yt-dlp-gui",
2335
"image": "/assets/images/projects/youtube_logo.png",
24-
"description": "A simple GUI for the popular Youtube downloader library"
36+
"description": "Simple GUI for the popular Youtube downloader library"
2537
},
2638
{
2739
"title": "Vusic",
2840
"link": "https://github.com/vivCoding/vusic",
2941
"image": "/assets/images/projects/logo500x500.png",
30-
"description": "A fast and easy to use music player and queuer, inspired by Discord GroovyBot. Submited to the BoilerMake VIII Hackathon"
42+
"description": "Fast and easy to use music player and queuer, inspired by Discord GroovyBot. Submitted to the BoilerMake VIII Hackathon"
3143
},
3244
{
3345
"title": "BF Interpreter",
3446
"link": "https://github.com/vivCoding/bf-interpreter",
3547
"image": "/assets/images/projects/bfLogo.png",
36-
"description": "A Brainfuck interpreter writen in C. Has basic error checking."
48+
"description": "Simple Brainf**k interpreter writen in C. Has basic error checking."
3749
},
3850
{
3951
"title": "Blanner",

pages/blog/2024-01-16_wizards.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)