Skip to content

Instantly share code, notes, and snippets.

View Erikvv's full-sized avatar
🗽

Erik van Velzen Erikvv

🗽
View GitHub Profile
@Erikvv
Erikvv / index.html
Last active July 7, 2023 13:20 — forked from ndkv/index.html
PDOK docs Quickstart Leaflet
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<script src="https://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<style>
#map {
webapp-python-1 | Running Anylogic model
webapp-python-1 | Running Anylogic model
webapp-python-1 | Traceback (most recent call last):
webapp-python-1 | File "/usr/local/lib/python3.9/site-packages/django/db/models/fields/__init__.py", line 2018, in get_prep_value
webapp-python-1 | return int(value)
webapp-python-1 | ValueError: invalid literal for int() with base 10: 'B'
webapp-python-1 |
webapp-python-1 | The above exception was the direct cause of the following exception:
webapp-python-1 |
webapp-python-1 | Traceback (most recent call last):
@Erikvv
Erikvv / tuning reputation further.ipynb
Created June 21, 2022 08:51 — forked from thepaul/tuning reputation further.ipynb
Tuning reputation calculation parameters
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<?php
namespace Placement\Service;
use Orm\Entity\Placement;
use Orm\Entity\Student;
use Orm\Entity\Employee;
use Orm\Entity\PersonPlacement;
class PersonHelper