defmodule AboutMe do
def about_me do
"""
-> Currently crafting amazing software 🚀
-> I code in .ts, .js, .ex, .java 💻
-> 💻 Check out my portfolio at https://www.rahulbhardwaj.codes/
-> 💬 Talk to me about anime, music, 💻 gadgets📱 & anything related to tech 🤩.
-> ⚡ Fun fact I love drawing ✏️ and playing 🎸.
"""
end
end
defmodule Main do
def main do
IO.puts(AboutMe.about_me())
end
end
Main.main()
Pinned Loading
-
-
-
pathfinder
pathfinder PublicThis web app shows the visualization of the very popular a-star(A*) algorithm.
TypeScript
-
kaarva
kaarva PublicThis app allows the you to carpool with with co-workers at your workplace easily. Get to know who is leaving when and where to.
Dart
-
Natural-Language-Processing
Natural-Language-Processing PublicThis is a simple web app which predicts the sentiment of a given sentence/paragraph. It uses the LSTM model which was trianed on the sentiment-140 dataset.
Jupyter Notebook 2
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.