Title |
---|
Test Title |
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/bash | |
# Function to prompt for package installation | |
prompt_install() { | |
local pkg=$1 | |
brew info "$pkg" | |
read -p "Do you want to install $pkg? [Y/n] " answer | |
if [[ "$answer" == "Y" ]] || [[ "$answer" == "y" ]] || [[ -z "$answer" ]]; then | |
brew install "$pkg" | |
else |
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
.thing { | |
padding: 10px; | |
padding-right: 20px; | |
} | |
.other-thing { | |
padding: { | |
top: 30px; | |
right: 20px; | |
bottom: 50px; |
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
[data-key="\\"] { | |
color: red; | |
} | |
[data-key=\\] { | |
color: red; | |
} | |
[data-key="test"] { | |
color: red; |
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 | |
/** | |
* Plugin Name: Upload AR Quick Look files | |
* Description: Upload AR Quick Look files (usdz or reality) to your WordPress media library. | |
* Author: Alexander Goller | |
* Author URI: https://alexandergoller.com | |
*/ | |
$arMimes = [ |
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 | |
# Wrapper script around yay to try to ignore errors | |
# Copyright © 2019 Ashkan Kiani | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or | |
# (at your option) any later version. | |
# This program is distributed in the hope that it will be useful, |
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 | |
/** | |
* Created by PhpStorm. | |
* User: alpipego | |
* Date: 03.05.18 | |
* Time: 18:01 | |
*/ | |
//return; |
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 | |
/** | |
* Traverse through folder and rebuild vagrant machine index | |
* | |
* @author Alexander Goller <[email protected]> | |
* @license MIT | |
*/ | |
// setup |
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
/** | |
* Created by alpipego on 04.12.2016. | |
*/ | |
jQuery(document).ready(function ($) { | |
var data = { | |
isValid: false, | |
errors: [] | |
}; | |
window.formDataIsValid = false; |
I hereby claim:
- I am alpipego on github.
- I am alpipego (https://keybase.io/alpipego) on keybase.
- I have a public key ASB_siigXOpA0FbG4cU40EcWpdrggf0HCd8ud_lW4SCdUAo
To claim this, I am signing this object:
NewerOlder