Skip to content

Instantly share code, notes, and snippets.

@Skyost
Skyost / Neiox.java
Last active July 9, 2017 17:15
Petit programme sympa pour Neiox.
public class Neiox extends JFrame {
private static final long serialVersionUID = 1L;
public static final String TITLE = "%d nombre(s) prΓ©sent(s)";
public static final int MIN = 0;
public static final int MAX = 9999;
private List<String> data;
public Neiox() throws IOException, URISyntaxException {
@Skyost
Skyost / README.md
Last active June 21, 2023 11:22
Minimal reproducible example for https://github.com/flame-engine/flame/issues/2574. Note that this code doesn't pretend to be clean.

Sadly, Github Gist doesn't support subdirectories. Here's the structure :

test_flame/
β”œβ”€β”€ assets/
β”‚   β”œβ”€β”€ images/
β”‚   β”‚   └── tiles.png
β”‚   └── tiles/
β”‚       β”œβ”€β”€ level.tmx
β”‚ └── tiles.tsx
This application is intended for the private use of its developer. Any unauthorized users who connect to this service should have no expectation of privacy or protection of their data.