Skip to content
View AaronRM's full-sized avatar

Organizations

@microsoft

Block or report AaronRM

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. otel-arrow otel-arrow Public

    Forked from open-telemetry/otel-arrow

    Protocol and libraries for sending and receiving OpenTelemetry data using Apache Arrow

    Rust

  2. open-telemetry/otel-arrow open-telemetry/otel-arrow Public

    Protocol and libraries for sending and receiving OpenTelemetry data using Apache Arrow

    Rust 324 78

  3. This javascript removes all users fr... This javascript removes all users from a facebook group. It works with the new facebook layout. Paste this in the javascript console. Script tested in Firefox. Known issues: 1. when facebook responds slowly, the script might experience hickups.. 2. occasionially, the error 'this user is not a member of the group' pops up.. IMPORTANT: add your own facebook user id to the excludedFbIds array in the script, or your own user gets deleted from the group as well! Some pieces of the script were copied from https://gist.github.com/adriaanm/1962608
    1
    var deleteAllGroupMembers = (function () {
    2
        var deleteAllGroupMembers = {};
    3
        // the facebook ids of the users that will not be removed.
    4
        // IMPORTANT: add your own facebook id here so that the script will not remove yourself!
    5
        var excludedFbIds = ['1234','11223344']; // make sure each id is a string!