Skip to content
View DavideDunne's full-sized avatar
💾
💾
  • Jalisco
  • 00:58 - 6h behind

Highlights

  • Pro

Block or report DavideDunne

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 Loading

  1. BanMed Public

    Forked from SantiagoVeraEspinoza/Banco_de_Medicamentos_App

    Swift

  2. davidedunne.github.io Public

    My website!

    HTML

  3. Emacs-BasicConfig-Windows Public

    Emacs config from scratch. My first config

    Emacs Lisp

  4. Zip everything in current dir
    1
    #This script will copy all the files in current directory into a zip
    2
    $Files = Get-ChildItem -Exclude *.ps1 -Name
    3
    Write-Host $Files
    4
    foreach($File in $Files){
    5
        Compress-Archive -Path $File -Update -DestinationPath files.zip
  5. TelegramBot_OCI-Microservice Public

    Forked from AdanRuiz/oci-react-samples

    A Telegram Chatbot as a Cloud Native app using React JS frontend and Java Helidon as backend, made for Oracle and Tec de Monterrey in the class Desarrollo e implantación de sistemas de software

    Java

44 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing DavideDunne's contributions from April 21, 2024 to April 21, 2025. The contributions are 85% commits, 10% pull requests, 5% issues, 0% code review.

Contribution activity

April 2025

Created 1 commit in 1 repository
Created 1 repository

Created a pull request in EbookFoundation/free-programming-books that received 2 comments

Add Emacs Lisp Elements book

What does this PR do? Add resource(s) For resources Description Add Emacs Lisp Elements book This is a book for explaining Emacs Lisp, unlike An In…

+1 −0 lines changed 2 comments
Loading