class Developer {
@Getter
private final String name, description;
@Getter
private final URL website;
}
class Solomon extends Developer {
public solomon() {
this.name = "Solomon";
this.description = "Am a Software Engineer";
this.website = new URL("https://solochid.me");
this.blog = new URL("https://solochidera.tech");
this.email = new URL("[email protected]");
}
}
- somewhere
- solochid.me
- @solomonchidera_
- in/solomonchidera
- so11omon
Highlights
Pinned Loading
-
Realistic-Fire-Flame-Effect
Realistic-Fire-Flame-Effect PublicCreating a realistic fire flame effect in C with library like OpenGL for graphical rendering
C 2
-
Microsoft-Activation-Scripts
Microsoft-Activation-Scripts PublicForked from massgravel/Microsoft-Activation-Scripts
A Windows and Office activator using HWID / Ohook / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections.
Batchfile 1
-
spotube
spotube PublicForked from KRTirtho/spotube
🎧 Open source Spotify client that doesn't require Premium nor uses Electron! Available for both desktop & mobile!
Dart 2
If the problem persists, check the GitHub status page or contact support.