Skip to content

Instantly share code, notes, and snippets.

View valenso's full-sized avatar
👾
I may be slow to respond.

Valentin valenso

👾
I may be slow to respond.
View GitHub Profile
Request URL:http://helloblogger.ru/parse/?url=http%3A%2F%2Fvalenso.me%2Feyeem-office%2F
Request Method:GET
Status Code:500 INTERNAL SERVER ERROR
Remote Address:159.253.22.171:80
Response Headers
view source
Connection:keep-alive
Content-Type:text/html; charset=utf-8
Date:Tue, 05 Apr 2016 10:05:20 GMT
Server:nginx
Request URL:http://helloblogger.ru/parse/?url=http%3A%2F%2Fvalenso.me
Request Method:GET
Status Code:200 OK
Remote Address:159.253.22.171:80
Response Headers
view source
Connection:keep-alive
Content-Encoding:gzip
Content-Type:application/json
Date:Tue, 05 Apr 2016 10:06:43 GMT
Request URL:http://www.alfastrah.ru/
Request Method:GET
Status Code:403 Forbidden
Remote Address:178.248.234.43:80
Response Headers
view source
Cache-Control:no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Connection:keep-alive
Content-Length:118
Content-Type:text/html; charset=UTF-8
application.min.js:4 Uncaught TypeError: $(...).tweet is not a function
at HTMLDocument.<anonymous> (http://datafolks.com/assets/js/application/application.min.js:4:482)
at c (http://datafolks.com/assets/js/jquery-1.10.2.min.js:4:26036)
at Object.fireWith [as resolveWith] (http://datafolks.com/assets/js/jquery-1.10.2.min.js:4:26840)
at Function.ready (http://datafolks.com/assets/js/jquery-1.10.2.min.js:4:3305)
at HTMLDocument.q (http://datafolks.com/assets/js/jquery-1.10.2.min.js:4:717)
<section class="header-notifications" role="bm-notifications">
<section class="header-notification expiration" role="bm-notification bm-notification-expiration">
<div class="header-notification__container">
<span class="icon bookmate-icon-close-white" data-dismiss="alert" data-notification="expiration" role="bm-notification-close">
</span>
</div>
</section>
</section>
{
"version": "2.8",
"settings": {
},
"nativeads": {
"settings": {
{
"success": true,
"code": 500,
"error": {
"core": "Error fetch data from core"
}
}
import unittest
class TestStringMethods(unittest.TestCase):
def test_upper(self):
self.assertEqual('foo'.upper(), 'FOO')
def test_isupper(self):
self.assertTrue('FOO'.isupper())
self.assertFalse('Foo'.isupper())
echo "version: '3'
services:
chrome:
image: selenium/node-chrome:3.141.59-selenium
volumes:
- /dev/shm:/dev/shm
depends_on:
- hub
environment:
HUB_HOST: hub
@valenso
valenso / Gemfile
Last active March 27, 2020 09:45
Bots Factory, #1
source 'https://rubygems.org'
gem 'telegram-bot-ruby'