Skip to content
View paoloconi96's full-sized avatar
Block or Report

Block or report paoloconi96

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. tic-tac-toe tic-tac-toe Public

    A simple Java implementation of the classical game Tic-tac-toe (Tris in italian)

    Java

  2. code-guard/osv code-guard/osv Public

    Go API client for osv.dev

    Go 2

  3. kindle-markdown-parser kindle-markdown-parser Public

    A simple Kindle notes parser to Markdown and PDF.

    JavaScript

  4. code-guard/double-entry-app code-guard/double-entry-app Public

    Double entry (partita doppia) è un semplice strumento nato per aiutare gli studenti di materie economiche ha completare più rapidamente gli esercizi di questo tipo.

    TypeScript

  5. Simple Apps Script to automate the "... Simple Apps Script to automate the "Export As PDF" action of a Google Docs document
    1
    function main() {
    2
      const document = DocumentApp.getActiveDocument();
    3
      const pdfFileId = ScriptProperties.getProperty('pdfFileId');
    4
    
                  
    5
      if (!docWasUpdatedAfterPdf(document, pdfFileId)) {
  6. advent-of-code-2023 advent-of-code-2023 Public

    adventofcode.com/2023

    Python 1