#include <iostream>
#include <string>
class SoftwareDeveloper {
public:
SoftwareDeveloper() : name("Ishaan Sathaye") {}
void greet() const {
std::cout << "Check out some of my projects!" << std::endl;
}
private:
std::string name;
};
int main() {
SoftwareDeveloper dev;
dev.greet();
return 0;
}
Highlights
- Pro
Pinned Loading
-
Krishnanshu-Gupta/F1-Racing-Optimal-Path
Krishnanshu-Gupta/F1-Racing-Optimal-Path PublicUsing Neural Networks, Deep Reinforcement Learning, and Evolutionary Algorithms to find the optimal path with fastest lap-times for simulated F1 cars around randomly generated custom tracks. Using …
Python 1
-
elephant-seals-detection
elephant-seals-detection PublicElephant Seals Image Detection Capstone
Jupyter Notebook 2
-
brandonhjkim/elephant-seals-CLI
brandonhjkim/elephant-seals-CLI PublicElephant seals detection model accessible via CLI
Jupyter Notebook 2
-
int-collector-cisco
int-collector-cisco PublicCisco Internship Project: INT Collector Program
-
-
CSC357-SystemsProgramming
CSC357-SystemsProgramming PublicCal Poly CSC 357 Systems Programming Course
C 2
If the problem persists, check the GitHub status page or contact support.