- Casos nuevos por día.
- Datos tomados a mano de los informes diarios en PDF. Puede haber errores de tipeo etc.
- Los
-unknown
indican que el PDF no distingue de qué provincia son, o dice "10 casos de estas 4 provincias" pero no cuántos de cada una.
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
### Keybase proof | |
I hereby claim: | |
* I am nicolas17 on github. | |
* I am nicolas17 (https://keybase.io/nicolas17) on keybase. | |
* I have a public key ASC-AhatwxHjh8hgpS2VNJDItdfPRfhvR1xcN-3CQNBFXwo | |
To claim this, I am signing this object: |
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
class AsyncTdlib: | |
def __init__(self, loop=None): | |
self.pending_futures = {} | |
self.update_handler = lambda r: None | |
self.receiver_thread = None | |
if loop is None: | |
self.loop = asyncio.get_event_loop() | |
else: | |
self.loop = loop | |
self.last_req_id = 0 |
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
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
Vagrant.configure("2") do |config| | |
if Vagrant.has_plugin?("vagrant-cachier") | |
config.cache.scope = :machine | |
end | |
config.vm.define "random" do |machine| |
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
; ModuleID = 'reduced.ll' | |
source_filename = "reduced.ll" | |
define void @_mesa_test_texobj_completeness(i32* %0) { | |
%2 = icmp uge i64 undef, undef | |
%3 = icmp slt i64 undef, undef | |
%4 = and i1 %3, %2 | |
br i1 undef, label %exit, label %a |
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
#include <stdio.h> | |
#include <math.h> | |
#include <windows.h> | |
#include <objbase.h> | |
#include <gdiplus.h> | |
// moo.cxx ran through the preprocessor, and replacing "GetDC(1-1)" with "dc" | |
// (apparently on newer Windows versions you're not allowed to use GetDC(NULL) | |
// to draw to the screen directly) |
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
// SPDX-FileCopyrightText: 2020 Nicolás Alvarez <[email protected]> | |
// | |
// SPDX-License-Identifier: MIT | |
#include <boost/preprocessor.hpp> | |
// Utilities to convert from numbers (bytes) or words (highbyte,lowbyte pairs) | |
// into nibbles. | |
// a -> (a1,a0) |
Download openssl-1.1.1j (1.1.1k probably works too but I didn't test).
Apply this patch (or manually edit the one line):
diff -ur openssl-1.1.1j/ssl/statem/extensions_clnt.c openssl-1.1.1j-patched/ssl/statem/extensions_clnt.c
--- openssl-1.1.1j/ssl/statem/extensions_clnt.c 2021-02-16 12:24:01.000000000 -0300
+++ openssl-1.1.1j-patched/ssl/statem/extensions_clnt.c 2021-03-25 14:56:40.072257668 -0300
@@ -272,7 +272,7 @@
return EXT_RETURN_NOT_SENT;
When using git bisect run ./test.sh
it's not uncommon to get the condition in test.sh
wrong.
This can cause a lot of wasted time as you only notice the mistake hours later
when bisect finishes and points at the wrong commit.
This Python script runs the test script against the commits you already marked as good or bad in the bisect session (either with 'git bisect good/bad' or as part of the 'git bisect start' command) and ensures your test script returns the correct status code.
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
Copyright owner: | |
> Apple Inc. | |
Name: | |
> Louis Ferrari | |
Company: | |
> Kilpatrick Townsend Stockton LLP | |
Job title: | |
> Case Manager | |
Email: | |
> [email protected] |