0
votes
3answers
169 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 …
0
votes
7answers
112 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 …
1
vote
1answer
139 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
3
votes
9answers
170 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 s …
0
votes
2answers
30 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
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 rea …
0
votes
2answers
42 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 ha …
1
vote
3answers
82 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 …
0
votes
2answers
54 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 accou …
8
votes
3answers
137 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 geograp …
0
votes
1answer
98 views
How to make templates after installing MediaWiki?
Hi. I had just installed MediaWiki. What must I do to have wikipedia style templates like this: http://i.piccy.info/i4/4b/37/fe303fda0c813c0bda717d3a1e3b.png (example).
I have alr …
0
votes
1answer
109 views
Search by topics and extract keywords from articles in Wikipedia
Hi. I'm doing a project in java in which I have to process a wikipedia dump file. I'm looking for a library to extract keywords in wikipedia articles... Basically I want to read ev …
1
vote
4answers
161 views
What language is Wikipedia programmed in?
What language is Wikipedia programmed in?
6
votes
1answer
192 views
Is there an FFT that uses a logarithmic division of frequency?
Wikipedia's Wavelet article contains this text:
The discrete wavelet transform is also less computationally complex, taking O(N) time as compared to O(N log N) for the fast Fou …
1
vote
5answers
198 views
Inserting articles straight into MediaWiki database
I need a way to insert new articles straight into my MediaWiki database without damaging the wiki installation.
I'm guessing if I knew what tables/attributes MediaWiki inserts to …
