Skip to content

Instantly share code, notes, and snippets.

@thiteixeira
thiteixeira / 4BSD routing diagnostic tool available for ftp
Created February 23, 2019 01:30
Van Jacobson's announcement of the original traceroute tool in the IETF end2end-interest mailing list for the year 1988
From van@helios.ee.lbl.gov Tue Dec 20 05:14:46 1988
Posted-Date: Tue, 20 Dec 88 05:13:28 PST
Received-Date: Tue, 20 Dec 88 05:14:46 PST
Received: from helios.ee.lbl.gov by venera.isi.edu (5.54/5.51)
id AA25560; Tue, 20 Dec 88 05:14:46 PST
Received: by helios.ee.lbl.gov (5.59/s2.2)
id AA03127; Tue, 20 Dec 88 05:13:30 PST
Message-Id: <8812201313.AA03127@helios.ee.lbl.gov>
To: ietf@venera.isi.edu, end2end-interest@venera.isi.edu
Subject: 4BSD routing diagnostic tool available for ftp
@thiteixeira
thiteixeira / MainActivity.java
Created February 9, 2018 02:57
Code for Wine Quiz App
package com.example.android.educationalapp;
import android.content.Intent;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.CheckBox;
import android.widget.EditText;
import android.widget.RadioButton;