Skip to content

Instantly share code, notes, and snippets.

List the names of the printing methods?
I known methods : puts, print, p, pp, ap
I known methods : puts, print, chomp
#Создайте базу данных test_guru
CREATE DATA BASE test_guru;
#Создайте таблицу categories с атрибутом title
test_guru=# CREATE TABLE categories(
test_guru=(# id serial PRIMARY KEY,
test_guru=(# title varchar(50)
test_guru=(# );
CREATE TABLE
sony@sony-SVS1513X9RB:~$ nc -C httpbin.org 80
POST /anything HTTP/1.1
Host: httpbin.org
Content-Length: 5
HELLO
HTTP/1.1 200 OK
Date: Fri, 25 Feb 2022 15:22:09 GMT
Content-Type: application/json
Content-Length: 319
sony@sony-SVS1513X9RB:~$ nc -C httpbin.org 80
GET /anything?params=123 HTTP/1.1
Host: httpbin.org
HTTP/1.1 200 OK
Date: Sun, 27 Feb 2022 14:17:25 GMT
Content-Type: application/json
Content-Length: 319
Connection: keep-alive
Server: gunicorn/19.9.0
sony@sony-SVS1513X9RB:~$ nc -C httpbin.org 80
GET /?leng HTTP/1.1
Host: httpbin.org
HTTP/1.1 200 OK
Date: Thu, 24 Feb 2022 16:22:57 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 9593
Connection: keep-alive
Server: gunicorn/19.9.0