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
Clone https://github.com/acreskeyMoz/browsertime_on_android_scripts | |
Apply https://paste.mozilla.org/7D9vJ6qV to `mozilla-central` | |
Download APKs: | |
Fennec: archive.mozilla.org/pub/mobile/releases/68.3.0/android-aarch64/multi/fennec-68.3.0.multi.android-aarch64.apk | |
Fenix: https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.mobile.fenix.v2.fennec-production.2020.02.08.latest/artifacts/public/build/arm64-v8a/geckoBeta/target.apk | |
Geckodriver: https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-macos.tar.gz | |
Customize run_android.py | |
Apply sites.txt.weekly to ~/Mozilla/browsertime_on_android_scripts/sites.txt | |
./mach browsertime --setup | |
./mach browsertime --script ../browsertime_on_android_scripts/run_android.py |
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
0.17 │ xor ebp,ebp ▒ | |
1.77 │ nop ▒ | |
6.54 │150:┌─→cmp r12,rbp ▒ | |
│ │↓ je 170 ▒ | |
│ │_ZN4core4iter8adapters13copy_try_fold28_$u7b$$u7b$closure$u7d$$u7d$17h5801f96c3ce42993E(): ▒ | |
1.49 │ │ mov edi,DWORD PTR [r9+rbp*1] |
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
struct Alu { | |
pub sel: Signal, | |
pub a: Signal, | |
pub b: Signal, | |
pub o: Signal, | |
pub co: Signal, | |
} | |
impl Alu { | |
#[fhdl] |
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
struct Alu { | |
pub sel: Signal, | |
pub a: Signal, | |
pub b: Signal, | |
pub o: Signal, | |
pub co: Signal, | |
} | |
impl Alu { | |
#[fhdl] |
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
void nsRefreshDriver::Tick(VsyncId aId, TimeStamp aNowTime) { | |
MOZ_ASSERT(!nsContentUtils::GetCurrentJSContext(), | |
"Shouldn't have a JSContext on the stack"); | |
if (nsNPAPIPluginInstance::InPluginCallUnsafeForReentry()) { | |
NS_ERROR("Refresh driver should not run during plugin call!"); | |
// Try to survive this by just ignoring the refresh tick. | |
return; | |
} |
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
// Paste into shadertoy. | |
void mainImage( out vec4 fragColor, in vec2 fragCoord ) | |
{ | |
vec2 c = (2.0*iMouse.xy - iResolution.xy)/iResolution.y; | |
vec2 p = (-iResolution.xy + 2.0*fragCoord)/iResolution.y; | |
vec2 d = c - p; | |
// angle of each pixel to the center offset by from | |
float from = radians(mod(10.0*iTime,360.0)); | |
float a = (atan(d.x, d.y) + radians(180.0) - from)/radians(360.0); |
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
// snippet of code @ 2019-01-03 09:34:24 | |
// === Rust Playground === | |
// This snippet is in: ~/.emacs.d/rust-playground/at-2019-01-03-093424/ | |
// Execute the snippet: C-c C-c | |
// Delete the snippet completely: C-c k | |
// Toggle between main.rs and Cargo.toml: C-c b | |
use std::{ |
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
#[macro_export] | |
macro_rules! signal_build { | |
($name:expr, $shape:expr, $reset:expr, $reset_less:expr) => { | |
Signal::signal($name, Shape::from($shape), $reset, $reset_less) | |
}; | |
} | |
#[macro_export(local_inner_macros)] | |
macro_rules! signal_collect { | |
(($_:expr, $shape:expr, $reset:expr, $reset_less:expr) name: $name:expr, $($k:ident: $v:expr,)*) => { |
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
example::test: | |
push rax | |
cmp rsi, 50 | |
jbe .LBB23_1 | |
mov eax, dword ptr [rdx] | |
mov dword ptr [rdi], eax | |
mov eax, dword ptr [rdx + 4] | |
mov dword ptr [rdi + 4], eax | |
mov eax, dword ptr [rdx + 8] | |
mov dword ptr [rdi + 8], eax |
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
beagle_bros_test::poke: | |
cmp rsi, 60 | |
jbe LBB29_8 | |
movups xmm0, xmmword, ptr, [rdx, +, 64] | |
movups xmmword, ptr, [rdi], xmm0 | |
cmp dword, ptr, [rdx], 1 | |
jne LBB29_2 | |
mov byte, ptr, [rdi, +, 16], 1 | |
mov rax, qword, ptr, [rdx, +, 8] | |
mov qword, ptr, [rdi, +, 17], rax |