Skip to content

Instantly share code, notes, and snippets.

View Strate's full-sized avatar

Artur Eshenbrener Strate

  • Chatium
  • Russia, Moscow
View GitHub Profile
{
"response": [
{
"all_limit": "0",
"day_limit": "3000",
"id": 1026239657,
"name": "т10 mm vk_ht_rk107",
"start_time": 0,
"status": 0,
"stop_time": 0,
package com.chatium.app.scrollview;
import android.util.Log;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewTreeObserver;
import android.widget.OverScroller;
import android.widget.ScrollView;
/* eslint no-useless-escape: 0 */
/* eslint max-len: 0 */
/**
* For more info regarding metro config:
* @see https://facebook.github.io/metro/docs/en/configuration
*/
const path = require("path");
const fs = require("fs");
// Get blacklist factory
@Strate
Strate / package.json
Created September 18, 2018 09:14
package.json bug
{
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
@Strate
Strate / gist:b037e529ee752489a45f
Created August 14, 2014 08:30
PHP refcount bug
<?php
class B {
static public $instances = [];
public function __destruct()
{
echo "Object B destructed!";
}
}
@Strate
Strate / gist:ed2d5f1f5ef4685ea517
Created August 14, 2014 08:30
PHP refcount bug
<?php
class B {
static public $instances = [];
public function __destruct()
{
echo "Object B destructed!";
}
}