Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Marice Dondurma</title>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-lightbox/0.7.0/bootstrap-lightbox.min.css">
<link rel="stylesheet" type="text/css" href="marice.css">
</head>
<body>
<players bigportraitroot="gfx/ui/stage/" nameimageroot="gfx/ui/boss/" portraitroot="gfx/ui/boss/" root="gfx/characters/costumes/">
<player id="0" name="Isaac" nameimage="PlayerName_01_Isaac.png" skin="Character_001_Isaac.png" hp="6" bombs="1" items="403,105" portrait="PlayerPortrait_01_Isaac.png" bigportrait="PlayerPortraitBig_01_Isaac.png" skinColor="-1" />
<player id="1" name="Magdalene" nameimage="PlayerName_02_Magdalene.png" skin="Character_002_Magdalene.png" costume="7" hp="8" items="403,45" portrait="PlayerPortrait_02_Magdalene.png" bigportrait="PlayerPortraitBig_02_Magdalene.png" skinColor="-1" />
<player id="2" name="Cain" nameimage="PlayerName_03_Cain.png" skin="Character_003_Cain.png" costume="8" hp="4" keys="1" trinket="19" items="46,403" portrait="PlayerPortrait_03_Cain.png" bigportrait="PlayerPortraitBig_03_Cain.png" skinColor="-1" />
<player id="3" name="Judas" nameimage="PlayerName_04_Judas.png" skin="Character_004_Judas.png" costume="9" hp="2" coins="3" items="403,34" portrait="PlayerPortr
import UIKit
import Foundation
class ViewController: UIViewController, NSURLConnectionDelegate {
@IBOutlet var tvPw : UITextField
@IBOutlet var tvNo : UITextField
@IBOutlet var btGiriş : UIButton
@lazy var data = NSMutableData()