0
votes
4answers
78 views
How to strip all tags from wikipedia pages or make page more readable.
I want to strip all tags, remove the [show][Hide] stuffs from wikipedia, or is there some website that makes pages in more readable format.
Please I am aware of the Wikipedia printable version, but …
1
vote
1answer
30 views
Blacklist IP database
Hi,
Is there an open database of blacklisted IP for the Web? With a lot of public web proxy you know... such the blacklist used by the Global blocking of Wikipedia.
Thanks in advance.
0
votes
1answer
24 views
Truncate mediawiki
Hi all,
I'm working with the mediawiki API ( e.g. http://en.wikipedia.org/w/api.php) and I would like to be able to 'truncate' the mysql tables in order to reset the local installation while keeping …
8
votes
3answers
173 views
Reverse wikipedia geotagging lookup
Wikipedia is geotagging a lot of its articles. (Look in the top right corner of the page.)
Is there any API for querying all geotagged pages within a specified radius of a geographical position?
…
1
vote
1answer
159 views
How to access wikipedia
Hi,
I want to access HTML content from wikipedia .But it is showing access denied.
How can i access Wiki. Please give some suggestion
0
votes
2answers
37 views
How to change the color of horizontal line on a wiki page?
In wiki you can add horizontal line just by adding "----" in the text you enter.
I just couldn't find what CSS section controls it. (And no, it's not "hr")
1
vote
3answers
185 views
How does Wikipedia avoid duplicate entries?
How can websites as big as Wikipedia sort duplicated entries out?
I need to know the exact procedure from the moment that user creates the duplicate entry and so on. If you don't know it but you know …
0
votes
7answers
188 views
Scraping and Parsing a Wikipedia Page
Hey guys. I'm wondering if there are any existing libraries in or accessible from Objective-C that would allow me to scrape pages formatted like this one. Specifically, all of the dates and all of the …
3
votes
4answers
519 views
Why can’t I fetch wikipedia pages with LWP::Simple?
I'm trying to fetch Wikipedia pages using LWP::Simple, but they're not coming back. This code:
#!/usr/bin/perl
use strict;
use LWP::Simple;
print get("http://en.wikipedia.org/wiki/Stack_overflow");
…
1
vote
2answers
46 views
Are partially updated values when multithreading still a concern on modern CPUs?
From the Wikipedia article on Read-Copy-Update:
The reason that it is safe to run the removal phase concurrently with readers is the semantics of modern CPUs guarantee that readers will see either …
3
votes
9answers
212 views
Get first lines of Wikipedia Article
I got a Wikipedia-Article and I want to fetch the first z lines (or the first x chars, or the first y words, doesn't matter) from the article.
The problem: I can get either the source Wiki-Text (via …
1
vote
2answers
57 views
wikipedia bots and captcha
I see there are many php (and other) frameworks for writing wikipedia bots, but isn't captcha a problem? Or bots don't have to solve it (but that sounds like there's no point to having captcha in the …
0
votes
0answers
7 views
Any tool to display Wictionary raw content as HTML ?
Hello,
I have just downloaded the last Wictionary dump from their backup and I would like to display the content of some articles in HTML format.
The articles contents come the way they were …
1
vote
3answers
89 views
How does this “Lexographic order generation algorithm” work?
from Wikipedia:
Lexicographical order generation
For every number k, with 0 ≤ k < n!,
the following algorithm generates the
corresponding lexicographical
permutation of the initial …
0
votes
2answers
66 views
Downloading Images from WikiMedia Commons
Is anyone aware of a way to programatically download images from WikiMedia Commons without registering for a Bot account? It seems like the only way to get approval for a Bot account is if it adds to …
