This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
expressionStatement( | |
functionCall() | |
.target(parenthesizedExpression(functionNode() | |
.param(name("app")) | |
.body(block().statement(expressionStatement(functionCall() | |
.argument(stringLiteral("DOMContentLoaded")) | |
.argument(functionNode().body( | |
block().statement(functionCall() | |
.argument(property(name("app"), name("TodosComponent"))) | |
.target(property(property(property(name("ng"), name("platform")), name("browser")), name("bootstrap")))))) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-09-14 16:13:12 [qtp1103505488-16] DEBUG o.l.s.web.LicketComponentController - Initializing licket application: Demo application. | |
2016-09-14 16:13:12 [qtp1103505488-16] DEBUG o.l.c.view.AbstractLicketComponent - Initializing component: contacts-page | |
2016-09-14 16:13:12 [qtp1103505488-16] DEBUG o.l.c.view.AbstractLicketComponent - Initializing component: contacts | |
2016-09-14 16:13:12 [qtp1103505488-16] DEBUG o.l.c.view.AbstractLicketComponent - Initializing component: contact | |
2016-09-14 16:13:12 [qtp1103505488-16] DEBUG o.l.c.view.AbstractLicketComponent - Initializing component: contact-picture-url | |
2016-09-14 16:13:12 [qtp1103505488-16] DEBUG o.l.c.view.AbstractLicketComponent - Initializing component: contact-name | |
2016-09-14 16:13:12 [qtp1103505488-16] DEBUG o.l.c.view.AbstractLicketComponent - Initializing component: contact-description | |
2016-09-14 16:13:13 [qtp1103505488-16] DEBUG o.l.s.s.element.html.HeadElement - Using head JS resource: semantic.js | |
2016-09-14 16:13:13 [qtp1103505488-16] DEBUG o.l.s.s.e |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-09-14 16:13:12 [qtp1103505488-16] DEBUG o.l.s.web.LicketComponentController - Initializing licket application: Demo application. | |
2016-09-14 16:13:12 [qtp1103505488-16] DEBUG o.l.c.view.AbstractLicketComponent - Initializing component: contacts-page | |
2016-09-14 16:13:12 [qtp1103505488-16] DEBUG o.l.c.view.AbstractLicketComponent - Initializing component: contacts | |
2016-09-14 16:13:12 [qtp1103505488-16] DEBUG o.l.c.view.AbstractLicketComponent - Initializing component: contact | |
2016-09-14 16:13:12 [qtp1103505488-16] DEBUG o.l.c.view.AbstractLicketComponent - Initializing component: contact-picture-url | |
2016-09-14 16:13:12 [qtp1103505488-16] DEBUG o.l.c.view.AbstractLicketComponent - Initializing component: contact-name | |
2016-09-14 16:13:12 [qtp1103505488-16] DEBUG o.l.c.view.AbstractLicketComponent - Initializing component: contact-description | |
2016-09-14 16:13:13 [qtp1103505488-16] DEBUG o.l.s.s.element.html.HeadElement - Using head JS resource: semantic.js | |
2016-09-14 16:13:13 [qtp1103505488-16] DEBUG o.l.s.s.e |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* GenerateFDFServlet.java | |
* | |
* Copyright (C) 2001-2003 by Adobe Systems Incorporated. | |
* All rights reserved. | |
* | |
* USAGE | |
* ----- | |
* Requires a running web and Java server at http://localhost/, the | |
* compiled GenerateFDFServlet.class file to be at http://localhost/servlet/GenerateFDFServlet.class. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using bob.builder.filesystem.visitor; | |
namespace bob.builder.build.plugin { | |
public class ResourcesDirectoryCopyingVisitor : FileSystemVisitor { | |
public ResourcesDirectoryCopyingVisitor(DirectoryMatchers includeMatchers, DirectoryMatchers exludeMatchers, bool defaultExclude) { | |
_includeMatchers = includeMatchers; | |
_exludeMatchers = exludeMatchers; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Scanning for projects... | |
[ERROR] [ERROR] Some problems were encountered while processing the POMs: | |
[WARNING] 'version' contains an expression but should be a constant. @ line 13, column 11 | |
[WARNING] 'version' contains an expression but should be a constant. @ com.bkarmelita.gamedev:pointnclicker.master:${app.version}, /opt/java/projects/pointnclicker/pointnclicker.master/pom.xml, line 7, column 11 | |
[FATAL] Non-resolvable parent POM for com.bkarmelita.gamedev:pointnclicker.pathfinding:${app.version}: Could not find artifact com.bkarmelita.gamedev:pointnclicker.master:pom:0.0.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 10 | |
[WARNING] 'version' contains an expression but should be a constant. @ line 13, column 11 | |
[WARNING] 'version' contains an expression but should be a constant. @ com.bkarmelita.gamedev:pointnclicker.master:${app.version}, /opt/java/projects/pointnclicker/pointnclicker.master/pom.xml, line 7, column 11 | |
[FATAL] Non-resolvable parent POM for com.bkarmelita |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using bob.builder.build; | |
using bob.builder.recipe.plugin; | |
using bob.builder.recipe.project; | |
using bob.builder.filesystem; | |
using bob.builder.log; | |
namespace bob.builder.build.plugin { | |
public class InitializeProjectStructurePlugin : AbstractBobBuildPlugin { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using bob.builder.build; | |
using bob.builder.recipe.plugin; | |
using bob.builder.recipe.project; | |
using bob.builder.filesystem; | |
using bob.builder.log; | |
namespace bob.builder.build.plugin { | |
public class InitializeProjectStructurePlugin : AbstractBobBuildPlugin { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/o/v/bob-builder master ± bob collect-sources build | |
[BobBuildProjectRecipe] Parsing project dependencies. | |
[BobBuildRecipeParser] Parsing plugin recipe: collect-sources | |
[BobBuildRecipeParser] Parsing plugin recipe: uncrustify | |
[BobBuildRecipeParser] Parsing plugin recipe: build | |
[BobBuildPluginsLoader] Loading plugins from directory: /opt/vala/bob-builder/target/plugins | |
[BobBuildPluginsLoader] Loaded build plugin module: /opt/vala/bob-builder/target/plugins/libbuild.so | |
[BobBuildPluginsLoader] Registering new plugin: build | |
[BobBuildPluginsLoader] Loaded build plugin module: /opt/vala/bob-builder/target/plugins/libcollect-sources.so | |
[BobBuildPluginsLoader] Registering new plugin: collect-sources |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
passwd | |
systemctl enable sshd.service | |
systemctl start sshd.service | |
parted -s /dev/sda mklabel gpt | |
parted -s /dev/sda mkpart "primary" "fat16" "50MB" "60MB" | |
parted -s /dev/sda mkpart "primary" "ext4" "1%" "99%" | |
parted -s /dev/sda set 1 bios_grub on | |
mkfs.ext4 /dev/sda2 |