社会人のための趣味CTFまとめ http://hority-ctf.blogspot.jp/2014/08/ctf.html
- ksnctf
Test Problem (1)Easy Cipher (50)Crawling Chaos (100)Villager A (300)Onion (70)Login (120)Programming (110)Basic is secure? (50)Digest is secure! (150)
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
// | |
// Badge.swift | |
// Extensions for Rounded UILabel and UIButton, Badged UIBarButtonItem. | |
// | |
// Usage: | |
// let label = UILabel(badgeText: "Rounded Label"); | |
// let button = UIButton(type: .System); button.rounded = true | |
// let barButton = UIBarButtonItem(badge: "42", title: "How Many Roads", target: self, action: "answer") | |
// | |
// Created by Yonat Sharon on 06.04.2015. |