Skip to content

Instantly share code, notes, and snippets.

View randsina's full-sized avatar

Roman Vakulchik randsina

  • Studytube
  • Amsterdam, Netherlands
View GitHub Profile
181.22.139.185 - - [25/Sep/2017:06:57:32 +0000] "GET / HTTP/1.0" 401 195 "-" "masscan/1.0"
181.22.139.185 - - [25/Sep/2017:06:57:33 +0000] "GET / HTTP/1.0" 401 195 "-" "masscan/1.0"
181.22.139.185 - - [25/Sep/2017:06:57:33 +0000] "GET / HTTP/1.0" 401 195 "-" "masscan/1.0"
181.22.139.185 - - [25/Sep/2017:06:57:34 +0000] "GET / HTTP/1.1" 400 173 "-" "masscan/1.0"
181.22.139.185 - - [25/Sep/2017:06:57:44 +0000] "GET / HTTP/1.0" 401 195 "-" "masscan/1.0"
181.22.139.185 - - [25/Sep/2017:06:58:05 +0000] "GET / HTTP/1.0" 401 195 "-" "-"
181.22.139.185 - - [25/Sep/2017:06:58:05 +0000] "GET / HTTP/1.1" 401 195 "-" "masscan/1.0"
181.22.139.185 - - [25/Sep/2017:06:58:06 +0000] "GET /index.php HTTP/1.1" 401 195 "-" "-"
181.22.139.185 - - [25/Sep/2017:06:58:06 +0000] "HEAD /manager/html HTTP/1.0" 401 0 "-" "-"
181.22.139.185 - - [25/Sep/2017:06:58:07 +0000] "HEAD /manager/html HTTP/1.0" 401 0 "-" "-"
139.162.108.53 - - [26/Sep/2017:06:55:35 +0000] "GET / HTTP/1.1" 401 597 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
23.20.131.141 - - [26/Sep/2017:10:35:52 +0000] "HEAD / HTTP/1.1" 401 0 "-" "Cloud mapping experiment. Contact research@pdrlabs.net"
23.20.131.141 - - [26/Sep/2017:10:35:52 +0000] "GET /clientaccesspolicy.xml HTTP/1.1" 401 195 "-" "Cloud mapping experiment. Contact research@pdrlabs.net"
66.240.205.34 - - [26/Sep/2017:11:38:18 +0000] "Gh0st\xAD\x00\x00\x00\xE0\x00\x00\x00x\x9CKS``\x98\xC3\xC0\xC0\xC0\x06\xC4\x8C@\xBCQ\x96\x81\x81\x09H\x07\xA7\x16\x95e&\xA7*\x04$&g+\x182\x94\xF6\xB000\xAC\xA8rc\x00\x01\x11\xA0\x82\x1F\x5C`&\x83\xC7K7\x86\x19\xE5n\x0C9\x95n\x0C;\x84\x0F3\xAC\xE8sch\xA8^\xCF4'J\x97\xA9\x82\xE30\xC3\x91h]&\x90\xF8\xCE\x97S\xCBA4L?2=\xE1\xC4\x92\x86\x0B@\xF5`\x0CT\x1F\xAE\xAF]" 400 173 "-" "-"
186.208.216.1 - - [26/Sep/2017:12:08:48 +0000] "GET / HTTP/1.1" 401 195 "-" "curl/7.17.1 (mips-unknown-linux-gnu) libcurl
curl -X POST 'http://localhost:1234' --data "[\"2005 Hyundai Elantra Light Bulb, Plasmaglow Light Bulb Hyundai Light Bulb, Blue Sold Indiv\", \"1987 Dodge Charger Tie Rod End by Mevotech 87 Dodge Tie Rod End\", \"1986 Chevrolet K20 Spark Plug by AC Delco 86 Chevrolet Spark Plug Chev\", \"1999 Mercury Mountaineer Lift Support by Monroe 99 Mercury Lift Suppor\", \"1974 Lincoln Continental Carpet Kit, Newark Auto Products Carpet Kit Front And Rear, Linco\", \"1989 Toyota Pickup Valve Cover Gasket by Beck Arnley 89 Toyota Valve C\", \"1992 GMC C2500 Suburban Cylinder Head Gasket, Felpro Cylinder Head Gasket GMC Cylinder Hea\", \"2007 Mitsubishi Galant Shock and Strut Boot by KYB 07 Mitsubishi Shock\", \"1984 Jeep Scrambler Drag Link, Moog Drag Link Front Passenger Side And Outer, Jeep Drag Li\", \"1997 Nissan Maxima Radiator Hose by Gates 97 Nissan Radiator Hose\"]"
module AdEngine
module Elasticsearch
module Updater
class ImporterEs
CORE_COUNT = 2
DEGREE_OF_PARALLELISM = 32
BATCH_SIZE = 256
def reset!(suffix = Time.zone.now.to_i)
indexes = TestDataIndex.indexes
rvakulchik-s551lb
description: Notebook
product: S551LB (ASUS-Ultrabook)
vendor: ASUSTeK COMPUTER INC.
version: 1.0
serial: E1N0CX118687050
width: 64 bits
capabilities: smbios-2.7 dmi-2.7 smp vsyscall32
configuration: boot=normal chassis=notebook family=S sku=ASUS-Ultrabook uuid=11000000-0000-0000-0000-E03F49CC5E70
*-core
.wrapper
.cruise-experts-brochure{ role: "main" }
.container(ng-controller="BrochureCtrl")
.search-area
%h3= @widget.look_feel['header_text']
%form#search
%input(type="text" placeholder="#{@widget.look_feel['search_box_placeholder_text']}" ng-model="criteria")
%button(type="submit")
%i.fa.fa-search.fa-2
.brochures
# == Schema Information
#
# Table name: exchanges
#
# id :integer not null, primary key
# user_id :integer
# extra_payment_to_give :decimal(10, 2)
# extra_payment_to_receive :decimal(10, 2)
# is_active :boolean default(FALSE)
# ready_to_moderate :boolean default(FALSE)
class AdminMessagesController < ApplicationController
before_action :authenticate_user!, only: [:create]
def create
@admin_message = current_user.admin_messages.new(message_params)
respond_to do |format|
if @admin_message.save
AdminMailer.new_message(email_params).deliver_later
@admin_message = AdminMessage.new
@randsina
randsina / ml-ruby.md
Created May 14, 2016 10:01 — forked from gbuesing/ml-ruby.md
Resources for Machine Learning in Ruby

Resources for Machine Learning in Ruby

Gems

@randsina
randsina / bootsrap_class_list
Created February 8, 2016 08:37 — forked from geksilla/bootsrap_class_list
Bootstrap css class list
.navbar
.caret
.label
.table
.img-responsive
.img-rounded
.img-thumbnail
.img-circle
.sr-only
.lead