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
❯ arch -arm64 pecl install xdebug | |
downloading xdebug-3.2.1.tgz ... | |
Starting to download xdebug-3.2.1.tgz (246,565 bytes) | |
....................................................done: 246,565 bytes | |
96 source files, building | |
running: phpize | |
Configuring for: | |
PHP Api Version: 20220829 | |
Zend Module Api No: 20220829 | |
Zend Extension Api No: 420220829 |
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
location ~* ^(/.+)\.(jpg|jpeg|jpe|png|gif)$ { | |
add_header Vary Accept; | |
if ($http_accept ~* "webp"){ | |
set $imwebp A; | |
} | |
if (-f $request_filename.webp) { | |
set $imwebp "${imwebp}B"; | |
} | |
if ($imwebp = AB) { | |
rewrite ^(.*) $1.webp; |
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
{ | |
"customerType": "Residential", | |
"externalId": "122132345", | |
"source": "string", | |
"active": true, | |
"start": "2019-07-22T16:47:42.207Z", | |
"summary": "consequat tempor massa egestas. Sed luctus leo neque, a dignissim orci molestie tempus. Fusce tincidunt vitae quam at venenatis. Maecenas sollicitudin nisl at ultricies laoreet. Nam pulvinar, est vitae congue porta, turpis erat maximus ex, malesuada maximus nisi diam in purus. Ut fermentum diam vitae tellus dapibus viverra. Quisque non vulputate dui. Nullam ut ipsum id nunc aliquam tincidunt eget nec metus. Nulla eros magna, luctus eu placerat iaculis, viverra ut arcu.", | |
"address": { | |
"street": "923 E North St", | |
"unit": "string", |
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 | |
[21-Jun-2019 15:38:12 UTC] Array | |
( | |
[id] => 0 | |
[createdAt] => Array | |
( | |
[date] => 2019-06-21 14:44:28.000000 | |
[timezone_type] => 3 | |
[timezone] => UTC | |
) |
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
.banner { | |
$banner: &; | |
color: $lexus-white; | |
text-align: center; | |
display: flex; | |
flex-direction: column; | |
align-items: center; | |
justify-content: center; | |
padding: 6em 0; | |
background-size: cover; |
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
<!doctype html> | |
<html class="no-js"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="x-ua-compatible" content="ie=edge"> | |
<title>[TITLE]</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> | |
[META] | |
<!--START: FRAME_RSSFEEDS--> |
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
<!doctype html> | |
<html class="no-js"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="x-ua-compatible" content="ie=edge"> | |
<title>[TITLE]</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> | |
[META] | |
<!--START: FRAME_RSSFEEDS--> |
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
[ui] | |
merge = internal:merge3 | |
interface = curses | |
username = Ryan Olson <[email protected]> | |
ignore = ~/.hgignore_global | |
[extensions] | |
color = | |
graphlog = | |
pager = |
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/sh | |
fancy_echo() { | |
local fmt="$1"; shift | |
printf "\n$fmt\n" "$@" | |
} | |
package_control_url="https://packagecontrol.io/Package%20Control.sublime-package" |
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
Show hidden characters
{ | |
"bootstrapped": true, | |
"ignore_vcs_packages": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"A File Icon", | |
"AdvancedNewFile", |
NewerOlder