Sébastien Celles
Sébastien Celles
Ok API token named `semver_upload` for project `semver` on TestPyPi created. I can't find your email so I sent you a PM on LinkedIn. Could you have a look?
Ok new API token named `TESTPYPI_SEMVER_UPLOAD_TOKEN` I tried to also add `k_bx` on TestPyPi (@k-bx on Github / `k_bx` on PyPi) but he doesn't seems to have an account there.
Hello, I was also looking for a similar feature to include sample code to documentation (but keeping it as a .jl file) I asked recently on Gitter without any positive...
Does it enable syntax color highlighting for Julia ?
I wonder if splitting a cupx file into 2 zip files can also be done in just a command line under Windows and Linux. I would be very curious to...
Maybe we should define our own format as suggested by @lordfolken in https://github.com/XCSoar/XCSoar/issues/745#issuecomment-940171944 and @hjr in https://github.com/XCSoar/XCSoar/issues/795#issuecomment-997715562 and try to make it a "new standard" for waypoints with details (details...
Isn't there a way / a cli tool to detect "magic number" or any other data marking either start of zip file or end of zip ? I noticed with...
I'm not skilled enough at playing with [Matryoshka (-M)](https://en.wikipedia.org/wiki/Matryoshka_doll) ``` $ binwalk --dd='.*' small_sample_file.cupx -M Scan Time: 2022-01-10 13:37:00 Target File: /srv/small_sample_file.cupx MD5 Checksum: 28f0c37d5e884de67360d359f146dc7f Signatures: 411 DECIMAL HEXADECIMAL DESCRIPTION...
With foremost https://www.kali.org/tools/foremost/ ``` $ foremost small_sample_file.cupx Processing: small_sample_file.cupx |foundat=Pics/N088E00517Rosans1.jpgwePL8evq[w AE Mp߭WOtt TQ( foundat=Pics/N088E00517Rosans2.jpgUTN% H!qv l{3#[1h *| ``` does simply the "job" ``` $ tree . ├── big_sample_file.cupx ├──...
A better solution could be to use hachoir or binwalk because they are (or have) python module (but I haven't try myself). So it could avoid external dependency which may...