投稿されたすべてのコード一覧
using System; using System.Text; using System.Security.Cryptography; using System.Runtime.InteropServices;
TreeView TV = new TreeView(); //icon add StackPanel sp = new StackPanel(); sp.Orientation = Orientation.Horizontal; BitmapImage bmi = new BitmapImage();
<?php $ip = $_SERVER["REMOTE_ADDR"]; $host = gethostbyaddr($ip); print "${host}(${ip})"; ?>
# include <Siv3D.hpp> void Main() {
Class Test1{ int a; String b;
/* GIMP RGBA C-Source image dump (魔理沙アイコン用.c) */ static const struct { guint width; guint height;
//コマンド解釈 public TwitterResponse s(int argment){ int checking = 0;
/*// c4hsp で使ったCのソースコード int func(unsigned char *str) { unsigned char *p = str; while ( *( p++ ) ); return (p - str -1);
int main(int argc, char *argv[]){ glutInit(&argc, argv);//環境の初期化 glutInitWindowPosition(WindowPositionX, WindowPositionY);//ウィンドウの位置の指定 glutInitWindowSize(WindowWidth, WindowHeight); //ウィンドウサイズの指定 glutInitDisplayMode(GLUT_RGBA | GLUT_DEPTH | GLUT_DOUBLE);//ディスプレイモードの指定