GithubHelp home page GithubHelp logo

IDREES here! 👋

This is what I'm doing these days

  • 🔭 I’m currently working on ... my Java Project
  • 🌱 I’m currently learning ...Mojo
  • 👯 I’m looking to collaborate on ... *Machine Learning Projects.
  • 💬 Ask me about ...Anything
  • 📫 How to reach me: linkedIn
  • 😄 Pronouns: ... He/Him

By the end of the year I will be starting my WEBPAGE where I will upload material every week --> https://idreesshaikh.github.io/

Software Engineer with 2+ years of experience developing technology-driven solutions for multinational corporations. Proficient in software development and deep learning technologies, I specialize in crafting innovative products to address evolving business needs. I am a driven individual dedicated to ongoing learning and professional growth, poised to excel in your team and drive future-focused solutions.

Idrees Razak's Projects

asteroidminers icon asteroidminers

☄️ An Asteroid Mining game developed in JAVA using LibGDX and mini2Dx

diacritics-restoration icon diacritics-restoration

A combination of a character-level recurrent neural-network based model and a language model applied to diacritics restoration.

infrastructure-as-a-code icon infrastructure-as-a-code

The repo is created with the mindset to explore the deployment processes to AWS cloud with the execution of Terraform code through GitHub Actions.

junctionxbudapest icon junctionxbudapest

This repo is the challenge and shows our solution to the challenge in JunctionXBudapest 2021. We are solving a vodafone challenge. This is the first MVP of out android application.

pong-game icon pong-game

This game has very same aesthetic and playing feel as its predecessors and uses one puck and 2 paddles controlled by each of the PLAYERS. Keeping the keys pressed slide the paddles either UP or DOWN to defend from being scored points. Puck moves in all direction and gets deflected when collided with a Paddle surface or Lower and Upper borders. The Player who scores 5 points first WINS the game. This is just very basic description of the Program, but more things will be found out when the Game is actually played.

python_nlp_2020_fall icon python_nlp_2020_fall

Material for the 2020 fall edition of the course "Introduction to Python and Human Language Technologies" at BME AUT

set-cpp icon set-cpp

The Set container class is similar to the map, except that in sets the key and value are not separated like they are in maps. In other words, in a set the key is simply part of the data and in the case of simple data type like int or char, the key and the value are one and the same. Sets provide very efficient containers when there is no need to separate the key from the data.

songs-database icon songs-database

Songs: This is a CLI (Command Line Prompt) program without any Graphical User Interface. You’ll be provided an exe. application where you can run the program. The source code can also be opened separately and its user interface depends on the IDE/Text Editor being used. A window pops up for the program to be used, and in usual cases it’s a command prompt window. The first appearance of the program shows the MAIN MENU, where you’re given 3 options to choose from. The options are: 1. Add a new Song. 2. Search any Song. 3. Exit the Program. The user can type any of these three numbers to get respective response. As this is a generic program the user has to add the songs first. Those songs will be stored in a database if the database already exist, otherwise it will create one and then store it in an empty database. With 1. as the input the user will be asked to enter the following things:  Title of the Song.  Artist(s).  Genre of the Song.  Name of the Album.  Release Date of the Song.  Length of the Song. With 2. As the input the user will be asked to the Search the Song (SEARCH MENU) according to the categories provided by the typing the following numbers which are: 1. Artist of the Song. 2. Genre of the Song 3. Album in which the song belongs. 4. Year of Release. 5. Go back to MAIN MENU. 6. EXIT the program. The number 5 and 6 are not here for the search rather they’re the added functionality that can take us back to the Main Menu or Exit the program directly from here. With 3. As the input the user can exit the program while storing all the data that was fed into the Database named Song.txt. If none was stored the program will exit with as it is as it was earlier.

strings-cpp icon strings-cpp

The Abstract String is a programmer-defined linear ordering of objects from a finite set of objects termed an alphabet. The alphabet may be restricted to alphanumeric and punctuation characters but may also include additional mark-up information such as a new line character. Strings, unlike a more general list, are generally assumed to have information coded not only in the individual characters but also in the ordering of the characters. (The significance of an object in a general container does not usually change based on the placement of other objects within the container.)

vector-cpp icon vector-cpp

Vector is an abstract data type, which is differ from list in their access properties. A vector is a random access data structure, whereas lists are strictly sequential access. With a list of a thousand elements it takes longer to access the last element than the first, but with a vector the times are the same. Vector can be treated as an array of objects, where each object can be accessed by its index. Vector data type supports all the standard operations as array, such as accessing elements by index value, key searching, counting and sorting elements .

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.