You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/_data/projects.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@
13
13
},
14
14
{
15
15
"title": "Program Synthesizer",
16
-
"link": "https://github.com/vivCoding/ps",
16
+
"link": "https://vivcoding.github.io/ps/",
17
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."
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"
0 commit comments