Skip to content

Instantly share code, notes, and snippets.

View offerni's full-sized avatar
:shipit:

Diego Offerni offerni

:shipit:
View GitHub Profile
@offerni
offerni / emailer.py
Created November 20, 2016 15:22 — forked from sarahholderness/emailer.py
Python scripts to read a list of customer emails and send an email with the daily weather forecast
import weather
import smtp
'''
Send a greeting email to our customer email list
with the daily weather forecast and schedule
'''
def get_emails():
# Reading emails from a file
import java.util.*;
public class PerceptronSimples{
public static void main(String[] args){
/**
* Dados correspondem ao problema AND
*/
package perceptron;
import java.util.Random;
/**
*
* @author Orhan Demirel
*/
public class Perceptron {