Skip to content

Instantly share code, notes, and snippets.

View mayuki's full-sized avatar
🍣
時すでに - That sushi has sailed.

Mayuki Sawatari mayuki

🍣
時すでに - That sushi has sailed.
View GitHub Profile
@mayuki
mayuki / gist:4e731ccb7df322ad9180
Created June 15, 2014 12:28
.NET Native Debug Output
'App4.Windows.exe' (Win32): Loaded 'C:\Users\Tomoyo\Documents\Visual Studio 2013\Projects\App4\App4\App4.Windows\bin\x64\Debug\AppX\App4.Windows.exe'. Module was built without symbols.
'App4.Windows.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'App4.Windows.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'App4.Windows.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'App4.Windows.exe' (Win32): Loaded 'C:\Users\Tomoyo\Documents\Visual Studio 2013\Projects\App4\App4\App4.Windows\bin\x64\Debug\AppX\mrt100_app.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'App4.Windows.exe' (Win32): Loaded 'C:\Windows\System32\combase.dll'. Skipped loading symbols. Module is native, and native debugg
@mayuki
mayuki / test.scss
Created July 25, 2014 08:55
node-sass 0.9.3でコンパイルできないScssファイル
%base {
input[type=text] {
color: red;
}
}
.class-01 {
@extend %base;
input[type=text] {
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using UnityEditor;
namespace Unity.Assets.Editor
{
public class AnytimeHoldOn
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Runtime.InteropServices;
using System.Runtime.Remoting;
using System.Text;
using System.Collections;
using System.Reflection;
using Microsoft.Scripting;
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;
using System.Runtime.Remoting;
using System.Reflection;
using System.Security.Policy;
using System.Xml.Serialization;
using System.Runtime.Remoting.Proxies;
using System.Runtime.Remoting.Messaging;
public static void Main(String[] args)
{
var baseUrl = "http://exch2003/exchange/Alias/予定表";
var xDoc = QueryToExchange(baseUrl,
String.Format(
@"SELECT
*
FROM
SCOPE('Shallow Traversal of """ + baseUrl + @"""')
WHERE
module Misuzilla::IronRuby
module Hatetter
require 'rexml/document'
require 'open-uri'
@@channel = "#Hatetter"
@@interval = 360
@@endpoint = 'http://hatetter.blogdb.jp/mayuki/statuses/friends_timeline.xml'
@@ids = {}
#!ir -KS
# Encoding: Shift_JIS
a = "はうはう"
p "a = #{a}"
p "a.Length: #{a.Length}" # => 4
p "a.IsBinary: #{a.IsBinary}" # => false
p "a =~ /foo/: #{a =~ /foo/}" # => (No Error)
p "----"
# -*- coding: utf-8 -*-
import clr
import re
import Misuzilla.Applications.TwitterIrcGateway
from System import *
from System.Diagnostics import Trace
from Misuzilla.Net.Irc import *
from System.Runtime.InteropServices import Marshal
@mayuki
mayuki / itunes.py
Created April 23, 2009 06:16 — forked from topia/itunes.py
iTunesIrcGateway (with TwitterIrcGateway)
# iTunesIrcGateway (with TwitterIrcGateway)
# -*- coding: utf-8 -*-
import clr
import re
import Misuzilla.Applications.TwitterIrcGateway
import Misuzilla.Applications.TwitterIrcGateway.AddIns.Console
from System import *
from System.Collections.Generic import *