simplest way to collect all SQL sent out
References
Reference NO 1
https://www.simple-talk.com/sql/t-sql-programming/exploring-your-database-schema-with-sql/
Reference NO 2
http://blog.sqlauthority.com/2009/07/16/sql-server-four-different-ways-to-find-recovery-model-for-database/
Reference NO 3
http://javarevisited.blogspot.com/2012/10/sql-query-to-find-all-table-on-database-mysql-sqlserver.html
Reference NO 4
http://learningsqlserver.wordpress.com/2011/01/21/what-version-of-sql-server-do-i-have/
Reference NO 5
http://www.johnsansom.com/how-to-become-a-sql-server-dba/
Reference NO 6
http://www.mssqltips.com/sqlservertip/1307/simple-way-to-find-errors-in-sql-server-error-log/
Reference NO 7
http://docs.oracle.com/cd/B19306_01/appdev.102/b14261/overview.htm
Reference NO 8
http://technet.microsoft.com/magazine/c8da77b8-0956-40bf-b986-268777b9f4c9
Saturday, 31 August 2013
search numbers in vba excel
search numbers in vba excel
References
Reference NO 1
http://stackoverflow.com/questions/7239328/vba-how-to-find-numbers-from-string
Reference NO 2
http://msdn.microsoft.com/en-us/library/office/ff839746.aspx
Reference NO 3
http://www.vbforums.com/showthread.php?634644-Excel-Find-Method-in-Excel-VBA-(Any-version-of-Excel)
Reference NO 4
http://www.rondebruin.nl/win/s9/win006.htm
Reference NO 5
http://www.eng.auburn.edu/~tplacek/courses/3600/Strings%20and%20Manipulations.htm
Reference NO 6
http://www.mrexcel.com/forum/excel-questions/510003-how-find-column-number-visual-basic-applications.html
Reference NO 7
http://windowssecrets.com/forums/showthread.php/51935-Using-FIND-to-return-row-number-(VBA-Excel-2000)
Reference NO 8
http://www.ozgrid.com/VBA/find-between.htm
References
Reference NO 1
http://stackoverflow.com/questions/7239328/vba-how-to-find-numbers-from-string
Reference NO 2
http://msdn.microsoft.com/en-us/library/office/ff839746.aspx
Reference NO 3
http://www.vbforums.com/showthread.php?634644-Excel-Find-Method-in-Excel-VBA-(Any-version-of-Excel)
Reference NO 4
http://www.rondebruin.nl/win/s9/win006.htm
Reference NO 5
http://www.eng.auburn.edu/~tplacek/courses/3600/Strings%20and%20Manipulations.htm
Reference NO 6
http://www.mrexcel.com/forum/excel-questions/510003-how-find-column-number-visual-basic-applications.html
Reference NO 7
http://windowssecrets.com/forums/showthread.php/51935-Using-FIND-to-return-row-number-(VBA-Excel-2000)
Reference NO 8
http://www.ozgrid.com/VBA/find-between.htm
delete query for mysql using c
delete query for mysql using c
References
Reference NO 1
http://dev.mysql.com/doc/refman/4.1/en/delete.html
Reference NO 2
http://stackoverflow.com/questions/13643836/delete-query-for-mysql-using-c
Reference NO 3
http://stackoverflow.com/questions/11825648/delete-from-multiple-table-using-single-query-in-mysql
Reference NO 4
http://www.perturb.org/display/743_MySQL_Delete_with_a_LEFT_JOIN.html
Reference NO 5
http://social.msdn.microsoft.com/Forums/en-US/6eeee784-3f17-4a37-bb35-9ca37260c21f/action?threadDisplayName=delete-query-in-c-for-mysql-not-working
Reference NO 6
http://harrybailey.com/2011/04/delete-from-two-or-multiple-tables-with-one-mysql-query/
Reference NO 7
http://www.cs.wichita.edu/~chang/lecture/cs742/program/how-mysql-c-api.html
Reference NO 8
#EANF#
References
Reference NO 1
http://dev.mysql.com/doc/refman/4.1/en/delete.html
Reference NO 2
http://stackoverflow.com/questions/13643836/delete-query-for-mysql-using-c
Reference NO 3
http://stackoverflow.com/questions/11825648/delete-from-multiple-table-using-single-query-in-mysql
Reference NO 4
http://www.perturb.org/display/743_MySQL_Delete_with_a_LEFT_JOIN.html
Reference NO 5
http://social.msdn.microsoft.com/Forums/en-US/6eeee784-3f17-4a37-bb35-9ca37260c21f/action?threadDisplayName=delete-query-in-c-for-mysql-not-working
Reference NO 6
http://harrybailey.com/2011/04/delete-from-two-or-multiple-tables-with-one-mysql-query/
Reference NO 7
http://www.cs.wichita.edu/~chang/lecture/cs742/program/how-mysql-c-api.html
Reference NO 8
#EANF#
Wordpress rewrite with php
Wordpress rewrite with php
References
Reference NO 1
http://codex.wordpress.org/Class_Reference/WP_Rewrite
Reference NO 2
http://codex.wordpress.org/Using_Permalinks
Reference NO 3
http://stackoverflow.com/questions/3307352/wordpress-custom-url-rewrites
Reference NO 4
http://stackoverflow.com/questions/723283/wordpress-mod-rewrite
Reference NO 5
http://www.hongkiat.com/blog/wordpress-url-rewrite/
Reference NO 6
http://phpxref.ftwr.co.uk/wordpress/wp-includes/rewrite.php.source.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://codex.wordpress.org/Class_Reference/WP_Rewrite
Reference NO 2
http://codex.wordpress.org/Using_Permalinks
Reference NO 3
http://stackoverflow.com/questions/3307352/wordpress-custom-url-rewrites
Reference NO 4
http://stackoverflow.com/questions/723283/wordpress-mod-rewrite
Reference NO 5
http://www.hongkiat.com/blog/wordpress-url-rewrite/
Reference NO 6
http://phpxref.ftwr.co.uk/wordpress/wp-includes/rewrite.php.source.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Why this code works differently in Heroku?
Why this code works differently in Heroku?
References
Reference NO 1
https://devcenter.heroku.com/articles/multiple-environments
Reference NO 2
https://devcenter.heroku.com/articles/git
Reference NO 3
http://stackoverflow.com/questions/13644451/why-this-code-works-differently-in-heroku
Reference NO 4
http://stackoverflow.com/questions/2971550/how-to-push-different-local-git-branches-to-heroku-master
Reference NO 5
http://stackoverflow.com/questions/4269922/permission-denied-publickey-when-deploying-heroku-code-fatal-the-remote-end
Reference NO 6
http://guides.railsgirls.com/heroku/
Reference NO 7
http://jayunit100.blogspot.com/2012/05/how-git-heroku-and-your-laptop-work.html
Reference NO 8
#EANF#
References
Reference NO 1
https://devcenter.heroku.com/articles/multiple-environments
Reference NO 2
https://devcenter.heroku.com/articles/git
Reference NO 3
http://stackoverflow.com/questions/13644451/why-this-code-works-differently-in-heroku
Reference NO 4
http://stackoverflow.com/questions/2971550/how-to-push-different-local-git-branches-to-heroku-master
Reference NO 5
http://stackoverflow.com/questions/4269922/permission-denied-publickey-when-deploying-heroku-code-fatal-the-remote-end
Reference NO 6
http://guides.railsgirls.com/heroku/
Reference NO 7
http://jayunit100.blogspot.com/2012/05/how-git-heroku-and-your-laptop-work.html
Reference NO 8
#EANF#
SAX parser openStream() error
SAX parser openStream() error
References
Reference NO 1
http://stackoverflow.com/questions/13644777/sax-parser-openstream-error
Reference NO 2
http://stackoverflow.com/questions/7215392/have-error-with-saxparser-on-androidnot-well-formed-invalid-token
Reference NO 3
http://armenta-janu1991.blogspot.com/2013/08/sax-parser-openstream-error.html
Reference NO 4
http://androiddev.orkitra.com/?p=14428
Reference NO 5
http://svn.apache.org/repos/asf/ant/ivy/core/branches/2.0.0-beta1/src/java/org/apache/ivy/util/XMLHelper.java
Reference NO 6
http://mobile.tutsplus.com/tutorials/android/android-sdk-build-a-simple-sax-parser/
Reference NO 7
https://groups.google.com/d/topic/android-beginners/eZrRp2BoR3s
Reference NO 8
http://code.google.com/p/cap-library/issues/detail?id=27
References
Reference NO 1
http://stackoverflow.com/questions/13644777/sax-parser-openstream-error
Reference NO 2
http://stackoverflow.com/questions/7215392/have-error-with-saxparser-on-androidnot-well-formed-invalid-token
Reference NO 3
http://armenta-janu1991.blogspot.com/2013/08/sax-parser-openstream-error.html
Reference NO 4
http://androiddev.orkitra.com/?p=14428
Reference NO 5
http://svn.apache.org/repos/asf/ant/ivy/core/branches/2.0.0-beta1/src/java/org/apache/ivy/util/XMLHelper.java
Reference NO 6
http://mobile.tutsplus.com/tutorials/android/android-sdk-build-a-simple-sax-parser/
Reference NO 7
https://groups.google.com/d/topic/android-beginners/eZrRp2BoR3s
Reference NO 8
http://code.google.com/p/cap-library/issues/detail?id=27
Woocommerce - Displaying variations inside the loop
Woocommerce - Displaying variations inside the loop
References
Reference NO 1
http://wordpress.org/support/topic/woocommerce-displaying-product-variation-inside-loop
Reference NO 2
http://stackoverflow.com/questions/13645085/woocommerce-displaying-variations-inside-the-loop
Reference NO 3
http://stackoverflow.com/questions/15599797/woocommerce-product-variation-display-as-table-instead-of-drop-down
Reference NO 4
http://stackoverflow.com/tags/woocommerce/hot?filter=all
Reference NO 5
http://wordpress.stackexchange.com/questions/88370/show-all-products-on-one-page-with-woocommerce
Reference NO 6
http://isabelcastillo.com/woocommerce-custom-product-attributes
Reference NO 7
http://docs.woothemes.com/document/override-loop-template-and-show-quantities-next-to-add-to-cart-buttons/
Reference NO 8
#EANF#
References
Reference NO 1
http://wordpress.org/support/topic/woocommerce-displaying-product-variation-inside-loop
Reference NO 2
http://stackoverflow.com/questions/13645085/woocommerce-displaying-variations-inside-the-loop
Reference NO 3
http://stackoverflow.com/questions/15599797/woocommerce-product-variation-display-as-table-instead-of-drop-down
Reference NO 4
http://stackoverflow.com/tags/woocommerce/hot?filter=all
Reference NO 5
http://wordpress.stackexchange.com/questions/88370/show-all-products-on-one-page-with-woocommerce
Reference NO 6
http://isabelcastillo.com/woocommerce-custom-product-attributes
Reference NO 7
http://docs.woothemes.com/document/override-loop-template-and-show-quantities-next-to-add-to-cart-buttons/
Reference NO 8
#EANF#
Unit Testing with Enterprise Library in Visual Studio 2010
Unit Testing with Enterprise Library in Visual Studio 2010
References
Reference NO 1
http://stackoverflow.com/questions/13645406/unit-testing-with-enterprise-library-in-visual-studio-2010
Reference NO 2
http://msdn.microsoft.com/en-us/library/ff664706(v=pandp.50).aspx
Reference NO 3
http://social.msdn.microsoft.com/Forums/en-US/9687b91d-8336-4739-84d0-b5859212d6a5/action?threadDisplayName=unit-testing-the-data-access-layer-using-enterprise-library-40-with-an-oracle-db
Reference NO 4
http://www.global-webnet.net/blogengine/post/2009/03/02/Enterprise-Library-41-unit-test-dont-work.aspx
Reference NO 5
http://lifewithdotnet.blogspot.com/2011/07/when-enterprise-library-meets-unit-test.html
Reference NO 6
http://oddiandeveloper.blogspot.com/2008/10/so-ive-decided-that-using-enterprise.html
Reference NO 7
http://entlib.codeplex.com/wikipage?title=EL5SqlConfigSourceReleaseNotes
Reference NO 8
http://weblogs.asp.net/ricardoperes/archive/2013/05/07/using-the-enterprise-library-6-configuration-console-with-visual-studio-2012.aspx
References
Reference NO 1
http://stackoverflow.com/questions/13645406/unit-testing-with-enterprise-library-in-visual-studio-2010
Reference NO 2
http://msdn.microsoft.com/en-us/library/ff664706(v=pandp.50).aspx
Reference NO 3
http://social.msdn.microsoft.com/Forums/en-US/9687b91d-8336-4739-84d0-b5859212d6a5/action?threadDisplayName=unit-testing-the-data-access-layer-using-enterprise-library-40-with-an-oracle-db
Reference NO 4
http://www.global-webnet.net/blogengine/post/2009/03/02/Enterprise-Library-41-unit-test-dont-work.aspx
Reference NO 5
http://lifewithdotnet.blogspot.com/2011/07/when-enterprise-library-meets-unit-test.html
Reference NO 6
http://oddiandeveloper.blogspot.com/2008/10/so-ive-decided-that-using-enterprise.html
Reference NO 7
http://entlib.codeplex.com/wikipage?title=EL5SqlConfigSourceReleaseNotes
Reference NO 8
http://weblogs.asp.net/ricardoperes/archive/2013/05/07/using-the-enterprise-library-6-configuration-console-with-visual-studio-2012.aspx
Porting an existing codebase to a different chipset
Porting an existing codebase to a different chipset
References
Reference NO 1
http://stackoverflow.com/questions/13646119/porting-an-existing-codebase-to-a-different-chipset
Reference NO 2
http://stackoverflow.com/questions/2150712/how-can-i-determine-the-chipset-of-the-computer-that-my-program-is-running-on-us
Reference NO 3
http://www.cl.cam.ac.uk/teaching/0910/AddTopics/lecture4.pdf
Reference NO 4
http://embedur.com/CS023_270313.pdf
Reference NO 5
https://developer.apple.com/library/mac/documentation/porting/conceptual/portingunix/environments/environments.html
Reference NO 6
ftp://ftp.supermicro.com/CDR-X8_1.22_for_Intel_X8_platform/MANUALS/Adaptec_ESB_ICH7R_ICH9R_SATA_RAID.pdf
Reference NO 7
http://www.informationweek.com/722/unixnt.htm
Reference NO 8
http://ie.linkedin.com/in/harunemektar
References
Reference NO 1
http://stackoverflow.com/questions/13646119/porting-an-existing-codebase-to-a-different-chipset
Reference NO 2
http://stackoverflow.com/questions/2150712/how-can-i-determine-the-chipset-of-the-computer-that-my-program-is-running-on-us
Reference NO 3
http://www.cl.cam.ac.uk/teaching/0910/AddTopics/lecture4.pdf
Reference NO 4
http://embedur.com/CS023_270313.pdf
Reference NO 5
https://developer.apple.com/library/mac/documentation/porting/conceptual/portingunix/environments/environments.html
Reference NO 6
ftp://ftp.supermicro.com/CDR-X8_1.22_for_Intel_X8_platform/MANUALS/Adaptec_ESB_ICH7R_ICH9R_SATA_RAID.pdf
Reference NO 7
http://www.informationweek.com/722/unixnt.htm
Reference NO 8
http://ie.linkedin.com/in/harunemektar
Friday, 30 August 2013
StoreKit & Receipt verification
StoreKit & Receipt verification
References
Reference NO 1
http://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/StoreKitGuide/VerifyingStoreReceipts/VerifyingStoreReceipts.html
Reference NO 2
http://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/StoreKitGuide/RenewableSubscriptions/RenewableSubscriptions.html
Reference NO 3
http://stackoverflow.com/questions/13646429/storekit-receipt-verification
Reference NO 4
http://stackoverflow.com/questions/tagged/storekit
Reference NO 5
http://blog.oleganza.com/post/177418623/iphone-storekit-encode-the-receipt-in-base64-before
Reference NO 6
http://developer.appcelerator.com/question/132064/how-to-check-receipt-without-tistorekit-api
Reference NO 7
http://www.cocoanetics.com/2010/02/things-i-learned-implementing-my-first-inapppurchase/
Reference NO 8
#EANF#
References
Reference NO 1
http://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/StoreKitGuide/VerifyingStoreReceipts/VerifyingStoreReceipts.html
Reference NO 2
http://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/StoreKitGuide/RenewableSubscriptions/RenewableSubscriptions.html
Reference NO 3
http://stackoverflow.com/questions/13646429/storekit-receipt-verification
Reference NO 4
http://stackoverflow.com/questions/tagged/storekit
Reference NO 5
http://blog.oleganza.com/post/177418623/iphone-storekit-encode-the-receipt-in-base64-before
Reference NO 6
http://developer.appcelerator.com/question/132064/how-to-check-receipt-without-tistorekit-api
Reference NO 7
http://www.cocoanetics.com/2010/02/things-i-learned-implementing-my-first-inapppurchase/
Reference NO 8
#EANF#
compare array of strings to a button click
compare array of strings to a button click
References
Reference NO 1
http://stackoverflow.com/questions/8579220/comparing-array-of-strings-to-one-string-in-android
Reference NO 2
http://stackoverflow.com/questions/9428322/by-comparing-text-in-button-array-with-string-array-unable-to-perform-onclick-in
Reference NO 3
http://webcheatsheet.com/javascript/arrays.php
Reference NO 4
http://www.siue.edu/~dbock/cmis142/WebNotes/Ch8Notes/8-arrays.htm
Reference NO 5
http://answers.unity3d.com/questions/199093/changing-gui-button-text-with-a-string-array.html
Reference NO 6
http://msdn.microsoft.com/en-us/library/ms172582(v=vs.90).aspx
Reference NO 7
http://www.dreamincode.net/forums/topic/296208-compare-two-arrays-from-two-listboxes/
Reference NO 8
http://blog.flexexamples.com/2008/03/26/converting-an-array-of-string-objects-to-an-array-of-object-objects-in-flex/
References
Reference NO 1
http://stackoverflow.com/questions/8579220/comparing-array-of-strings-to-one-string-in-android
Reference NO 2
http://stackoverflow.com/questions/9428322/by-comparing-text-in-button-array-with-string-array-unable-to-perform-onclick-in
Reference NO 3
http://webcheatsheet.com/javascript/arrays.php
Reference NO 4
http://www.siue.edu/~dbock/cmis142/WebNotes/Ch8Notes/8-arrays.htm
Reference NO 5
http://answers.unity3d.com/questions/199093/changing-gui-button-text-with-a-string-array.html
Reference NO 6
http://msdn.microsoft.com/en-us/library/ms172582(v=vs.90).aspx
Reference NO 7
http://www.dreamincode.net/forums/topic/296208-compare-two-arrays-from-two-listboxes/
Reference NO 8
http://blog.flexexamples.com/2008/03/26/converting-an-array-of-string-objects-to-an-array-of-object-objects-in-flex/
How to get the image from project classpath in Servlet on Netbeans
How to get the image from project classpath in Servlet on Netbeans
References
Reference NO 1
http://stackoverflow.com/questions/13646985/how-to-get-the-image-from-project-classpath-in-servlet-on-netbeans
Reference NO 2
https://netbeans.org/bugzilla/show_bug.cgi?id=133150
Reference NO 3
http://forums.netbeans.org/ntopic46065.html
Reference NO 4
https://netbeans.org/projects/usersguide/downloads/download/nbfieldguide/Chapter6-WebApps-Tomcat.pdf
Reference NO 5
http://netbeans.org/issues/show_bug.cgi?id=129597
Reference NO 6
http://netbeans-org.1045718.n5.nabble.com/Adding-classpath-to-server-td5717190.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13646985/how-to-get-the-image-from-project-classpath-in-servlet-on-netbeans
Reference NO 2
https://netbeans.org/bugzilla/show_bug.cgi?id=133150
Reference NO 3
http://forums.netbeans.org/ntopic46065.html
Reference NO 4
https://netbeans.org/projects/usersguide/downloads/download/nbfieldguide/Chapter6-WebApps-Tomcat.pdf
Reference NO 5
http://netbeans.org/issues/show_bug.cgi?id=129597
Reference NO 6
http://netbeans-org.1045718.n5.nabble.com/Adding-classpath-to-server-td5717190.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
mouse events javascript issues
mouse events javascript issues
References
Reference NO 1
https://github.com/kangax/fabric.js/issues/670
Reference NO 2
http://unixpapa.com/js/mouse.html
Reference NO 3
http://stackoverflow.com/questions/13647300/mouse-events-javascript-issues
Reference NO 4
http://javascript.info/tutorial/mouse-events
Reference NO 5
http://forum.iopus.com/viewtopic.php?f=6&t=19215
Reference NO 6
http://www.htmlgoodies.com/beyond/javascript/advanced-javascript-event-handling.html
Reference NO 7
http://www.quirksmode.org/js/introevents.html
Reference NO 8
http://webaim.org/techniques/javascript/eventhandlers
References
Reference NO 1
https://github.com/kangax/fabric.js/issues/670
Reference NO 2
http://unixpapa.com/js/mouse.html
Reference NO 3
http://stackoverflow.com/questions/13647300/mouse-events-javascript-issues
Reference NO 4
http://javascript.info/tutorial/mouse-events
Reference NO 5
http://forum.iopus.com/viewtopic.php?f=6&t=19215
Reference NO 6
http://www.htmlgoodies.com/beyond/javascript/advanced-javascript-event-handling.html
Reference NO 7
http://www.quirksmode.org/js/introevents.html
Reference NO 8
http://webaim.org/techniques/javascript/eventhandlers
Setting anchor in Shapes.AddTextBox in Word 2010
Setting anchor in Shapes.AddTextBox in Word 2010
References
Reference NO 1
http://stackoverflow.com/questions/13647601/setting-anchor-in-shapes-addtextbox-in-word-2010
Reference NO 2
http://social.msdn.microsoft.com/Forums/office/en-US/f175055e-7b40-4bcb-8409-d4e0910022f4/action?threadDisplayName=documentshapesaddtextbox-ignores-anchor-word-2013
Reference NO 3
http://msdn.microsoft.com/en-us/library/microsoft.office.interop.word.shapes.addtextbox(v=office.14).aspx
Reference NO 4
http://go4answers.webhost4life.com/Example/problem-anchor-173991.aspx
Reference NO 5
http://www.msofficeforums.com/word-vba/11055-word-vba-add-textboxs-table-cells.html
Reference NO 6
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Word/Q_25445802.html
Reference NO 7
http://msgroups.net/microsoft.public.word.vba.general/positioning-text-on-a-page/5322
Reference NO 8
http://forums.cnet.com/7723-6129_102-181045/macro-for-text-box-in-word/
References
Reference NO 1
http://stackoverflow.com/questions/13647601/setting-anchor-in-shapes-addtextbox-in-word-2010
Reference NO 2
http://social.msdn.microsoft.com/Forums/office/en-US/f175055e-7b40-4bcb-8409-d4e0910022f4/action?threadDisplayName=documentshapesaddtextbox-ignores-anchor-word-2013
Reference NO 3
http://msdn.microsoft.com/en-us/library/microsoft.office.interop.word.shapes.addtextbox(v=office.14).aspx
Reference NO 4
http://go4answers.webhost4life.com/Example/problem-anchor-173991.aspx
Reference NO 5
http://www.msofficeforums.com/word-vba/11055-word-vba-add-textboxs-table-cells.html
Reference NO 6
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Word/Q_25445802.html
Reference NO 7
http://msgroups.net/microsoft.public.word.vba.general/positioning-text-on-a-page/5322
Reference NO 8
http://forums.cnet.com/7723-6129_102-181045/macro-for-text-box-in-word/
jQuery AJAX reCaptcha Doesn't Validate Correct Entry
jQuery AJAX reCaptcha Doesn't Validate Correct Entry
References
Reference NO 1
http://stackoverflow.com/questions/13647934/jquery-ajax-recaptcha-doesnt-validate-correct-entry
Reference NO 2
http://stackoverflow.com/questions/18388413/real-time-recaptcha-validation
Reference NO 3
http://stackoverflow.com/questions/12659294/jquery-validate-recaptcha
Reference NO 4
http://stackoverflow.com/questions/14482516/recaptcha-php-and-ajax
Reference NO 5
http://stackoverflow.com/questions/16292900/recaptcha-code-not-working
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13647934/jquery-ajax-recaptcha-doesnt-validate-correct-entry
Reference NO 2
http://stackoverflow.com/questions/18388413/real-time-recaptcha-validation
Reference NO 3
http://stackoverflow.com/questions/12659294/jquery-validate-recaptcha
Reference NO 4
http://stackoverflow.com/questions/14482516/recaptcha-php-and-ajax
Reference NO 5
http://stackoverflow.com/questions/16292900/recaptcha-code-not-working
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
grab a variable value from external webpage for processing?
grab a variable value from external webpage for processing?
References
Reference NO 1
http://stackoverflow.com/questions/13648224/grab-a-variable-value-from-external-webpage-for-processing
Reference NO 2
http://www.learningprocessing.com/tutorials/external-data-into-processing-2/
Reference NO 3
http://www.ibm.com/developerworks/library/os-php-readfiles/
Reference NO 4
http://www.howtogeek.com/howto/programming/php-get-the-contents-of-a-web-page-rss-feed-or-xml-file-into-a-string-variable/
Reference NO 5
http://php.net/manual/en/function.exec.php
Reference NO 6
http://www.xul.fr/javascript/parameters.html
Reference NO 7
http://bytes.com/topic/php/insights/664241-using-html-forms-pass-data-php
Reference NO 8
http://www.4serendipity.com/form/
References
Reference NO 1
http://stackoverflow.com/questions/13648224/grab-a-variable-value-from-external-webpage-for-processing
Reference NO 2
http://www.learningprocessing.com/tutorials/external-data-into-processing-2/
Reference NO 3
http://www.ibm.com/developerworks/library/os-php-readfiles/
Reference NO 4
http://www.howtogeek.com/howto/programming/php-get-the-contents-of-a-web-page-rss-feed-or-xml-file-into-a-string-variable/
Reference NO 5
http://php.net/manual/en/function.exec.php
Reference NO 6
http://www.xul.fr/javascript/parameters.html
Reference NO 7
http://bytes.com/topic/php/insights/664241-using-html-forms-pass-data-php
Reference NO 8
http://www.4serendipity.com/form/
How to add an entry to svn:ignore without deleting previous value using Subversion commandline
How to add an entry to svn:ignore without deleting previous value using
Subversion commandline
References
Reference NO 1
http://stackoverflow.com/questions/13648537/how-to-add-an-entry-to-svnignore-without-deleting-previous-value-using-subversi
Reference NO 2
http://stackoverflow.com/questions/116074/how-to-ignore-a-directory-with-svn
Reference NO 3
http://svnbook.red-bean.com/en/1.7/svn.ref.svn.html
Reference NO 4
http://subversion.apache.org/faq.html
Reference NO 5
http://blog.bogojoker.com/2008/07/command-line-svnignore-a-file/
Reference NO 6
http://sdesmedt.wordpress.com/2006/12/10/how-to-make-subversion-ignore-files-and-folders/
Reference NO 7
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-cli-main.html
Reference NO 8
http://subclipse.tigris.org/svnant/svntask.html
Subversion commandline
References
Reference NO 1
http://stackoverflow.com/questions/13648537/how-to-add-an-entry-to-svnignore-without-deleting-previous-value-using-subversi
Reference NO 2
http://stackoverflow.com/questions/116074/how-to-ignore-a-directory-with-svn
Reference NO 3
http://svnbook.red-bean.com/en/1.7/svn.ref.svn.html
Reference NO 4
http://subversion.apache.org/faq.html
Reference NO 5
http://blog.bogojoker.com/2008/07/command-line-svnignore-a-file/
Reference NO 6
http://sdesmedt.wordpress.com/2006/12/10/how-to-make-subversion-ignore-files-and-folders/
Reference NO 7
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-cli-main.html
Reference NO 8
http://subclipse.tigris.org/svnant/svntask.html
Custom Sorting based on predefined keys
Custom Sorting based on predefined keys
References
Reference NO 1
http://stackoverflow.com/questions/13648824/custom-sorting-based-on-predefined-keys
Reference NO 2
http://stackoverflow.com/questions/3417296/sorting-a-sorteddictionary-based-on-value-not-key
Reference NO 3
http://stackoverflow.com/questions/18016827/python-sort-list-based-on-key-sorted-list
Reference NO 4
http://stackoverflow.com/questions/15294932/php-sorting-an-array-by-predefined-order
Reference NO 5
http://stackoverflow.com/questions/2122012/c-sorting-with-anonymous-function
Reference NO 6
http://www.techrepublic.com/blog/msoffice/how-do-i-create-a-custom-sort-in-excel/
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13648824/custom-sorting-based-on-predefined-keys
Reference NO 2
http://stackoverflow.com/questions/3417296/sorting-a-sorteddictionary-based-on-value-not-key
Reference NO 3
http://stackoverflow.com/questions/18016827/python-sort-list-based-on-key-sorted-list
Reference NO 4
http://stackoverflow.com/questions/15294932/php-sorting-an-array-by-predefined-order
Reference NO 5
http://stackoverflow.com/questions/2122012/c-sorting-with-anonymous-function
Reference NO 6
http://www.techrepublic.com/blog/msoffice/how-do-i-create-a-custom-sort-in-excel/
Reference NO 7
#EANF#
Reference NO 8
#EANF#
How to reference a temporary table in a subquery?
How to reference a temporary table in a subquery?
References
Reference NO 1
http://stackoverflow.com/questions/13649134/how-to-reference-a-temporary-table-in-a-subquery
Reference NO 2
http://gtowey.blogspot.com/2009/03/why-cant-you-use-subqueries-on-temp.html
Reference NO 3
http://dev.mysql.com/doc/refman/5.5/en/subqueries.html
Reference NO 4
http://dev.mysql.com/doc/refman/4.1/en/subquery-restrictions.html
Reference NO 5
http://dev.mysql.com/doc/refman/5.6/en/subquery-restrictions.html
Reference NO 6
http://www.oracle-base.com/articles/misc/with-clause.php
Reference NO 7
http://psoug.org/reference/with.html
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13649134/how-to-reference-a-temporary-table-in-a-subquery
Reference NO 2
http://gtowey.blogspot.com/2009/03/why-cant-you-use-subqueries-on-temp.html
Reference NO 3
http://dev.mysql.com/doc/refman/5.5/en/subqueries.html
Reference NO 4
http://dev.mysql.com/doc/refman/4.1/en/subquery-restrictions.html
Reference NO 5
http://dev.mysql.com/doc/refman/5.6/en/subquery-restrictions.html
Reference NO 6
http://www.oracle-base.com/articles/misc/with-clause.php
Reference NO 7
http://psoug.org/reference/with.html
Reference NO 8
#EANF#
Thursday, 29 August 2013
What API does VBoxManage.exe use?
What API does VBoxManage.exe use?
References
Reference NO 1
http://stackoverflow.com/questions/13649493/what-api-does-vboxmanage-exe-use
Reference NO 2
http://www.virtualbox.org/manual/ch08.html
Reference NO 3
https://github.com/mitchellh/vagrant/issues/1653
Reference NO 4
https://github.com/mitchellh/vagrant/issues/1703
Reference NO 5
https://blogs.oracle.com/fatbloke/entry/passing_data_between_the_virtualbox
Reference NO 6
http://blog.cochard.me/2011/08/creating-and-starting-virtualbox.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13649493/what-api-does-vboxmanage-exe-use
Reference NO 2
http://www.virtualbox.org/manual/ch08.html
Reference NO 3
https://github.com/mitchellh/vagrant/issues/1653
Reference NO 4
https://github.com/mitchellh/vagrant/issues/1703
Reference NO 5
https://blogs.oracle.com/fatbloke/entry/passing_data_between_the_virtualbox
Reference NO 6
http://blog.cochard.me/2011/08/creating-and-starting-virtualbox.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Program win32 on Windows 8 Pro
Program win32 on Windows 8 Pro
References
Reference NO 1
http://stackoverflow.com/questions/13649767/program-win32-on-windows-8-pro
Reference NO 2
http://windows.microsoft.com/
Reference NO 3
http://www.engadget.com/2011/09/13/windows-8-store-to-sell-both-metro-style-apps-and-conventional-w/
Reference NO 4
http://en.softonic.com/s/win32-application-windows-8
Reference NO 5
http://redmondmag.com/articles/2012/07/02/end-of-win32-era.aspx
Reference NO 6
http://winsupersite.com/blog/supersite-blog-39/windows8/winrt-replacing-win32-140605
Reference NO 7
http://getwired.com/2011/12/09/windows-8-the-desktop-app-win32-and-the-one-arm-man/
Reference NO 8
http://www.videolan.org/vlc/download-windows.html
References
Reference NO 1
http://stackoverflow.com/questions/13649767/program-win32-on-windows-8-pro
Reference NO 2
http://windows.microsoft.com/
Reference NO 3
http://www.engadget.com/2011/09/13/windows-8-store-to-sell-both-metro-style-apps-and-conventional-w/
Reference NO 4
http://en.softonic.com/s/win32-application-windows-8
Reference NO 5
http://redmondmag.com/articles/2012/07/02/end-of-win32-era.aspx
Reference NO 6
http://winsupersite.com/blog/supersite-blog-39/windows8/winrt-replacing-win32-140605
Reference NO 7
http://getwired.com/2011/12/09/windows-8-the-desktop-app-win32-and-the-one-arm-man/
Reference NO 8
http://www.videolan.org/vlc/download-windows.html
Apply borders to all cells in a range with openpyxl
Apply borders to all cells in a range with openpyxl
References
Reference NO 1
http://stackoverflow.com/questions/13650059/apply-borders-to-all-cells-in-a-range-with-openpyxl
Reference NO 2
http://stackoverflow.com/questions/16608028/set-cell-format-and-style-using-optimized-writer-in-openpyxl
Reference NO 3
http://stackoverflow.com/questions/11162355/move-to-adjacent-cells-using-openpyxl
Reference NO 4
http://stackoverflow.com/questions/7907928/openpyxl-check-for-empty-cell
Reference NO 5
http://stackoverflow.com/questions/11902672/concatenate-data-in-excel-using-openpyxl-in-python
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13650059/apply-borders-to-all-cells-in-a-range-with-openpyxl
Reference NO 2
http://stackoverflow.com/questions/16608028/set-cell-format-and-style-using-optimized-writer-in-openpyxl
Reference NO 3
http://stackoverflow.com/questions/11162355/move-to-adjacent-cells-using-openpyxl
Reference NO 4
http://stackoverflow.com/questions/7907928/openpyxl-check-for-empty-cell
Reference NO 5
http://stackoverflow.com/questions/11902672/concatenate-data-in-excel-using-openpyxl-in-python
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Form validation using java script fail in IE-7 but working fine in from IE-8 onwards
Form validation using java script fail in IE-7 but working fine in from
IE-8 onwards
References
Reference NO 1
http://stackoverflow.com/questions/13650405/form-validation-using-java-script-fail-in-ie-7-but-working-fine-in-from-ie-8-onw
Reference NO 2
http://stackoverflow.com/questions/359895/what-are-the-most-likely-causes-of-javascript-errors-in-ie8
Reference NO 3
http://www.solveerrors.com/forums/infragistics-webgrid-not-working-in-ie-8-282994.asp
Reference NO 4
http://social.msdn.microsoft.com/Forums/ie/en-US/772e4b07-29e1-4909-b77f-f61c503f9579/action?threadDisplayName=ie8-javascript-changes
Reference NO 5
http://forumarray.com/ajax-popup-extender-not-working-in-ie-7-and-ie-8-browsers-488377
Reference NO 6
http://datatables.net/forums/discussion/4739/beating-the-ie-dead-horse/p1
Reference NO 7
http://www.solvethiserror.com/html/infragistics-webgrid-not-working-in-ie-8-solution-16-282994.asp
Reference NO 8
#EANF#
IE-8 onwards
References
Reference NO 1
http://stackoverflow.com/questions/13650405/form-validation-using-java-script-fail-in-ie-7-but-working-fine-in-from-ie-8-onw
Reference NO 2
http://stackoverflow.com/questions/359895/what-are-the-most-likely-causes-of-javascript-errors-in-ie8
Reference NO 3
http://www.solveerrors.com/forums/infragistics-webgrid-not-working-in-ie-8-282994.asp
Reference NO 4
http://social.msdn.microsoft.com/Forums/ie/en-US/772e4b07-29e1-4909-b77f-f61c503f9579/action?threadDisplayName=ie8-javascript-changes
Reference NO 5
http://forumarray.com/ajax-popup-extender-not-working-in-ie-7-and-ie-8-browsers-488377
Reference NO 6
http://datatables.net/forums/discussion/4739/beating-the-ie-dead-horse/p1
Reference NO 7
http://www.solvethiserror.com/html/infragistics-webgrid-not-working-in-ie-8-solution-16-282994.asp
Reference NO 8
#EANF#
I want to be able to add function to a python class dynamically
I want to be able to add function to a python class dynamically
References
Reference NO 1
http://stackoverflow.com/questions/17929543/how-can-i-dynamically-create-class-methods-for-a-class-in-python
Reference NO 2
http://stackoverflow.com/questions/8152483/python-dynamically-create-methods-based-on-other-classes
Reference NO 3
http://stackoverflow.com/questions/4443301/python-adding-fields-to-objects-dynamically
Reference NO 4
http://stackoverflow.com/questions/13184281/python-dynamic-function-creation-with-custom-names
Reference NO 5
http://stackoverflow.com/questions/8980676/dynamically-bind-method-to-class-instance-in-python
Reference NO 6
http://code.activestate.com/recipes/81732-dynamically-added-methods-to-a-class/
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/17929543/how-can-i-dynamically-create-class-methods-for-a-class-in-python
Reference NO 2
http://stackoverflow.com/questions/8152483/python-dynamically-create-methods-based-on-other-classes
Reference NO 3
http://stackoverflow.com/questions/4443301/python-adding-fields-to-objects-dynamically
Reference NO 4
http://stackoverflow.com/questions/13184281/python-dynamic-function-creation-with-custom-names
Reference NO 5
http://stackoverflow.com/questions/8980676/dynamically-bind-method-to-class-instance-in-python
Reference NO 6
http://code.activestate.com/recipes/81732-dynamically-added-methods-to-a-class/
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Apache Axis2 rahas-1.6.2.mar toSAXParseException when Axis2 is deploying rahas
Apache Axis2 rahas-1.6.2.mar toSAXParseException when Axis2 is deploying
rahas
References
Reference NO 1
http://stackoverflow.com/questions/13651066/apache-axis2-rahas-1-6-2-mar-tosaxparseexception-when-axis2-is-deploying-rahas
Reference NO 2
http://stackoverflow.com/questions/17363772/axis2-1-6-2-exceptions-when-dealing-with-enumerated-wsdl-field
Reference NO 3
http://en.findizr.com/rahas,2.html
Reference NO 4
#EANF#
Reference NO 5
#EANF#
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
rahas
References
Reference NO 1
http://stackoverflow.com/questions/13651066/apache-axis2-rahas-1-6-2-mar-tosaxparseexception-when-axis2-is-deploying-rahas
Reference NO 2
http://stackoverflow.com/questions/17363772/axis2-1-6-2-exceptions-when-dealing-with-enumerated-wsdl-field
Reference NO 3
http://en.findizr.com/rahas,2.html
Reference NO 4
#EANF#
Reference NO 5
#EANF#
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
delete an element from array in php [closed]
delete an element from array in php [closed]
References
Reference NO 1
http://stackoverflow.com/questions/369602/delete-an-element-from-an-array
Reference NO 2
http://php.net/manual/en/function.unset.php
Reference NO 3
http://php.net/manual/en/function.array-walk.php
Reference NO 4
http://www.programmerinterview.com/index.php/php-questions/how-to-delete-an-element-from-an-array-in-php/
Reference NO 5
http://www.w3schools.com/php/func_array_splice.asp
Reference NO 6
http://forums.devshed.com/php-development-5/php-shopping-cart-remove-item-from-session-array-643161.html
Reference NO 7
http://www.tizag.com/phpT/foreach.php
Reference NO 8
http://www.elated.com/articles/php-array-elements/
References
Reference NO 1
http://stackoverflow.com/questions/369602/delete-an-element-from-an-array
Reference NO 2
http://php.net/manual/en/function.unset.php
Reference NO 3
http://php.net/manual/en/function.array-walk.php
Reference NO 4
http://www.programmerinterview.com/index.php/php-questions/how-to-delete-an-element-from-an-array-in-php/
Reference NO 5
http://www.w3schools.com/php/func_array_splice.asp
Reference NO 6
http://forums.devshed.com/php-development-5/php-shopping-cart-remove-item-from-session-array-643161.html
Reference NO 7
http://www.tizag.com/phpT/foreach.php
Reference NO 8
http://www.elated.com/articles/php-array-elements/
Regex negative lookbehinds with a wildcard
Regex negative lookbehinds with a wildcard
References
Reference NO 1
http://stackoverflow.com/questions/13651640/regex-negative-lookbehinds-with-a-wildcard
Reference NO 2
http://stackoverflow.com/questions/15249322/php-regex-lookbehind-with-wildcard
Reference NO 3
http://bytes.com/topic/perl/answers/50141-negative-lookbehind-wildcards
Reference NO 4
http://www.autohotkey.com/docs/misc/RegEx-QuickRef.htm
Reference NO 5
http://www.ultraedit.com/support/tutorials_power_tips/ultraedit/perl-regular-expressions-digging-deeper.html
Reference NO 6
http://msdn.microsoft.com/en-us/library/az24scfc.aspx
Reference NO 7
http://manicprogrammer.net/tag/regex/
Reference NO 8
http://www.codinghorror.com/blog/2005/10/excluding-matches-with-regular-expressions.html
References
Reference NO 1
http://stackoverflow.com/questions/13651640/regex-negative-lookbehinds-with-a-wildcard
Reference NO 2
http://stackoverflow.com/questions/15249322/php-regex-lookbehind-with-wildcard
Reference NO 3
http://bytes.com/topic/perl/answers/50141-negative-lookbehind-wildcards
Reference NO 4
http://www.autohotkey.com/docs/misc/RegEx-QuickRef.htm
Reference NO 5
http://www.ultraedit.com/support/tutorials_power_tips/ultraedit/perl-regular-expressions-digging-deeper.html
Reference NO 6
http://msdn.microsoft.com/en-us/library/az24scfc.aspx
Reference NO 7
http://manicprogrammer.net/tag/regex/
Reference NO 8
http://www.codinghorror.com/blog/2005/10/excluding-matches-with-regular-expressions.html
application_authenticaterequest does not fire when using Page.GetRouteUrl
application_authenticaterequest does not fire when using Page.GetRouteUrl
References
Reference NO 1
http://stackoverflow.com/questions/13651954/application-authenticaterequest-does-not-fire-when-using-page-getrouteurl
Reference NO 2
http://stackoverflow.com/questions/13651954/application-authenticaterequest-does-not-fire-when-using-page-getrouteurl
Reference NO 3
http://asp.net.bigresource.com/url-Routing-in-WebForms-not-working-when-deployed-under-IIS-Works-in-IDE--x51tEqETJ.html
Reference NO 4
http://vmg.pp.ua/books/%D0%9A%D0%BE%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D1%8B%D0%98%D1%81%D0%B5%D1%82%D0%B8/Microsoft/ASP/4/Bochicchio%20Daniele%20-%20ASP.NET%204.0%20in%20Practice%20-%202011.pdf
Reference NO 5
https://www.ibm.com/developerworks/community/blogs/fd26864d-cb41-49cf-b719-d89c6b072893?sortby=0&maxresults=6&page=3&lang=en
Reference NO 6
https://www.ibm.com/developerworks/community/blogs/fd26864d-cb41-49cf-b719-d89c6b072893?sortby=0&maxresults=6&page=3&lang=en
Reference NO 7
http://www.docstoc.com/docs/84843795/ManningASPNET40inPracticeMay2011
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13651954/application-authenticaterequest-does-not-fire-when-using-page-getrouteurl
Reference NO 2
http://stackoverflow.com/questions/13651954/application-authenticaterequest-does-not-fire-when-using-page-getrouteurl
Reference NO 3
http://asp.net.bigresource.com/url-Routing-in-WebForms-not-working-when-deployed-under-IIS-Works-in-IDE--x51tEqETJ.html
Reference NO 4
http://vmg.pp.ua/books/%D0%9A%D0%BE%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D1%8B%D0%98%D1%81%D0%B5%D1%82%D0%B8/Microsoft/ASP/4/Bochicchio%20Daniele%20-%20ASP.NET%204.0%20in%20Practice%20-%202011.pdf
Reference NO 5
https://www.ibm.com/developerworks/community/blogs/fd26864d-cb41-49cf-b719-d89c6b072893?sortby=0&maxresults=6&page=3&lang=en
Reference NO 6
https://www.ibm.com/developerworks/community/blogs/fd26864d-cb41-49cf-b719-d89c6b072893?sortby=0&maxresults=6&page=3&lang=en
Reference NO 7
http://www.docstoc.com/docs/84843795/ManningASPNET40inPracticeMay2011
Reference NO 8
#EANF#
Read iPhone Settings Programmatically (Precisely Settings->General->Date & Time->Set Automatically)
Read iPhone Settings Programmatically (Precisely Settings->General->Date &
Time->Set Automatically)
References
Reference NO 1
http://stackoverflow.com/questions/13652320/read-iphone-settings-programmatically-precisely-settings-general-date-time
Reference NO 2
http://stackoverflow.com/questions/14175157/copy-email-in-iphone-application
Reference NO 3
http://stackoverflow.com/questions/13494930/setting-files-owner-to-a-customclass-or-nsobject
Reference NO 4
http://stackoverflow.com/questions/13640693/how-to-set-up-cellular-apn-programmatically-for-iphone
Reference NO 5
http://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/UIElementGuidelines/UIElementGuidelines.html
Reference NO 6
http://www.hypebuzz.com/mobile/ios-6.php
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Time->Set Automatically)
References
Reference NO 1
http://stackoverflow.com/questions/13652320/read-iphone-settings-programmatically-precisely-settings-general-date-time
Reference NO 2
http://stackoverflow.com/questions/14175157/copy-email-in-iphone-application
Reference NO 3
http://stackoverflow.com/questions/13494930/setting-files-owner-to-a-customclass-or-nsobject
Reference NO 4
http://stackoverflow.com/questions/13640693/how-to-set-up-cellular-apn-programmatically-for-iphone
Reference NO 5
http://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/UIElementGuidelines/UIElementGuidelines.html
Reference NO 6
http://www.hypebuzz.com/mobile/ios-6.php
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Wednesday, 28 August 2013
Twitter Bootstrap: understanding the scaffolding / grid
Twitter Bootstrap: understanding the scaffolding / grid
References
Reference NO 1
http://stackoverflow.com/questions/13652652/twitter-bootstrap-understanding-the-scaffolding-grid
Reference NO 2
http://stackoverflow.com/questions/15285785/twitter-bootstrap-scaffolding-with-angularjs
Reference NO 3
http://stackoverflow.com/questions/13652652/twitter-bootstrap-understanding-the-scaffolding-grid
Reference NO 4
http://getbootstrap.com/2.3.2/
Reference NO 5
http://www.w3resource.com/twitter-bootstrap/grid-system-tutorial.php
Reference NO 6
http://michaelmusgrove.com/projects/twitter-bootstrap/chapter-2-the-grid-system-in-bootstrap/
Reference NO 7
http://okonski.org/bootstrap-zindex/docs/scaffolding.html
Reference NO 8
https://github.com/G5/mobile-first-bootstrap-grid
References
Reference NO 1
http://stackoverflow.com/questions/13652652/twitter-bootstrap-understanding-the-scaffolding-grid
Reference NO 2
http://stackoverflow.com/questions/15285785/twitter-bootstrap-scaffolding-with-angularjs
Reference NO 3
http://stackoverflow.com/questions/13652652/twitter-bootstrap-understanding-the-scaffolding-grid
Reference NO 4
http://getbootstrap.com/2.3.2/
Reference NO 5
http://www.w3resource.com/twitter-bootstrap/grid-system-tutorial.php
Reference NO 6
http://michaelmusgrove.com/projects/twitter-bootstrap/chapter-2-the-grid-system-in-bootstrap/
Reference NO 7
http://okonski.org/bootstrap-zindex/docs/scaffolding.html
Reference NO 8
https://github.com/G5/mobile-first-bootstrap-grid
Javascript/HTML code for a image slider? [closed]
Javascript/HTML code for a image slider? [closed]
References
Reference NO 1
http://wowslider.com/javascript-slideshow-quiet-rotate-demo.html
Reference NO 2
http://www.menucool.com/javascript-image-slider
Reference NO 3
http://stackoverflow.com/questions/13653023/javascript-html-code-for-a-image-slider
Reference NO 4
http://www.devtrix.net/sliderman/
Reference NO 5
http://www.javascriptkit.com/script/script2/jsslide.shtml
Reference NO 6
http://line25.com/articles/jquery-scripts-for-creating-cool-image-slideshows
Reference NO 7
http://www.ricocheting.com/code/javascript/html-generator/image-slideshow
Reference NO 8
http://www.shadowbox-js.com/
References
Reference NO 1
http://wowslider.com/javascript-slideshow-quiet-rotate-demo.html
Reference NO 2
http://www.menucool.com/javascript-image-slider
Reference NO 3
http://stackoverflow.com/questions/13653023/javascript-html-code-for-a-image-slider
Reference NO 4
http://www.devtrix.net/sliderman/
Reference NO 5
http://www.javascriptkit.com/script/script2/jsslide.shtml
Reference NO 6
http://line25.com/articles/jquery-scripts-for-creating-cool-image-slideshows
Reference NO 7
http://www.ricocheting.com/code/javascript/html-generator/image-slideshow
Reference NO 8
http://www.shadowbox-js.com/
How to log objects to a console with AppleScript
How to log objects to a console with AppleScript
References
Reference NO 1
http://stackoverflow.com/questions/13653358/how-to-log-objects-to-a-console-with-applescript
Reference NO 2
http://stackoverflow.com/questions/2749863/applescript-editor-write-message-to-the-result-window
Reference NO 3
https://discussions.apple.com/thread/4488769?start=0&tstart=0
Reference NO 4
https://developer.apple.com/library/mac/releasenotes/AppleScript/RN-AppleScript/RN-AppleScript.pdf
Reference NO 5
http://hints.macworld.com/article.php?story=20111226075701552
Reference NO 6
http://www.satimage.fr/software/en/tutorial/tutorial_as2.html
Reference NO 7
http://en.wikipedia.org/wiki/AppleScript
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13653358/how-to-log-objects-to-a-console-with-applescript
Reference NO 2
http://stackoverflow.com/questions/2749863/applescript-editor-write-message-to-the-result-window
Reference NO 3
https://discussions.apple.com/thread/4488769?start=0&tstart=0
Reference NO 4
https://developer.apple.com/library/mac/releasenotes/AppleScript/RN-AppleScript/RN-AppleScript.pdf
Reference NO 5
http://hints.macworld.com/article.php?story=20111226075701552
Reference NO 6
http://www.satimage.fr/software/en/tutorial/tutorial_as2.html
Reference NO 7
http://en.wikipedia.org/wiki/AppleScript
Reference NO 8
#EANF#
device descriptor read/64
device descriptor read/64
References
Reference NO 1
http://ubuntuforums.org/showthread.php?t=797789
Reference NO 2
http://stackoverflow.com/questions/13653692/device-descriptor-read-64-error-110
Reference NO 3
http://forum.manjaro.org/index.php?topic=5423.0
Reference NO 4
https://community.freescale.com/thread/294381
Reference NO 5
http://forum.xbian.org/thread-1139-post-13074.html
Reference NO 6
https://bbs.archlinux.org/viewtopic.php?id=149384
Reference NO 7
http://e2e.ti.com/thread/260466.aspx
Reference NO 8
http://askubuntu.com/questions/327563/ivio-2002u-cdma-modem-device-descriptor-read-64-error-71
References
Reference NO 1
http://ubuntuforums.org/showthread.php?t=797789
Reference NO 2
http://stackoverflow.com/questions/13653692/device-descriptor-read-64-error-110
Reference NO 3
http://forum.manjaro.org/index.php?topic=5423.0
Reference NO 4
https://community.freescale.com/thread/294381
Reference NO 5
http://forum.xbian.org/thread-1139-post-13074.html
Reference NO 6
https://bbs.archlinux.org/viewtopic.php?id=149384
Reference NO 7
http://e2e.ti.com/thread/260466.aspx
Reference NO 8
http://askubuntu.com/questions/327563/ivio-2002u-cdma-modem-device-descriptor-read-64-error-71
HtmlElementCollection and Silverlight 4
HtmlElementCollection and Silverlight 4
References
Reference NO 1
http://msdn.microsoft.com/en-us/library/system.windows.forms.htmlelementcollection.aspx
Reference NO 2
http://social.msdn.microsoft.com/Forums/silverlight/en-US/1a9a2ed5-d1e2-4cf7-aba9-ad4cef448573/action?threadDisplayName=breaking-changes-since-beta-2-browserhtmlelementcollection-replaced-with-by
Reference NO 3
http://stackoverflow.com/questions/13654001/htmlelementcollection-and-silverlight-4
Reference NO 4
http://bytes.com/topic/c-sharp/answers/273495-problem-accessing-htmlelementcollection
Reference NO 5
http://www.c-sharpcorner.com/Forums/Thread/59958/
Reference NO 6
http://www.codeproject.com/Questions/455620/HtmlElementCollection-and-setAttribute-function-no
Reference NO 7
http://www.vbforums.com/showthread.php?715337-Get-HtmlElementCollection-From-HttpWebRequest
Reference NO 8
http://our.componentone.com/groups/topic/problem-with-c1htmlhost-silverlight-studio-m4-release/
References
Reference NO 1
http://msdn.microsoft.com/en-us/library/system.windows.forms.htmlelementcollection.aspx
Reference NO 2
http://social.msdn.microsoft.com/Forums/silverlight/en-US/1a9a2ed5-d1e2-4cf7-aba9-ad4cef448573/action?threadDisplayName=breaking-changes-since-beta-2-browserhtmlelementcollection-replaced-with-by
Reference NO 3
http://stackoverflow.com/questions/13654001/htmlelementcollection-and-silverlight-4
Reference NO 4
http://bytes.com/topic/c-sharp/answers/273495-problem-accessing-htmlelementcollection
Reference NO 5
http://www.c-sharpcorner.com/Forums/Thread/59958/
Reference NO 6
http://www.codeproject.com/Questions/455620/HtmlElementCollection-and-setAttribute-function-no
Reference NO 7
http://www.vbforums.com/showthread.php?715337-Get-HtmlElementCollection-From-HttpWebRequest
Reference NO 8
http://our.componentone.com/groups/topic/problem-with-c1htmlhost-silverlight-studio-m4-release/
Z-fighting after tessellation
Z-fighting after tessellation
References
Reference NO 1
http://stackoverflow.com/questions/13654351/z-fighting-after-tessellation
Reference NO 2
http://stackoverflow.com/questions/tagged/tessellation
Reference NO 3
https://forums.geforce.com/default/topic/544378/gtx-670-tessellation-induced-shadow-texture-flickering-in-metro-last-light-and-other-games/
Reference NO 4
http://developer.amd.com/wordpress/media/2013/05/GCNPerformanceTweets.pdf
Reference NO 5
http://phrontistery.info/t.html
Reference NO 6
http://msdn.microsoft.com/en-us/library/windows/hardware/jj123560.aspx
Reference NO 7
http://vterrain.org/Misc/draping.html
Reference NO 8
http://forum.osgearth.org/Roads-Rendering-issue-td7581798.html
References
Reference NO 1
http://stackoverflow.com/questions/13654351/z-fighting-after-tessellation
Reference NO 2
http://stackoverflow.com/questions/tagged/tessellation
Reference NO 3
https://forums.geforce.com/default/topic/544378/gtx-670-tessellation-induced-shadow-texture-flickering-in-metro-last-light-and-other-games/
Reference NO 4
http://developer.amd.com/wordpress/media/2013/05/GCNPerformanceTweets.pdf
Reference NO 5
http://phrontistery.info/t.html
Reference NO 6
http://msdn.microsoft.com/en-us/library/windows/hardware/jj123560.aspx
Reference NO 7
http://vterrain.org/Misc/draping.html
Reference NO 8
http://forum.osgearth.org/Roads-Rendering-issue-td7581798.html
Reference trouble
Reference trouble
References
Reference NO 1
http://www.wordreference.com/definition/trouble
Reference NO 2
http://stackoverflow.com/questions/11276306/imageicon-reference-trouble
Reference NO 3
http://forum.unity3d.com/threads/137491-Web-Reference-Trouble-quot-Type-or-namespace-could-not-be-found-quot
Reference NO 4
http://www.erh.noaa.gov/aly/hydrology/IceJamInfo.pdf
Reference NO 5
http://www.isac.org/students/during-college/applying-for-financial-aid/applications/teacher-education-scholarship-program/trouble-shooting-(technical-reference).html
Reference NO 6
http://www.aallnet.org/products/pub_llj_v93n01/2001_07.pdf
Reference NO 7
http://docs.oracle.com/cd/E19963-01/html/821-1453/dhcp-trouble-1.html
Reference NO 8
http://social.msdn.microsoft.com/Forums/vstudio/en-US/949ee4bc-d569-4a68-894c-d0f85bb68762/action?threadDisplayName=having-trouble-adding-a-reference
References
Reference NO 1
http://www.wordreference.com/definition/trouble
Reference NO 2
http://stackoverflow.com/questions/11276306/imageicon-reference-trouble
Reference NO 3
http://forum.unity3d.com/threads/137491-Web-Reference-Trouble-quot-Type-or-namespace-could-not-be-found-quot
Reference NO 4
http://www.erh.noaa.gov/aly/hydrology/IceJamInfo.pdf
Reference NO 5
http://www.isac.org/students/during-college/applying-for-financial-aid/applications/teacher-education-scholarship-program/trouble-shooting-(technical-reference).html
Reference NO 6
http://www.aallnet.org/products/pub_llj_v93n01/2001_07.pdf
Reference NO 7
http://docs.oracle.com/cd/E19963-01/html/821-1453/dhcp-trouble-1.html
Reference NO 8
http://social.msdn.microsoft.com/Forums/vstudio/en-US/949ee4bc-d569-4a68-894c-d0f85bb68762/action?threadDisplayName=having-trouble-adding-a-reference
Further clarification as to whether interuppts are disabled in top-half handler or not
Further clarification as to whether interuppts are disabled in top-half
handler or not
References
Reference NO 1
http://stackoverflow.com/questions/13654938/further-clarification-as-to-whether-interuppts-are-disabled-in-top-half-handler
Reference NO 2
http://stackoverflow.com/questions/8738951/printk-inside-an-interrupt-handler-is-it-really-that-bad
Reference NO 3
http://stackoverflow.com/questions/13654938/further-clarification-as-to-whether-interuppts-are-disabled-in-top-half-handler
Reference NO 4
http://unix.stackexchange.com/questions/15196/what-determines-whether-an-interrupt-is-io-apic-edge-or-io-apic-level
Reference NO 5
http://forum.energymicro.com/topic/581-some-confusions-on-interrupt-handling-internals/
Reference NO 6
http://www.gammon.com.au/forum/?id=11488
Reference NO 7
http://www-ug.eecg.toronto.edu/msl/manuals/n2sw_nii52006.pdf
Reference NO 8
http://www.opening-windows.com/ticking.html
handler or not
References
Reference NO 1
http://stackoverflow.com/questions/13654938/further-clarification-as-to-whether-interuppts-are-disabled-in-top-half-handler
Reference NO 2
http://stackoverflow.com/questions/8738951/printk-inside-an-interrupt-handler-is-it-really-that-bad
Reference NO 3
http://stackoverflow.com/questions/13654938/further-clarification-as-to-whether-interuppts-are-disabled-in-top-half-handler
Reference NO 4
http://unix.stackexchange.com/questions/15196/what-determines-whether-an-interrupt-is-io-apic-edge-or-io-apic-level
Reference NO 5
http://forum.energymicro.com/topic/581-some-confusions-on-interrupt-handling-internals/
Reference NO 6
http://www.gammon.com.au/forum/?id=11488
Reference NO 7
http://www-ug.eecg.toronto.edu/msl/manuals/n2sw_nii52006.pdf
Reference NO 8
http://www.opening-windows.com/ticking.html
C# - Most efficient way to iterate through multiple arrays/list
C# - Most efficient way to iterate through multiple arrays/list
References
Reference NO 1
http://stackoverflow.com/questions/13655299/c-sharp-most-efficient-way-to-iterate-through-multiple-arrays-list
Reference NO 2
http://stackoverflow.com/questions/242417/looping-through-2-lists-at-once
Reference NO 3
http://social.msdn.microsoft.com/Forums/en-US/fbb99f25-e15e-40f4-8251-e21ac44424a3/action?threadDisplayName=iterate-through-arraylist
Reference NO 4
http://www.dotnetperls.com/arraylist
Reference NO 5
http://www.dotnetperls.com/combine-arrays
Reference NO 6
http://bytes.com/topic/c-sharp/answers/270018-looping-around-arraylist-c
Reference NO 7
http://igoro.com/archive/7-tricks-to-simplify-your-programs-with-linq/
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13655299/c-sharp-most-efficient-way-to-iterate-through-multiple-arrays-list
Reference NO 2
http://stackoverflow.com/questions/242417/looping-through-2-lists-at-once
Reference NO 3
http://social.msdn.microsoft.com/Forums/en-US/fbb99f25-e15e-40f4-8251-e21ac44424a3/action?threadDisplayName=iterate-through-arraylist
Reference NO 4
http://www.dotnetperls.com/arraylist
Reference NO 5
http://www.dotnetperls.com/combine-arrays
Reference NO 6
http://bytes.com/topic/c-sharp/answers/270018-looping-around-arraylist-c
Reference NO 7
http://igoro.com/archive/7-tricks-to-simplify-your-programs-with-linq/
Reference NO 8
#EANF#
Tuesday, 27 August 2013
Maximum number of stl::list objects
Maximum number of stl::list objects
References
Reference NO 1
http://stackoverflow.com/questions/13655910/maximum-number-of-stllist-objects
Reference NO 2
http://www.cplusplus.com/reference/list/list/max_size/
Reference NO 3
http://www.cplusplus.com/reference/list/list/
Reference NO 4
http://www.yolinux.com/TUTORIALS/LinuxTutorialC++STL.html
Reference NO 5
http://en.cppreference.com/w/cpp/algorithm/max
Reference NO 6
http://www.mochima.com/tutorials/STL.html
Reference NO 7
http://www.csci.csusb.edu/dick/samples/stl.html
Reference NO 8
http://cs.stmarys.ca/~porter/csc/ref/stl/cont_list.html
References
Reference NO 1
http://stackoverflow.com/questions/13655910/maximum-number-of-stllist-objects
Reference NO 2
http://www.cplusplus.com/reference/list/list/max_size/
Reference NO 3
http://www.cplusplus.com/reference/list/list/
Reference NO 4
http://www.yolinux.com/TUTORIALS/LinuxTutorialC++STL.html
Reference NO 5
http://en.cppreference.com/w/cpp/algorithm/max
Reference NO 6
http://www.mochima.com/tutorials/STL.html
Reference NO 7
http://www.csci.csusb.edu/dick/samples/stl.html
Reference NO 8
http://cs.stmarys.ca/~porter/csc/ref/stl/cont_list.html
how can I use sed to replace blank fields in a csv file
how can I use sed to replace blank fields in a csv file
References
Reference NO 1
http://stackoverflow.com/questions/13656215/how-can-i-use-sed-to-replace-blank-fields-in-a-csv-file-with-a-string
Reference NO 2
http://stackoverflow.com/questions/5688231/how-to-replace-null-valuefield-with-word-on-csv-file
Reference NO 3
http://unix.stackexchange.com/questions/26941/how-to-manipulate-a-csv-file-with-sed-or-awk
Reference NO 4
http://sed.sourceforge.net/sedfaq4.html
Reference NO 5
http://askubuntu.com/questions/235723/how-do-you-use-sed-to-edit-a-csv-file
Reference NO 6
http://www.webforefront.com/bigdata/xsvfiles.html
Reference NO 7
http://soft.zoneo.net/Linux/remove_empty_lines.php
Reference NO 8
http://superuser.com/questions/567278/can-i-use-a-batch-file-to-remove-blank-columns-in-a-csv
References
Reference NO 1
http://stackoverflow.com/questions/13656215/how-can-i-use-sed-to-replace-blank-fields-in-a-csv-file-with-a-string
Reference NO 2
http://stackoverflow.com/questions/5688231/how-to-replace-null-valuefield-with-word-on-csv-file
Reference NO 3
http://unix.stackexchange.com/questions/26941/how-to-manipulate-a-csv-file-with-sed-or-awk
Reference NO 4
http://sed.sourceforge.net/sedfaq4.html
Reference NO 5
http://askubuntu.com/questions/235723/how-do-you-use-sed-to-edit-a-csv-file
Reference NO 6
http://www.webforefront.com/bigdata/xsvfiles.html
Reference NO 7
http://soft.zoneo.net/Linux/remove_empty_lines.php
Reference NO 8
http://superuser.com/questions/567278/can-i-use-a-batch-file-to-remove-blank-columns-in-a-csv
Return value corrupt when C++11 application uses non-C++11 library
Return value corrupt when C++11 application uses non-C++11 library
References
Reference NO 1
http://stackoverflow.com/questions/13656545/return-value-corrupt-when-c11-application-uses-non-c11-library
Reference NO 2
http://en.wikipedia.org/wiki/C_(programming_language)
Reference NO 3
http://www.postgresql.org/docs/9.1/static/xfunc-c.html
Reference NO 4
http://rosettacode.org/wiki/Call_a_function_in_a_shared_library
Reference NO 5
http://ustl.sourceforge.net/
Reference NO 6
http://bartoszmilewski.com/2011/10/10/async-tasks-in-c11-not-quite-there-yet/
Reference NO 7
http://www.ti.com/lit/an/slaa140/slaa140.pdf
Reference NO 8
http://sourceware.org/newlib/libc.html
References
Reference NO 1
http://stackoverflow.com/questions/13656545/return-value-corrupt-when-c11-application-uses-non-c11-library
Reference NO 2
http://en.wikipedia.org/wiki/C_(programming_language)
Reference NO 3
http://www.postgresql.org/docs/9.1/static/xfunc-c.html
Reference NO 4
http://rosettacode.org/wiki/Call_a_function_in_a_shared_library
Reference NO 5
http://ustl.sourceforge.net/
Reference NO 6
http://bartoszmilewski.com/2011/10/10/async-tasks-in-c11-not-quite-there-yet/
Reference NO 7
http://www.ti.com/lit/an/slaa140/slaa140.pdf
Reference NO 8
http://sourceware.org/newlib/libc.html
What logic am I missing?
What logic am I missing?
References
Reference NO 1
https://discussions.apple.com/thread/5220133?start=0&tstart=0
Reference NO 2
http://www.news24.com/MyNews24/The-Logic-of-Christianity-What-am-I-missing-20121213
Reference NO 3
http://www.logicprohelp.com/forum/viewtopic.php?f=1&t=98800
Reference NO 4
http://www.logic-users-group.com/forums/showthread.php?t=7496
Reference NO 5
http://www.logicmatters.net/2010/06/field-what-am-i-missing/
Reference NO 6
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/99dc9284-a28e-4146-b00e-0e437edf512e/action?threadDisplayName=missing-records-implementation-rollup-logic
Reference NO 7
http://biltrix.com/2012/12/13/the-logic-of-christianity-whats-missing/
Reference NO 8
http://www.modernhandreadingforum.com/t1995p15-the-line-of-logic-phalange-is-missing
References
Reference NO 1
https://discussions.apple.com/thread/5220133?start=0&tstart=0
Reference NO 2
http://www.news24.com/MyNews24/The-Logic-of-Christianity-What-am-I-missing-20121213
Reference NO 3
http://www.logicprohelp.com/forum/viewtopic.php?f=1&t=98800
Reference NO 4
http://www.logic-users-group.com/forums/showthread.php?t=7496
Reference NO 5
http://www.logicmatters.net/2010/06/field-what-am-i-missing/
Reference NO 6
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/99dc9284-a28e-4146-b00e-0e437edf512e/action?threadDisplayName=missing-records-implementation-rollup-logic
Reference NO 7
http://biltrix.com/2012/12/13/the-logic-of-christianity-whats-missing/
Reference NO 8
http://www.modernhandreadingforum.com/t1995p15-the-line-of-logic-phalange-is-missing
Java SimpleHTTPServer equivalent to ??python -m SimpleHTTPServer?
Java SimpleHTTPServer equivalent to ƒ??python -m SimpleHTTPServerƒ?
References
Reference NO 1
#EANF#
Reference NO 2
#EANF#
Reference NO 3
#EANF#
Reference NO 4
#EANF#
Reference NO 5
#EANF#
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
#EANF#
Reference NO 2
#EANF#
Reference NO 3
#EANF#
Reference NO 4
#EANF#
Reference NO 5
#EANF#
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
CSS <ul><li> indent problems
CSS <ul><li> indent problems
References
Reference NO 1
http://stackoverflow.com/questions/13658160/css-ulli-indent-problems
Reference NO 2
http://stackoverflow.com/questions/1184770/css-causing-an-ul-to-be-indented-too-much-in-ie
Reference NO 3
http://stackoverflow.com/questions/11445453/css-set-li-indent
Reference NO 4
http://meyerweb.com/eric/css/list-indent.html
Reference NO 5
http://alistapart.com/article/taminglists/
Reference NO 6
http://answers.google.com/answers/threadview/id/470040.html
Reference NO 7
http://www.w3schools.com/cssref/pr_list-style-position.asp
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13658160/css-ulli-indent-problems
Reference NO 2
http://stackoverflow.com/questions/1184770/css-causing-an-ul-to-be-indented-too-much-in-ie
Reference NO 3
http://stackoverflow.com/questions/11445453/css-set-li-indent
Reference NO 4
http://meyerweb.com/eric/css/list-indent.html
Reference NO 5
http://alistapart.com/article/taminglists/
Reference NO 6
http://answers.google.com/answers/threadview/id/470040.html
Reference NO 7
http://www.w3schools.com/cssref/pr_list-style-position.asp
Reference NO 8
#EANF#
How to change the layout of a Gtk application on fullscreen?
How to change the layout of a Gtk application on fullscreen?
References
Reference NO 1
http://stackoverflow.com/questions/13658460/how-to-change-the-layout-of-a-gtk-application-on-fullscreen
Reference NO 2
http://stackoverflow.com/tags/pygobject/hot
Reference NO 3
https://developer.gnome.org/gtk3/3.9/GtkWindow.html
Reference NO 4
https://developer.gnome.org/gtkmm/stable/classGtk_1_1Dialog.html
Reference NO 5
http://python-gtk-3-tutorial.readthedocs.org/en/latest/layout.html
Reference NO 6
http://www.gtk.org/tutorial1.2/gtk_tut-10.html
Reference NO 7
http://overtag.dk/wordpress/2013/01/first-impressions-of-gtk3-migration-in-python/
Reference NO 8
http://memchart.googlecode.com/svn-history/r205/trunk/src/main_window.cpp
References
Reference NO 1
http://stackoverflow.com/questions/13658460/how-to-change-the-layout-of-a-gtk-application-on-fullscreen
Reference NO 2
http://stackoverflow.com/tags/pygobject/hot
Reference NO 3
https://developer.gnome.org/gtk3/3.9/GtkWindow.html
Reference NO 4
https://developer.gnome.org/gtkmm/stable/classGtk_1_1Dialog.html
Reference NO 5
http://python-gtk-3-tutorial.readthedocs.org/en/latest/layout.html
Reference NO 6
http://www.gtk.org/tutorial1.2/gtk_tut-10.html
Reference NO 7
http://overtag.dk/wordpress/2013/01/first-impressions-of-gtk3-migration-in-python/
Reference NO 8
http://memchart.googlecode.com/svn-history/r205/trunk/src/main_window.cpp
Example of tm use
Example of tm use
References
Reference NO 1
http://www.inta.org/TrademarkBasics/FactSheets/Pages/TrademarkUseFactSheet.aspx
Reference NO 2
http://www.ggmark.com/guide.html
Reference NO 3
http://lahserpatent.com/tm-symbol/
Reference NO 4
http://cyber.law.harvard.edu/metaschool/fisher/domain/tm.htm
Reference NO 5
http://www.uspto.gov/trademarks/basics/BasicFacts.pdf
Reference NO 6
http://unh.edu/research/sites/unh.edu.research/files/TM%20and%20R%20symbol%20use%20final.pdf
Reference NO 7
http://en.wikipedia.org/wiki/Trademark
Reference NO 8
http://inventors.about.com/od/trademarks/a/Trademarks.htm
References
Reference NO 1
http://www.inta.org/TrademarkBasics/FactSheets/Pages/TrademarkUseFactSheet.aspx
Reference NO 2
http://www.ggmark.com/guide.html
Reference NO 3
http://lahserpatent.com/tm-symbol/
Reference NO 4
http://cyber.law.harvard.edu/metaschool/fisher/domain/tm.htm
Reference NO 5
http://www.uspto.gov/trademarks/basics/BasicFacts.pdf
Reference NO 6
http://unh.edu/research/sites/unh.edu.research/files/TM%20and%20R%20symbol%20use%20final.pdf
Reference NO 7
http://en.wikipedia.org/wiki/Trademark
Reference NO 8
http://inventors.about.com/od/trademarks/a/Trademarks.htm
Monday, 26 August 2013
How to define custom float-type numpy dtypes (C-API)
How to define custom float-type numpy dtypes (C-API) References Reference NO 1 http://stackoverflow.com/questions/13659019/how-to-define-custom-float-type-numpy-dtypes-c-api Reference NO 2 http://docs.scipy.org/doc/numpy/reference/c-api.dtype.html Reference NO 3 http://docs.scipy.org/doc/numpy/reference/c-api.types-and-structures.html Reference NO 4 http://docs.scipy.org/doc/numpy-dev/user/c-info.ufunc-tutorial.html Reference NO 5 http://scipy-lectures.github.io/advanced/interfacing_with_c/interfacing_with_c.html Reference NO 6 http://www.compsci.wm.edu/SciClone/documentation/software/math/NumPy/html1.7/reference/c-api.dtype.html Reference NO 7 http://numpy-discussion.10968.n7.nabble.com/ANN-XDress-v0-1-Automatic-Code-Generator-and-C-C-Wrapper-td33402.html Reference NO 8 https://github.com/xdress/xdress/releases
How to browse windows 7 shares in 13.04
How to browse windows 7 shares in 13.04 References I am by no means an Ubuntu expert, but I have been using it since 11.xx with no problems. however I can\'t get this to work at all. I have tried nautilus Network...and it can\'t connect..doesn\'t even detect PC\'s on the network. smbtree detects all pc\'s mounting gives error 115 operation is in progress <-- this is using cifs the only actual temporary solution i used was making an FTP server and connecting to it to make the file transfers. but this isn\'t viable because the computer I am connecting to is the house\'s central file server...it has family pictures, library and music, has about 3 TB of data...so if i wanna skim through a movie i can\'t stream it over FTP, I have to copy it first. Any pointers would be great, I know this has been done before. please include required settings for Windows 7 x64 SP1 server and Ubuntu 13.04 client. I have figured it out! First your windows account must have a password and be set to use user accounts for authentication. to test things try to connect to a folder using smbclient. smbclient -U win7_username //192.168.1.x/XXX you must use the IP address not the pc name although it doesn\'t say so in the documentation...but this is how it is. you will be asked for your password..if you don\'t set a password and leave it blank..it doesn\'t work (no idea why) so just make a password, in my case it was \"1\". if it connects type : dir it should show the files in the share..then type : exit sudo mount -t cifs //192.168.1.9/Movies /mnt/Movies -o user=win7_user,pass=1 then enjoy the shares. for some reason you can\'t mount the whole PC, just single folders..so I shared the whole drive on the server to be able to access everything at once with one command. I am also planning on putting this a script to enable the share when I need it as opposed to editing fstab because the server isn\'t on 24/7. cheers :D
Custom post and category template pagination problem
Custom post and category template pagination problem References I have a category template which holds a query to custom post with a category. The strange thing is when the pagination loads it displays how many pages we have. But when I click on the second page of the pagination it gives me a 404 page. If I make the query only to fetch the custom post or to fetch the category it works fine. After I have refresh the query with the test for the custom post and the category it works fine. Here is the code of the category template: 6, \'post_type\' => \'awards-pub\', \'cat\'=>6, \'paged\' => $paged, \'order\'=>\'DESC\' ); $wp_query = new WP_Query( $args ); //wp_query->query(\'showposts=5\'.\'&paged=\'.$paged); $i=1; while ( $wp_query->have_posts() ) { $wp_query->the_post(); ?> \" > \" title=\"\">
\" style=\"bottom:0; right:0;\" class=\"pa\">
/img/link-articles.png\"> And this is the pagination: global $wp_query; $big = 999999999; echo paginate_links(array( \'base\' => str_replace($big, \'%#%\', get_pagenum_link($big)), \'format\' => \'?paged=%#%\', \'current\' => max(1, get_query_var(\'paged\')), \'total\' => $wp_query->max_num_pages, \'prev_next\' => True, \'prev_text\' => __(\'«\'), \'next_text\' => __(\'»\'), )); And this is the custom post: register_post_type(\'awards-pub\', // Register Custom Post Type array( \'labels\' => array( \'name\' => __(\'Awards\', \'awardspub\'), // Rename these to suit \'singular_name\' => __(\'Awards Post\', \'awardspub\'), \'add_new\' => __(\'Add Awards\', \'awardspub\'), \'add_new_item\' => __(\'Add Awards Post\', \'awardspub\'), \'edit\' => __(\'Edit\', \'awardspub\'), \'edit_item\' => __(\'Edit Awards Post\', \'awardspub\'), \'new_item\' => __(\'New Awards Post\', \'awardspub\'), \'view\' => __(\'View Awards Post\', \'awardspub\'), \'view_item\' => __(\'View Awards Post\', \'awardspub\'), \'search_items\' => __(\'Search Awards Post\', \'awardspub\'), \'not_found\' => __(\'No Awards Posts found\', \'awardspub\'), \'not_found_in_trash\' => __(\'No Awards Posts found in Trash\', \'awardspub\') ), \'public\' => true, \'hierarchical\' => true, // Allows your posts to behave like Hierarchy Pages \'has_archive\' => true, \'supports\' => array( \'title\', \'editor\', \'excerpt\', \'comments\', \'thumbnail\' ), // Go to Dashboard Custom HTML5 Blank post for supports \'can_export\' => true, // Allows export in Tools > Export \'taxonomies\' => array( \'post_tag\', \'category\' ) // Add Category and Post Tags support )); And to add the category to the custom post: register_taxonomy_for_object_type(\'category\', \'awards-pub\'); register_taxonomy_for_object_type(\'post_tag\', \'awards-pub\');
select statement without including duplicate data
select statement without including duplicate data References I am trying to select from a database but because the database as duplicate data and the item names in each data may or may not be duplicated. Please look at the example below to understand more Table shoe shoeid pid Name 1 1 green 2 1 green 3 2 red 4 3 red Thats a simple example. How I can I select Name and pid from this table but i dont want to see any repeated numbers or names. for example i don\'t want to see red or green or whatever color i have in the database more than once. Please remember I have over 100 colors in the database. The same thing apply to the pid
Remotely unlock Hardware disk encryption â serverfault.com
Remotely unlock Hardware disk encryption â" serverfault.com References I am setting up a remote server at a collocation for a client and their primary request is that the data be encrypted beyond the boot partition. The main system will be in a dm-crypt LUKS container on â¦
Sunday, 25 August 2013
Identification of dual space
Identification of dual space References Let $Q$ be a finite quiver and let $M$ denote the $k$-vector space generated by all arrows. Let $Q^{\\ast}$ denote the opposite quiver of $Q$, i.e reverse all arrows. Now let $M^{\\ast}$ denote the $k$-vector space generated by all arrows of $Q^{\\ast}$. Why can we identify $M^{\\ast}$ with $Hom_{k}(M,k)$?
[ Rock and Pop ] Open Question : Hey you metal heads out there! What do you think!?!?
[ Rock and Pop ] Open Question : Hey you metal heads out there! What do you think!?!? References What do you think of my bands first single? Find us on YouTube, Facebook and Reverbnation and get it for free! Give us a like if you like our music. http://www.soundcloud.com/Lonescar http://www.facebook.com/Lonescar http://www.reverbnation.com/Lonescar Also follow us on twitter! We will follow back!!! Http://www.twitter.com/Lonescar Give it up for South Texas Metal! http://www.reverbnation.com/Lonescar http://youtu.be/ZV8puQYg_qE Also check out the new song we just released The Way it Was on reverbnation !! Let us know where your from! Support the metal scene!!
Copying a worksheet into a workbook object variable
Copying a worksheet into a workbook object variable References I have some code where wb is an existing multi-worksheet workbook. If I copy one of the sheets \"Overview\" a new workbook is created - so why does the following error saying \"object required\"?: Dim wbCopy As Excel.Workbook Set wbCopy = wb.Sheets(\"Overview\").Copy
Saturday, 24 August 2013
Linearly Lindelöf spaces with Lindelöf degree of uncountable cofinality
Linearly Lindelöf spaces with Lindelöf degree of uncountable cofinality References Is there a linearly Lindelöf space $X$ with $cf(L(X))> \\aleph_{0}$ (where $L$ is the cardinal function Lindelöf degree)? $L(X)$ must be a limit cardinal, like $\\aleph_{\\omega_{1}}$ or an inaccessible cardinal, because if $L(X)$ is a successor cardinal, then there is an open cover $C$ of size $L(X)$ with no subcover of smaller size, and such space cannot be linearly Lindelöf (a space is linearly Lindelöf iff every open cover $C$ has a subcover $S$ with $cf(|S|)= \\aleph_{0}$). But consider the following situation for a space $X$: let $\\kappa$ be a limit cardinal of uncountable cofinality (like $\\aleph_{\\omega_{1}}$), and $\\Gamma = \\{ \\lambda_{\\alpha} : \\alpha < cf(\\kappa) \\}$ a set of infinite cardinals, with $cf(\\lambda_{\\alpha}) = \\aleph_{0}$ for every $\\alpha < cf(\\kappa)$, and $\\sup \\Gamma = \\kappa$; and for every $\\alpha < cf(\\kappa)$ there is an open cover $C_{\\alpha}$ with $|C_{\\alpha}| = \\lambda_{\\alpha}$ and no subcover of smaller size. This space $X$ may be linearly Lindelöf with $L(X) = \\sup \\Gamma = \\kappa$.
ccs_tool addnode and addfence error invalid option -- \'C\'
ccs_tool addnode and addfence error invalid option -- \'C\' References I\'m installing GFS2 on centos 6 with SAN and fiber channel. I followed this link: http://webcache.googleusercontent.com/search?q=cache:2hpUhuvzlNUJ:linuxdynasty.org/215/howto-setup-gfs2-with-clustering/+&cd=5&hl=en&ct=clnk The first step second step installation completed. But step 3 & 4, I don\'t understand what is gfs1_ipmi or gfs1_vmware... Is this a random name?? And when I run 2 scripts: ccs_tool addfence -C gfs1_ipmi fence_manual ccs_tool addnode -C gfs1 -n 1 -v 1 -f gfs1_vmware Both show error: invalid option -- \'C\'. I search this error but nothing about this. So can you help me resovle these problems and do you have a step by step to install GFS2 on centos 6.4 with SAN and fiber channel? Thanks!
Are nectarine seeds edible?
Are nectarine seeds edible? References Eating a nectarine this afternoon, I found the pit was cracked open. Curious, I broke it apart and found an almond-like seed (or nut?) inside. I remember hearing that some almonds, or perhaps their relatives (stone fruit?), may be poisonous in their natural form. Do nectarines fall into that category? If so, is there some treatment I can give it to destroy the poison (and yet keep it good for food, and a delight to the eyes, and to be desired to make one wise)? Will I surely die?
Google Apps Script: copy document comments?
Google Apps Script: copy document comments? References I\'m working on the following script, which is supposed to look at the current document, grab its comments, make a copy, and copy the comments to the new document. However, I seem stuck. I\'m not actually sure how to grab and copy the comments. \".getComments\" and \".setComments\" seems to fail. What am I missing? function onOpen() { // Add a menu with some items, some separators, and a sub-menu. DocumentApp.getUi().createMenu(\'Copy Comments\') .addItem(\'Copy with comments\', \'copyDocument\') .addToUi(); } function copyDocument(e) { var app = DocumentApp.getActiveDocument(); var origId = app.getId(); var origName = app.getName(); var origFile = DocsList.getFileById(origId); //Set the scope var scope=\"https://www.googleapis.com/auth/drive\"; // GET the comments from the original Document var listUrl = \"https://www.googleapis.com/drive/v2/files/\" + origId + \"/comments\"; var originalComments = listUrl.getComments(); // Make a copy of the Document and store the ID var newFileId = origFile.makeCopy(\'Copy of \' + origName).getId(); // Set the URL to POST to var newUrl = \"https://www.googleapis.com/drive/v2/files/\" + newFileId + \"/comments\"; // Write the comments to the new Document var insert = originalComments.setComments(newURL); }
Friday, 23 August 2013
Is it better to detain, or reject?
Is it better to detain, or reject? References At some point in the game, you start getting bribes of 5 credits for every 2 immigrants you detain. Whilst slamming the detain button as soon as you see it is easy, it often takes a while to get a suspicious character out of my booth. Given that you don\'t NEED to detain people, doesn\'t it make more economic sense to always reject their visa and get 5 credits per immigrant, rather than 2.5 with detaining?
Lxc giving error at the time of shutdown
Lxc giving error at the time of shutdown References I had installed lxc on my debian wheezy. Now during shutdown it give error /var/lib/lxc/*/status : no such file or directory. it show this line for 50-60 times then got shutdown. why am i getting this error? is lxc not correctly installed? everything is working fine every lxc command is just getting executed perfectly. so why this error?
How do you use ELB\'s support for PROXY protocol version 1 securely?
How do you use ELB\'s support for PROXY protocol version 1 securely? References Amazon\'s Elastic Load Balancer supports PROXY protocol version 1. This allows the server behind the load balancer to determine the original source IP address of a client connection. However, the protocol specification makes clear in sections 2 and 5 that you must somehow ensure that only authorized endpoints can connect to a port that supports this protocol. Otherwise, a malicious user could connect directly to the server, bypass the proxy, and send a PROXY header claiming any source IP address they wish. My question is, how do you do this with ELB? As far as I can tell, there\'s no fixed list of source IP addresses that can connect to your servers. There\'s no way to restrict a port so that only your ELB can connect to it. It seems that anyone can create an EC2 instance and connect directly to your server on the same port the ELB proxies to, impersonate the load balancer, and claim to be connecting from any IP address they please. That can\'t be right. What am I missing?
Make folder only accessible for logged-in users on IIS7
Make folder only accessible for logged-in users on IIS7 References I have a subfolder on my webpage with pdf-files. They should only be accessed if the user is logged in, the login-information is accessed via Microsoft CRM and a variable is stored in cache. Code is written in vb.net, webserver is IIS7. How can I prevent access to this folder for not logged-in users? I have been searching for a solution but haven\'t found one that works with the CRM-login. I have also been looking into url rewriting, so that the user can\'t see the direct path to the file (www.abc.com/download/test.pdf) but instead will only see a non-desciptive url (www.abc.com/pdf). But haven\'t gotten that to work either. So I\'m open to pretty much any suggestions, but I can\'t replicate the whole userbase or want to setup a sql-database just for this purpose. Nicholas answer works with this additions: Using fs As New FileStream(\"C:\\www\\pdf\\abc.pdf\", FileMode.Open) Dim docSize As Long = fs.Length Dim docStream(CInt(docSize)) As Byte fs.Read(docStream, 0, CInt(docSize)) Response.ClearContent() Response.ContentType = \"application/pdf\" Response.AddHeader(\"Content-Disposition\", \"inline; filename=/_data/checkliste-4-2013-2.pdf\") Response.AddHeader(\"Content-Length\", docSize.ToString()) Response.BinaryWrite(docStream) Response.End() End Using
the use of would in the sentence
the use of would in the sentence References what is the difference between this two sentences \" would you like to be a farmer ?\" and \"Do you like to be a farmer?\" I know would is about specific time but there is no time in the sentence
Thursday, 22 August 2013
How to remove multiline space within cell value (in Table)?
How to remove multiline space within cell value (in Table)? References This refers to my following question. Setting single row height with multirow \\documentclass[11pt,table,a5paper]{article} \\usepackage{array,ragged2e} \\usepackage{graphicx} \\usepackage[framemethod=TikZ]{mdframed} \\usepackage{lipsum} \\usepackage[top=2cm, bottom=2cm, outer=1cm, inner=2.1cm,twoside, headsep=26pt]{geometry} \\usepackage{ifthen} \\usepackage{wrapfig} \\usepackage{comment} \\usepackage{parskip} \\usepackage{framed} \\usepackage{sidecap} \\usepackage{longtable} \\usepackage{multirow} \\begin{document} \\newcommand{\\nsr}{\\rule[-1.3cm]{0pt}{2.2cm}} \\newcommand{\\dsr}{\\rule[-3.5cm]{0pt}{4cm}} \\small {\\renewcommand{\\arraystretch}{1.8}\\begin{longtable} {|p{2.7cm}|p{1.0cm}|p{2.4cm}|p{1.0cm}|p{1.3cm}|p{0.8cm}|} \\hline \\rowcolor{green} \\textbf{ \\textcolor{white}{ColA}} &\\textbf{ \\textcolor{white}{ColB}} &\\textbf{ \\textcolor{white}{ColC}} &\\textbf{ \\textcolor{white}{ColD}} &\\textbf{ \\textcolor{white}{ColE}} &\\textbf{ \\textcolor{white}{ColF}} \\\\ \\endfirsthead \\rowcolor{green} \\textbf{ \\textcolor{white}{ColA}} &\\textbf{ \\textcolor{white}{ColB}} &\\textbf{ \\textcolor{white}{ColC}} &\\textbf{ \\textcolor{white}{ColD}} &\\textbf{ \\textcolor{white}{ColE}} &\\textbf{ \\textcolor{white}{ColF}} \\\\ \\endhead \\hline \\rowcolor[RGB]{243,182,185} \\dsr Brainy Person & \\dsr 3.38& \\multirow{1}{*}{\\parbox{2.5cm} {\\textcolor{black}{This is Very first line,~\\\\ ~\\\\ This is Second line,~\\\\ ~\\\\ This is IIIrd line,}}} &\\dsr2.36 & \\dsr 0.62 & \\dsr 18 \\\\\\cline{1-2} \\cline{4-6} \\hline \\nsr Kingestionisation Quesiton Queeneinsteen & \\nsr 1.46& \\multirow{3} {*}{\\parbox{2.5cm}{\\textcolor{black}{This is First line~\\\\ ~\\\\ This is Second line,~\\\\ ~\\\\ This is Third line~\\\\ ~\\\\ This is Fourth line}}} & \\nsr 1.02 & \\nsr 0.62 & \\nsr 13 \\\\\\cline{1-2} \\cline{4-6} \\nsr Foolish Perosn & \\nsr 1.16 & & \\nsr 0.81 & \\nsr 0.62 & \\nsr 45 \\\\\\cline{1-2} \\cline{4-6} \\nsr Attacking Person Rob & \\nsr 1.02 & & \\nsr 0.71 & \\nsr 0.52 & \\nsr 31 \\\\\\cline{1-2} \\cline{4-6} \\hline \\rowcolor{red} Datset & 24 & \\multicolumn{2}{c|}{Normal Value} & 23 & 342 \\\\ \\hline \\end{longtable}} \\end{document} http://i.stack.imgur.com/5KtKX.png In the above example, names in first column gets wrapped in one cell but every name (First, Second and Last name are far apart.i.e separated by multiline). How can I fix this?
Wordpress rewrite with php
Wordpress rewrite with php References
search results
- Non-WordPress rewrite rules <?php ... Editing and Customizing .htaccess Indirectly - An in-depth explanation on adding .htaccess file contents and non-WordPress ...codex.wordpress.org/Function_Reference/âWP_Rewrite - Cached
- WordPress\'s index.php and .htaccess files should be together in the directory indicated by the ... As soon as the WordPress mod_rewrite code is added to the ...codex.wordpress.org/Using_Permalinks - Cached
- Amazing, this plugin shows the wordpress rewrite rules pretty neat! Sheila. ... I m trying to integrate my own php codes into my wordpress site, ...www.askapache.com/wordpress/rewriterule-âviewer-plugin.html - Cached
- ... Apache will redirect all the traffic to index.php, then at some point WordPress does the ... custom rewrite rules in WordPress (add_rewrite_rule and add ...htaccess.wordpress.com/category/âwordpress - Cached
- In todayâs edition of WordPress Internals we are going to dig into the WordPress Rewrite API. ... requests for pages are usually handled by WordPress index.php, ...theme.fm/2011/11/wordpress-internals-âthe-rewrite-api-2684 - Cached
Rewrite is a WordPress plugin to help you doing many things with URL rewrite such as edit, backup, restore and create custom rewrite without having to touch PHP code.wordpress.org/plugins/rewrite - Cached... Pretty Permalinks\" option when running on IIS 7.0 with url rewriter installed. Also WordPress can auto-generate IIS rewrite rules ... rewrite.php â" added ...core.trac.wordpress.org/ticket/8974 - Cachedbut because I\'m removing all \".php\" extensions with mod_rewrite. WordPress should take care of that for itself... What htaccess code are you using to do this?wordpress.org/support/topic/325497 - CachedTo enable pretty permalinks in Word Press: Log on to WordPress with Administrator user rights. ... it will rewrite the URL to the Index.php file.www.iis.net/learn/extensions/url-ârewrite-module/...wordpress - CachedPosts about mod rewrite php to htm written by wordpress htaccess. HTAccess and WordPress. AskApache\'s WordPress.com. Search: Home; About htaccess; Posts Comments ...htaccess.wordpress.com/tag/mod-rewrite-âphp-to-htm - Cached
Subscribe to:
Comments (Atom)