Skip to content

Instantly share code, notes, and snippets.

View wajatimur's full-sized avatar
⚔️
mode - python

Azri Jamil wajatimur

⚔️
mode - python
View GitHub Profile
@wajatimur
wajatimur / CheckMatrix.ts
Created September 23, 2018 06:56 — forked from travist/CheckMatrix.js
Angular 5 + Form.io Custom Component
import { TableComponent } from 'formiojs/lib/components/table/Table';
import { FormioForm } from 'formiojs/full';
import _ from 'lodash';
/**
* An example CheckMatrix component that
*/
export class CheckMatrix extends TableComponent {
build() {
this.element = this.ce('div', {
@wajatimur
wajatimur / INSTALL.md
Created June 1, 2018 11:10 — forked from takeit/INSTALL.md
Write to NTFS on macOS Sierra (osxfuse + ntfs-3g)
  1. Install osxfuse:
brew cask install osxfuse
  1. Reboot your Mac.

  2. Install ntfs-3g:

@wajatimur
wajatimur / data.csv
Created December 29, 2017 16:07 — forked from grncdr/data.csv
Demo of importing a CSV file into a Contentful space
first name last name age
Stephen Sugden 31
Tom Reznik 29
Justin Thomas 30
//
// Created by Eli Perkins on 3/18/14.
// Copyright (c) 2014 One Mighty Roar. All rights reserved.
//
#import <objc/runtime.h>
#import "UISearchBar+RACAdditions.h"
#import "NSObject+RACDescription.h"
#import "RACDelegateProxy.h"