This file contains hidden or 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( | |
| const MaterialApp( | |
| debugShowCheckedModeBanner: false, | |
| home: DemoApp(), | |
| ), | |
| ); | |
| } |
This file contains hidden or 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
| pstree | wc -l | |
| S="com.apple.postfix.newaliases | |
| com.apple.postfix.master | |
| com.apple.GameController.gamecontrollerd | |
| com.oray.sunlogin.helper | |
| com.oray.sunlogin.service | |
| com.apple.siri.acousticsignature | |
| com.apple.siriinferenced | |
| com.apple.siri.acousticsignature |
This file contains hidden or 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:benchmark_harness/benchmark_harness.dart'; | |
| class Foo { | |
| int x; | |
| Foo({this.x}); | |
| } | |
| class EmptyBench extends BenchmarkBase { | |
| const EmptyBench() : super('Empty'); |
This file contains hidden or 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
| 2019-12-30 18:48:52.204 9276-9276/pedia.cast.pall D/tcdlistener: onActiveResult request: 10002 result: -1 data: Intent { (has extras) } | |
| 2019-12-30 18:48:52.214 9276-9276/pedia.cast.pall I/wmp: |2019-12-30 18:48:52.214|I|9276|9276|tcd_engine_sender_impl.cc:211|StartCast| config.pin:832779 | |
| 2019-12-30 18:48:52.214 9276-9276/pedia.cast.pall I/wmp: |2019-12-30 18:48:52.214|I|9276|9276|tcd_engine_sender_impl.cc:999|DoCast|config pin:[invitee_pin:832779 invitee_wmp_uid: invitee_appid: invitee_corpid: invite_type:0] | |
| 2019-12-30 18:48:52.215 9276-9276/pedia.cast.pall I/wmp: |2019-12-30 18:48:52.215|I|9276|9276|tcd_engine_sender_impl.cc:1049|operator()|[ROUTER-GET] [GET://tcd/cast_service/get_ability_info] Variant[7fe7784ba0, b]:map.size:2 => { | |
| 'dst_pin': "832779" | |
| 'dst_wmp_uid': "" | |
| } | |
| 2019-12-30 18:48:52.254 9276-9352/pedia.cast.pall I/wmp: |2019-12-30 18:48:52.254|I|9352|9276|tcd_engine_sender_impl.cc:1049|operator()|[ROUTER-GET-RESPONSE] [GET://tcd/cast_service/get_ability_info] Variant[71403f7550, b]:map |
This file contains hidden or 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
| # -*- encoding utf-8 | |
| import json, datetime | |
| import os, sys | |
| from tornado.util import ObjectDict | |
| from collections import Counter | |
| def gen(folder): | |
| for i in range(1, 99): | |
| fn = os.path.join(folder, str(i) + ".json") |
This file contains hidden or 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
| 106.119.190.231 | |
| 106.119.190.232 | |
| 116.207.117.113 | |
| 116.207.117.114 | |
| 1.193.188.246 | |
| 1.193.188.248 | |
| 119.84.3.111 | |
| 119.84.3.92 | |
| 121.18.239.188 | |
| 121.18.239.189 |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
| /voice1/M00/04/0F/wKiFWFM6HV6AfWkIAAZcbxKnhkM492_wpd.mp4 | |
| /voice1/M00/04/0E/wKiFWlM6HV6AfdqZAAkcSrEJKzw935_wpd.mp4 | |
| /voice1/M00/04/30/wKiFWlM9B0-APKIrAA1KWIi7dhw452_wpd.mp4 | |
| /voice1/M00/04/30/wKiFWFM9B0mAHrOTAAVLw2dJRbs656_wpd.mp4 | |
| /voice1/M00/04/C7/wKiFWFNRy7qABPK2ABrAqtlGHtY271_wpd.mp4 | |
| /voice1/M00/05/1F/wKiFWFNpy_uAdvSOABOhqhwFDjk140_wpd.mp4 | |
| /voice1/M00/04/30/wKiFWlM9B0qAEYTZAAhVqqWBOPk925_wpd.mp4 | |
| /voice1/M00/04/30/wKiFWFM9B0aANf6zAAp6YWvnNZw590_wpd.mp4 | |
| /voice1/M00/05/20/wKiFWFNp6AmAVDq6AAjLk1Bu5O4745_wpd.mp4 | |
| /voice1/M00/05/20/wKiFWlNp6BqAapErAAXPn5ls8l8487_wpd.mp4 |
This file contains hidden or 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 java.io.File; | |
| import java.io.BufferedReader; | |
| import java.io.FileReader; | |
| import java.io.IOException; | |
| import java.io.FileNotFoundException; | |
| import java.io.IOException; | |
| import java.nio.ByteBuffer; | |
| import java.util.ArrayList; | |
| import java.util.HashMap; |
This file contains hidden or 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 (c) 2010, Philip Plante of EndlessPaths.com | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| # copies of the Software, and to permit persons to whom the Software is | |
| # furnished to do so, subject to the following conditions: | |
| # | |
| # The above copyright notice and this permission notice shall be included in |
This file contains hidden or 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
| html | |
| http | |
| uri | |
| iframe | |
| form | |
| multipart/form-data | |
| javascript | |
| xml | |
| xpath | |
| json |
NewerOlder