$customer = array(
'type' => 'customer',
'email' => $customer_email
);
$fields = array(
'mailbox' => array( 'id' => $mailbox_id ),
'customer' => $customer,
'subject' => $subject,
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 ml5 from 'ml5'; | |
import { TimeSeries, DataView } from 'pondjs'; | |
import { DQN } from 'rl-js-dqn'; | |
const data = await fetchTimeSeriesData(); | |
const timeseries = new TimeSeries({ | |
name: 'timeseries', | |
columns: ['time', 'value'], | |
points: data.map(d => [d.timestamp, d.value]) | |
}); |
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
{ | |
"data": [ | |
{ | |
"id": "65a70f55-636b-43dd-ad4d-713ce0e2440a", | |
"text": "Qui esse dolores non ipsum libero non quos incidunt.", | |
"description": "Question without image, accept single answer without image", | |
"answers": [ | |
{ | |
"id": "60f4443a-fcde-436d-aa74-6bee1b49070c", | |
"text": "Et necessitatibus repudiandae rem molestias suscipit est quasi quas.", |
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 pawn = Machine({ | |
id: 'pawn', | |
context: { | |
notation: 'p' | |
} | |
}); | |
// const pieces = [pawn]; | |
const setupBoard = async (context, event) => { |
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
/'{> /\_____/\ | |
____) (____ / o o \ | |
//'--; ;--'\\ ( == ^ == ) | |
///////\_/\\\\\\\ ) ( | |
m m https://paypal.me/oknoorap |
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
Like as usual, so many PHP devotees mad when people making | |
fun of their religion. 🥵 Why PHP people always immature. | |
https://t.co/3Mm7BXx1Ys |
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
Verifying my Blockstack ID is secured with the address 16nb8L334gsV7t1cWLcvKBQeeZjeypBdjo https://explorer.blockstack.org/address/16nb8L334gsV7t1cWLcvKBQeeZjeypBdjo |
I hereby claim:
- I am oknoorap on github.
- I am oknoorap (https://keybase.io/oknoorap) on keybase.
- I have a public key whose fingerprint is DF01 A8A6 2ECB 380A 3011 48E8 54C9 3EAF 81A1 D026
To claim this, I am signing this object:
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
/** | |
* WordPress snippet | |
* Admin page redirection | |
* Put this inside theme setup function | |
*/ | |
global $pagenow; | |
if ( is_admin() && 'themes.php' == $pagenow && isset( $_GET['activated'] ) ) { |
NewerOlder