Skip to content

Instantly share code, notes, and snippets.

const data = [
{
assignee: 'John Doe',
id: '1',
title: 'Task 1',
status: 'To Do',
},
{
assignee: 'Jane Doe',
id: '2',
<?php
$events = file_get_contents( 'https://someapi.com/events' );
$types = array();
foreach ( $events as $event ) {
$types[] = $event->type;
}
$score = 0;
@farshid1
farshid1 / cloudSettings
Last active March 2, 2019 04:46
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-03-02T04:46:46.808Z","extensionVersion":"v3.2.5"}
@farshid1
farshid1 / cloudSettings
Created March 2, 2019 04:36
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-03-02T04:36:50.227Z","extensionVersion":"v3.2.5"}