This file contains 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
using System; | |
using ALSharp; | |
using Mp3Sharp; | |
using DevHost.Shoutcast; | |
namespace NetRadio | |
{ | |
class MainClass | |
{ | |
public static void Main (string[] args) |
This file contains 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 net.minecraft.src; | |
import java.util.logging.Logger; | |
import net.minecraft.client.Minecraft; | |
import net.minecraft.client.entity.EntityClientPlayerMP; | |
import net.minecraft.client.multiplayer.NetClientHandler; | |
public class mod_Test extends BaseMod { | |
private Logger logger; |
This file contains 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 net.minecraft.src; | |
import java.util.logging.Logger; | |
import net.minecraft.client.Minecraft; | |
import net.minecraft.client.entity.EntityClientPlayerMP; | |
import net.minecraft.client.multiplayer.NetClientHandler; | |
import net.minecraft.client.multiplayer.WorldClient; | |
import net.minecraft.world.chunk.Chunk; | |
public class mod_Test extends BaseMod { |
This file contains 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 net.nanase.minecraft.testmod; | |
import java.util.logging.Logger; | |
import org.bukkit.event.EventHandler; | |
import org.bukkit.event.Listener; | |
import org.bukkit.plugin.java.JavaPlugin; | |
public class TestMod extends JavaPlugin implements Listener { | |
private static Logger log; |
This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<ux version="0.2"> | |
<preset> | |
<!-- msb, lsb, type, value は省略すると 0 になる --> | |
<!-- type は列挙体の値を表す。カンマは OR 演算される --> | |
<!-- Acoustic Piano / アコースティックピアノ --> | |
<program number="0"> | |
<waveform type="fm" /> | |
<edit type="op0,send0" value="0.8" /> |
This file contains 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 std.stdio; | |
void main() | |
{ | |
writeln("Hello, world!"); | |
Person kawachi = new Person(16, "Shinichi Kawachi"); | |
kawachi.greeting(); | |
} | |
class Person |
This file contains 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 std.stdio; | |
int main(string[] args) | |
{ | |
if (args.length < 2) | |
{ | |
writeln("Brainf*ck のコードを記述してください."); | |
return 1; | |
} |
This file contains 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
using OpenTK; | |
using OpenTK.Graphics; | |
using OpenTK.Graphics.OpenGL; | |
using Sitrine; | |
using Sitrine.Audio; | |
using System; | |
using System.Drawing; | |
using System.Drawing.Text; | |
using System.IO; | |
using ux.Component; |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<title>竹内</title> | |
<style> | |
body { | |
text-align: center; | |
} | |
.takeuchi { |
This file contains 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
[user] | |
name = Tomona Nanase | |
email = [email protected] | |
[color] | |
ui = true | |
[alias] | |
lg = log --oneline --graph --decorate | |
ai = add -i | |
st = status | |
[core] |
OlderNewer