Skip to content

Instantly share code, notes, and snippets.

version: '2'
services:
server:
image: drone/drone:0.5
restart: always
environment:
- DEBUG=true
- DRONE_SECRET=xx
- DRONE_BITBUCKET=true
import os
import editor
"""
save this file in the root directory of your script library, and add
the action work_on
"""
WK_PATH = './_working_on_'
@yvess
yvess / DnsRecordsOutlineController.j
Created September 20, 2011 08:42
CPoutlineView Problem controller
@import "Dns.j"
@implementation DnsRecordsOutlineController : CPObject
{
Dns dnsRecord @accessors(readonly);
}
-(id) initWithDns:(Dns)aDns
{
self = [super init];
@yvess
yvess / AppController.j
Created September 20, 2011 08:41
CPOutlineView Problem
/*
* AppController.j
* desk_pad
*
* Created by You on May 18, 2011.
* Copyright 2011, Your Company All rights reserved.
*/
@import <Foundation/CPObject.j>
@import <AppKit/CPTableView.j>