Skip to content

Instantly share code, notes, and snippets.

@OlesenkoViktor
OlesenkoViktor / he.json
Last active April 7, 2022 08:21
Test json file
{
"Start.Title": "כותרת",
"Start.Subtitle": "כתוביות",
"Start.Button": "פעולה",
"Record in a quiet place": "Hebrew",
}
@OlesenkoViktor
OlesenkoViktor / SlotView.swift
Created December 21, 2019 11:24
UIView with embedded slot animation using scrollview
import UIKit
class SlotView: UIView {
enum Item {
case success
case failure
case number
}
@OlesenkoViktor
OlesenkoViktor / PS3Dualshock_10_15.plist
Last active June 27, 2022 07:48
DualShock 3 + Mac OS
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CGPDeviceCategory</key>
<string>GamePad</string>
<key>CGPDeviceType</key>
<string>PS3</string>
<key>CGPDisplayNameOvr</key>
<string>DualShock3 Analogue Triggers</string>