This file contains 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
asciidoctor(1) | |
============== | |
:doctype: manpage | |
NAME | |
---- | |
asciidoctor - converts an AsciiDoc text file to HTML, DocBook and other formats | |
This file contains 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
Apache DeltaSpike Overview | |
========================== | |
Jason Porter | |
v1.0, Feb 2013 | |
:title: Apache DeltaSpike Overview | |
:description: Brief 20 minute overview of Apache DeltaSpike for RWP F2F 2013 | |
:copyright: CC BY-SA 2.0 | |
:imagesdir: images | |
:backend: dzslides | |
:linkcss: true |
This file contains 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
<!DOCTYPE html SYSTEM> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>News and information from LightGuardjp :</title> | |
<meta content="width=device-width, initial-scale=1.0" name="viewport" /> | |
<style> | |
body { | |
padding-top: 60px; | |
} |
This file contains 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
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) |
This file contains 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
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 |
- 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
Maybe this won’t work, but the idea is found at http://asciidoctor.org/docs/user-manual/#discrete-or-floating-section-titles
app.rb
require 'sinatra'
get '/hi' do
This file has been truncated, but you can view the full file.
This file contains 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
***************************************************** | |
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 |