Skip to content

Instantly share code, notes, and snippets.

View Thomas-Rosenkrans-Vestergaard's full-sized avatar

Thomas Vestergaard Thomas-Rosenkrans-Vestergaard

View GitHub Profile
import re
import subprocess
regex = """<script>var[\s]+profile[\s]*=[\s]*({[^å]+)(?=</script>)"""
test_str = ("""
<script>var profile = {"env":null,
"id":"xxx","listingStatus":"xxx",
"price":{"value":"xxxx","text":"xxxx"},
"createdDate":{"value":"xxxx","text":"xxxx","ago":"xxxxx"},

Assignment

Part 1

Use cv2.VideoCapture to capture the stream from your webcam.

JEEP assistance

Part 2

Thomas-Kristoffer Assignment

Part 1

  • You must first retrieve the top 100 scoring posts from https://old.reddit.com/top/?sort=top&t=all. You will need to walk through multiple pages, using the next button.
  • Save the links in a list of Post objects. The Post object must contain:
    • The id of the post.
    • The title of the post.
    • The exact score of the post.
    • The subreddit the post was submitted to.
Users present work:
Interview.
Spørg en masse facebook, twitter brugere om hvad de godt kan lide.
Spørg investorer om hvilken data de benytter, hvordan det presenteres.
Experience with the users present work:
Se deres arbejdstilgang under normal forhold.
Design proposals:
Producér low-fi mockups/prototyper.
Producér måske activity diagram.
Experience with the new system.
Delete post
Delete comment
Enlarge image
Search name in profile/friends
Save state in profile tabs.
Mentions
Rich text editor.
Refactoring: Entities removed TextPost, ImagePost
data:
interface UserEntity {
}
interface UserDAO {
public UserEntity getUser(int id);
}
@startuml
title Activitetsdiagram over den fremtidige bestillingsprocess \n
|Kunde|
start
: Besøg webinterface;
: Foretag forespørgsel;
|IT|
: Gem forespørgsel;
@startuml
class Kunde {
+ navn
+ tel
+ mail
}
class Salgsmedarbejder {
+ navn