I hereby claim:
- I am silverqx on github.
- I am silverzachara (https://keybase.io/silverzachara) on keybase.
- I have a public key whose fingerprint is EFAC C3B7 5352 7557 18F9 95CE 7AF6 0D54 9724 DEEF
To claim this, I am signing this object:
| require_once 'Zend/Application/Resource/ResourceAbstract.php'; | |
| /** | |
| * TODO: short description. | |
| * | |
| * TODO: long description. | |
| * | |
| */ | |
| class My_Resource_Database extends Zend_Application_Resource_ResourceAbstract | |
| { | |
| # Adding a role | |
| # resources.acl.roles.{roleName}.id = {roleId} | |
| resources.acl.roles.guest.id = "G" | |
| # Assigning parents to a role | |
| # resources.acl.roles.{roleName}.parents = {parentRoleIds} (multiple in csv) | |
| resources.acl.roles.user.id = "U" | |
| resources.acl.roles.user.parents = "G" | |
| # Adding a resource |
| INCLUDEPATH += $$quote(E:/c/qbittorrent_64/install_msvc/base/include) | |
| INCLUDEPATH += $$quote(E:/c/qbittorrent_64/install_msvc/base/include/boost-1_64) | |
| LIBS += $$quote(-LE:/c/qbittorrent_64/install_msvc/base/lib) | |
| # BOOST DEFINES | |
| # Disable this if building against libtorrent 1.1.x (RC_1_1) | |
| DEFINES -= BOOST_ASIO_SEPARATE_COMPILATION | |
| DEFINES -= BOOST_USE_WINAPI_VERSION=0x0501 | |
| DEFINES -= BOOST_SYSTEM_STATIC_LINK=1 |
| rem not needed in mingw builds | |
| rem export PATH="/e/c/qbittorrent_32_mingw_shared/install_msvc/base/include:$PATH" | |
| rem export PATH="/e/c/qbittorrent_32_mingw_shared/install_msvc/base/lib:$PATH" | |
| rem I do not remember if this is needed :), but if yes, so will be needed during openssl compile | |
| export INCLUDE="/e/c/qbittorrent_32_mingw_shared/install_msvc/base/include:$INCLUDE" | |
| export LIB="/e/c/qbittorrent_32_mingw_shared/install_msvc/base/lib:$LIB" | |
| export PATH="/e/c/qbittorrent_32_mingw_shared/install_msvc/base/bin:$PATH"; \ | |
| export CXXFLAGS="-L/e/c/qbittorrent_32_mingw_shared/install_msvc/base/include"; \ |
I hereby claim:
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name Nomi.ai | |
| // @namespace https://beta.nomi.ai/ | |
| // @version 0.2.0 | |
| // @description Nomi.ai keyboard shortcuts | |
| // @author Silver Zachara <[email protected]> | |
| // @match https://beta.nomi.ai/nomis/* | |
| // @icon https://www.google.com/s2/favicons?domain=nomi.ai&sz=64 | |
| // @grant none | |
| // ==/UserScript== |
| Stars Divide, Love Unites 💘 — A Story for Marissa |
| #!/usr/bin/env pwsh | |
| Set-StrictMode -Version 3.0 | |
| # Script variables section | |
| # --- | |
| Set-Alias NewLine Write-Host -Option ReadOnly -Force | |
| # Functions section |