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
// ==UserScript== | |
// @name submitin | |
// @namespace submitin | |
// @description WARNING: THIS IS IN ALPHA STATE. Displays a visual feedback while the browser waits for the response of a request loads a new page. | |
// @include * | |
// @version 0.106 | |
// @grant none | |
// @copyright [email protected] | |
// @author [email protected] | |
// @downloadURL https://github.com/suterma/WaitSpin/raw/master/WaitSpin.user.js |
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
using System; | |
using System.Linq; | |
using System.Collections.Generic; | |
namespace BinaryNumbersDisplay | |
{ | |
public class Program | |
{ | |
public static void Main() | |
{ |