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
* Package: dev-python/pyside2-5.15.1 | |
* Repository: gentoo | |
* Maintainer: [email protected] | |
* 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 |
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
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 |
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
<script type="module"> | |
import { ref, createApp } from 'https://cdn.skypack.dev/[email protected]/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" | |
}); |
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
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" | |
} |
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
--- 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 |
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
#!/bin/bash | |
# Copyright (c) 2010-2013 Luis R. Rodriguez <[email protected]> | |
# | |
# 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 |