Skip to content

Instantly share code, notes, and snippets.

@jtferns
jtferns / cmder_split.md
Last active March 26, 2023 14:39
Create simple 4-way split of Cmder for windows cmd prompting...

Setup

  1. Launch Cmder
  • step1
  1. Right-click on the console tab
  2. Select New Console... to launch the ConEmu console create dialog
  • step2
  1. In the New Console Split section, select the To right radio option click the Start button
  • step3
  1. Congrats, you now have a half-n-half or 50-50 horizontal split!
@jtferns
jtferns / components.fruit-bowl.js
Created August 28, 2017 18:42
shared-non-primitives
import Ember from 'ember';
const {
get,
} = Ember;
export default Ember.Component.extend({
fruits: [],
bowlName: '',
bowlFruit: '',
import Ember from 'ember';
export default Ember.Controller.extend({
appName:'Ember Twiddle',
text: 'start',
actions: {
setText: function(val) {
this.set('text', val);
}
}
{
"name" : "API",
"children" : [
{
"name" : "OPERATIONS",
"children" : [
{
"name" : "RESTful API",
"children" : [
{
@jtferns
jtferns / hapi_starburst.json
Last active August 29, 2015 14:20
Starburst JSON generated against 'http://fhirtest.uhn.ca/baseDstu2'
{
"name" : "API",
"children" : [
{
"name" : "OPERATIONS",
"children" : [
{
"name" : "RESTful API",
"children" : [
{
@jtferns
jtferns / fhir.json
Last active August 29, 2015 14:18
Partition view of FHIR Categories
{
"name":"API",
"children": [
{
"name": "OPERATIONS",
"children": [
{
"name": "RESTful API",
"children": [
{
@jtferns
jtferns / fhir.json
Last active August 29, 2015 14:18
TreeMap view of FHIR categories
{
"name":"API",
"children": [
{
"name": "OPERATIONS",
"children": [
{
"name": "RESTful API",
"children": [
{