This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define PWM_CNT 2 | |
int pwm_pins[] = {5, 6}; | |
int value = 0; | |
boolean falling = false; | |
void setup() { | |
Serial.begin(9600); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import feedparser | |
import notify2 | |
from time import sleep | |
import cPickle | |
class SeenCache: | |
def __init__(self): | |
try: | |
self.seen_cache = cPickle.load(open('gitnotify.p')) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[#PID<0.95.0>, #PID<0.96.0>, #PID<0.97.0>, #PID<0.98.0>, #PID<0.99.0>], | |
[#PID<0.100.0>, #PID<0.101.0>, #PID<0.102.0>, #PID<0.103.0>, #PID<0.104.0>], | |
[#PID<0.105.0>, #PID<0.106.0>, #PID<0.107.0>, #PID<0.108.0>, #PID<0.109.0>], | |
[#PID<0.110.0>, #PID<0.111.0>, #PID<0.112.0>, #PID<0.113.0>, #PID<0.114.0>], | |
[#PID<0.115.0>, #PID<0.116.0>, #PID<0.117.0>, #PID<0.118.0>, #PID<0.119.0>]] | |
iex(2)> r = Lumpus.World.get_room(w, 1, 1) | |
#PID<0.101.0> | |
iex(3)> Lumpus.World.Room.get_tunnels(r) | |
[#PID<0.96.0>, #PID<0.102.0>, #PID<0.106.0>, #PID<0.100.0>] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 7.462511] WARNING: CPU: 1 PID: 203 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:998 amdgpu_bo_unpin.cold+0x0/0x42 [amdgpu] | |
[ 7.462513] Modules linked in: sd_mod wacom(+) hid_generic usbhid hid amdgpu(+) gpu_sched ttm drm_kms_helper ahci xhci_pci libahci xhci_hcd drm libata igb mxm_ | |
wmi crc32_pclmul dca usbcore scsi_mod ptp crc32c_intel i2c_piix4 mfd_core pps_core i2c_algo_bit usb_common gpio_amdpt wmi gpio_generic button | |
[ 7.462526] CPU: 1 PID: 203 Comm: systemd-udevd Not tainted 5.4.0-3-amd64 #1 Debian 5.4.13-1 | |
[ 7.462528] Hardware name: System manufacturer System Product Name/PRIME X370-PRO, BIOS 3805 03/06/2018 [ 7.462588] RIP: 0010:amdgpu_bo_unpin.cold+0x0/0x42 [amdgpu] | |
[ 7.462591] Code: e9 85 5b dc ff 48 c7 c7 68 |
OlderNewer