Skip to content
View HBelusca's full-sized avatar
:atom:
:atom:
Block or Report

Block or report HBelusca

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
HBelusca/README.md

J.S. Bach Forever

About Me

  • :atom: Theoretical particle physicist.

    ORCID InspireHEP InspireHEP publications list arXiv Google Scholar
  • 🎹⛪ Amateur pianist & organist.

  • 💻 Computer programming for fun & work.

Click here for more information...

🛠️  Languages & Tools:

c cplusplus Mathematica Wolfram python OCaml LaTeX Markdown
bash CMake Jira git SVN devenv vim

🔥⏱️ Statistics:

HBelusca's GitHub stats HBelusca's GitHub stats
HBelusca's GitHub Streak

@HBelusca's Holopin board

✍️ Personal Projects

🕰️ Historical projects (from Higher School Preparatory Class)

WARNING: These old projects are written mostly in french language.

  • DES-Crypto-CaMLIn 🇫🇷 language
    Copyright © 2008 Hermès Bélusca-Maïto and Guillaume Frèche, Lycée Pierre De Fermat.
    An implementation of the DES cryptographic algorithm, written in the CaML language, with an interactive GUI demonstration that allows choosing what to encrypt/decrypt, as well as choosing different parameters. This was made as part of a mathematics/computer programming project.

  • CamlCAS🇬🇧 and 🇫🇷 languages
    Copyright © 2008 - 2009 Hermès Bélusca-Maïto, Lycée Pierre De Fermat.
    A simplistic computer-algebra system (CAS), written in the CaML language. Its main purpose is to perform symbolic integration of multivariate rational functions over the reals or complex fields, with the Risch algorithm:

    More references:

    • "Symbolic-Numeric Integration of Rational Functions", R.M. Corless, R.H.C. Moir, M.M. Maza, N. Xie (arXiv:1712.01752).
    • Integration of Rational Functions, K.O. Geddes, S.R. Czapor, G. Labahn.
    • More general information on symbolic integration can be found e.g. here.

Recent projects

  • MathematicaSSHRemote
    Copyright 2018 Hermès Bélusca-Maïto, under the GPL-2.0+ license.
    A Mathematica package that implements remote kernels launch through tunnelled SSH connections.

  • pdf-LaTeX Compilation Script
    A quick & dirty compilation script for LaTeX, written in CMD batch (Windows-only).

    Syntax:
    pdflatex.cmd build[-fast] name_of_tex_file
    pdflatex.cmd clean [name_of_tex_file]
    
  • NTPEConv
    Copyright 2021-2022 Hermès Bélusca-Maïto, under the GPL-2.0+ license.
    Converts executable images from the old PE format used by Microsoft(R) NT PDK v1.196 (September 1991) and PDK October 1991 to a newer PE format that can be recognized by modern tools.

👨‍💼 Public Contributions

  • ReactOS (personal fork: HBelusca/reactos)
    Open-source re-implementation of the Microsoft® NT operating system architecture, with an emphasis on Windows™ Server 2003 compatibility. On-going since 1996.

⚛️ Physics Projects Contributions

  • FeynCalc (personal fork: HBelusca/feyncalc)
    Mathematica package for symbolic evaluation of Feynman diagrams and algebraic calculations in quantum field theory and elementary particle physics.

  • FeynHelpers (personal fork: HBelusca/feynhelpers)
    Collection of interfaces that interface other HEP-related tools with FeynCalc.

  • FeynRules (personal fork: HBelusca/FeynRules)
    Mathematica package that allows the calculation of Feynman rules in momentum space for any QFT physics model.

  • FeynArts (personal fork: HBelusca/FeynArts)
    Mathematica package for the generation and visualization of Feynman diagrams and amplitudes.

  • FormCalc (personal fork: HBelusca/FormCalc)
    Mathematica package for the calculation of tree-level and one-loop Feynman diagrams. It intefaces with FeynArts.

  • LoopTools (personal fork: HBelusca/LoopTools)
    Package for evaluation of scalar and tensor one-loop integrals.

Pinned

  1. reactos reactos Public

    Forked from reactos/reactos

    A free Windows-compatible Operating System

    C 4

  2. NTPEConv NTPEConv Public

    Converts executable images from the old PE format used by Microsoft(R) NT PDK v1.196 (September 1991) and PDK October 1991 to a newer PE format that can be recognized by modern tools.

    C 2

  3. feyncalc feyncalc Public

    Forked from FeynCalc/feyncalc

    Mathematica package for algebraic calculations in elementary particle physics.

    Mathematica

  4. FeynRules FeynRules Public

    Forked from HEPcodes/FeynRules

    [2.3] UNOFFICIAL repo of FeynRules written by Christensen, Duhr, Fuks, et al.

    Mathematica

  5. CamlCAS CamlCAS Public

    Symbolix Caml-CAS : A small computer algebra system in CaML

    OCaml 1 1

  6. DES-Crypto-CaML DES-Crypto-CaML Public

    CaML program that performs simple DES encryption of text or images.

    OCaml