camera1 | RIC_SHOOTING_MODE | “RicMovieRecording4kEqui” |
video-size | “3840x1920” | |
PreviewSize | (3840, 1920) | |
RIC_PROC_STITCHING | “RicStaticStitching” | |
“recording-hint” | “true” | |
SurfaceTexture | target | GLES11Ext.GL_TEXTURE_EXTERNAL_OES |
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
"conditions": [ | |
{ | |
"bundle_identifiers": [ | |
"^com\\.tinyspeck\\.slackmacgap$" | |
], | |
"type": "frontmost_application_if" | |
} | |
], |
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
(async () => { | |
// Offer (actually, from SFU server) | |
const offerSdp = | |
"v=0\r\n" + | |
"o=- 3163441866893267132 2 IN IP4 127.0.0.1\r\n" + | |
"s=-\r\n" + | |
"t=0 0\r\n" + | |
"a=group:BUNDLE 0\r\n" + | |
"a=msid-semantic: WMS\r\n" + | |
"m=video 9 UDP/TLS/RTP/SAVPF 96 97\r\n" + |
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
#!/bin/bash | |
# set -x | |
set -e | |
unset ERL_LIBS | |
cd jesse | |
# for version in OTP-20.3.4; | |
# for version in OTP-21.0-rc1 OTP-20.3.4 19.3_def; |
Hi!
My name is Michelle from Appen and I have come across your profile. We are excited to invite you to be one of our Social Media Evaluators for Chinese Speakers. This is a perfect online, part-time opportunity where you only need to work for 1-4 hours a day, 5 days anytime of the week.
As a Social Media Evaluator, you are tasked to evaluate the quality and relevance of information in your local area or country of residence in categories such as news feeds, advertisements and search results.
Don’t miss the chance to earn extra income working from the comfort of your own home. This is a great opportunity for you and your friends!
Work from home with flexible hours
You can work on our projects around your other jobs
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
01-11 11:25:05.203 13345-13418/jp.shiguredo.sora.quickstart I/org.webrtc.Logging: NetworkMonitorAutoDetect: capabilities changed: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -65] | |
01-11 11:25:06.133 13345-13345/jp.shiguredo.sora.quickstart D/SoraMediaChannel: [channel:UPSTREAM] @signaling:onClose | |
01-11 11:25:06.139 13345-13388/jp.shiguredo.sora.quickstart D/SignalingChannelImpl: [signaling:UPSTREAM] @onClosing | |
01-11 11:25:06.140 13345-13388/jp.shiguredo.sora.quickstart I/SignalingChannelImpl: [signaling:UPSTREAM] @onClosed: | |
01-11 11:25:06.168 13345-13398/jp.shiguredo.sora.quickstart D/PeerChannelImpl: [rtc] @onSignalingChange: CLOSED | |
01-11 11:25:58.040 13648-13648/jp.shiguredo.sora.quickstart I/SignalingChannelImpl: [signaling:UPSTREAM] start to connect ws://192.168.111.115:5000/signaling?channel_id=sora | |
01-11 11:25:58.244 13648-13677/jp.shiguredo.sora.quickstart D/SignalingChannelImpl |
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
test |
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
#!/bin/bash | |
n=$1 | |
c=$2 | |
if [ "$3" != "" ]; then | |
date_command=$3; | |
else | |
date_command="date"; | |
fi |
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
55.25% 54.66% java [kernel.kallsyms] [k] _raw_spin_lock | |
| | |
---_raw_spin_lock | |
| | |
|--28.10%-- futex_wait_setup | |
| futex_wait | |
| do_futex | |
| sys_futex | |
| system_call_fastpath | |
| | |
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
68.96% 68.29% java [kernel.kallsyms] [k] _raw_spin_lock | |
| | |
---_raw_spin_lock | |
| | |
|--35.19%-- futex_wake | |
| do_futex | |
| sys_futex | |
| system_call_fastpath | |
| | | |
| |--26.60%-- __lll_unlock_wake_private |