本歌单由Listen1创建, 歌曲数:38,歌单数:1,点击查看更多
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
rm -f build/libkernel.a | |
rm -rf build/initfs | |
mkdir -p build/initfs | |
export PATH="/home/vitalyr/projects/rust/redox/prefix/x86_64-unknown-redox/gcc-install/bin:$PATH" && \ | |
cargo run --manifest-path installer/Cargo.toml -- --cookbook=cookbook -c initfs.toml build/initfs/ | |
Finished dev [unoptimized + debuginfo] target(s) in 0.31s | |
Running `installer/target/debug/redox_installer --cookbook=cookbook -c initfs.toml build/initfs/` | |
Install Config { | |
general: GeneralConfig { | |
prompt: false |
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
:root { | |
--heng-fa-chuen: #b51921; | |
--tai-koo: #b2103e; | |
--kowloon-bay: #c41832; | |
--tseung-kwan-o: #ef342a; | |
--wui-kai-sha: #a84d18; | |
--po-lam: #f68f26; | |
--sai-wan-ho: #faca07; | |
--disneyland-resort: #07594a; | |
--skek-kip-mei: #4ba946; |
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
fn from_hex(input:&str)->Result<u8, std::num::ParseIntError>{ | |
u8::from_str_radix(input,16) | |
} |
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
# System Info: | |
1. `uname -a`: | |
Linux rex 5.7.7-arch1-1 #1 SMP PREEMPT Wed, 01 Jul 2020 14:53:16 +0000 x86_64 GNU/Linux | |
2. `lsb_release`: | |
`lsb_release` not found. | |
3. `/etc/lsb-release`: |
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
In file included from termchar.h:23, | |
from scroll.c:25: | |
dispextern.h: 在函数‘GLYPH_CODE_P’中: | |
dispextern.h:1890:58: 错误:expected expression before ‘>’ token | |
1890 | (MAX_FACE_ID<TYPE_MAXIMUM (EMACS_INT)> > CHARACTERBITS | |
| ^ | |
In file included from termhooks.h:27, | |
from frame.h:22, | |
from character.c:37: | |
dispextern.h: 在函数‘GLYPH_CODE_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
<?xml version="1.0" encoding="UTF-8"?> | |
<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" name="de.neemann.digital.docu.DocuTest" time="2.573" tests="1" errors="0" skipped="0" failures="1"> | |
<properties> | |
<property name="java.specification.version" value="17"/> | |
<property name="sun.jnu.encoding" value="UTF-8"/> | |
<property name="java.class.path" value="/home/vitalyr/.cache/paru/clone/digital-git/src/digital-git/target/test-classes:/home/vitalyr/.cache/paru/clone/digital-git/src/digital-git/target/classes:/home/vitalyr/.m2/repository/com/thoughtworks/xstream/xstream/1.4.18/xstream-1.4.18.jar:/home/vitalyr/.m2/repository/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar:/home/vitalyr/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar:/home/vitalyr/.m2/repository/junit/junit/4.13.1/junit-4.13.1.jar:/home/vitalyr/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcre |
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
(map! :leader | |
;; make doom-leader-buffer-map alive | |
(:prefix-map ("b" . "buffer") | |
:desc "Toggle narrowing" "-" #'doom/toggle-narrow-buffer | |
:desc "Previous buffer" "[" #'previous-buffer | |
:desc "Next buffer" "]" #'next-buffer | |
(:when (featurep! :ui workspaces) | |
:desc "Switch workspace buffer" "b" #'persp-switch-to-buffer | |
:desc "Switch buffer" "B" #'switch-to-buffer) | |
(:unless (featurep! :ui workspaces) |
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
# Maintainer: Andrew Whatson <https://aur.archlinux.org/account/flatwhatson> | |
# Maintainer: ZenTauro <zentauro at riseup dot net> | |
# Contributor: Ruben De Smet <ruben dot de dot smet at glycos dot org> | |
# Contributor: Jashandeep Sohi <[email protected]> | |
pkgname=libgccjit | |
pkgver=11.2.0 | |
pkgrel=1 | |
pkgdesc='Just-In-Time Compilation using GCC.' | |
arch=(x86_64) |
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
Node: /dev/dri/card0 | |
├───Driver: nvidia-drm (NVIDIA DRM driver) version 0.0.0 (20160202) | |
│ ├───DRM_CLIENT_CAP_STEREO_3D supported | |
│ ├───DRM_CLIENT_CAP_UNIVERSAL_PLANES supported | |
│ ├───DRM_CLIENT_CAP_ATOMIC supported | |
│ ├───DRM_CLIENT_CAP_ASPECT_RATIO supported | |
│ ├───DRM_CLIENT_CAP_WRITEBACK_CONNECTORS supported | |
│ ├───DRM_CAP_DUMB_BUFFER = 1 | |
│ ├───DRM_CAP_VBLANK_HIGH_CRTC = 1 | |
│ ├───DRM_CAP_DUMB_PREFERRED_DEPTH = 24 |
OlderNewer