Code Monkey home page Code Monkey logo

diff-utility's Introduction

Hiya there ๐Ÿ‘‹ I'm Aditya ๐Ÿ˜‡

I'm a junior majoring in CompSci at the SRM Institute of Science & Tech. at Chennai, Tamil Nadu in India. I love building things out of nothing, solving problems and working with artificial intelligence. On my off time, I like to dabble in ideas surrounding the arts, history, philosophy and generally humanity at large. I'm an incorrigible lover of cinema and the tradition of storytelling, and also write stories and screenplays.

  • ๐Ÿ”ญ Iโ€™m currently working on GANs and expanding my scope of computer vision knowledge.

  • ๐ŸŒฑ As of now, I am learning more and more about GANs and Deep Learning. I hope to also work on NLP in the future.

  • ๐Ÿ‘ฏ I would love to collaborate on projects & hackathons!

  • ๐Ÿ“ซ Feel free to message me on LinkedIn or shoot me an email!

P.S. : My three favorite movies of all time are Call Me By Your Name, Fight Club and Good Will Hunting!

diff-utility's People

Contributors

adityashukzy avatar daemononcode avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

daemononcode

diff-utility's Issues

Remove using namespace std and change to std::<whatever> in each place

Pretty much the title. using namespace std is not good practice and instead using std::<whatever> is much better code hygiene.

This is because STD (the standard C++ library) and another header file or package may import two functions or classes of the same name and hence may cause amibguity. Hence, referring the String class as std::string is better than doing so like string since we get rid of the ambiguity/confusion that may be caused if another library also imports a String class.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.