Our bots 🤖:
-
Myrmica Lobicornis 🐜: Update and Merge Pull Request
-
Myrmica Aloba 🐜: Add labels and milestone on pull requests and issues.
version: '3.9' | |
# echo {} > letsencrypt/acme.json; docker-compose up --remove-orphans | |
x-aliases: &aliases | |
aliases: | |
- whoami.localhost | |
- traefik.localhost | |
x-pebble: &pebble |
version: '3.9' | |
# echo {} > letsencrypt/acme.json; docker-compose up --remove-orphans | |
x-aliases: &aliases | |
aliases: | |
- whoami.localhost | |
- traefik.localhost | |
x-pebble: &pebble |
{ | |
"G101": { | |
"pattern": "(?i)passwd|pass|password|pwd|secret|private_key|token", | |
"ignore_entropy": false, | |
"entropy_threshold": "80.0", | |
"per_char_threshold": "3.0", | |
"truncate": "32" | |
}, | |
"G104": { | |
"io/ioutil": [ |
Our bots 🤖:
Myrmica Lobicornis 🐜: Update and Merge Pull Request
Myrmica Aloba 🐜: Add labels and milestone on pull requests and issues.
{ | |
"provider0": { | |
"backends": { | |
"provider0Backend0": { | |
"servers": { | |
"Server0": { | |
"url": "foobar", | |
"weight": 42 | |
}, | |
"Server1": { |
I hereby claim:
To claim this, I am signing this object:
import java.math.BigDecimal; | |
import java.math.RoundingMode; | |
import com.mysema.query.support.Expressions; | |
import com.mysema.query.types.ConstantImpl; | |
import com.mysema.query.types.Expression; | |
import com.mysema.query.types.expr.NumberExpression; | |
/** | |
* The Class BigDecimalExpression. |
package com.ldez.myapp.support.exception; | |
import javax.xml.bind.annotation.XmlAccessType; | |
import javax.xml.bind.annotation.XmlAccessorType; | |
import javax.xml.bind.annotation.XmlTransient; | |
@XmlAccessorType(XmlAccessType.PROPERTY) | |
public abstract class AbstractTransientException extends Exception { | |
private static final long serialVersionUID = 1L; |
#!/bin/sh | |
# | |
# chkconfig: 2345 96 30 | |
# description: start and stop Tomcat server | |
# Script version | |
SCRIPT_VERSION=1.0 | |
JAVA_HOME=/usr/local/jdk1.7.0_45 |