Category: ACM

25
Dec
2015

php-gcm project for sending sms to any number through google cloud messaging

This is an opensource project by me and final release is version 1.0.1 till now. Description: First…

19
Dec
2015

5*5 matrix in Javascript,Unityscript(Multidimensional Array)

http://stackoverflow.com/questions/10021847/for-loop-in-multidimensional-javascript-array http://jsfiddle.net/TRR4n/ My code: //To show the array value https://jsfiddle.net/zakilive/6yrx1opj/1/ /* Author:Syed Ahmed Zaki www.zakilive.com */ var…

17
Dec
2015

Computer science – Not just for boys or geeks

02
Dec
2015

HackerRank – A Very Big Sum

#include <map> #include <set> #include <list> #include <cmath> #include <ctime> #include <deque> #include <queue> #include <stack> #include…

02
Dec
2015

Computer Science Education Week 2015

http://cseweek.bdosn.org/posts/1/how-to-prepare-for-programming-contest

02
Dec
2015

What does it actually mean in an array limit 0≤A[i]≤10^10 ?

Its means that the value of A[i] must be remained between 0 to 10000000000