This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mRecyclerViewAdapter = new RendererRecyclerViewAdapter(getContext()); | |
mRecyclerViewAdapter.enableDiffUtils(); | |
mRecyclerViewAdapter.registerRenderer(new YourViewBinder()); | |
//mRecyclerViewAdapter.registerRenderer(new OtherYourViewBinder()); | |
mRecyclerViewAdapter.setItems(getYourItems()); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Tooltip { | |
public static final String TAG = Tooltip.class.getSimpleName(); | |
@NonNull | |
private final Context mContext; | |
@NonNull | |
private final CharSequence mText; | |
private final int mOffset; | |
private final boolean mCancelable; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
void main() => runApp(MyApp()); | |
class MyApp extends StatelessWidget { | |
@override | |
Widget build(BuildContext context) { | |
return MaterialApp( | |
title: 'TomskSoft', | |
home: HomePage(), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright 2019 The Chromium Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
import 'dart:math' as math; | |
import 'package:camera/camera.dart'; | |
import 'package:firebase_ml_vision/firebase_ml_vision.dart'; | |
import 'package:flutter/foundation.dart'; | |
import 'package:flutter/material.dart'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "195", | |
"packs": { | |
"africanpride": { | |
"name": "Africanpride", | |
"mobile_picker_pack": "/f/stickerpack/africanpride/2f2090f1-66cc-4fea-a97b-b12bd1f8c5ae.png", | |
"vgift_id": "775", | |
"tags": { | |
"0": "african", | |
"1": "africa", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"qos_retry_interval": 3, | |
"qos_metrics_int": 0, | |
"live_bootstrap": "domain:port", | |
"async_url": "https://async.paltalk.com?lang=[LANG]&ver=[VERCODE]&bn=[BN]&ct=[CT]&lk=[LK]", | |
"subscriptions_url": "https://www.paltalk.com/plans.html", | |
"client_websvc_url": "https://client.paltalk.com/client/JSON-RPC", | |
"read_ip": false, | |
"categories_json_url": "https://www.paltalk.com/f/files/category.json", | |
"bkup_chan": 3, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"nm":"Gangnam Style","ddd":0,"h":281,"w":500,"meta":{"g":"@lottiefiles/toolkit-js 0.33.2"},"layers":[{"ty":0,"nm":"Hat","sr":1,"st":0,"op":120,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[186.5,101,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[120,27,0],"ix":2},"r":{"a":0,"k":12.839,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[{"ty":34,"mn":"ADBE FreePin3","nm":"Puppet","ix":1,"en":1,"ef":[{"ty":7,"mn":"ADBE FreePin3 Puppet Engine","nm":"Puppet Engine","ix":1,"v":{"a":0,"k":1,"ix":1}},{"ty":0,"mn":"ADBE FreePin3 Auto Rotate Pins","nm":"Mesh Rotation Refinement","ix":2,"v":{"a":0,"k":20,"ix":2}},{"ty":7,"mn":"ADBE FreePin3 On Transparent","nm":"On Transparent","ix":3,"v":{"a":0,"k":0,"ix":3}}]}],"w":373,"h":202,"refId":"comp_0","ind":1,"parent":3},{"ty":4,"nm":"Eyes","sr":1,"st":0,"op":120,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[-5.5,-265,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name "AdoniS" | |
//net_graph 1 | |
sensitivity 1.3 | |
alias "+boing" "+jump" | |
alias "+ding" "-attack; -attack2" | |
alias "+dong" "-jump" | |
bind "alt" "+boing; +ding; +dong" |