Giter VIP home page Giter VIP logo

Hi, I'm Mohammad Arefin Hossain👋

Competitive Programmer

Competitive Programmer

Student . Competitive Programmer . Junior Web Developer

Profile views

Skills: HTML / CSS / JS / C / C++ / OOP / DS / ALGO / ORACLE DBMS / PROBLEM-SOLVING

  • 🔭 I’m currently working on BSC in CSE. (3rd year)
  • 🌱 I’m currently learning Javascript, php & mysql
  • 👯 I’m looking to collaborate on Github & Linkedin
  • 💬 Ask me about C++, Javascript & Oracle
  • ⚡ Fun fact: Coding, Tavelling

github linkedin facebook stackoverflow YouTube website codeforces leetcode codechef about-dot-me

Top Langs

GitHub stats

GitHub streak stats

arefinthecybersec's Projects

-github- icon -github-

𝟏𝟎 𝐫𝐞𝐩𝐨𝐬𝐢𝐭𝐨𝐫𝐢𝐞𝐬 𝐨𝐧 GitHub 𝐭𝐡𝐚𝐭 𝐰𝐢𝐥𝐥 𝐭𝐫𝐚𝐧𝐬𝐟𝐨𝐫𝐦 𝐭𝐡𝐞 𝐰𝐚𝐲 𝐲𝐨𝐮 𝐚𝐩𝐩𝐫𝐨𝐚𝐜𝐡 𝐭𝐞𝐜𝐡𝐧𝐢𝐜𝐚𝐥 𝐢𝐧𝐭𝐞𝐫𝐯𝐢𝐞𝐰𝐬

c-programming-use-into-sequence-printing icon c-programming-use-into-sequence-printing

#include<stdio.h> int main() { int i, j, n, k; scanf("%d", &n); i = 1; while(i <= n) { j = 1; while(j <= n){ k = 1; while(k <= n){ printf("%d %d %d", i, j, k); printf("\n"); k++; } j++; } printf("\n"); i++; } return 0; }

code-library icon code-library

Templates, algorithms and data structures implemented and collected for programming contests.

iiuc_tech_professionals_directory icon iiuc_tech_professionals_directory

This repo contains an compilation of ex-iiucian tech professionals. The core purpose of this program is to reduce the communication gap between the professionals and current students.

interview-problem-soilving-preparation-resources icon interview-problem-soilving-preparation-resources

৪ টা ইন্টারভিউ প্রবলেম সলভিং প্রিপারেশন রিসোর্সঃ এই লিস্টের রিসোর্স গুলো যারা অলরেডি প্রোগ্রামিং বেসিক জানে তাদের জন্য।

interview-questions icon interview-questions

Most comprehensive list :clipboard: of interview questions :blue_book: of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.

tour-with-c icon tour-with-c

Recommended For:Basic & New-Comer C Programme LearneR

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.