🚴♀️
Working on my bike
Pinned Loading
-
customTerminal.bash_prompt
customTerminal.bash_prompt 1#!/usr/bin/env bash
23# GIT FUNCTIONS
4git_branch() {
5git branch 2>/dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
-
-
iOSPedometr
iOSPedometr PublicThis app can count steps you've walked, distance and your average speed.
Swift 1
-
Swift. Convert any object into JSON
Swift. Convert any object into JSON 1protocol JSONConvertible: Codable {
2func convertToJson() -> String
3}
45extension JSONConvertible {
-
Swift. Convert any object to dictionary
Swift. Convert any object to dictionary 1protocol DictionaryConvertible: Codable {
2func convertToDictionary() -> [String: Any]
3}
45extension DictionaryConvertible {
-
Swift. Get Date() with timezone
Swift. Get Date() with timezone 1extension Date {
2var currentUTCTimeZoneDate: String {
3let calendar = Calendar.current
4let timeZone = calendar.timeZone.identifier
5let formatter = DateFormatter()
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.