Skip to content

Instantly share code, notes, and snippets.

View michvaldes001's full-sized avatar

michvaldes001

View GitHub Profile
@michvaldes001
michvaldes001 / Candidate_Media_Negativity_Graph.php
Last active May 4, 2016 16:03
This is the script I use on my server to graph media negativity towards each candidate. It runs daily as a cron job.
<?php
require_once('store_data.php');
class CANDIDATE_DATA_GRAPH
{
private function scan_news_data($first_name, $last_name)
{
@michvaldes001
michvaldes001 / Quick_Gallery.php
Created July 29, 2017 22:51
A quick and simple photo gallery.