Skip to content

Instantly share code, notes, and snippets.

View ozywuli's full-sized avatar
🤖

Ozy Wu-Li ozywuli

🤖
View GitHub Profile
@ozywuli
ozywuli / software.md
Last active November 13, 2022 01:32
software

Windows/Mac

  • 1password
  • acrobat
  • aftereffects
  • blender
  • chrome
  • creative cloud
  • cyberduck
  • dbeaver
  • discord
const Immutable = require('immutable');
const flow = require('lodash/flow');
const assert = require('assert');
//==============================================================================
// Error message transformation
//==============================================================================
/**
* Recursively map over a Collection. Continue mapping until encountering a List whose items consist solely of strings. When this occurs, take the List of strings, concatenate them, and include them in the returned Collection
import Ember from 'ember';
export default Ember.Component.extend({
tagName: 'button',
classNameBindings: ['isActive:is-active'],
isActive: false,
import Ember from 'ember';
export default Ember.Controller.extend({
selectedMenuIndex: 0,
menuItems: [
{ text: 'A' },
{ text: 'B' },
{ text: 'C' },
],
actions: {
This file has been truncated, but you can view the full file.
{
"type": "FeatureCollection",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "ID": 153269.000000, "NAME": "Qinghai", "LOCALNAME": "青海省", "BOUNDARY": "administrative", "ADMIN_LEVE": "4", "CITY_KEY": null, "REGION_KEY": null, "NOTE": null, "FLAG": null, "CURRENCY": null, "ISO3166-1:": null, "WIKIDATA": null, "WIKIPEDIA": "zh:青海省", "OFFICIAL_N": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 89.4000778, 36.0011024 ], [ 89.4085007, 36.0322418 ], [ 89.4265289, 36.0426445 ], [ 89.4642334, 36.0290565 ], [ 89.5019684, 36.0271225 ], [ 89.6119232, 36.0776596 ], [ 89.7312469, 36.0847435 ], [ 89.851593, 36.0790787 ], [ 89.9153671, 36.0925446 ], [ 89.9460526, 36.0756226 ], [ 89.9490738, 36.1036606 ], [ 89.9373245, 36.1256065 ], [ 89.9888306, 36.1557388 ], [ 90.003891, 36.1834564 ], [ 90.0246048, 36.2492294 ], [ 90.00378
@ozywuli
ozywuli / la_zipcodes.geojson
Last active October 27, 2015 09:23
LA County Zip Codes
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.