Skip to content

Instantly share code, notes, and snippets.

View activey's full-sized avatar
🙃
Doing some stuff ;P

Łukasz Grabski activey

🙃
Doing some stuff ;P
View GitHub Profile
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"))))))
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
@activey
activey / Licket
Created September 14, 2016 14:13
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
/**
* 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.
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;
[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
@activey
activey / gist:71e1f25b8009c1df997f
Created June 17, 2015 08:02
Bob plugin - initializing project directory structure
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 {
@activey
activey / gist:3e19847db8a79f93fb67
Created June 17, 2015 08:01
Bob plugin - initializing project directory structure
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 {
/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
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