> Coder | CP Enthusiast | ML | 9.15 CGPA
> 1244 Pupil CF | 3-Star CC | 130+ LC
> Mumbai - Available - Building Cool StuffNavigate using the commands below (or just click the sections!):
whoami β About Me
cat skills β Technical Skills
./cp β Competitive Programming Stats
contact β How to Reach Mewhoami
# π€ About Me - Developer Profile
class Developer:
def __init__(self):
self.name = "Rishit Kar"
self.role = "π€ ML Engineer & π CP Enthusiast"
self.education = "DJ Sanghvi College"
self.cgpa = 9.14
self.location = "π Mumbai, India"
self.status = "β
Available for opportunities"
def introduce(self):
return f"Hi! I'm {self.name} π"
me = Developer()
print(me.introduce())
print("Building cool ML projects and solving coding problems!")cat skills
// π» Technical Skills Dashboard
import java.util.*;
public class SkillMatrix {
public static void main(String[] args) {
// Programming Languages
Map<String, String> programming = new HashMap<>();
programming.put("Python", "βββββββββββββββββββββ 95%");
programming.put("Java", "βββββββββββββββββββββ 80%");
programming.put("C", "βββββββββββββββββββββ 70%");
// Technologies
Map<String, String> technologies = new HashMap<>();
technologies.put("ML Stack", "βββββββββββββββββββββ 90%");
technologies.put("Problem Solving", "βββββββββββββββββββββ 90%");
}
}./cp
public class CompetitiveStats {
public static void main(String[] args) {
// π Competitive Programming Statistics
String[] platforms = {"Codeforces", "CodeChef", "LeetCode"};
int[] scores = {1244, 1606, 130};
String[] titles = {"Pupil", "3-Star", "Problems Solved"};
System.out.println("π COMPETITIVE PROGRAMMING STATS:");
System.out.println("=================================");
for (int i = 0; i < platforms.length; i++) {
System.out.println("π€ " + platforms[i] + ": " + scores[i] + " (" + titles[i] + ")");
}
System.out.println("\nπ Total Problems Solved: 300+");
System.out.println("πͺ Achievement: CodeUncode Organizer");
// Platform Links
System.out.println("\nπ Profile Links:");
System.out.println("CF: codeforces.com/profile/emailrishitkar");
System.out.println("CC: codechef.com/users/rkstriker");
System.out.println("LC: leetcode.com/u/Rkstriker");
}
}contact
{
"contact_info": {
"email": "emailrishitkar@gmail.com",
"linkedin": "linkedin.com/in/rishit-kar-786495286/",
"github": "github.com/Rklearns",
"location": "Mumbai, India"
},
"availability": {
"status": "π’ Online & Available",
"interested_in": [
"π€ ML collaborations",
"π CP discussions",
"π Cool projects",
"πΌ Opportunities"
],
"response_time": "β‘ Usually within 24 hours"
},
"competitive_profiles": {
"codeforces": "codeforces.com/profile/emailrishitkar",
"codechef": "codechef.com/users/rkstriker",
"leetcode": "leetcode.com/u/Rkstriker"
}
}
