Skip to content

WWDC Links #31

@tucan9389

Description

@tucan9389

Core ML

Create ML and Turi Create

Common ML

Used script for picking the title and url

https://developer.apple.com/videos/all-videos/

var all_titles = ""
var isEven = true
$("html body section ul ul li section section.row section.column a").each(function() { 
	isEven = !isEven
	if (isEven) {
		var url = window.location.origin + $(this).attr("href")
		var components = url.split("/")
		var wwdcName = components[components.length-3].toUpperCase()
		var seesionNumber = components[components.length-2]
		var title = $(this).text().trim()
		all_titles += "- " + "[" + wwdcName + " " + seesionNumber + " Session - " + title + "]" + "(" + url + ")" + "\n"
	}
 });
all_titles

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions