This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //#ifdef NOTDEF | |
| #include <sys/alt_stdio.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include "altera_avalon_pio_regs.h" | |
| #include "system.h" | |
| #define LED_MASK 0b0000001111111111 | |
| #define HEX_MASK 0b01111111 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.text.DecimalFormat; | |
| class Scratch { | |
| public static void main(String[] args) { | |
| try { | |
| int interestPercentage = Integer.parseInt(args[0]); | |
| int repaymentPercentage = Integer.parseInt(args[1]); | |
| double repaid = calculateTotalRepaid(interestPercentage, repaymentPercentage); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dan200's Head, dnaS | |
| ,Zucchini Seed | |
| ,Zucchini Fries | |
| ,Zucchini Bread | |
| ,Zucchini Bake | |
| ,Zucchini | |
| ,Zombie Seeds | |
| ,Zombie Jerky | |
| ,Zombie Head | |
| ,Zombie Generator |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package uk.tethys.coronasafety; | |
| import org.bukkit.Bukkit; | |
| import org.bukkit.Sound; | |
| import org.bukkit.entity.Player; | |
| import org.bukkit.event.Listener; | |
| import org.bukkit.plugin.java.JavaPlugin; | |
| import org.bukkit.scheduler.BukkitRunnable; | |
| import java.util.HashMap; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fff |