Skip to content

Instantly share code, notes, and snippets.

View mak-oh-1977's full-sized avatar
🦥

m.ohnuma mak-oh-1977

🦥
View GitHub Profile
using System;
using System.Linq;
using System.Collections.Generic;
namespace ConsoleApp2
{
class Program
{
static void Main(string[] args)
<html>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load("visualization", "1", {packages:["corechart"]});
google.setOnLoadCallback(
function () {
var data = google.visualization.arrayToDataTable([
['アミノ酸', 'あなた'],
[ 10, 0.25],
]);
@mak-oh-1977
mak-oh-1977 / Program.cs
Created September 13, 2017 22:41
固定長データパース
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace FixedData
{
using System;
using System.Windows.Forms;
namespace DataGridViewCombo
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();