Skip to content

Instantly share code, notes, and snippets.

View TiagoGIM's full-sized avatar
💭
I may be slow to respond.

Tiago Hérique S. de Almeida TiagoGIM

💭
I may be slow to respond.
  • Brasil
View GitHub Profile
@TiagoGIM
TiagoGIM / exams-api.service.ts
Last active October 13, 2020 19:07
solvem problem in a get obersavable object.
// GET list of public, future events
getExams(): Observable<Exam[]> {
return this.http
.get<Exam[]>(`${API_URL}/exams`)
.catch(ExamsApiService._handleError);
}
}
@TiagoGIM
TiagoGIM / ted_transcript_extractor.py
Created August 22, 2020 20:07 — forked from myles/ted_transcript_extractor.py
A simple Python scrape to extract the transcript from a TED talk.
#!/usr/bin/env python
"""
A simple script that extracts transcripts from <http://www.ted.com>
HOWTO:
python ted_tracscript_extractor.py john_hodgman_s_brief_digression.html
or