Skip to content

Instantly share code, notes, and snippets.

* Package: dev-python/pyside2-5.15.1
* Repository: gentoo
* Maintainer: zerochaos@gentoo.org
* USE: abi_x86_64 amd64 elibc_glibc gles2-only gui kernel_linux network python_targets_python3_8 svg userland_GNU widgets
* FEATURES: ccache compressdebug installsources preserve-libs sandbox splitdebug userpriv usersandbox
* FEATURES='sfperms splitdebug parallel-install compressdebug ipc-sandbox distlocks usersandbox news binpkg-docompress xattr ebuild-locks preserve-libs cgroup fixlafiles binpkg-logs unknown-features-warn merge-sync strict protect-owned unmerge-orphans parallel-fetch config-protect-if-modified ccache installsources multilib-strict userfetch userpriv unmerge-logs pid-sandbox qa-unresolved-soname-deps sandbox usersync assume-digests binpkg-dostrip'
* CFLAGS='-O3 -pipe -march=skylake -mabm -msgx -mavx256-split-unaligned-load -mavx256-split-unaligned-store -fomit-frame-pointer -fgraphite-identity -floop-nest-optimize -fipa-pta -fdevirtualize-at-ltrans -fno-semantic-interposition -flto
declare -x ABI="amd64"
declare -x ABI_MIPS=""
declare -x ABI_PPC=""
declare -x ABI_S390=""
declare -x ABI_X86="64"
declare -x ADA_TARGET=""
declare -- ALL_LOCALES="
aa
af
af_ZA
@baybal
baybal / bug.html
Created May 13, 2021 15:14
Lower axis ticks are hidden
<script type="module">
import { ref, createApp } from 'https://cdn.skypack.dev/vue@3.0.11/dist/vue.esm-browser.js'
// import { ref, createApp } from 'https://cdnjs.cloudflare.com/ajax/libs/vue/3.0.11/vue.esm-browser.js'
import { Chart, Line, Responsive } from 'https://cdn.skypack.dev/vue3-charts';
// @ts-ignore
const locale = new Intl.Locale("en-IN", {
firstDayOfWeek: "mon",
hourCycle: "h24",
calendar: "gregory"
});
@baybal
baybal / gist:c6059538121443aaad2dddf17108aead
Last active December 20, 2018 11:24
White space escape failure
2018/12/20 17:23:16 [warning] You are running pREST in public mode.
[prest] listening on 0.0.0.0:8000 and serving on /
[negroni] 2018-12-20T17:23:28+06:00 | 400 | 466.727µs | localhost:8000 | GET /DB0001/public/test
___________________________________________________________________________________
baybal@xps ~/db frontend $ curl "http://localhost:8000/DB0001/public/test?Auto%20ID=1"
{
"error": "could not perform WhereByRequest: invalid identifier: Auto ID"
}
--- TLP 1.1 --------------------------------------------
+++ Configured Settings: /etc/tlp.conf
TLP_ENABLE=1
TLP_DEFAULT_MODE=BAT
TLP_PERSISTENT_DEFAULT=0
DISK_IDLE_SECS_ON_AC=0
DISK_IDLE_SECS_ON_BAT=2
MAX_LOST_WORK_SECS_ON_AC=15
MAX_LOST_WORK_SECS_ON_BAT=60
@baybal
baybal / aspm_dell9360.sh
Last active April 16, 2024 00:04
Force enable ASPM L0 and L1 for all devices on Dell 9360
#!/bin/bash
# Copyright (c) 2010-2013 Luis R. Rodriguez <mcgrof@do-not-panic.com>
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR