Skip to content

Instantly share code, notes, and snippets.

View mebigfatguy's full-sized avatar
💭
Suffering

Dave Brosius mebigfatguy

💭
Suffering
View GitHub Profile
@mebigfatguy
mebigfatguy / Penguin.java
Created December 24, 2018 19:03
a little winter fun
/*
* polycasso - Cubism Artwork generator
* Copyright 2010-2008 * 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,
@mebigfatguy
mebigfatguy / gist:47996f2b0a1f36102b6d64db42e1ef19
Created July 15, 2025 13:32
Java file with a zero space character between Migration and Service in new MigrationService()
public class MigrationService {
private static final MigrationService INSTANCE = new Migration​Service();
}
public class ZeroSpaceCheck extends AbstractCheck {
@Override
public int[] getAcceptableTokens() {
return getRequiredTokens();
}
@Override
public int[] getDefaultTokens() {
return getRequiredTokens();