Skip to content

Instantly share code, notes, and snippets.

View User-DK's full-sized avatar
✍️
Innovating

Daivik Karbhari User-DK

✍️
Innovating
View GitHub Profile
@User-DK
User-DK / audio2midi.md
Created May 10, 2026 17:05 — forked from natowi/audio2midi.md
List of open source audio to midi packages
@User-DK
User-DK / geo-cheatsheet.md
Created April 14, 2026 08:09 — forked from henu-wang/geo-cheatsheet.md
One-page GEO cheatsheet — all 11 signals, key actions, and tools for AI search visibility

GEO Cheatsheet: Quick Reference for AI Search Optimization

One-page reference for Generative Engine Optimization (GEO). Boost your visibility in ChatGPT, Perplexity, Gemini, and other AI search engines.


11 GEO Signals at a Glance

# Signal Action Priority

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@User-DK
User-DK / GSoC2024_Final_Work_Report.md
Last active August 30, 2024 17:55
Google Summer of Code 2024: Final Work Report

Daivik GSoC'24 Final Report

Seldon-Code: Python Bindings for Seldon

Final Report


  • Organisation: Python Software Foundation, Seldon-Code
  • Mentors: Amrita Goswami, Rohit Goswami, Moritz Sallermann
  • Project length: 350 hours
  • Difficulty level: Hard

template <typename AgentT>
void generate_bindings(py::module_ &m, std::string name)
{
std::string ClassName;
if(name == "Int"){
ClassName = "SimulationI"
}
else if(name == "Double"){
ClassName = "SimulationD"
}