Skip to content

Commit

Permalink
"Updated config.json with new data and modified main.ts with changes …
Browse files Browse the repository at this point in the history
…to commandHandler function and added break statement"
  • Loading branch information
abhijit-23blaze committed Sep 17, 2024
1 parent fdd2e93 commit d3b0df7
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 41 deletions.
81 changes: 41 additions & 40 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"Jan '24",
"ICDCIT commitee @KIIT bhuvaneshwar",
"useful link 1",
"https://github.com/abhijit-23blaze/Bio-Bounty",
"",
"This was organized by the International Conference on ",
"Distributed Computing and Intelligent Things @ KIIT. It was",
"regarding a pap",
Expand All @@ -87,53 +87,54 @@
"i-Labs Hyderabad",
"useful link 1",
"https://github.com/abhijit-23blaze/Bio-Bounty",
"This was a Hack-a-thon organized by Greenshpere @IGDTUW delhi",
"Here our problem statement was to make an App that would",
"benefit the bio-heritage of our planet. Our solution was ",
"Bio Bounty - An innovative AI powered app that gamifies this",
"by rewarding the user whenever he goes out and discovers a new",
"species of animal or plant with the help of AI",
"There were a total of 90 teams that had participated in this",
"along with team IIITians that was lead by me. And among them",
"we were awarded the 1st prize for our App.",
"https://www.instagram.com/p/C7mVlyVyDkI/",
"useful link 2"
"Developed HarvestHub, an app to assist farmers in renting expensive equipment",
"Organized by i-labs, Hyderabad.",
"Secured 3rd place among 30+ competing teams.",
"",
"",
"",
"",
"",
"",
"",
""
],
[
"GGJ '24 :3rd runnerup",
"Feb '24",
"Global Game Jam @IIITS",
"useful link 1",
"https://github.com/abhijit-23blaze/Bio-Bounty",
"This was a Hack-a-thon organized by Greenshpere @IGDTUW delhi",
"Here our problem statement was to make an App that would",
"benefit the bio-heritage of our planet. Our solution was ",
"Bio Bounty - An innovative AI powered app that gamifies this",
"by rewarding the user whenever he goes out and discovers a new",
"species of animal or plant with the help of AI",
"There were a total of 90 teams that had participated in this",
"along with team IIITians that was lead by me. And among them",
"we were awarded the 1st prize for our App.",
"https://www.instagram.com/p/C7mVlyVyDkI/",
"useful link 2"
"Created Memesaber, a humorous VR game designed to entertain.",
"Finished 4th place and received a cash prize.",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
[
"Techfrontier :Rank 4",
"Mar '24",
"Edusynch",
"useful link 1",
"https://github.com/abhijit-23blaze/Bio-Bounty",
"This was a Hack-a-thon organized by Greenshpere @IGDTUW delhi",
"Here our problem statement was to make an App that would",
"benefit the bio-heritage of our planet. Our solution was ",
"Bio Bounty - An innovative AI powered app that gamifies this",
"by rewarding the user whenever he goes out and discovers a new",
"species of animal or plant with the help of AI",
"There were a total of 90 teams that had participated in this",
"along with team IIITians that was lead by me. And among them",
"we were awarded the 1st prize for our App.",
"https://www.instagram.com/p/C7mVlyVyDkI/",
"useful link 2"
"Excelled in the coding round and served as a QA tester for the proctoring software.",
"Organized by EduSynch.",
"Awarded 1st place and received a cash prize.",
"",
"",
"",
"",
"",
"",
"",
"",
""
]
],

Expand Down Expand Up @@ -185,12 +186,12 @@
"Official newsletter of IIIT Sri City",
"[open source]",
"[version 2 released]",
"Project description long1",
"Project description long2",
"Project description long3",
"Project description long4",
"Project description long5",
"Typescript + Vite + HTML/CSS + Turn.JS + GithubPages",
"Developed a full-stack application to host the official college magazine of IIIT Sri City",
"Utilized React.js for the main menu, hosted on an Azure VM, while each magazine’s",
"code is served statically via Azure Storage Blob for cost-efficiency.",
"Optimized the magazine reader interface with Vanilla JS to minimize latency and maximize performance.",
"Implemented a CI/CD pipeline for streamlined maintenance and updates.",
"Typescript + HTML/CSS + Turn.JS + GithubPages",
"Feb '24",
"Insiiits",

Expand Down
5 changes: 4 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ function commandHandler(input : string) {
i ++ ;
}
}
if (i >= 10) {
if (i >= 100) {
writeLines(DEFAULT);

i=0;
Expand Down Expand Up @@ -399,6 +399,9 @@ function commandHandler(input : string) {
PASSWORD_INPUT.focus();
}, 100);

break;
case 'p/insiiits':

break;
case 'ls':
if(bareMode) {
Expand Down

0 comments on commit d3b0df7

Please sign in to comment.