Skip to content

Instantly share code, notes, and snippets.

View joaopedrosgs's full-sized avatar

João Pedro São Gregorio Silva joaopedrosgs

  • Wildlife Studios
  • Brazil
View GitHub Profile
<?xml version="1.0"?>
<!-- -->
<!-- Copyright (2019) Intel Corporation. -->
<!-- -->
<!-- Redistribution. Redistribution and use in binary form, without modification, are permitted provided that the following conditions are met: -->
<!-- -->
<!-- * Redistributions must reproduce the above copyright notice and the following disclaimer in the documentation and/or other materials provided with -->
<!--
import socket
import asyncio
import struct
import time
import signal
import sys
ETH_P_IP = 0x0800
Pacotes = {}
#include <iostream>
#include "No.h"
template<typename tipo>
class Lista {
No<tipo> *Primeiro;
No<tipo> *Atual;
public:
void Remover(tipo X, bool &Ok) {
Ok = false;