Skip to content

Instantly share code, notes, and snippets.

Files with Apache License headers will be marked AL
Binary files (which do not require any license headers) will be marked B
Compressed archives will be marked A
Notices, licenses etc. will be marked N
!????? incubator-kie-kogito-runtimes/.gitignore
AL incubator-kie-kogito-runtimes/CONTRIBUTING.md
!????? incubator-kie-kogito-runtimes/Develop_on_Mac.md
N incubator-kie-kogito-runtimes/LICENSE
!????? incubator-kie-kogito-runtimes/Makefile
N incubator-kie-kogito-runtimes/NOTICE
Files with Apache License headers will be marked AL
Binary files (which do not require any license headers) will be marked B
Compressed archives will be marked A
Notices, licenses etc. will be marked N
AL incubator-kie-kogito-images/.asf.yaml
!????? incubator-kie-kogito-images/.gitignore
N incubator-kie-kogito-images/LICENSE
!????? incubator-kie-kogito-images/Makefile
!????? incubator-kie-kogito-images/README.md
!????? incubator-kie-kogito-images/RELEASE_NOTES.md
Files with Apache License headers will be marked AL
Binary files (which do not require any license headers) will be marked B
Compressed archives will be marked A
Notices, licenses etc. will be marked N
!????? incubator-kie-kogito-apps/.asf.yaml
!????? incubator-kie-kogito-apps/.gitignore
N incubator-kie-kogito-apps/LICENSE
!????? incubator-kie-kogito-apps/Makefile
N incubator-kie-kogito-apps/NOTICE
!????? incubator-kie-kogito-apps/README.md
Files with Apache License headers will be marked AL
Binary files (which do not require any license headers) will be marked B
Compressed archives will be marked A
Notices, licenses etc. will be marked N
!????? incubator-kie-optaplanner/.gitattributes
!????? incubator-kie-optaplanner/.gitignore
N incubator-kie-optaplanner/LICENSE.txt
AL incubator-kie-optaplanner/README.adoc
AL incubator-kie-optaplanner/pom.xml
AL incubator-kie-optaplanner/build/8-to-9-migration/migrate.sh
This file has been truncated, but you can view the full file.
*****************************************************
Files with Apache License headers will be marked AL
Binary files (which do not require any license headers) will be marked B
Compressed archives will be marked A
Notices, licenses etc. will be marked N
!????? incubator-kie-drools/.asf.yaml
!????? incubator-kie-drools/.git-blame-ignore-revs
!????? incubator-kie-drools/.gitignore
AL incubator-kie-drools/LICENSE-Apache-2.0.txt
!????? incubator-kie-drools/Makefile
app.rb
require 'sinatra'

get '/hi' do
@LightGuard
LightGuard / test.asciidoc
Last active August 29, 2015 14:04
adoc id and titles
@LightGuard
LightGuard / slide_components.adoc
Last active May 16, 2018 12:26
Visual components in a presentation.
topic / title

I think we all know what these are.

sub topic / title

Same

scatter

Typically applied to lists, but elements are scattered around the borders of the slide

callout

Callouts from source typically, attention to a particular line

figure / object / media

Some sort of media (image, video, audio, etc) followed by text

source block

Source code or some other monospace section of text

pull / float

pull the content of the container to one side

list

We all know what these are

table

Think HTML table

emphasis (could be within a title, paragraph, etc)

Some sort of demarcation for grabbing attention

@LightGuard
LightGuard / gist:7605639
Created November 22, 2013 19:42
Trying to fix the breadcrumb helper
diff --git a/_ext/breadcrumb.rb b/_ext/breadcrumb.rb
index 410c2dd..71dc4e5 100644
--- a/_ext/breadcrumb.rb
+++ b/_ext/breadcrumb.rb
@@ -56,13 +56,11 @@ module Awestruct
def findInPages(path)
-
- for page in site.pages
java.lang.NoClassDefFoundError: org/hamcrest/core/CombinableMatcher
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2521)
at java.lang.Class.getDeclaredMethods(Class.java:1845)
at org.codehaus.groovy.reflection.CachedClass$3$1.run(CachedClass.java:84)
at java.security.AccessController.doPrivileged(Native Method)
at org.codehaus.groovy.reflection.CachedClass$3.initValue(CachedClass.java:81)
at org.codehaus.groovy.reflection.CachedClass$3.initValue(CachedClass.java:79)
at org.codehaus.groovy.util.LazyReference.getLocked(LazyReference.java:46)
at org.codehaus.groovy.util.LazyReference.get(LazyReference.java:33)