JSP Video Streaming (with Servlet)
References
Reference NO 1
http://stackoverflow.com/questions/13650285/jsp-video-streaming-with-servlet
Reference NO 2
http://www.coderanch.com/t/505797/Servlets/java/vedio-streaming-servlet-jsp
Reference NO 3
http://answers.oreilly.com/topic/577-h264-video-streamingseeking-via-java-servlet/
Reference NO 4
http://www.datadisk.co.uk/html_docs/jsp/jsp_servlet.htm
Reference NO 5
http://www.theserverside.com/discussions/thread.tss?thread_id=60750
Reference NO 6
http://docs.oracle.com/cd/E16655_01/appdev.121/e28184/oracle/ord/im/OrdHttpJspResponseHandler.html
Reference NO 7
http://www.rgagnon.com/javadetails/java-0366.html
Reference NO 8
http://www.roseindia.net/answers/viewqa/JSP-Servlet/4896-video-streaming.html
Thursday, 29 August 2013
read javascript object properties
read javascript object properties
References
Reference NO 1
http://stackoverflow.com/questions/85992/how-do-i-enumerate-the-properties-of-a-javascript-object
Reference NO 2
http://stackoverflow.com/questions/208016/how-to-list-the-properties-of-a-javascript-object
Reference NO 3
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Working_with_Objects
Reference NO 4
http://www.quirksmode.org/js/associative.html
Reference NO 5
http://www.2ality.com/2012/10/javascript-properties.html
Reference NO 6
http://davidwalsh.name/access-object-properties
Reference NO 7
http://www.w3schools.com/js/js_objects.asp
Reference NO 8
http://javascript.info/tutorial/objects
References
Reference NO 1
http://stackoverflow.com/questions/85992/how-do-i-enumerate-the-properties-of-a-javascript-object
Reference NO 2
http://stackoverflow.com/questions/208016/how-to-list-the-properties-of-a-javascript-object
Reference NO 3
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Working_with_Objects
Reference NO 4
http://www.quirksmode.org/js/associative.html
Reference NO 5
http://www.2ality.com/2012/10/javascript-properties.html
Reference NO 6
http://davidwalsh.name/access-object-properties
Reference NO 7
http://www.w3schools.com/js/js_objects.asp
Reference NO 8
http://javascript.info/tutorial/objects
Displaying php result as link
Displaying php result as link
References
Reference NO 1
http://stackoverflow.com/questions/13650967/displaying-php-result-as-link
Reference NO 2
http://stackoverflow.com/questions/1878517/make-query-results-links-in-php
Reference NO 3
http://stackoverflow.com/questions/11786910/how-do-you-add-a-link-to-a-search-results
Reference NO 4
http://www.webmasterworld.com/php/3971339.htm
Reference NO 5
http://www.justskins.com/forums/make-query-result-into-75299.html
Reference NO 6
http://forum.statcounter.com/vb/archive/index.php/t-21342.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13650967/displaying-php-result-as-link
Reference NO 2
http://stackoverflow.com/questions/1878517/make-query-results-links-in-php
Reference NO 3
http://stackoverflow.com/questions/11786910/how-do-you-add-a-link-to-a-search-results
Reference NO 4
http://www.webmasterworld.com/php/3971339.htm
Reference NO 5
http://www.justskins.com/forums/make-query-result-into-75299.html
Reference NO 6
http://forum.statcounter.com/vb/archive/index.php/t-21342.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Compiler skipping over loop
Compiler skipping over loop
References
Reference NO 1
http://stackoverflow.com/questions/13651253/compiler-skipping-over-loop
Reference NO 2
http://gcc.gnu.org/onlinedocs/gcc-4.0.4/gcc/Optimize-Options.html
Reference NO 3
http://gcc.gnu.org/onlinedocs/gcc-4.6.4/gcc/Optimize-Options.html
Reference NO 4
http://cboard.cprogramming.com/c-programming/143734-compiler-keeps-skipping-over-scanf-statement-please-help.html
Reference NO 5
http://www.aivosto.com/vbtips/loopopt.html
Reference NO 6
http://en.wikipedia.org/wiki/Loop_optimization
Reference NO 7
http://en.wikibooks.org/wiki/Compiler_Construction/Optimization
Reference NO 8
http://coffeescript.org/
References
Reference NO 1
http://stackoverflow.com/questions/13651253/compiler-skipping-over-loop
Reference NO 2
http://gcc.gnu.org/onlinedocs/gcc-4.0.4/gcc/Optimize-Options.html
Reference NO 3
http://gcc.gnu.org/onlinedocs/gcc-4.6.4/gcc/Optimize-Options.html
Reference NO 4
http://cboard.cprogramming.com/c-programming/143734-compiler-keeps-skipping-over-scanf-statement-please-help.html
Reference NO 5
http://www.aivosto.com/vbtips/loopopt.html
Reference NO 6
http://en.wikipedia.org/wiki/Loop_optimization
Reference NO 7
http://en.wikibooks.org/wiki/Compiler_Construction/Optimization
Reference NO 8
http://coffeescript.org/
Reading a file in C
Reading a file in C
References
Reference NO 1
http://www.cs.bu.edu/teaching/c/file-io/intro/
Reference NO 2
http://www.phanderson.com/files/file_read.html
Reference NO 3
http://stackoverflow.com/questions/3463426/in-c-how-should-i-read-a-text-file-and-print-all-strings
Reference NO 4
http://www.cprogramming.com/tutorial/cfileio.html
Reference NO 5
http://www.mrx.net/c/readfunctions.html
Reference NO 6
http://www.programmingsimplified.com/c-program-read-file
Reference NO 7
http://www.codingunit.com/c-tutorial-file-io-using-text-files
Reference NO 8
http://www.cs.utah.edu/~germain/PPS/Topics/C_Language/file_IO.html
References
Reference NO 1
http://www.cs.bu.edu/teaching/c/file-io/intro/
Reference NO 2
http://www.phanderson.com/files/file_read.html
Reference NO 3
http://stackoverflow.com/questions/3463426/in-c-how-should-i-read-a-text-file-and-print-all-strings
Reference NO 4
http://www.cprogramming.com/tutorial/cfileio.html
Reference NO 5
http://www.mrx.net/c/readfunctions.html
Reference NO 6
http://www.programmingsimplified.com/c-program-read-file
Reference NO 7
http://www.codingunit.com/c-tutorial-file-io-using-text-files
Reference NO 8
http://www.cs.utah.edu/~germain/PPS/Topics/C_Language/file_IO.html
Finding height of a non-binary tree
Finding height of a non-binary tree
References
Reference NO 1
http://geekswithblogs.net/fahdsiddiqui/archive/2010/10/30/optimized-way-of-finding-a-height-of-a-tree-including.aspx
Reference NO 2
http://stackoverflow.com/questions/13476508/non-binary-tree-height
Reference NO 3
http://stackoverflow.com/questions/11925631/non-recursive-program-to-find-minimum-height-of-binary-tree
Reference NO 4
http://discuss.joelonsoftware.com/default.asp?interview.11.526183.4
Reference NO 5
http://www.coderanch.com/t/516766/Performance/java/Find-Binary-Tree-Height
Reference NO 6
http://bytes.com/topic/c/answers/222673-non-recursive-algorithm-find-height-binary-tree
Reference NO 7
http://www.geeksforgeeks.org/forums/topic/height-of-a-binary-tree-without-using-recursion/
Reference NO 8
http://penguin.ewu.edu/cscd300/Topic/BSTintro/
References
Reference NO 1
http://geekswithblogs.net/fahdsiddiqui/archive/2010/10/30/optimized-way-of-finding-a-height-of-a-tree-including.aspx
Reference NO 2
http://stackoverflow.com/questions/13476508/non-binary-tree-height
Reference NO 3
http://stackoverflow.com/questions/11925631/non-recursive-program-to-find-minimum-height-of-binary-tree
Reference NO 4
http://discuss.joelonsoftware.com/default.asp?interview.11.526183.4
Reference NO 5
http://www.coderanch.com/t/516766/Performance/java/Find-Binary-Tree-Height
Reference NO 6
http://bytes.com/topic/c/answers/222673-non-recursive-algorithm-find-height-binary-tree
Reference NO 7
http://www.geeksforgeeks.org/forums/topic/height-of-a-binary-tree-without-using-recursion/
Reference NO 8
http://penguin.ewu.edu/cscd300/Topic/BSTintro/
assembler code error
assembler code error
References
Reference NO 1
http://publib.boulder.ibm.com/infocenter/zos/v1r11/topic/com.ibm.zos.r11.asma100/asmp102093.htm
Reference NO 2
http://www.freepascal.org/docs-html/user/usersu98.html
Reference NO 3
http://users.ece.utexas.edu/~valvano/assmbly/syntax.htm
Reference NO 4
http://stackoverflow.com/questions/13652159/assembler-code-error
Reference NO 5
http://stackoverflow.com/questions/7523869/syntax-errors-in-my-assembly-code
Reference NO 6
http://stackoverflow.com/questions/17635514/oam-assembly-code-error
Reference NO 7
http://forums.codeblocks.org/index.php?topic=17835.0
Reference NO 8
http://www.codingforums.com/showthread.php?t=159430
References
Reference NO 1
http://publib.boulder.ibm.com/infocenter/zos/v1r11/topic/com.ibm.zos.r11.asma100/asmp102093.htm
Reference NO 2
http://www.freepascal.org/docs-html/user/usersu98.html
Reference NO 3
http://users.ece.utexas.edu/~valvano/assmbly/syntax.htm
Reference NO 4
http://stackoverflow.com/questions/13652159/assembler-code-error
Reference NO 5
http://stackoverflow.com/questions/7523869/syntax-errors-in-my-assembly-code
Reference NO 6
http://stackoverflow.com/questions/17635514/oam-assembly-code-error
Reference NO 7
http://forums.codeblocks.org/index.php?topic=17835.0
Reference NO 8
http://www.codingforums.com/showthread.php?t=159430
Subscribe to:
Posts (Atom)