Skip to content

Instantly share code, notes, and snippets.

View Neurosploit's full-sized avatar

Neurosploit

View GitHub Profile
@Neurosploit
Neurosploit / conversion_output.txt
Created June 6, 2021 10:42
kepub-conversion-output-multithreading-issue
This file has been truncated, but you can view the full file.
calibre, version 5.3.0 (win32, embedded-python: True)
Conversion error: Failed: Convert book 1 of 1 (Delphi Complete Works of Seneca the Younger (Illustrated))
Convert book 1 of 1 (Delphi Complete Works of Seneca the Younger (Illustrated))
Conversion options changed from defaults:
enable_heuristics: True
debug_pipeline: 'E:\\kobodebug'
verbose: 2
flow_size: 0
epub_version: '2'
@Neurosploit
Neurosploit / keybase.md
Created October 13, 2019 13:25
keybase.md

Keybase proof

I hereby claim:

  • I am neurosploit on github.
  • I am neurosploit (https://keybase.io/neurosploit) on keybase.
  • I have a public key ASDH0Ts4tsmYE3izGsWIkjrf-5CphBsR5aRRxradsVlktQo

To claim this, I am signing this object:

@Neurosploit
Neurosploit / UnfuckVS16.bat
Last active September 12, 2019 18:24
Disable telemetry in Visual Studio 2019
@echo off
fltmc >nul 2>&1 || (
echo This batch script requires administrator privileges. Right-click on
echo the script and select "Run as administrator".
goto :die
)
rem Change this path if you are using Community or Professional editions
set "VS_INSTALL_DIR=%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional"