Skip to content

Commit 78000ef

Browse files
committed
jazz
1 parent f89a5cf commit 78000ef

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

pages/_data/projects.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"image": "/assets/images/projects/code_icon.png",
1212
"description": "Basic experiment of improving logical reasoning (specifically relation extractions) for ChatGPT"
1313
},
14+
{
15+
"title": "Program Synthesizer",
16+
"link": "https://github.com/vivCoding/ps",
17+
"image": "/assets/images/projects/code_icon.png",
18+
"description": "Basic program-by-example (PBE) synthesizer that can generate programs that perform basic array manipulation and arithmetic on an input array. Does bottom-up and top-down enumeration to search for programs."
19+
},
1420
{
1521
"title": "MeetCode",
1622
"link": "https://devpost.com/software/meetcode",

pages/_includes/index/about.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
{% comment %} ig a bit more scalable, since now i can insert mini links wherever i want if i want {% endcomment %}
2020
{% assign sentence1 = "I am currently a Master's student in CS at Purdue University." | split: " " %}
21-
{% assign sentence2 = "I like web dev and generative AI, especially code generation." | split: " " %}
21+
{% assign sentence2 = "I like web dev and AI, especially for code generation and verification." | split: " " %}
2222
{% assign sentence3 = "I also like making fun and useful things." | split: " " %}
2323
{% assign sentence4 = "My current favorite sorting algorithm is" | split: " " %}
2424

0 commit comments

Comments
 (0)