Skip to content

Instantly share code, notes, and snippets.

View hahn's full-sized avatar
🐅
aing maung

Hanhan Husna hahn

🐅
aing maung
View GitHub Profile
@hahn
hahn / .gitignore
Created June 14, 2017 22:36
berkas .gitignore untuk proyek berbasis Netbeans
build/*
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
# Compiled class file
*.class
@hahn
hahn / scrapDatasetBdg.py
Created January 23, 2017 15:31
ngambil dataset dari data.bandung.go.id
import urllib
import json
from urllib2 import urlopen
import os
import glob
import csv
from xlsxwriter.workbook import Workbook
'''

Keybase proof

I hereby claim:

  • I am hahn on github.
  • I am hahnsaja (https://keybase.io/hahnsaja) on keybase.
  • I have a public key whose fingerprint is 39DE A393 2C6E 2FF7 26E5 719A 6CEE FF51 024D 7B19

To claim this, I am signing this object:

FAIL: Swift :: SILGen/collection_subtype_upcast.swift (1661 of 8328)
******************** TEST 'Swift :: SILGen/collection_subtype_upcast.swift' FAILED ********************
Script:
--
/home/hahnfedora/tmp/swiftbuild/build/buildbot_linux/swift-linux-x86_64/bin/swift -frontend -target x86_64-unknown-linux-gnu -enable-experimental-collection-casts -emit-silgen -sdk /home/hahnfedora/tmp/swiftbuild/swift/test/SILGen/Inputs /home/hahnfedora/tmp/swiftbuild/swift/test/SILGen/collection_subtype_upcast.swift | FileCheck /home/hahnfedora/tmp/swiftbuild/swift/test/SILGen/collection_subtype_upcast.swift
--
Exit Code: 2
Command Output (stderr):
--
import urllib
from bs4 import BeautifulSoup
import time
from datetime import date
url = "http://indeks.kompas.com/indeks/index/news"
#ambil hari ini
today = date.today().strftime("%d%m%Y")
filename = "brt-%s.txt" % today