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?