Skip to content

Instantly share code, notes, and snippets.

@feo52
feo52 / sample.csv
Last active May 5, 2024 02:00
Python pywin32(win32com) : Excel Pivot Table
ID Meta Type Name Date Count
21 hoge 2220 nico 2020/2/22 1
22 fuga 2220 nico 2021/2/22 2
23 piyo 2220 nico 2022/2/22 3
24 hoge 2221 nuko 2020/2/22 4
25 fuga 2221 nuko 2021/2/22 5
26 piyo 2221 nuko 2022/2/22 6
27 hoge 2222 neko 2020/2/22 7
28 fuga 2222 neko 2021/2/22 8
29 piyo 2222 neko 2022/2/22 9
@feo52
feo52 / index.html
Created November 30, 2021 15:10
Embedding YouTube video fullscreen background
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>youtube-fullscreen-background</title>
<style>
:root {
--youtube-aspect-ratio: (9 / 16);
}
.video-background-fixed-contain {
@feo52
feo52 / index.html
Created November 30, 2021 15:10
::-ms-clear & ::-ms-reveal & -ms-high-contrast-adjust on Edge(Chromium) of Windows
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>-ms-vendor-prefix</title>
<style>
body { font-family: monospace; }
input:nth-of-type( 1)[type="text"]::-ms-clear { display: initial; }
input:nth-of-type( 2)[type="text"]::-ms-clear { display: none; }
@feo52
feo52 / script.cs
Created May 30, 2021 04:00
Hadoken Code HP
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Profiling;
public class script : MonoBehaviour
{
/// <summary>指の状態</summary>
private enum Finger
@feo52
feo52 / script.cs
Created May 30, 2021 04:00
Hadoken Code
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using UnityEngine;
using UnityEngine.Profiling;
public class script : MonoBehaviour
{
This file has been truncated, but you can view the full file.
@feo52
feo52 / sample.csv
Last active May 4, 2024 15:00
Python pywin32(win32com) : Excel
14159 26535 89793 23846 26433 83279 5028 841971 69399 37510
58209 74944 59230 78164 06286 20899 8628 034825 34211 70679
82148 08651 32823 06647 09384 46095 5058 223172 53594 08128
48111 74502 84102 70193 85211 05559 6446 229489 54930 38196
44288 10975 66593 34461 28475 64823 3786 783165 27120 19091
45648 56692 34603 48610 45432 66482 1339 360726 02491 41273
72458 70066 06315 58817 48815 20920 9628 292540 91715 36436
78925 90360 01133 05305 48820 46652 1384 146951 94151 16094
33057 27036 57595 91953 09218 61173 8193 261179 31051 18548
07446 23799 62749 56735 18857 52724 8912 279381 83011 94912
@feo52
feo52 / index.html
Last active October 2, 2023 07:05
css hacks 2022
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<title>css hack</title>
<style>
body { font-family: monospace; }
summary { list-style: none; }
summary::-webkit-details-marker { display:none; }
@feo52
feo52 / index.html
Last active April 19, 2022 11:52
css hacks test
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<title>css hack</title>
<style>
body { font-family: monospace; }
/* IE11 */ _:lang(x)::-ms-backdrop, .selector-0000 { color: blue; }
@feo52
feo52 / index.html
Last active July 19, 2017 15:00
css hacks for IE11 ( & Edge )
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<title>css hack for IE11</title>
<style>
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, .selector-media-01 {
color: blue;