Skip to content

Instantly share code, notes, and snippets.

View targodan's full-sized avatar

Luca Corbatto targodan

View GitHub Profile
@targodan
targodan / empty.mfd.hex
Last active October 1, 2019 19:12
libnfc write failes
00000000 79 84 34 8e 47 08 04 00 62 63 64 65 66 67 68 69 |y.4.G...bcdefghi|
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000030 ff ff ff ff ff ff ff 07 80 69 ff ff ff ff ff ff |.........i......|
00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000070 ff ff ff ff ff ff ff 07 80 69 ff ff ff ff ff ff |.........i......|
00000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
Feb 17 20:44:49 wash.corbatto.de python[13766]: 2019-02-17 20:44:49,417 - twisted - 239 - ERROR - None- File "/opt/venvs/matrix-synapse/lib/python3.5/site-packages/synapse/app/homeserver.py", line 654, in main
Feb 17 20:44:49 wash.corbatto.de python[13766]: 2019-02-17 20:44:49,417 - twisted - 239 - ERROR - None- hs = setup(sys.argv[1:])
Feb 17 20:44:49 wash.corbatto.de python[13766]: 2019-02-17 20:44:49,417 - twisted - 239 - ERROR - None- File "/opt/venvs/matrix-synapse/lib/python3.5/site-packages/synapse/app/homeserver.py", line 362, in setup
Feb 17 20:44:49 wash.corbatto.de python[13766]: 2019-02-17 20:44:49,418 - twisted - 239 - ERROR - None- prepare_database(db_conn, database_engine, config=config)
Feb 17 20:44:49 wash.corbatto.de python[13766]: 2019-02-17 20:44:49,418 - twisted - 239 - ERROR - None- File "/opt/venvs/matrix-synapse/lib/python3.5/site-packages/synapse/storage/prepare_database.py", line 69, in prepare_database
Feb 17 20:44:49 wash.corbatto.de python[13766]: 2019-02-17 20:44:49
@targodan
targodan / log.txt
Created September 6, 2017 20:27
IRC log with formatting
2017-08-16 09:08 <RatMama[BOT]> Incoming Client: forkinthetoastr - System: Sagittarius A - Platform: XB - O2: OK - Language: English (en-US)
2017-08-16 09:08 <MechaSqueak[BOT]> RATSIGNAL - CMDR forkinthetoastr - System: Sagittarius A (not in EDDB) - Platform: 03XB - O2: OK - Language: English (en-US) (Case #1)
2017-08-16 09:08 -!- Spcvoss(601d9b66@Clk-BEED2ADB.kya.res.rr.com) has joined #fuelrats
2017-08-16 09:08 <RatMama[BOT]> Incoming Client: Spcvoss - System: Arties - Platform: PS4 - O2: OK - Language: English (en-US)
2017-08-16 09:08 <MechaSqueak[BOT]> RATSIGNAL - CMDR Spcvoss - System: Arties (not in EDDB) - Platform: 12PS4 - O2: OK - Language: English (en-US) (Case #2)
2017-08-16 09:08 -!- forkinthetoastr(180ee1e6@76299C7C.68F4FEC5.30C8CCD2.IP) has left #fuelrats
@targodan
targodan / LICENSE
Last active December 20, 2023 13:39
Complementing code for my blog post "Decoding audio files with ffmpeg": https://www.targodan.de/post/decoding-audio-files-with-ffmpeg
The MIT License (MIT)
Copyright (c) 2016 Luca Corbatto
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# initialization file (not found)