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 September 23, 2024 06:07
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": [
@ozywuli
ozywuli / la_zipcodes.geojson
Last active October 27, 2015 09:23
LA County Zip Codes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.