Skip to content
View wuuster's full-sized avatar

Block or report wuuster

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

Popular repositories Loading

  1. NowPlaying-2.0 NowPlaying-2.0 Public

    Forked from ChoiZ/NowPlaying

    PhoneGap / Cordova iOS plugin that allows you to add metadatas in NowPlayingInfoCenter (MPNowPlayingInfoCenter) to your app

    Objective-C 1

  2. Login-Script Login-Script Public

    HTML and JavaScript login script

    JavaScript 2

  3. JavaScript-Array-Tutorial---Stacks-Queue-Sort-Push-Pop-Shift-Unshift- JavaScript-Array-Tutorial---Stacks-Queue-Sort-Push-Pop-Shift-Unshift- Public

    Use Javascript to Create and Modify an Array. Demonstration of Stacks, Queues, and Sort.

    JavaScript

  4. amplitude amplitude Public

    Write a function that, given a non-empty zero-indexed array A consisting of N integers, returns its amplitude.

    JavaScript

  5. pair-count pair-count Public

    Get the number of times the sum of any two numbers appears the most in an array.

    JavaScript

  6. LessThan3 LessThan3 Public

    Take an array of names and sort the array such that "jack" is always first, and "jill" is always second (because she came tumbling after of course). Show your test cases. Use any language--but coff…