Skip to content

Instantly share code, notes, and snippets.

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
:) select a.a, b.a from (select 1 as a) a left join (select 2 as a) b using a
SELECT
a.a,
b.a
FROM
(
SELECT 1 AS a
) AS a
LEFT JOIN
@derlaft
derlaft / Dockerfile
Created July 3, 2021 17:31
Docker image for building lingeageos-devel (for Android 7 and 8) in Docker
FROM archlinux:base-devel
# install sudo && git
RUN set -ex \
# enable multilib
&& echo "[multilib]" >> /etc/pacman.conf \
&& echo "Include = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf \
&& pacman --noconfirm -Sy \
&& pacman --noconfirm -S git \
&& useradd -m user \
{
"GameNameID" "UNKNOWN"
"appid" "0"
"TimeSubmitted" "1596112123"
"ResolutionX" "1920"
"ResolutionY" "1080"
"CaptureDescriptionID" "Desktop OpenGL NV12 + libx264 main (4 threads)"
"DecoderDescriptionID" "libavcodec software decoding with 4 threads"
"BandwidthLimit" "15000"
"FramerateLimit" "0"