Skip to content

Instantly share code, notes, and snippets.

View anakahala's full-sized avatar

anakahala anakahala

View GitHub Profile
@anakahala
anakahala / gist:9248889
Last active August 29, 2015 13:56
Vue.jsでボタン活性非活性
<!doctype html>
<html>
<head>
<title>Button Disabled By Vue.js</title>
<meta charset="utf-8">
</head>
<body>
<h2>Button Disabled By Vue.js</h2>
<div id="app">
<div>
@anakahala
anakahala / ConvertUtc.cs
Last active August 29, 2015 14:26
UTC時間変換
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication6
{
class Program
{
@anakahala
anakahala / ClosedXMLSample.cs
Created December 20, 2021 23:38
ClosedXMLSample
using ClosedXML.Excel;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ClosedXmlSample
{
class Program
@anakahala
anakahala / ClosedXMLSample2.cs
Last active December 21, 2021 02:02
ClosedXMLSample2
using ClosedXML.Excel;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ClosedXmlSample
{
class Program
<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd"
autoReload="true"
throwExceptions="false"
internalLogLevel="Off" internalLogFile="c:\temp\nlog-internal.log">
<!-- optional, add some variables
https://github.com/nlog/NLog/wiki/Configuration-file#variables
<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd"
autoReload="true"
throwExceptions="false"
internalLogLevel="Off" internalLogFile="c:\temp\nlog-internal.log">
<!-- optional, add some variables
https://github.com/nlog/NLog/wiki/Configuration-file#variables