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
import { Configuration, OpenAIApi } from "openai"; | |
import _ from 'lodash' | |
import { serverSupabaseClient } from '#supabase/server' | |
let client | |
const configuration = new Configuration({ | |
apiKey: process.env.OPENAI_API_KEY, | |
}); | |
const openai = new OpenAIApi(configuration); |
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
const start = async () => { | |
await asyncForEach([1, 2, 3], async (num) => { | |
await waitFor(50); | |
console.log(num); | |
}); | |
console.log('Done'); | |
} | |
start(); |
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
test <- function(JURID) { | |
resultat <- compar_ielst_411 %>% filter(I_ELSE==JURID) | |
return(resultat) | |
} | |
kable("html", format.args = list(etc)) |
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
slider({ | |
[...](tes options) | |
}).on('slideStart', function(e){ | |
console.log(e); | |
}); |
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
Aaron | |
Abdon | |
Abel | |
Abélard | |
Abelin | |
Abondance | |
Abraham | |
Absalon | |
Acace | |
Achaire |
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
Abdon | |
Abel | |
Abigaëlle | |
Abigaïl | |
Acacius | |
Acanthe | |
Adalbert | |
Adalsinde | |
Adegrine | |
Adélaïde |
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
$(document.body).delegate( '#overlay' , 'click', function(e){ | |
e.preventDefault(); | |
$(document).trigger('overlayFocus', [this]); | |
}); | |
$(document).on('overlayFocus', function ( event, button ) { | |
// remove overlay | |
// blur 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
<?php the_component('slug'); ?> |
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
<?php | |
/* | |
Template Name: Full Example | |
Description: Full example component | |
--------------------------------------------------------------------- | |
{"type": "title", "name": "Title", "slug": "title"} | |
{"type": "editor", "name": "Content", "slug": "content"} | |
{"type": "image", "name": "Illustration", "slug": "illustration"} | |
{"type": "link", "name": "Link", "slug": "link"} | |
{"type": "id", "name": "Id", "slug": "id"} |
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
https://fr.wordpress.org/plugins/safe-attachment-names/ | |
https://fr.wordpress.org/plugins/advanced-custom-fields/ | |
https://fr.wordpress.org/plugins/regenerate-thumbnails/ | |
https://fr.wordpress.org/plugins/wp-pagenavi/ | |
https://fr.wordpress.org/plugins/redirection/ | |
https://fr.wordpress.org/plugins/post-types-order/ | |
https://fr.wordpress.org/plugins/user-role-editor/ | |
https://fr.wordpress.org/plugins/wpcomponent/ | |
https://wordpress.org/plugins/slate-admin-theme/ |
NewerOlder