This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Aveiro": [ | |
| { | |
| "day": "2021-12-27", | |
| "unit": { | |
| "address": "Rua Doutor \u00c2ngelo Miranda ", | |
| "canSchedule": true, | |
| "districtId": 1, | |
| "districtName": "Aveiro", | |
| "id": 5078, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://www.base.gov.pt/base2/rest/documentos/837524 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass[a4paper]{scrartcl} | |
| % this is a comment | |
| %opening | |
| \title{A great test document} | |
| \subtitle{For testing proposes} | |
| \author{esoares} | |
| % importing packages | |
| \usepackage{acronym} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from random import randint | |
| def generate(): | |
| x = 0 | |
| y = 0 | |
| z = 0 | |
| for i in xrange(250): | |
| x += randint(0,10)*(-1)**randint(0, 1) | |
| y += randint(0,10)*(-1)**randint(0, 1) | |
| print("{} {},{},{}".format(i, x, y, z)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| # Print iterations progress | |
| def print_progress(iteration, total, prefix='', suffix='', decimals=1, bar_length=100): | |
| """ | |
| Call in a loop to create terminal progress bar | |
| @params: | |
| iteration - Required : current iteration (Int) | |
| total - Required : total iterations (Int) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| kill -9 `ps auxc | grep "Little Snitch Daemon" | awk '{print $2}'`; | |
| echo "Killed Little Snitch Daemon" > /tmp/snitchkiller.log; | |
| date >> /tmp/snitchkiller.log; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'Twas the night before Christmas, when all through the racks | |
| Not a server was alerting, not even Compaqs. | |
| The backups were written to tapes with care | |
| In hopes that later the data would be there. | |
| The machines were nestled all snug in their sleds | |
| Whilst visions of vengeance danced in their heads; | |
| And oncall in his three-wolf and I in my rack. | |
| Had just settled down for some syn and some ack. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package net.frakbot.util.color; | |
| import android.graphics.Color; | |
| /** | |
| * The MIT License (MIT) | |
| * | |
| * Copyright (c) 2014 Sebastiano Poggi | |
| * | |
| * Permission is hereby granted, free of charge, to any person obtaining a copy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| etstestestestesestes |