This file contains 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
GXL:BL1:9ac50e:bb16dc;FEAT:ADFC318C:0;POC:0;RCY:0;USB:0;SPI:0;CHK:A7;EMMC:400;NAND:81;SD:0;READ:0;0.0;CHK:0; | |
no sdio debug board detected | |
TE: 1849760 | |
BL2 Built : 15:21:18, Aug 28 2019. gxl g1bf2b53 - luan.yuan@droid15-sz | |
set vcck to 1120 mv | |
set vddee to 1000 mv | |
Board ID = 3 | |
CPU clk: 1200MHz |
This file has been truncated, but you can view the full file.
This file contains 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
[19:48:34] [main/INFO]: Loading for game Minecraft 1.16.3 | |
[19:48:34] [ForkJoinPool-1-worker-7/WARN]: The mod "cardinal-components-base" contains invalid entries in its mod json: | |
- Unsupported root entry "side" at line 8 column 11 | |
[19:48:34] [ForkJoinPool-1-worker-3/WARN]: The mod "cardinal-components-entity" contains invalid entries in its mod json: | |
- Unsupported root entry "side" at line 8 column 11 | |
[19:48:34] [ForkJoinPool-1-worker-5/WARN]: The mod "autoconfig1u" contains invalid entries in its mod json: | |
- Unsupported root entry "$schema" at line 2 column 14 | |
[19:48:34] [ForkJoinPool-1-worker-7/WARN]: The mod "autoconfig1u" contains invalid entries in its mod json: | |
- Unsupported root entry "$schema" at line 2 column 14 | |
[19:48:34] [ForkJoinPool-1-worker-4/WARN]: The mod "autoconfig1u" contains invalid entries in its mod json: |
This file contains 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
[13:30:01] [main/INFO]: Loading for game Minecraft 1.16.3 | |
[13:30:01] [main/INFO]: Fabric is preparing JARs on first launch, this may take a few seconds... | |
[13:30:05] [ForkJoinPool-1-worker-1/WARN]: The mod "cardinal-components-base" contains invalid entries in its mod json: | |
- Unsupported root entry "side" at line 8 column 11 | |
[13:30:05] [ForkJoinPool-1-worker-4/WARN]: The mod "cardinal-components-entity" contains invalid entries in its mod json: | |
- Unsupported root entry "side" at line 8 column 11 | |
[13:30:05] [ForkJoinPool-1-worker-1/WARN]: The mod "autoconfig1u" contains invalid entries in its mod json: | |
- Unsupported root entry "$schema" at line 2 column 14 | |
[13:30:05] [ForkJoinPool-1-worker-2/WARN]: The mod "libcd" contains invalid entries in its mod json: | |
- Unsupported root entry "licence" at line 9 column 12 |
This file contains 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
{ | |
"name": "Project Name", | |
"version": "0.1.0", | |
"private": true, | |
"dependencies": { | |
"node-sass-chokidar": "0.0.3", | |
"normalize-scss": "^7.0.0", | |
"npm-run-all": "^4.0.2", | |
"react": "^15.6.1", | |
"react-dom": "^15.6.1", |
This file contains 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 ZSH theme based on a combination of the skwp prezto theme and the robl ohmyzsh theme. | |
# * RVM info shown on the right | |
# * Git branch info on the left | |
# * Single line prompt | |
# * Time since last commit on the left | |
# * Time in place of user@hostname | |
# | |
# Authors: | |
# David Rice <[email protected]> |
This file contains 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
"C:\Program Files\Git\git-cmd.exe" --no-cd --command=usr/bin/bash.exe -l -i |
This file contains 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
#compdef hg | |
# Zsh completion script for mercurial. Rename this file to _hg and copy | |
# it into your zsh function path `echo $FPATH` (It could be /usr/share/zsh/site-functions/, | |
# /usr/share/zsh/5.0.5/functions/, or /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/) | |
# | |
# If you do not want to install it globally, you can copy it somewhere | |
# else and add that directory to $fpath. This must be done before | |
# compinit is called. If the file is copied to ~/.zsh.d, your ~/.zshrc | |
# file could look like this: |
This file contains 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
@mixin magic-border($widths, $color, $extra-box-shadow: false) { | |
$shadow: null; | |
@if length($widths) == 1 { | |
$shadow: 'inset 0 0 0 #{$widths} #{$color}'; | |
} | |
@if length($widths) == 2 { | |
$shadow: 'inset 0 #{nth($widths,1)} 0 0 #{$color}, inset -#{nth($widths,2)} 0 0 0 #{$color}, inset 0 -#{nth($widths,1)} 0 0 #{$color}, inset #{nth($widths,2)} 0 0 0 #{$color}'; |
This file contains 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
<div class="hamburger"> | |
<div></div> | |
<div></div> | |
<div></div> | |
</div> |
This file contains 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
// Clearfix - extend only | |
// ============================================================================ | |
%clearfix { | |
&:before, | |
&:after { | |
content: " "; | |
display: table; | |
} | |
&:after { |
NewerOlder