This file contains 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 urllib.request | |
import json | |
from pymongo import MongoClient | |
queryString = 'python' | |
ur = 'http://it-ebooks-api.info/v1/' | |
buks = [] | |
def gf(tech): |
This file contains 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/env python3 | |
import urllib.request | |
import json | |
queryString = 'javascript' | |
ur = 'http://it-ebooks-api.info/v1/' | |
def getFile(urla): | |
response = urllib.request.urlopen(urla) | |
data = json.loads(response.readall().decode('utf-8')) |
This file contains 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 | |
/* | |
Loto Helper | |
coded by @krysits | |
05.05.2014 | |
*/ | |
class Loto extends CI_Controller { | |
public function index(){ | |
$this->no35(); | |
//$this->bingo(); |