Richard

1,224
Reputation
105 views

Registered User

Name Richard
Member for 6 months
Seen Dec 3 at 22:07
Website
Location Australia
Age 25
I am awesome.
Dec
3
answered how to fix or make an exception for this error
Dec
3
asked equivalent of apt-get on different Linux distros
Dec
1
asked merge background audio file
Nov
30
asked how to navigate directories with heaps of files
Nov
30
answered open source alternatives to popular websites
Nov
27
asked realistic free TTS program
Nov
27
revised Pythonic way to select first variable that is defined
added 97 characters in body
Nov
26
asked Pythonic way to select first variable that is defined
Nov
25
answered What is the best way to do web scripting/web macros?
Nov
25
answered What pure Python library should I use to scrape a website?
Nov
25
comment Is it possible to hook up a more robust HTML parser to Python mechanize?
twill is a wrapper around Mechanize - does it actually use a different form parser?
Nov
25
comment Which is the best LINUX distribution for an all time Windows user
wow I got upvoted for that clearly unhelpful advice?!
Nov
24
asked How to determine if data is valid tar file
Nov
19
answered Which is the best LINUX distribution for an all time Windows user
Nov
17
comment Generate pretty image of tree/graph
wow the Gephi renders are beautiful
Nov
16
asked Generate pretty image of tree/graph
Nov
16
comment How to generate graphical sitemap of large website
graphviz looks like a good idea, although the graphs are not overly attractive
Nov
16
comment website load testing Python script
My client wanted to know if our site can serve X requests/sec at a mean response time of Y ms. So I made a Python script to test this. Would concurrency better illustrate this?
Nov
13
comment replace URLs in text with links to URLs
the answers so far have focussed on matching the URL. How about replacing it with the link?
Nov
13
comment replace URLs in text with links to URLs
yes, it will then be inserted into a HTML document
Nov
13
revised replace URLs in text with links to URLs
added 61 characters in body
Nov
13
asked replace URLs in text with links to URLs
Nov
12
answered Protect flash video from download/right protect
Nov
12
comment how to download youtube video
checkout pytube too: code.google.com/p/pytube The script has less features and so is much shorter
Nov
12
answered writing a php script to download youtube videos
Nov
11
accepted automate navigation of a JavaScript powered website
Nov
11
answered automate navigation of a JavaScript powered website
Nov
11
comment automate navigation of a JavaScript powered website
is there a Python equivalent?
Nov
11
comment automate navigation of a JavaScript powered website
I found this really complex to setup
Nov
11
answered Twill/Mechanize access to html content…
Nov
11
comment automate navigation of a JavaScript powered website
unfortunately I'm on linux...looks neat though
Nov
11
comment chess AI for GAE
hi Bill, no my bid wasn't accepted for the project so I dropped this idea. To get started I would look at hcmus-chess (code.google.com/p/hcmus-chess) and blitz chess (code.google.com/p/google-app-engine-samples/…)
Nov
10
comment find name of company at URL
that example seems to inspect the title tag and you suggest to inspect the meta tag. Both are good ideas, but wouldn't be reliable in general.
Nov
10
comment find name of company at URL
good idea, but I am too cheap!
Nov
10
revised find name of company at URL
added 270 characters in body; added 278 characters in body
Nov
10
comment find name of company at URL
Yeah I was hoping such a table already existed, which I could reuse.
Nov
10
asked find name of company at URL
Nov
10
comment Python library for Linux process management
how can it be dangerous?
Nov
10
comment Python library for Linux process management
yeah I am ideally after a higher level library than manually parsing ps
Nov
10
asked Python library for Linux process management
Nov
8
asked automate navigation of a JavaScript powered website
Nov
8
comment website load testing Python script
because my client needs a pure python solution
Nov
6
comment accurately measure time python function takes
yeah that was what I thought of originally, before I saw the timeit module
Nov
6
asked accurately measure time python function takes
Nov
6
comment web chart with hover events
amazing - looks like I will try Flot then!
Nov
6
comment website load testing Python script
yeah I had a look at it, but doesn't seem to support a target request rate.
Nov
6
comment website load testing Python script
actually I do need a Python script, because that is the requirements of my client
Nov
5
asked website load testing Python script
Nov
4
comment web chart with hover events
hmm looks interesting. Damn IE!
Nov
4
comment How to generate graphical sitemap of large website
hmm that's a good point - my site has a side navigation bar. Perhaps a tree could be formed from the graph by using the strongest links.