Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suneettipirneni/suneettipirneni
Github Profile README.md
https://github.com/suneettipirneni/suneettipirneni
Last synced: about 1 month ago
JSON representation
Github Profile README.md
- Host: GitHub
- URL: https://github.com/suneettipirneni/suneettipirneni
- Owner: suneettipirneni
- Created: 2021-02-12T04:22:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T01:49:38.000Z (12 months ago)
- Last Synced: 2024-10-12T09:23:24.497Z (2 months ago)
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Greetings! My name is Suneet Tipirneni!
```hs
class Intro a where
introduce :: a -> Stringdata Student = Student { name :: String, age :: Int, major :: String }
instance Intro Student where
introduce a = "I'm " ++ name a ++ " and I'm " ++ show (age a) ++ " years old, and I am majoring in " ++ major ame = Student "Suneet" 24 "Computer Vision"
main = do print $ introduce me
```**``I'm Suneet and I'm 24 years old, and I am majoring in Computer Vision``**
#### Here's a little about me:
- š Iām currently working on any random thing that comes to mind.
- šØāš» I'm interested in
- AI/ML
- Functional programming
- Rust
- Haskell
- Javascript/Typescript
- š± Iām currently learning
- Diffusion Models
- TransformersYou can reach me via:
- [Discord](https://discordapp.com/users/386337006764032002)
- Email: [email protected]### Checkout my blog
https://suneettipirneni.stream/blog