SQL Server query to count
References
Reference NO 1
http://www.w3schools.com/sql/sql_func_count.asp
Reference NO 2
http://stackoverflow.com/questions/1521605/sql-server-query-selecting-count-with-distinct
Reference NO 3
http://stackoverflow.com/questions/5381339/recursive-query-and-count-sql-server
Reference NO 4
http://dba.stackexchange.com/questions/22148/single-query-to-return-counts-over-different-ids-in-a-single-record
Reference NO 5
http://blog.sqlauthority.com/2011/03/08/sql-server-difference-between-countdistinct-vs-countall/
Reference NO 6
http://blog.sqlauthority.com/2009/08/21/sql-server-get-query-plan-along-with-query-text-and-execution-count/
Reference NO 7
http://www.sqlservercentral.com/Forums/FindPost694362.aspx
Reference NO 8
#EANF#
Saturday, 31 August 2013
C++ put a struct in shared memory
C++ put a struct in shared memory
References
Reference NO 1
http://stackoverflow.com/questions/13643722/c-put-a-struct-in-shared-memory
Reference NO 2
http://www.dreamincode.net/forums/topic/193504-shared-memory-with-struct/
Reference NO 3
http://bytes.com/topic/c/answers/818497-question-about-struct-shared-memory-c-linux
Reference NO 4
http://www.cplusplus.com/forum/unices/70064/
Reference NO 5
http://www.drdobbs.com/creating-stl-containers-in-shared-memory/184401639
Reference NO 6
http://www.cprogramming.com/tutorial/lesson7.html
Reference NO 7
http://e2e.ti.com/support/embedded/f/355/t/36013.aspx
Reference NO 8
http://forums.opensuse.org/english/other-forums/development/programming-scripting/417231-shared-memory-c.html
References
Reference NO 1
http://stackoverflow.com/questions/13643722/c-put-a-struct-in-shared-memory
Reference NO 2
http://www.dreamincode.net/forums/topic/193504-shared-memory-with-struct/
Reference NO 3
http://bytes.com/topic/c/answers/818497-question-about-struct-shared-memory-c-linux
Reference NO 4
http://www.cplusplus.com/forum/unices/70064/
Reference NO 5
http://www.drdobbs.com/creating-stl-containers-in-shared-memory/184401639
Reference NO 6
http://www.cprogramming.com/tutorial/lesson7.html
Reference NO 7
http://e2e.ti.com/support/embedded/f/355/t/36013.aspx
Reference NO 8
http://forums.opensuse.org/english/other-forums/development/programming-scripting/417231-shared-memory-c.html
How can I adjust parameters for image processing algorithm in an efficient way?
How can I adjust parameters for image processing algorithm in an efficient
way?
References
Reference NO 1
http://stackoverflow.com/questions/13644010/how-can-i-adjust-parameters-for-image-processing-algorithm-in-an-efficient-way
Reference NO 2
http://en.wikipedia.org/wiki/List_of_algorithms
Reference NO 3
http://live.ece.utexas.edu/publications/2012/am_spie_2012.pdf
Reference NO 4
http://developer.apple.com/library/ios/documentation/graphicsimaging/Conceptual/CoreImaging/ci_tasks/ci_tasks.html
Reference NO 5
http://www.ams.org/samplings/feature-column/fcarc-image-compression
Reference NO 6
http://users.soe.ucsc.edu/~milanfar/publications/journal/superres_TIP.pdf
Reference NO 7
http://citeseer.uark.edu:8080/citeseerx/showciting;jsessionid=1181CCD63297E7C9327EA768BD5FC3D9?cid=8212
Reference NO 8
http://glorfindel.mavrinac.com/~aaron/school/pdf/chetverikov02_tricp.pdf
way?
References
Reference NO 1
http://stackoverflow.com/questions/13644010/how-can-i-adjust-parameters-for-image-processing-algorithm-in-an-efficient-way
Reference NO 2
http://en.wikipedia.org/wiki/List_of_algorithms
Reference NO 3
http://live.ece.utexas.edu/publications/2012/am_spie_2012.pdf
Reference NO 4
http://developer.apple.com/library/ios/documentation/graphicsimaging/Conceptual/CoreImaging/ci_tasks/ci_tasks.html
Reference NO 5
http://www.ams.org/samplings/feature-column/fcarc-image-compression
Reference NO 6
http://users.soe.ucsc.edu/~milanfar/publications/journal/superres_TIP.pdf
Reference NO 7
http://citeseer.uark.edu:8080/citeseerx/showciting;jsessionid=1181CCD63297E7C9327EA768BD5FC3D9?cid=8212
Reference NO 8
http://glorfindel.mavrinac.com/~aaron/school/pdf/chetverikov02_tricp.pdf
How to check if js code is running on node server or on the client
How to check if js code is running on node server or on the client
References
Reference NO 1
http://stackoverflow.com/questions/13644303/how-to-check-if-js-code-is-running-on-node-server-or-on-the-client
Reference NO 2
http://timetler.com/2012/10/13/environment-detection-in-javascript/
Reference NO 3
http://sebastianpatten.wordpress.com/2011/12/13/node-sharing-javascript-code-between-client-and-server/
Reference NO 4
http://howtonode.org/
Reference NO 5
http://engineering.linkedin.com/nodejs/blazing-fast-nodejs-10-performance-tips-linkedin-mobile
Reference NO 6
http://brianstoner.com/blog/testing-in-nodejs-with-mocha/
Reference NO 7
https://github.com/sockjs/sockjs-client
Reference NO 8
https://www.twilio.com/blog/2013/04/introduction-to-twilio-client-with-node-js.html
References
Reference NO 1
http://stackoverflow.com/questions/13644303/how-to-check-if-js-code-is-running-on-node-server-or-on-the-client
Reference NO 2
http://timetler.com/2012/10/13/environment-detection-in-javascript/
Reference NO 3
http://sebastianpatten.wordpress.com/2011/12/13/node-sharing-javascript-code-between-client-and-server/
Reference NO 4
http://howtonode.org/
Reference NO 5
http://engineering.linkedin.com/nodejs/blazing-fast-nodejs-10-performance-tips-linkedin-mobile
Reference NO 6
http://brianstoner.com/blog/testing-in-nodejs-with-mocha/
Reference NO 7
https://github.com/sockjs/sockjs-client
Reference NO 8
https://www.twilio.com/blog/2013/04/introduction-to-twilio-client-with-node-js.html
Can I extract an object going over WCF before it goes so that I can manipulate it first
Can I extract an object going over WCF before it goes so that I can
manipulate it first
References
Reference NO 1
http://stackoverflow.com/questions/13644656/can-i-extract-an-object-going-over-wcf-before-it-goes-so-that-i-can-manipulate-i
Reference NO 2
http://msdn.microsoft.com/en-us/library/orm-9780596520281-01-14.aspx
Reference NO 3
http://msdn.microsoft.com/en-us/magazine/ee335699.aspx
Reference NO 4
http://msdn.microsoft.com/en-us/library/dd203052.aspx
Reference NO 5
http://www.packtpub.com/article/implementing-wcf-service-real-world
Reference NO 6
http://forums.asp.net/t/1772347.aspx/1
Reference NO 7
http://zianet.dk/blog/category/microsoft/wcf/
Reference NO 8
http://www.brainhzconsulting.com/tag/wcf/
manipulate it first
References
Reference NO 1
http://stackoverflow.com/questions/13644656/can-i-extract-an-object-going-over-wcf-before-it-goes-so-that-i-can-manipulate-i
Reference NO 2
http://msdn.microsoft.com/en-us/library/orm-9780596520281-01-14.aspx
Reference NO 3
http://msdn.microsoft.com/en-us/magazine/ee335699.aspx
Reference NO 4
http://msdn.microsoft.com/en-us/library/dd203052.aspx
Reference NO 5
http://www.packtpub.com/article/implementing-wcf-service-real-world
Reference NO 6
http://forums.asp.net/t/1772347.aspx/1
Reference NO 7
http://zianet.dk/blog/category/microsoft/wcf/
Reference NO 8
http://www.brainhzconsulting.com/tag/wcf/
rounded corners cropping
rounded corners cropping
References
Reference NO 1
http://www.cutmypic.com/
Reference NO 2
http://www.dpreview.com/forums/thread/2991171
Reference NO 3
http://www.tricky-photoshop.com/round-edges-crop/
Reference NO 4
http://answers.yahoo.com/question/index?qid=20090525135007AAi78pG
Reference NO 5
http://forums.adobe.com/thread/620307
Reference NO 6
http://www.photoshopforums.com/cropping-rounded-corners-off-image-vt23363.html
Reference NO 7
#EANF#
Reference NO 8
http://www.devppl.com/forum/rounded-corner-crop-in-ps-cs2-how-vt2472.html
References
Reference NO 1
http://www.cutmypic.com/
Reference NO 2
http://www.dpreview.com/forums/thread/2991171
Reference NO 3
http://www.tricky-photoshop.com/round-edges-crop/
Reference NO 4
http://answers.yahoo.com/question/index?qid=20090525135007AAi78pG
Reference NO 5
http://forums.adobe.com/thread/620307
Reference NO 6
http://www.photoshopforums.com/cropping-rounded-corners-off-image-vt23363.html
Reference NO 7
#EANF#
Reference NO 8
http://www.devppl.com/forum/rounded-corner-crop-in-ps-cs2-how-vt2472.html
Request.ClientCertificate.Subject Does not request data all the time?
Request.ClientCertificate.Subject Does not request data all the time?
References
Reference NO 1
http://stackoverflow.com/questions/13645299/request-clientcertificate-subject-does-not-request-data-all-the-time
Reference NO 2
http://stackoverflow.com/questions/13648138/blocking-all-http-requests-if-digital-certificate-is-not-present
Reference NO 3
http://www.piclist.com/techref/language/asp/OBJ/ref_vbom_reqoccc.htm
Reference NO 4
http://www.zytrax.com/tech/survival/ssl.html
Reference NO 5
http://www.asp.net/web-api/overview/security/working-with-ssl-in-web-api
Reference NO 6
http://technet.microsoft.com/en-us/library/cc783349(v=ws.10).aspx
Reference NO 7
http://technet.microsoft.com/en-us/library/cc776447(v=ws.10).aspx
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13645299/request-clientcertificate-subject-does-not-request-data-all-the-time
Reference NO 2
http://stackoverflow.com/questions/13648138/blocking-all-http-requests-if-digital-certificate-is-not-present
Reference NO 3
http://www.piclist.com/techref/language/asp/OBJ/ref_vbom_reqoccc.htm
Reference NO 4
http://www.zytrax.com/tech/survival/ssl.html
Reference NO 5
http://www.asp.net/web-api/overview/security/working-with-ssl-in-web-api
Reference NO 6
http://technet.microsoft.com/en-us/library/cc783349(v=ws.10).aspx
Reference NO 7
http://technet.microsoft.com/en-us/library/cc776447(v=ws.10).aspx
Reference NO 8
#EANF#
Subscribe to:
Posts (Atom)