I hereby claim:
- I am adibenc on github.
- I am adibenc (https://keybase.io/adibenc) on keybase.
- I have a public key whose fingerprint is 36C9 9626 6E0F B317 4FEB CE62 C1EC 2003 6994 F358
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
--------------------------------------------------------------------------- | |
TypeError Traceback (most recent call last) | |
Cell In[5], line 3 | |
1 idx = 2 | |
2 art = getArt(idx) | |
----> 3 summarizer( | |
4 art, | |
5 min_length=20, | |
6 max_length=144, | |
7 ) |
H4sIAAAAAAAAAM1925bbRpLtr9TqZ0KHuAP1Jst222esltqS23PGSw8oElRxzCJreJFdrVX/fnBL5I68AJEgqqdXa7VZJBB5i8yMjNg78utdcaz+bYv96fbrqnh4rP+zK06n29Xh4dVlv9p+efXfp8P+1Q/F6f5t8fiPcnU+HINFuT8ft+Xp9rffvv55Gy6ebv3keaG9uTt83q5efbevBT9UryxWh8v+vD78sb+NF+vydD4ensr17fl4KRePh9P2vD3sb0Hg6bH4Y1+uf9lvz6fb5PnToi7Ny6pfPdfy/GioQCmTFBl1RQbNr4FjiUtSRC+DlOB3Jfj1z5ljAUMtEgJJaUvRhXUHe649GA72oBBpKPDp1rHrchDdvGxsRd3C1E1wNtSETp6xrLTWSLeyIiK8E2AUXmlK1XfR9D4CEUbtagbHsat8fXhtnVPNrapxjvLzQe0VEkl5gWiO7zeTaTnj4INMtY2fnp8XlejtbvvPon68WvW+Vn+/qT5VYlbtV1+bZ/5WPJS33/RL6mK9fdwdHorV0+3XfxT7qipfyuPt1+7b83b19rDebrblsXr/27JqyrFc/1oc3+1/OVVVSV9labz4cF9/+92+fHi6jZ8X2/1mdyn3q7Ku6+Jwvi+Pb7py+xKq+pZ/VkVU733c7upVum5grYFeJUFoS9p+bHp62Xz2mj+8/q9Gp9rH6pdj+Fp+iyI9lOkTmd1fqVh4/qx2gKfbqP02FvrfiUxAZAalZv0j8AQ+0D3dViAgFQj6QruSmhdyfDmHl0PycgiPwVMpPpRKqdhTHv6BfRVDj0R95UJZzVB2Ttg3HHsslNISLDGRNcywhrL7sAs8fBdezfFVaHSM38fye9GgADShrmbQl9q1TdYCGtDVqK2F7A4vkO0NoMPgzUhWIcEakKaT/sE+DPAVHBJZ7e4TtDQC0aC2ATQHNab7DBJQgJAWaIOBrew+5rVuisHre8mHBvkoAJQenvGl2EDWiWg8jkwAEuF5D1/oPudNSW3PN1XN8Ptc |
# config to don't allow the browser to render the page inside an frame or iframe | |
# and avoid clickjacking http://en.wikipedia.org/wiki/Clickjacking | |
# if you need to allow [i]frames, you can use SAMEORIGIN or even set an uri with ALLOW-FROM uri | |
# https://developer.mozilla.org/en-US/docs/HTTP/X-Frame-Options | |
add_header X-Frame-Options SAMEORIGIN; | |
# when serving user-supplied content, include a X-Content-Type-Options: nosniff header along with the Content-Type: header, | |
# to disable content-type sniffing on some browsers. | |
# https://www.owasp.org/index.php/List_of_useful_HTTP_headers | |
# currently suppoorted in IE > 8 http://blogs.msdn.com/b/ie/archive/2008/09/02/ie8-security-part-vi-beta-2-update.aspx |
https://askubuntu.com/questions/853497/grub-install-error-cannot-find-efi-directory
fdisk -l
Device Start End Sectors Size Type
/dev/sda1 2048 1085439 1083392 529M Windows recovery environment
/dev/sda2 1085440 1290239 204800 100M EFI System
/dev/sda3 1290240 1323007 32768 16M Microsoft reserved
no | dur | dreward | reward total | cost | start | finish | |
---|---|---|---|---|---|---|---|
1 | 24 | 2000 | 48000 | 1200 | 1 | 25 | |
2 | 25 | 2000 | 50000 | 1000 | 117 | 142 | |
3 | 33 | 2000 | 66000 | 3200 | 155 | 188 | |
4 | 20 | 2000 | 40000 | 30000 | 130 | 150 | |
5 | 30 | 2000 | 60000 | 10000 | 67 | 97 | |
6 | 24 | 2000 | 48000 | 18000 | 41 | 65 | |
7 | 18 | 2000 | 36000 | 22000 | 141 | 159 | |
8 | 24 | 2000 | 48000 | 120 | 78 | 102 | |
9 | 25 | 2000 | 50000 | 100 | 166 | 191 |
library(ggplot2) | |
cr = function(d){ | |
print(c( | |
nrow(d), ncol(d) | |
)) | |
} | |
ple = function(d){ | |
print(length(d)) |
version: "3" | |
networks: | |
kong-net: | |
driver: bridge | |
services: | |
####################################### | |
# Postgres: The database used by Kong |