I hereby claim:
- I am danvalencia on github.
- I am danvalencia (https://keybase.io/danvalencia) on keybase.
- I have a public key ASDSrzfyP85D0t1HelVZc9I7BWF8jhjtx6FnYz-hYmFfKAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| package com.example.pubsubtest; | |
| import com.google.cloud.pubsub.v1.MessageReceiver; | |
| import org.springframework.boot.CommandLineRunner; | |
| import org.springframework.boot.SpringApplication; | |
| import org.springframework.boot.autoconfigure.SpringBootApplication; | |
| import org.springframework.cloud.gcp.pubsub.core.PubSubTemplate; | |
| import org.springframework.context.annotation.Bean; | |
| import org.springframework.context.annotation.Configuration; |
I hereby claim:
To claim this, I am signing this object:
| import org.apache.jackrabbit.commons.JcrUtils; | |
| import javax.jcr.Node; | |
| import javax.jcr.NodeIterator; | |
| import javax.jcr.Repository; | |
| import javax.jcr.RepositoryException; | |
| import javax.jcr.Session; | |
| import javax.jcr.SimpleCredentials; | |
| import javax.jcr.query.Query; | |
| import javax.jcr.query.QueryManager; |
| Session is org.apache.jackrabbit.jcr2spi.SessionImpl@699238ad | |
| First finding resource with type: foundation/components/image | |
| [main] WARN org.apache.jackrabbit.jcr2spi.query.NodeIteratorImpl - Exception retrieving Node with Id: {} {}content {}audiusa-retail {}en_US {}sales-assist {}2013 {}models {}s6 {}transmission---drivetrain {}s-tronic-transmission {http://www.jcp.org/jcr/1.0}content {}slideImage | |
| [main] WARN org.apache.jackrabbit.jcr2spi.query.NodeIteratorImpl - Exception retrieving Node with Id: {} {}content {}audiusa-retail {}en_US {}sales-assist {}2013 {}models {}s5-coupe {}transmission---drivetrain {}s-tronic-transmission {http://www.jcp.org/jcr/1.0}content {}toutImage | |
| [main] WARN org.apache.jackrabbit.jcr2spi.query.NodeIteratorImpl - Exception retrieving Node with Id: {} {}content {}audiusa-retail {}en_US {}sales-assist {}2013 {}models {}s7 {}driver-assistance {http://www.jcp.org/jcr/1.0}content {}toutImage | |
| [main] WARN org.apache.jackrabbit.jcr2spi.query.NodeIteratorImpl - Exception retrieving Node wi |
| # Mixin module for enhancing the Array class | |
| module KarateChopArray | |
| def left_side | |
| slice(0, self.size/2) | |
| end | |
| def right_side | |
| slice(self.size/2, self.size-1) | |
| end |