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/python | |
A = [1, 8, -3, 0, 1, 3, -2, 4, 5] | |
def solution(K, A): | |
contenga = {} | |
for x in A: | |
if x not in contenga: | |
contenga[x] = 0 | |
contenga[x] += 1 |
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/python | |
def solution ( A ): | |
sizeA = len(A) | |
if sizeA == 0: | |
return -1 | |
m = 0 | |
for elem in A: |
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
<!DOCTYPE HTML> | |
<html lang="en-US" class="fade"> | |
<head> | |
<title>Firefox Student Ambassador Program</title> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=1274, user-scalable=no"> | |
<link rel="stylesheet" href="themes/mozilla/styles/style.css"> | |
<style type="text/css"> | |
</style> |
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/perl | |
############################################ | |
# VopCrew Multi Scanner v5.0 Final Release # | |
# Moded by bjork # | |
# Copyleft © 2010 #[email protected] # | |
############################################ | |
# Dipersilahkan yang Ingin Menambah Engine # | |
############################################ |
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
{ | |
"1, 7": { | |
"initPos": "1, 7", | |
"seq": [ | |
"1, 7", | |
"0, 5", | |
"2, 6", | |
"0, 7", | |
"1, 5", | |
"2, 7", |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<!-- fonts file --> | |
<link href='http://fonts.googleapis.com/css?family=Roboto:500,100' rel='stylesheet' type='text/css'> |
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
Ordered List data konsultan pajak untuk anakpajak.com | |
{ | |
Nama Konsultan Pajak | |
No. registrasi | |
Alamat | |
Telepon | |
Website | |
} |
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
1 | |
00:00:00,000 --> 00:00:04,630 | |
Pada mulanya web adalah sederhana. Terhubung | |
2 | |
00:00:04,630 --> 00:00:07,477 | |
terbuka, aman | |
3 | |
00:00:07,477 --> 00:00:09,309 |
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 python | |
#-*- coding: utf-8 -*- | |
import os | |
import img2pdf | |
from os import listdir, walk | |
from os.path import isfile, join | |
import urllib2 | |
from BeautifulSoup import BeautifulSoup |
OlderNewer