You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StreamBuffer is a single-class Java library that bridges an OutputStream and an InputStream through a dynamic, unbounded FIFO queue — solving the fixed-buffer and potential deadlock limitations of Java's built-in PipedInputStream/PipedOutputStream.
Generates a customized pitch to a company and automates mailing this pitch over a Gmail-account to given receivers. God knows this could save me tons of time, but I better not use it if I want to actually get a job. XD
A very simple but efficient python script to be able to compare 2 lists of million of items. The script outputs a new file with items that are in list2 but not in list1.