- MechJeb2 2.3.1.0 - Autopilot.
- Kerbal Alarm Clock 2.7.5.0 - Ends up in a
TriggerTech
folder. - Editor Extensions 1.3
- Kethane 0.8.8.1 - Will install ModStatistics automatically. Includes hotfix for 0.24.2 compatibility.
- ModStatistics 1.0.3
- [UbioWeldingLtd](http://forum.kerbalspaceprogram.com/threads/38577-0-22-UbioZur-Welding-Ltd-2-0-Playtest-5-Now-In-Game-Tool?p=1002144&viewfu
View gist:e55439740f44d8ef590e41877e976732
2019/04/19 12:21:26 [INFO] Packer version: 1.4.0 | |
2019/04/19 12:21:26 Packer Target OS/Arch: darwin amd64 | |
2019/04/19 12:21:26 Built with Go Version: go1.12.4 | |
2019/04/19 12:21:26 Detected home directory from env var: /Users/eevenson | |
2019/04/19 12:21:26 Using internal plugin for alicloud-ecs | |
2019/04/19 12:21:26 Using internal plugin for cloudstack | |
2019/04/19 12:21:26 Using internal plugin for hcloud | |
2019/04/19 12:21:26 Using internal plugin for hyperv-vmcx | |
2019/04/19 12:21:26 Using internal plugin for oracle-classic | |
2019/04/19 12:21:26 Using internal plugin for virtualbox-ovf |
View e2e.txt
Running "protractor:chrome" (protractor) task | |
Warning: chromeOnly is deprecated. Use directConnect | |
Using ChromeDriver directly... | |
Failed to load c++ bson extension, using pure JS version | |
Express server listening on 9000, in test mode | |
[undefined:undefined] CONNECTED | |
F | |
Failures: |
View Gruntfile.js
// Generated on 2014-09-03 using | |
// generator-webapp 0.5.0 | |
'use strict'; | |
// # Globbing | |
// for performance reasons we're only matching one level down: | |
// 'test/spec/{,*/}*.js' | |
// If you want to recursively match all subfolders, use: | |
// 'test/spec/**/*.js' |
View gist:64363bf9b83652619cb2
$ yo webapp --coffee | |
_-----_ | |
| | | |
|--(o)--| .--------------------------. | |
`---------´ | Welcome to Yeoman, | | |
( _´U`_ ) | ladies and gentlemen! | | |
/___A___\ '__________________________' | |
| ~ | | |
__'.___.'__ |
View gist:7628e2630c90299847da
Debug: Augeas[listen_on_ip](provider=augeas): Opening augeas with root /, lens path , flags 32 | |
Debug: Augeas[listen_on_ip](provider=augeas): Augeas version 0.10.0 is installed | |
Debug: Augeas[listen_on_ip](provider=augeas): Unable to optimize files loaded by context path, no glob matches | |
Debug: Augeas[listen_on_ip](provider=augeas): Loading failed for one or more files, output from /augeas//error: | |
Debug: Augeas[listen_on_ip](provider=augeas): /augeas/files/etc/mke2fs.conf/error = parse_failed | |
Debug: Augeas[listen_on_ip](provider=augeas): /augeas/files/etc/mke2fs.conf/error/pos = 82 | |
Debug: Augeas[listen_on_ip](provider=augeas): /augeas/files/etc/mke2fs.conf/error/line = 3 | |
Debug: Augeas[listen_on_ip](provider=augeas): /augeas/files/etc/mke2fs.conf/error/char = 0 | |
Debug: Augeas[listen_on_ip](provider=augeas): /augeas/files/etc/mke2fs.conf/error/lens = /usr/share/augeas/lenses/dist/mke2fs.aug:132.10-.49: | |
Debug: Augeas[listen_on_ip](provider=augeas): /augeas/files/etc/mke2fs.conf/error/message = Get did not match ent |
View gist:b347ad6fd42a4e44bc53
$ dpkg --list|grep aug | |
ii augeas-lenses 0.10.0-0ubuntu4 Set of lenses needed by libaugeas0 to parse config files | |
ii libaugeas-ruby 0.3.0-1.1ubuntu4 Augeas bindings for the Ruby language | |
ii libaugeas-ruby1.8 0.3.0-1.1ubuntu4 Augeas bindings for the Ruby language | |
ii libaugeas0 0.10.0-0ubuntu4 Augeas configuration editing library and API |
View memcached.conf
# memcached default config file | |
# 2003 - Jay Bonci <jaybonci@debian.org> | |
# This configuration file is read by the start-memcached script provided as | |
# part of the Debian GNU/Linux distribution. | |
# Run memcached as a daemon. This command is implied, and is not needed for the | |
# daemon to run. See the README.Debian that comes with this package for more | |
# information. | |
-d |
View KSP Mods Installed.md
View frontend_technology_stack.md
- backbone 1.1.2 - "Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface."
- backbone.paginator 2.0.2 - "A pageable, drop-in replacement for Backbone.Collection called Backbone.PageableCollection."
- backbone.picky 0.2.0 - "Selectable entities as mixins for Backbone.Model and Backbone.Collection!"
- backbone.syphon 0.4.1 - "Serialize a Backbone.View in to a JavaScript object."
- backgrid 0.3.5 - "Backgrid.js is a set of components for building semantic and easily stylable data grid widgets."
- backgrid-filter 0.3.5 - "Server-side, client-s
View gist:80f3433705c8320cec1b
""" | |
API resources | |
""" | |
# Python imports | |
import logging | |
# Django imports | |
from django import forms | |
from django.contrib.contenttypes.models import ContentType | |
from django.core.exceptions import ValidationError |
NewerOlder