Skip to content

Instantly share code, notes, and snippets.

@celisflen-bers
celisflen-bers / README.md
Last active March 11, 2022 11:45 — forked from bertspaan/README.md
Python script to convert DBF database file to CSV
@celisflen-bers
celisflen-bers / html5.html
Created March 24, 2016 20:38
A basic HTML5 UTF-8
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title of the document</title>
</head>
<body>
Content of the document......
</body>