Skip to content

Instantly share code, notes, and snippets.

View aidancbrady's full-sized avatar

Aidan aidancbrady

View GitHub Profile
<?php
/**
* Plugin Name: Jenkins Wordpress
* Description: Jenkins interface for Wordpress
* Version: 0.2
* Author: Galen Han
* Author URI: http://galenhan.com
*/
$host = "http://ci.indiewikis.com";
..............3.85..1.2.......5.7.....4...1...9.......5......73..2.1........4...9
.......12........3..23..4....18....5.6..7.8.......9.....85.....9...4.5..47...6...
.2..5.7..4..1....68....3...2....8..3.4..2.5.....6...1...2.9.....9......57.4...9..
........3..1..56...9..4..7......9.5.7.......8.5.4.2....8..2..9...35..1..6........
12.3....435....1....4........54..2..6...7.........8.9...31..5.......9.7.....6...8
1.......2.9.4...5...6...7...5.9.3.......7.......85..4.7.....6...3...9.8...2.....1
.......39.....1..5..3.5.8....8.9...6.7...2...1..4.......9.8..5..2....6..4..7.....
12.3.....4.....3....3.5......42..5......8...9.6...5.7...15..2......9..6......7..8
..3..6.8....1..2......7...4..9..8.6..3..4...1.7.2.....3....5.....5...6..98.....5.
1.......9..67...2..8....4......75.3...5..2....6.3......9....8..6...4...1..25...6.
public static List<int[][]> interpret(String path) {
List<int[][]> ret = new ArrayList<>();
try {
File file = new File(path);
BufferedReader reader = new BufferedReader(new FileReader(file));
String s;
while((s = reader.readLine()) != null) {
s = s.trim();
const int buttonPin1 = 2; // the number of the pushbutton pin
const int ledPin1 = 8; // the number of the LED pin
const int buttonPin2 = 3;
const int ledPin2 = 9;
const int buttonPin3 = 4;
const int ledPin3 = 10;
const int ButtonPinMaster = 5;
// variables will change:
int buttonState1 = 0; // variable for reading the pushbutton status
import java.text.DecimalFormat;
import java.util.Random;
import java.util.function.Function;
import weka.classifiers.AbstractClassifier;
import weka.classifiers.Classifier;
import weka.classifiers.Evaluation;
import weka.classifiers.functions.MultilayerPerceptron;
import weka.classifiers.functions.SMO;
import weka.classifiers.lazy.IBk;
% Citation Request:
% This breast cancer domain was obtained from the University Medical Centre,
% Institute of Oncology, Ljubljana, Yugoslavia. Thanks go to M. Zwitter and
% M. Soklic for providing the data. Please include this citation if you plan
% to use this database.
%
% 1. Title: Breast cancer data (Michalski has used this)
%
% 2. Sources:
% -- Matjaz Zwitter & Milan Soklic (physicians)
@relation phishing
@attribute having_IP_Address { -1,1 }
@attribute URL_Length { 1,0,-1 }
@attribute Shortining_Service { 1,-1 }
@attribute having_At_Symbol { 1,-1 }
@attribute double_slash_redirecting { -1,1 }
@attribute Prefix_Suffix { -1,1 }
@attribute having_Sub_Domain { -1,0,1 }
@attribute SSLfinal_State { -1,1,0 }
import func.nn.backprop.BackPropagationNetwork;
import func.nn.backprop.BackPropagationNetworkFactory;
import opt.OptimizationAlgorithm;
import opt.example.NeuralNetworkOptimizationProblem;
import opt.ga.StandardGeneticAlgorithm;
import shared.DataSet;
import shared.Instance;
import shared.SumOfSquaresError;
import shared.filt.TestTrainSplitFilter;
import shared.reader.ArffDataSetReader;
import java.util.Arrays;
import java.util.Random;
import dist.DiscreteDependencyTree;
import dist.DiscretePermutationDistribution;
import dist.DiscreteUniformDistribution;
import dist.Distribution;
import java.util.Arrays;
import java.util.Random;
import dist.DiscreteDependencyTree;
import dist.DiscretePermutationDistribution;
import dist.DiscreteUniformDistribution;
import dist.Distribution;
import opt.DiscreteChangeOneNeighbor;