f5e99fe4d3 Update annotations
e0b41b3682 Add articles/RAISE - Guide/
5165c5a638 Update annotations
7f2ab40b70 Add articles/RAISE - The Raw Images Dataset/
0d6a956db8 Shorten figure titles
b65ff86aef Add articles/RAISE - The Raw Images Dataset/
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#5 2024-04-02 10:58:54 +02:00
Comparing noises on images, are there clever distances?

If know the PRNU, then can just compute the correlation with the estimated one.

Estimate PRNU of devices on actual dataset and evaluate our method
Benjamin_Loison opened issue Benjamin_Loison/python-gitea-backup#5 2024-04-02 10:42:05 +02:00
Exceeded rate limit of None requests; waiting 10 seconds to reset on gitea-backup --gitea-host codeberg.org -t CENSORED Benjamin_Loison
Benjamin_Loison closed issue Benjamin_Loison/python-gitea-backup#4 2024-04-02 10:39:32 +02:00
'gaierror' object is not iterable on gitea-backup --gitea-host https://codeberg.org Benjamin_Loison
Benjamin_Loison opened issue Benjamin_Loison/python-gitea-backup#4 2024-04-02 10:38:01 +02:00
'gaierror' object is not iterable on gitea-backup --gitea-host https://codeberg.org Benjamin_Loison
Benjamin_Loison opened issue Benjamin_Loison/python-gitea-backup#3 2024-04-02 10:36:12 +02:00
unsupported operand type(s) for +: 'NoneType' and 'str' on gitea-backup Benjamin_Loison
Benjamin_Loison opened issue Benjamin_Loison/python-gitea-backup#2 2024-04-02 10:35:08 +02:00
Still github-backup mentions from upstream
Benjamin_Loison opened issue Benjamin_Loison/python-gitea-backup#1 2024-04-02 10:28:48 +02:00
Add shell syntax highlighting
Benjamin_Loison created repository Benjamin_Loison/python-gitea-backup 2024-04-02 10:28:40 +02:00
Benjamin_Loison pushed to master at Benjamin_Loison/Linguee_webscraper 2024-04-02 02:04:31 +02:00
7c376a65a1 Add the resumable part of the code
Benjamin_Loison commented on issue Benjamin_Loison/codeberg#1 2024-04-02 00:22:27 +02:00
The owner has already reached the limit of 100 repositories.

Note that the most repositories user have 468.

Benjamin_Loison commented on issue Benjamin_Loison/codeberg#1 2024-04-01 21:45:53 +02:00
The owner has already reached the limit of 100 repositories.

I asked on Codeberg Matrix:

Hello, I am new to this Matrix but not to Codeberg ([I joined on…

Benjamin_Loison commented on issue Benjamin_Loison/codeberg#1 2024-04-01 20:45:38 +02:00
The owner has already reached the limit of 100 repositories.
import requests
import json

GIT_INSTANCE_URL = 'https://codeberg.org'
TOKEN = 'CENSORED'

headers = {
    'Authorization': f'token {TOKEN}'
}

def getApi(url, params = {}):