stoyan


Member since 09/25/2008

Name: Stoyan Shopov

Location: Adelaide, Australia

Website: https://gist.github.com/sshopov

Please visit https://gist.github.com/sshopov for more of my snippets.

5 snippets

1348 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

stoyan's Recent Snippets



« Prev 1 Next »
*save as proxy.jsp and put it in your servlet container *consider using other methods to circumvent XSS: JSONP, dojox.io.xhrWindowNamePlugin, etc.
1 1031 posted 14 years ago by stoyan
*save as proxy.asxh and put it in your IIS virtual directory *consider using other methods to circumvent XSS: JSONP, dojox.io.xhrWindowNamePlugin, etc.
0 587 posted 14 years ago by stoyan
*IE7 sometimes complains that a JavaScript script is running too slow and asks the user whether they want to terminate it or continue. *To get rid of this annoying popup a few changes need to be made to the registry. *ref: http://www.itwriting.com...
0 637 posted 14 years ago by stoyan
This is going to run all doctests for all methods in a module. Doctests are a beautiful thing. Note: doctest will only complain if a test fails. If you see on output then all your tests must have passed.
0 413 posted 15 years ago by stoyan
I had an icon representing a little blue dot and needed to create 100 copies each with a number in them. Python saves the day yet again.
0 589 posted 15 years ago by stoyan
« Prev 1 Next »