Skip to content

Instantly share code, notes, and snippets.

View sumikawa's full-sized avatar

Munechika Sumikawa sumikawa

View GitHub Profile
Index: if_wi.c
===================================================================
RCS file: /cvsroot/kame/kame/freebsd4/sys/i386/isa/if_wi.c,v
retrieving revision 1.1.1.6
retrieving revision 1.12
diff -u -r1.1.1.6 -r1.12
--- if_wi.c 2002/02/07 01:32:00 1.1.1.6
+++ if_wi.c 2002/02/16 23:10:49 1.12
@@ -123,6 +123,13 @@
static u_int8_t wi_mcast_addr[6] = { 0x01, 0x60, 0x1D, 0x00, 0x01, 0x00 };
Index: dev/ichsmb/ichsmb_pci.c
===================================================================
RCS file: /cvsroot/kame/kame/freebsd4/sys/dev/ichsmb/ichsmb_pci.c,v
retrieving revision 1.3
diff -u -r1.3 ichsmb_pci.c
--- dev/ichsmb/ichsmb_pci.c 2002/02/08 16:52:49 1.3
+++ dev/ichsmb/ichsmb_pci.c 2002/02/12 20:06:02
@@ -67,6 +67,7 @@
#define ID_81801AA 0x24138086
#define ID_81801AB 0x24238086
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)
Section "Files"
# if the local font server has problems, we can fall back on these
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/local"
Index: ata-all.c
===================================================================
RCS file: /cvsroot/kame/kame/freebsd4/sys/dev/ata/ata-all.c,v
retrieving revision 1.1.1.5
diff -u -r1.1.1.5 ata-all.c
--- ata-all.c 2001/09/25 04:59:19 1.1.1.5
+++ ata-all.c 2001/12/24 05:59:59
@@ -256,17 +256,23 @@
case 0x71118086:
Index: src/conf.c
===================================================================
RCS file: /usr/home/sumikawa/.cvsroot/mpd/src/conf.c,v
retrieving revision 1.1.1.3
retrieving revision 1.2
diff -u -r1.1.1.3 -r1.2
--- src/conf.c 20 Oct 2004 19:14:59 -0000 1.1.1.3
+++ src/conf.c 20 Oct 2004 20:35:32 -0000 1.2
@@ -37,7 +37,7 @@
#!/usr/bin/env python3
# seleniumの必要なライブラリをインポート
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.chrome.options import Options
import time, os
import urllib.request
import urllib.parse
from datetime import datetime
import argparse