Ctrl+h select file tree
Ctrl+l select file editor
Shift+h left editor tab
Shift+l right editor tab
Alt+j move current line up
Alt+k move current line down
double space filename search(telescope) - `Ctrl+d` and `Ctrl+u` to scroll preview
This file contains hidden or 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
Coherence - April 4, 2025 | |
Sinister - April 4, 2025 | |
Calibre - March 10, 2025 | |
The Dry - March 9, 2025 | |
Tumbbad - February 23, 2025 | |
Office Space - February 17, 2025 | |
The Father - January 7, 2025 | |
Leave the World Behind - December 9, 2024 | |
The Exorcist - December 2, 2024 | |
Let Me In - December 1, 2024 |
This file contains hidden or 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
Tum Tak (From "Raanjhana… - September 14, 2025 | |
Raanjhanaa (From "Raanjh… - September 14, 2025 | |
Agar Tum Saath Ho (From … - September 14, 2025 | |
Tere Bina - September 14, 2025 | |
See You Again (feat. Kal… - September 3, 2025 | |
BABY I'M BACK - September 3, 2025 | |
Die With A Smile - September 2, 2025 | |
Summer Love - September 2, 2025 | |
NOKIA - September 2, 2025 | |
Ring Ring Ring - September 2, 2025 |
This file contains hidden or 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
{ | |
"swagger": "2.0", | |
"info": { | |
"description": "This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.", | |
"version": "1.0.5", | |
"title": "Swagger Petstore", | |
"termsOfService": "http://swagger.io/terms/", | |
"contact": { | |
"email": "apiteam@swagger.io" | |
}, |
This file contains hidden or 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
{ | |
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", | |
"contentVersion": "1.0.0.0", | |
"parameters": { | |
"eventhubs_1_Connection_Name": { | |
"type": "string", | |
"defaultValue": "eventhubs" | |
}, | |
"eventhubs_1_Connection_DisplayName": { | |
"type": "string", |
This file contains hidden or 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
jsonResponse.replace(/"(\w+)"\s*:/g, '$1:'); |
This file contains hidden or 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
jsonResponse.replace(/"(\w+)"\s*:/g, '$1:'); |
This file contains hidden or 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
searchBar = UISearchBar() | |
searchBar.delegate = self | |
searchBar.autoresizingMask = [.flexibleBottomMargin, .flexibleWidth] | |
searchBar.sizeToFit() | |
var searchBarFrame = searchBar.frame | |
searchBarFrame.size.width = view.bounds.size.width | |
searchBar.frame = searchBarFrame | |
searchBar.tintColor = UIColor.black | |
searchBar.barStyle = UIBarStyle.black | |
searchBar.placeholder = "Search" |
This file contains hidden or 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
view.addSubview(speechview) | |
overlayImageView.layer.cornerRadius = 5.2 | |
overlayImageView.layer.masksToBounds = true | |
// Overlay View | |
overlayImageView.backgroundColor = UIColor.white | |
// Stop Button | |
stopButton.setTitle("Stop", for: .normal) | |
stopButton.backgroundColor = appThemeColor() |
This file contains hidden or 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
DispatchQueue.main.async(execute: { () -> Void in | |
self.tableView.reloadData() | |
}) |
NewerOlder