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
#!/bin/zsh | |
# requires kubectl fzf | |
# Usage | |
# source kubehelpers.sh | |
# list kb pods belonging to current user | |
function kblist() { | |
kubectl get pod -l "user=$USER" | |
} |
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>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> |
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
<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 |
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 UIKit | |
import Foundation | |
class ViewController: UIViewController, NSURLConnectionDelegate { | |
@IBOutlet var tvPw : UITextField | |
@IBOutlet var tvNo : UITextField | |
@IBOutlet var btGiriş : UIButton | |
@lazy var data = NSMutableData() | |