Skip to content

Instantly share code, notes, and snippets.

View manegame's full-sized avatar
👁️‍🗨️

Manus manegame

👁️‍🗨️
View GitHub Profile
@manegame
manegame / Lexicologies.json
Last active June 14, 2019 16:57
Lex results
[
{
"id": "ecc592c2-808f-a3f7-5e1f-c9108584e61f",
"category_name": "situation",
"name": "Adrenaline (Sports & Action)",
"description": ""
},
{
"id": "9be268c7-674b-4bd3-a2a3-a8883d347aa7",
"category_name": "mood",
@manegame
manegame / 1.json
Last active June 16, 2019 16:38
Requests
{
"MUST": [
{
"MATCH": {
"predicted_lexicology_v1_1": {
"id": "744fdb65-8810-4a48-a16f-4238d6d814c9",
"value": "[90:100]"
}
}
}
let people = ['Jack', 'John', 'James'];
let colors = ['red', 'blue', 'green'];
console.log(people);
console.log(colors);
// Length of an array
console.log(colors.length)
// Add purple
@manegame
manegame / mapping.js
Created May 26, 2020 16:13
OCEAN mapping on an X-Y scale
// Start with an OCEAN model, for example:
// LGBTI
// O: 75
// C: 30
// E: 75
// A: 45
// N: 65
// Here we assign the weights for each of the scales
// SCALE X
<script lang="ts">
import { PrismiceEmbed } from "@prismicio/types"
export let embedCode;
export let classes = "";
export let responsive = false;
export let background = false // only for Vimeo chromeless videos
let htmlCode = embedCode.html
if (background) {