ciapecki
ciapecki
``` --- layout: post img: picture.png tags: [sometag] # add tag --- ``` Is it possible to use pictures saved in certain post folder in this header section of a...
I have oracle-instantclient-basic installed on my Arch Linux. There is no instantclient folder. The libraries are in /usr/lib ``` usr/lib/libclntsh.so usr/lib/libclntsh.so.21 usr/lib/libclntsh.so.21.1 usr/lib/libclntshcore.so usr/lib/libclntshcore.so.21 usr/lib/libclntshcore.so.21.1 usr/lib/libnnz21.so usr/lib/libocci.so usr/lib/libocci.so.21 usr/lib/libocci.so.21.1 ```...
Is it possible to create "dependent drop-down list"? You want to use more than one drop-down list in Excel such that the items available in a second drop-down list are...
I try to get the book providing cookie (I am logged in browser with my company's SSO): ``` $ safaribooks -c 'BrowserCookie=0eb1e1a9-2f0f-4034-874f-b72f39f59682;SessionID=18ka8abjrrhd3myc5zljpmpvguscj2e0' -b 9781449340124 download-epub 2018-12-04 15:57:50 [scrapy.utils.log] INFO: Scrapy...
here is the output of running example.rb is it something that can be fixed? is it possible to have a live view with your wrapper (same as gtkam has while...
`predict_prob(['fuck','shit','fuckshit'])` `#[1. 0.99999982 0.03636672]` Is there a possibility to treat the last element of array as profane?
Is there a way to not have Tab charactersº This is a sample output: ``` SUS2 COUNT(*) COUNT(DISTINCTID) COUNT(DISTINCTCUSTOMER_NUM) ---- ---------- ----------------- --------------------------- Y 543443 487694 543213 100445 78113 98392...
Not sure how to connect to oracle. I am on MacOs with Nvim 0.10.3 dbee installed with lazy configuration. my source: `[{"id": "file_source_/Users/chris/.local/state/nvim/dbee/persistence.jsonjWgByWc61o", "url": "oracle://cx_dqm_grp:pass@mktcxdap_low", "name": "cx_dqm_grp", "type": "oracle"}] `...
I am on macos. Neovim 0.10.3 Plugins installed: `Plug 'tpope/vim-dadbod' Plug 'kristijanhusak/vim-dadbod-ui' Plug 'kristijanhusak/vim-dadbod-completion' " Optional: For completion support ` `➜ Downloads cat ~/.config/db_ui/connections.json [{"url":"oracle://cx_dqm_grp@mktcxdap_low","name":"cx_dqm_grp@mktcxdap_low"}]` When I execute :DBUI and...