Mini Searches with Answers

These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.

How to show loading spinner in jQuery? – Stack Overflow
$('#message').load('index.php?pg=ajaxFlashcard', null, showResponse);
showLoad();

function showResponse() { hideLoad(); … }

py2exe – generate single executable file – Stack Overflow
PyInstaller will create a single .exe file with no dependencies; use the –onefile option. It does this by packing all the needed shared libs into the executable, and unpacking them before it runs

rawdog
Ready made Python RSS aggregator

MySQL max index length prefix
index length prefixes can be up to 1000 bytes long (767 bytes for InnoDB tables) for indexes with blob or text fields.

Make Python Scripts Droppable in Windows « mindless technology
Drag a file onto a Python script icon and let that script recognize the file.

Clone Digger | Overview |
Clone Digger aimed to detect similar code in Python and Java programs. The synonyms for the term "similar code" are "clone" and "duplicate code".

Tags: , , , , , , , , , , , , ,

Comments are closed.