Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am diogovieira on github.
  • I am diogovieira (https://keybase.io/diogovieira) on keybase.
  • I have a public key ASAvYiGcvEdTdXKo_Anmx58yAVCVDmaX_ybE2p3zb-zlEwo

To claim this, I am signing this object:

package ServersStatus;
import javax.swing.*;
import java.awt.*;
public class ServerIndicator extends JLabel {
/**
* Constructor for this class.
* @param status the status of the server (true is on and false is off)
import Network.Curl
import Text.XML.Light
import Data.Maybe
import List
username = ""
pw = ""
sources [] = []
sources ("@exemplo.com":t) = ["exemplo"] ++ sources t