This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am attesting that this GitHub handle jamjar919 is linked to the Tezos account tz1XySYcNvmWY4upC2WQYAYofVXAZP8DHh3Q for tzprofiles | |
sig:edsigtYc6gS3VeNvLVWea4Gf3tu74tBtuEMB5jdDg2jV8Rm2b36o3EEhMCLuCBEx3bHNoohW8Lt62Lsm8Ji7SNMHjBjkT1S79f3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"EpisodeNumber": "1", | |
"EpisodeNumber2": "1", | |
"Title": "Warring Factions", | |
"DirectedBy": "Jeremy Wooding", | |
"WrittenBy": "Jesse Armstrong & Sam Bain", | |
"ShortSummary": "We are introduced to twenty-something Croydon flatmates Mark: a history-loving office worker who has a crush on his colleague Sophie – and Jez: a lazy, unemployment in the United Kingdom unemployed, would-be musician who lives in the same flat and leeches off him. The two men are competing to try to become their unhappily married next-door neighbour Toni's fuck buddy. We follow them to a party at Toni's, at which Mark fails in his attempt to seduce her while talking to her about the Battle of Stalingrad. Meanwhile, Jez meets her sister – whom he erroneously believes has leukaemia because she has another sister who has the disease. After this misunderstanding causes an argument, Mark and Jez are told by Toni's husband, Tony, to leave. During the next day, Mark picks up a metal pole that had been discarded in the stree |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'nokogiri' | |
require 'axlsx' | |
catalog = ARGV[0] | |
user_name = Nokogiri::HTML(File.open("#{catalog}/index.htm")).title.split(' - Profile')[0] | |
friends = Hash.new | |
Dir.chdir("#{catalog}/messages") do | |
messages_files = Dir.glob("*.html") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def getSkeletonIntersection(skeleton): | |
""" Given a skeletonised image, it will give the coordinates of the intersections of the skeleton. | |
Keyword arguments: | |
skeleton -- the skeletonised image to detect the intersections of | |
Returns: | |
List of 2-tuples (x,y) containing the intersection coordinates | |
""" | |
# A biiiiiig list of valid intersections 2 3 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
session_start(); | |
/* * * * * * * * * * * * * * * * * * * * * * * * | |
* | |
* DATE AND TIME | |
* |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"great":2, | |
"gr8":2, | |
"good":1, | |
"love":2, | |
"like":1, | |
":-)":2, | |
"terrible":-2, | |
"bad":-1, | |
"hate":-2, |