Facial Expression Detection and Age Gender Detection Web App in Nodejs Add Comment Edit Download Code: https://github.com/shawon100/FaceAI-Nodejs Live Demo: https://faceai.herokuapp.com/ Read More
How To Develop Facial Expression and Age Gender Detection Web App Add Comment Edit Download Code : https://github.com/shawon100/Face-AI Live Demo : https://faceai.herokuapp.com/ Read More
How To Develop FaceEditor Software Like FaceApp in Python 1 Comment Edit Download Code : https://github.com/SummitKwan/transparent_latent_gan Read More
How To Hack PointsPrizes Website and Reedem Unlimited Points 10 Comments Edit PointsPrizes Site Link: https://www.pointsprizes.com/ref/16275657 BetterNet VPN: https://ln2.sync.com/dl/bd7dca090/urzv... Read More
Amazon Interview Solution: Power of 2 Add Comment Edit Given a positive integer N . The task is to check if N is a power of 2 . That is N is 2 x for some x. Input: The first line contain... Read More
Amazon Interview Solution: Repetitive Addition Of Digits Add Comment Edit Question Given a non-negative integer num, repeatedly add all its digits until the result has only one digit. Input: The first line... Read More
How to Develop Web Based Image Classification and Recognition System in Python Flask Add Comment Edit Download Code: https://github.com/shawon100/image-recognition-resnet50-flask Read More
How To Develop Image Recognition Software in Matlab Appdesigner Add Comment Edit Download Code : https://github.com/shawon100/Image-Classification-By-ResNet50 Read More
How To Run Two Functions Simultaneously (Parallel Processing) in MatLab Add Comment Edit parfor i = 1:2 if i == 1 func1(); else func2(); end end function func1() %disp('Function 1'); ... Read More
How to Make a Chart Control in MFC C++ 2 Comments Edit Download Chart Library: https://drive.google.com/file/d/1W_zpvhO2jTDApoXxKBfY0mUKsZ0XGm4Q/view?usp=sharing Download Full Code: https:... Read More
Screen Detection (Dark Room) Code in Matlab 4 Comments Edit Code and Dataset : https://github.com/shawon100/Screen-Detection Preview Matlab Code : Read More
How to Implement Two Way Named Pipe Server (Matlab) and Client (C++) Add Comment Edit Two Way Named Pipe Server (Matlab) and Client (C++) Code : https://github.com/shawon100/Named-Pipe-Server-and-Client Read More
How to get Free Cloud or VPS Server and Deploy Web Compiler Add Comment Edit Free Cloud Server: https://manage.openshift.com/ Free VPS Free VPS without credit card Free VPS 2020 Read More
PUBG New Hacking Tricks with Bypassing Permanent Ban-ESP+AimBot+Flying Car+High Jump+Enemy Detection Add Comment Edit Your PC should be supported by Visual C++ applications. Download link : Visual C++ Support Download VnHax Hacking Too... Read More
Named Pipe Server and Client Code in Matlab and C++ Add Comment Edit Download Code: https://github.com/shawon100/Named-Pipe-Server-and-Client Read More
PUBG Mobile Emulator Hacking Tricks [ESP, Flying Car, AimBot, Enemy Tracking] with Antiban 2019 30 Comments Edit *****October 2019 Updated***** Your PC should be supported by Visual C++ applications. Download link : ... Read More
Software Company-Wise Interview Experiences (Bangladesh) 20 Comments Edit This is my interview experiences as a fresher software engineer . I have tried to give an overview of the interview process that i face... Read More
Virtual function of C++ Explained in Bangla Add Comment Edit C++ এ Virtual function সাধারনত ব্যবহার করা হয় function Override করার জন্য। Virtual কী ওয়ার্ড না দিলেও ফাংশন ওভার রাইড হবে কিন্তু ex... Read More
Facial Expression Detection By Convolutional Neural Network (CNN) Add Comment Edit JAFFE-Facial-Expression-Detection (CNN) Code : https://www.kaggle.com/shawon10/jaffe-facial-expression-detection CK+ Facial Expres... Read More
Moving Median Code in C++ Add Comment Edit N.B: Outputs are similar to matlab built in function movmedian #include <bits/stdc++.h> using namespace std; vector<double... Read More