This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include<stdio.h> | |
int main() | |
{ | |
printf("Hello, World!"); | |
return 0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** Change Special:Search to use a drop-down menu ******************************************************* | |
* | |
* Description: Change Special:Search to use a drop-down menu, with the default being | |
* the internal MediaWiki engine | |
* Created and maintained by: [[w:User:Gracenotes]] | |
* local maintainer [[User:Tux the penguin]] | |
*/ | |
if (wgPageName == "പ്രത്യേകം:Search") { | |
var searchEngines = []; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
""" | |
ഒരു പ്രതേക വർഗ്ഗത്തിൽ ഉൾപ്പെട്ട താളുകളിൽ നിന്ന് മറ്റൊരു വർഗ്ഗം നീക്കം ചെയ്യാനുള്ള പൈവിക്കി ബോട്ട് പ്രോഗ്രാം. | |
Author: Junaid P V ([[user:Junaidpv]]) | |
Date: 2010-11-13 | |
No warranty | |
""" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Vector - Branch of MonoBook which has many usability improvements and | |
* somewhat cleaner code. | |
* | |
* @todo document | |
* @file | |
* @ingroup Skins | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* MonoBook nouveau | |
* | |
* Translated from gwicke's previous TAL template version to remove | |
* dependency on PHPTAL. | |
* | |
* @todo document | |
* @file | |
* @ingroup Skins |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
import math | |
maximum_num = 65536 # Unicode basic multilingual plate | |
base = 2 # Base of number system | |
width = (int) (math.ceil(math.log(maximum_num, base))) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import wikipedia | |
import codecs | |
NEWLINE = '\r\n' | |
siteFamily = 'wikipedia' | |
siteLangCode = 'hi' | |
wikiSite = wikipedia.Site(code=siteLangCode, fam=siteFamily) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Bot script to get list all one liners | |
Author: Junaid P V (http://ml.wikipedia.org/wiki/user:Junaidpv) | |
""" | |
import wikipedia | |
import catlib | |
import codecs | |
NEWLINE = '\r\n' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
from urllib.request import * | |
from html.parser import * | |
import re | |
class MyParser(HTMLParser): | |
hyperlinks = [] | |
def handle_starttag(self, tag, attributes): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
@NAME = "Malayalam Mozhi" | |
@DESCRIPTION = "Wikipedia a Mozhi" | |
@TRACK_CAPSLOCK = "TRUE" | |
@EAT_ALL_UNUSED_KEYS = "FALSE" | |
@US_LAYOUT_BASED = "TRUE" | |
*/ | |
// author: Junaid (http://junaid.site) | |
// version: 1.1 | |
// License: GPLv3, CC-SA-BY 3.0 |
OlderNewer