Breaking News
Loading...

shawonruet

Programming Blog

  • Home
  • Programming
    • C
    • C++
    • Java
    • Python
    • Assembly
    • MySql
    • Numerical
    • Compiler Design
  • Problem Solving
    • UVA
    • LightOj
    • Spoj
    • Codejam
    • Devskill
  • Algorithm
    • Algorithms
    • Discrete Math
    • Number Theory
    • Graph
    • Linked List
    • Dynamic
    • Machine Learning
    • Research
  • Project
    • Java Projects
    • C Projects
    • Web Projects
    • Graphics
    • Computer Vision
    • Image Processing
  • Technology
    • DevOps
    • Operating System
    • Interviews
    • Facebook
    • Hacking
Home / Archive for April 2016
UVA 12478 - Hardest Problem Ever (Easy)

UVA 12478 - Hardest Problem Ever (Easy)

Add Comment Edit
#include <bits/stdc++.h> using namespace std; int main() {     printf("KABIR\n");     return 0; }
Read More
How To Make A C/C++ IDE To Run Programs By Java GUI Netbeans

How To Make A C/C++ IDE To Run Programs By Java GUI Netbeans

Add Comment Edit
  Download Full Project   https://drive.google.com/file/d/0B4aZYdPLCIUYZVI1d3N4QThGREU/view?usp=sharing
Read More
Find Union And Intersection Of Two Sets in C++

Find Union And Intersection Of Two Sets in C++

Add Comment Edit
#include <iostream> #include <bits/stdc++.h> using namespace std; int main() {     bool U[36],A[36],B[36];     int...
Read More
UVA 10405 - Longest Common Subsequence

UVA 10405 - Longest Common Subsequence

Add Comment Edit
#include <bits/stdc++.h> using namespace std; int t[1005][1005]; int main() {    string a,b;    char str1[1005],str2[1005]...
Read More
How To Divide Two Number Without Divide / Operator

How To Divide Two Number Without Divide / Operator

Add Comment Edit
#include <iostream> #include <bits/stdc++.h> using namespace std; int add(int a, int b) {   int carry=1,sum;   while(c...
Read More
How To Multiply Two Number Without Multiply * Operator

How To Multiply Two Number Without Multiply * Operator

Add Comment Edit
#include <iostream> #include <bits/stdc++.h> using namespace std; int mul(int a, int b) {     int carry=1,sum;     whi...
Read More
How To Subtract Two Number Without Minus - Operator

How To Subtract Two Number Without Minus - Operator

1 Comment Edit
#include<iostream> #include<stdio.h> using namespace std; int main() { int a,b,carry=1,sum; scanf("%d %d",...
Read More
How To Add Two Number Without Plus + Operator

How To Add Two Number Without Plus + Operator

Add Comment Edit
#include<iostream> #include<stdio.h> using namespace std; int main() {   int a,b,c,d,carry=1,sum,i,j;   scanf("...
Read More
UVA 991 - Safe Salutations

UVA 991 - Safe Salutations

Add Comment Edit
#include <bits/stdc++.h> using namespace std; int main() {    int a[1000],i,j,n,sum,c=0;    while(cin>>n)    {     i...
Read More
UVA-10130 SuperSale

UVA-10130 SuperSale

Add Comment Edit
#include <bits/stdc++.h> using namespace std; int main() {     int wt[1005],val[1005],W[1005],V[1005][120],w,i,g,t,j,n,k,m;...
Read More
Subscribe to: Posts ( Atom )
  • Featured Post
  • Popular Posts
  • Category

