Α
ΑΔΙΑΚΟΠΑ
ΑΙ
ΑΚΟΜΑ
ΑΚΟΜΗ
ΑΚΡΙΒΩΣ
ΑΛΗΘΕΙΑ
ΑΛΗΘΙΝΑ
ΑΛΛΑ
ΑΛΛΑΧΟΥ
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
<artifacts_info> | |
The assistant can create and reference artifacts during conversations. Artifacts are for substantial, self-contained content that users might modify or reuse, displayed in a separate UI window for clarity. | |
# Good artifacts are... | |
- Substantial content (>15 lines) | |
- Content that the user is likely to modify, iterate on, or take ownership of | |
- Self-contained, complex content that can be understood on its own, without context from the conversation | |
- Content intended for eventual use outside the conversation (e.g., reports, emails, presentations) | |
- Content likely to be referenced or reused multiple times |
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
# 2023-11-27 MIT LICENSE | |
Here's the open source version of my ChatGPT game MonkeyIslandAmsterdam.com. | |
It's an unofficial image+text-based adventure game edition of Monkey Island in Amsterdam, my home town. | |
Please use it however you want. It'd be nice to see more ChatGPT-based games appear from this. If you get inspired by it, please link back to my X https://x.com/levelsio or this Gist so more people can do the same! | |
Send me your ChatGPT text adventure game on X, I'd love to try it! |
See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs
I hereby claim:
- I am jin0x on github.
- I am jin0x (https://keybase.io/jin0x) on keybase.
- I have a public key whose fingerprint is E48A BCD1 831A F1C4 AAFA DDC5 1F43 E3C1 622E EAAF
To claim this, I am signing this object:
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
/* | |
* apsoluttheme | |
* transitionss | |
* Barba.Pjax.Dom.containerClass | |
* Barba.Pjax.Dom.currentHTML | |
* Barba.Pjax.Dom.wrapperId | |
* @URLtransitions.js http://barbajs.org/events.html | |
*/ | |
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 if(have_rows('slides')): ?> | |
<div id="Glide" class="glide clearfix"> | |
<div class="glide__arrows"> | |
<!-- | |
Options for arrow classes are: ion-chevron-left/right, ion-ios-arrow-left/right, ion-ios-arrow-back/forward. | |
Can also substitute <i></i> with text, e.g., Previous and Next. | |
--> | |
<button class="glide__arrow prev" data-glide-dir="<"><i class="ion ion-chevron-left"></i></button> | |
<button class="glide__arrow next" data-glide-dir=">"><i class="ion ion-chevron-right"></i></button> |
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
;(function () { | |
/** | |
* Run function when customizer is ready. | |
*/ | |
wp.customize.bind('ready', function () { | |
wp.customize.control('slug_select_control', function (control) { | |
/** | |
* Run function on setting change of control. | |
*/ | |
control.setting.bind(function (value) { |
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 | |
function listing_post_type() { | |
$labels = array( | |
'name' => _x( 'Listing', 'Post Type studio', 'text_domain' ), | |
'singular_name' => _x( 'Listing', 'Post Type studio', 'text_domain' ), | |
'menu_name' => __( 'Listings', 'text_domain' ), | |
'parent_item_colon' => __( 'Parent Listing:', 'text_domain' ), | |
'all_items' => __( 'All Listings', 'text_domain' ), | |
'view_item' => __( 'View Listing', 'text_domain' ), | |
'add_new_item' => __( 'Add New Listing', 'text_domain' ), |
NewerOlder