Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python3
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
@jeremyary
jeremyary / howto.md
Last active December 4, 2019 15:14
Running CodeReady Containers (CRC) on Unbuntu/Pop_OS
@jeremyary
jeremyary / platform_structs.go
Created June 7, 2019 14:27
Full generated golang struct for OCP clusterversions/version API call result
type PlatformClusterInfo struct {
APIVersion string `json:"apiVersion"`
Kind string `json:"kind"`
Metadata struct {
CreationTimestamp time.Time `json:"creationTimestamp"`
Generation int `json:"generation"`
Name string `json:"name"`
ResourceVersion string `json:"resourceVersion"`
SelfLink string `json:"selfLink"`
UID string `json:"uid"`
private void createGrowablePanelForTest(MyLienzoTest test ) {
resetOnNewTest();
GrowableFocusPanel growableFocusPanel = new GrowableFocusPanel(300, 300);
applyBackgroundGridLayer(growableFocusPanel);
testsPanel.add(growableFocusPanel);
final Layer mainVisibleLayer = new Layer();
mainVisibleLayer.setTransformable(true);
@jeremyary
jeremyary / README-Template.md
Created October 5, 2017 16:18 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Title: Instant Drools Starter
[picture of book cover: http://www.packtpub.com/sites/default/files/5545OS_mockupcover_Instant-starter.jpg]
We all start somewhere. My start with Drools came 5 years ago when I was tasked with maintaining some legacy rules and assisting with a new ground-up effort using the latest and greatest Drools release at the time. I dug through documentation, ordered every book I could find on the subject, and pestered Mark, Edson and others in the community willing to help way more than they probably cared for, but in the end, the community helped start me out with what I'd soon find to be my new obsession. Now, I feel like it's time for me to give something back.
If you're an architect, manager, or developer looking to evaluate or get started with Drools, you may find my new book, Drools Starter, to be a great way to get up and running quickly. I've done my best to compile all the basics needed to get a feel for working with the core engine into a brief, easy-to-digest guide. Here's s
Proposed Title: JBoss Rules (Drools) - Path to Rules Enlightenment
Abstract:
Time to nail down tribal knowledge? Want to add flexibility for ever-changing logic? Need a clean, safe
way to bring business users into the development process? JBoss Rules, or Drools, might be the answer.
This session covers Drools with clear descriptions and down-to-earth examples, from evaluation to
implementation. Let's talk about what rules are, and more importantly, what they can (and can't!) do for
you. We'll take a look at what makes Drools tick, brass tacks syntax, commonly used features and the 5
modules of the Drools system. Times up! Want more? I wouldn't leave you without several great references