Popular Posts

  • Fake Id Card Generator Source Code (php)
    Demo : http://idcardgenerator.epizy.com Download Full Source Code :  https://github.com/shawon100/IdCard-Generator
  • (বিগ মড) Big Mod Algorithm
    বিগ মড (Big Mod) বিগ মড কি এই বিষয় নিয়ে আলোচনা করব না । কারন এই বিষয় নিয়ে অনেক জায়গায় আলোচনা করা হয়েছে । এখানে কিভাবে বিগমোড রিকার্সিভ...
  • Linux Banner Set Up KodeKloud
    Question: Solution: At first copy nautilus_banner to all app servers and db servers Then login to db ...
  • How To Hack PointsPrizes Website and Reedem Unlimited Points
               PointsPrizes Site Link: https://www.pointsprizes.com/ref/16275657 BetterNet VPN: https://ln2.sync.com/dl/bd7dca090/urzv...
  • How To Make A Moving car In OpenGL C++
    #ifdef __APPLE__ #include <GLUT/glut.h> #else #include <GL/glut.h> #endif #include <stdlib.h> #include <mat...
  • Linux Bash Script of Automated m3u8 URL extractor and Playlist Creator from a Live IPTV Server
      This is a Linux Bash Script that will automatically extract hidden m3u8 url from Live TV server  and Updated the extracted m3u Playlist an...
  • [Assembly 8086] Convert Hexadecimal To Decimal
    Write a program that will prompt the user to enter a hex digit character ("0"· ... "9" or "A" .....

Most Viewed

  • PUBG Mobile Emulator Hacking Tricks [ESP, Flying Car, AimBot, Enemy Tracking] with Antiban 2019
                    *****October 2019 Updated***** Your PC should be supported by Visual C++ applications. Download link : ...
  • [Assembly 8086] Convert Hexadecimal To Decimal
    Write a program that will prompt the user to enter a hex digit character ("0"· ... "9" or "A" .....
  • (বিগ মড) Big Mod Algorithm
    বিগ মড (Big Mod) বিগ মড কি এই বিষয় নিয়ে আলোচনা করব না । কারন এই বিষয় নিয়ে অনেক জায়গায় আলোচনা করা হয়েছে । এখানে কিভাবে বিগমোড রিকার্সিভ...
  • Left Factoring Code C++
    #include <bits/stdc++.h> using namespace std; int main() {     long long int i,j,k,l,n,m=9999999999,mini,ma=0;     string s[100...
  • How To Hack PointsPrizes Website and Reedem Unlimited Points
               PointsPrizes Site Link: https://www.pointsprizes.com/ref/16275657 BetterNet VPN: https://ln2.sync.com/dl/bd7dca090/urzv...
  • [Assembly 8086] How To Check Odd And Even Number in Assembly 8086
    The Following Program will take a single digit or character from user and if digit it will print odd or even else it will convert Case ...
  • Software Company-Wise Interview Experiences (Bangladesh)
    This is my interview experiences as a fresher software engineer . I have tried to give an overview of the interview process that i face...

Archive

  • ►  2021 (1)
    • ►  January (1)
  • ►  2020 (69)
    • ►  December (2)
    • ►  November (4)
    • ►  October (2)
    • ►  September (6)
    • ►  August (10)
    • ►  July (18)
    • ►  June (17)
    • ►  May (3)
    • ►  April (3)
    • ►  March (3)
    • ►  February (1)
  • ►  2019 (35)
    • ►  December (3)
    • ►  November (3)
    • ►  October (8)
    • ►  September (3)
    • ►  August (1)
    • ►  July (1)
    • ►  June (5)
    • ►  May (2)
    • ►  April (3)
    • ►  March (4)
    • ►  February (1)
    • ►  January (1)
  • ►  2018 (28)
    • ►  December (5)
    • ►  November (2)
    • ►  October (1)
    • ►  July (1)
    • ►  June (7)
    • ►  May (6)
    • ►  April (1)
    • ►  February (3)
    • ►  January (2)
  • ►  2017 (70)
    • ►  December (4)
    • ►  November (8)
    • ►  October (1)
    • ►  September (6)
    • ►  August (3)
    • ►  June (13)
    • ►  May (9)
    • ►  April (5)
    • ►  March (2)
    • ►  February (14)
    • ►  January (5)
  • ▼  2016 (97)
    • ►  December (1)
    • ►  November (9)
    • ►  October (3)
    • ►  September (5)
    • ►  August (11)
    • ►  July (26)
    • ►  June (11)
    • ►  May (6)
    • ▼  April (10)
      • UVA 12478 - Hardest Problem Ever (Easy)
      • How To Make A C/C++ IDE To Run Programs By Java GU...
      • Find Union And Intersection Of Two Sets in C++
      • UVA 10405 - Longest Common Subsequence
      • How To Divide Two Number Without Divide / Operator
      • How To Multiply Two Number Without Multiply * Oper...
      • How To Subtract Two Number Without Minus - Operator
      • How To Add Two Number Without Plus + Operator
      • UVA 991 - Safe Salutations
      • UVA-10130 SuperSale
    • ►  March (5)
    • ►  February (10)
  • ►  2015 (43)
    • ►  December (6)
    • ►  September (1)
    • ►  August (1)
    • ►  July (1)
    • ►  June (13)
    • ►  May (6)
    • ►  March (10)
    • ►  February (5)
  • ►  2014 (10)
    • ►  December (1)
    • ►  November (2)
    • ►  October (1)
    • ►  September (3)
    • ►  August (1)
    • ►  July (2)

Subscribe To

Posts
Atom
Posts
All Comments
Atom
All Comments

Subscribe By Email

Enter your email address:

Delivered by FeedBurner

Label

8 queens (1) acm (14) age gender detection (2) ai camera (2) algorithm (23) amazon (3) anagram (1) angular (3) apriori (1) assembly (9) Automation (2) Backpropagation (1) backtracking (1) Bangla Handwritten Digit Recognition (1) bangladesh_flag (1) Bash Script (2) bfs (5) biginteger (10) bigmod (3) binary_search (2) bipartite (5) bitoperation (4) C Plus Plus (32) C Programming (8) C Projects (8) Character-Counting (2) chatbot (1) codeforces (1) codejam (2) codeshef (2) coin change (3) combinatrix (3) compiler_design (3) Computer-Vision (7) Convolutional Neural Network (CNN) (5) data mining (1) data structure (8) database (7) Deep_Learning (3) DevOps (43) devskill (8) dfs (4) dijkstra (3) discrete (8) docker (4) dsp (1) dynamic programming (8) Euler Totient Function (1) face_recognition (1) faceapp (3) facebook (2) Facial Expression Detection (5) fake id card generator (1) flask (1) free_cloud_server (2) Game Hacking (1) gan (1) geeksforgeeks (1) graph (14) graphics (4) hacking (4) image_processing (10) image-recognition (2) interviews (4) Java (5) javaprojects (3) javascript (2) josephus problem (3) knapsack (4) kubernetes (3) left factoring (1) lightoj (24) linked list (7) linux (37) Machine_Learning (9) magic_square (2) map (1) mathematics (3) matlab (10) matlab moving average (1) MFC (2) movingMean (1) movingMedian (1) mysql (11) named_pipe (2) Networking (1) Neural_Network (3) next_permutation (2) nodejs (3) number theory (7) numerical method (7) Object_Detection (2) online compiler (2) online judge (1) oop (3) opengl (4) openshift (3) operating_system (39) pair sort (4) Parallel_Processing (1) php (8) prime_factors (1) PUBG Hacking (2) python (7) recursion (1) Research (6) resnet50 (1) reverse words (1) ruetoj (1) segmented sieve (2) set (2) shortest_path (1) sort (6) spoj (9) stack (1) sum_of _factorial (1) System Analysis (1) transfer_learning (4) traveling_salesman (3) URL Classification (1) uva (93) virtual_function (1) webprojects (17) Website Classification (1) Widrow_Hoff (1) সেগমেন্টেড সিভ (2)

Find Us On Facebook

Programming And Problem Solving

Chat

Online Counter


Flag Counter


Trending Post

  • (বিগ মড) Big Mod Algorithm
    বিগ মড (Big Mod) বিগ মড কি এই বিষয় নিয়ে আলোচনা করব না । কারন এই বিষয় নিয়ে অনেক জায়গায় আলোচনা করা হয়েছে । এখানে কিভাবে বিগমোড রিকার্সিভ...
  • How To Hack PointsPrizes Website and Reedem Unlimited Points
               PointsPrizes Site Link: https://www.pointsprizes.com/ref/16275657 BetterNet VPN: https://ln2.sync.com/dl/bd7dca090/urzv...
  • How To Make A Moving car In OpenGL C++
    #ifdef __APPLE__ #include <GLUT/glut.h> #else #include <GL/glut.h> #endif #include <stdlib.h> #include <mat...
  • Linux Bash Script of Automated m3u8 URL extractor and Playlist Creator from a Live IPTV Server
      This is a Linux Bash Script that will automatically extract hidden m3u8 url from Live TV server  and Updated the extracted m3u Playlist an...
  • [Assembly 8086] Convert Hexadecimal To Decimal
    Write a program that will prompt the user to enter a hex digit character ("0"· ... "9" or "A" .....

Pages

  • Algorithm
  • Number Theory
  • Dynamic Programming
  • Graph
  • C Programming
  • C++
  • UVA
  • Lightoj
  • Computer Vision
  • Web Projects
  • Numerical Method
  • Database
  • Assembly

About Me

Shawon

Ashadullah Shawon

Software Engineer (DevOps)

SELISE rockin' software

Studied at RUET

Copyright © 2020 shawonruet / Template Distributed By: Blogger Templates
  • Home
  • About
  • Contact
  • Privacy Policy
  • Terms and Condition