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
#bideb arastirmaci destekleri | |
#yil harcama(milyon tl) | |
2003 4.9 | |
2004 5.3 | |
2005 12.3 | |
2006 24.3 | |
2007 58.1 | |
2008 69.9 | |
2009 69.2 | |
2010 65.1 |
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/jython | |
# -*- coding: utf-8 -*- | |
import sys | |
import os | |
import java.lang.System.out | |
import java.util.Arrays | |
import java.util.List | |
sys.path.append('~/social_data/zemberek2src/jar/zemberek-tr-2.1.1.jar') |
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 webbrowser | |
import sys | |
def send2wordl(text): | |
result_file_name = "/tmp/hede.html" | |
result_file = open(result_file_name, "w") | |
html_template = """ | |
<form action="http://www.wordle.net/advanced" method="POST"> |
NewerOlder