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
"""A reimplementeation of PyTorch's DataLoader to showcase seqtools. | |
:author: Nicolas Granger | |
:license: 0BSD (~public domain) | |
""" | |
import numbers | |
import random | |
from functools import singledispatch | |
from multiprocessing import sharedctypes |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
/** | |
* @file sleep.ino | |
* @author Lewis He ([email protected]) | |
* @license MIT | |
* @copyright Copyright (c) 2023 Shenzhen Xin Yuan Electronic Technology Co., | |
* Ltd | |
* @date 2023-05-24 | |
* | |
*/ | |
#define TINY_GSM_MODEM_SIM7600 |
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
Computer Information: | |
Manufacturer: Gigabyte Technology Co., Ltd. | |
Model: B450M GAMING | |
Form Factor: Desktop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: AuthenticAMD | |
CPU Brand: AMD Ryzen 5 3600 6-Core Processor | |
CPU Family: 0x17 | |
CPU Model: 0x71 |
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
# example of generate output using https://github.com/tianocore/edk2 | |
sources=( | |
"berkeley-softfloat-3::git+file:///home/ngranger/Downloads/edk2/src/berkeley-softfloat-3" | |
"brotli::git+file:///home/ngranger/Downloads/edk2/src/brotli" | |
"cmocka::git+file:///home/ngranger/Downloads/edk2/src/cmocka" | |
"cryptography::git+file:///home/ngranger/Downloads/edk2/src/cryptography" | |
"edk2-cmocka::git+file:///home/ngranger/Downloads/edk2/src/edk2-cmocka" | |
"engine::git+file:///home/ngranger/Downloads/edk2/src/engine" | |
"googletest::git+file:///home/ngranger/Downloads/edk2/src/googletest" |
OlderNewer