https://cdn.rawgit.com/mfd/f3d96ec7f0e8f034cc22ea73b3797b59/raw/856f1dbb8d807aabceb80b6d4f94b464df461b3e/gotham.css
<link rel="https://cdn.rawgit.com/mfd/f3d96ec7f0e8f034cc22ea73b3797b59/raw/856f1dbb8d807aabceb80b6d4f94b464df461b3e/gotham.css">
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 | |
# Define the image types to search for | |
extensions=("*.jpeg" "*.jpg" "*.tiff" "*.tif" "*.png" "*.ico") | |
# Iterate over each image type | |
for type in "${extensions[@]}"; do | |
# Find files of the specified image type | |
find . -type f -iname "$type" | while read -r IMAGE; do | |
# Get the filename without extension |
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
javascript:function getKeywords(){var e="",o=document.getElementsByTagName("meta");if(o.length){for(var t=0;t<o.length;t++)"keywords"===o[t].name.toLowerCase()&&(e+=o[t].content.toLowerCase());if(e){let o=e.split(","),t=document.createElement("textarea");t.value=o.sort().join("\n"),document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),alert(`Se copiaron [${o.length}] keywords del sitio:\n${window.location.origin}`)}else{e.split(",");let o=document.createElement("textarea");o.value=`No se encontraron keywords el sitio:\n${window.location.origin}`,document.body.appendChild(o),o.select(),document.execCommand("copy"),document.body.removeChild(o),alert(`No se encontraron keywords el sitio:\n${window.location.origin}`)}}}getKeywords(); |
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 | |
class NewsTableViewCell: MasterPostTVCell { | |
// MARK: - @IBOutlet | |
@IBOutlet weak var vVideo: UIView! | |
@IBOutlet weak var lblTitle: UILabel! | |
@IBOutlet weak var lblDetail: UILabel! |
https://github.com/Yiddishe-Kop/server-setup/blob/master/2-ubuntu-laravel-setup.sh
https://github.com/ivmelo/provision.sh/blob/master/provision.sh
https://github.com/laravel/sail/blob/1.x/runtimes/7.4/Dockerfile
https://github.com/jorgie-o/laravel-server-provision/blob/master/provision.sh
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
<?php | |
namespace App\Providers; | |
use Illuminate\Support\Facades\App; | |
use Illuminate\Support\ServiceProvider; | |
use Illuminate\Contracts\Filesystem\FileNotFoundException; | |
class ConfigServiceProvider extends ServiceProvider | |
{ |
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
{ | |
"currency": "MXN", | |
"origin": "iOS", | |
"is_billable": true, | |
"description": "Sed magni occaecati aut aspernatur unde sit et.", | |
"shipping_contact": { | |
"addresses_id": 1, | |
"receiver": "Peter Durgan", | |
"phone": "1-604-681-7465", | |
"email": "[email protected]", |