Skip to content

Instantly share code, notes, and snippets.

View tobihagemann's full-sized avatar
🦆
What's up, Duck?

Tobias Hagemann tobihagemann

🦆
What's up, Duck?
View GitHub Profile
@ZevEisenberg
ZevEisenberg / LICENSE
Last active February 19, 2022 02:04
Smoothly deselect table and collection view cells on dismissal, including interactive dismiss and interactively-partially-dismiss-then-cancel-then-dismiss-again
The MIT License (MIT)
Copyright (c) 2016 Zev Eisenberg
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:
@overheadhunter
overheadhunter / cheatingBad.js
Created October 17, 2013 19:23
for all the script kiddies out there, who can't wait for the $1,632,501,000,000 needed
var sayMyName = function(batches) {
var sale = do_sell(batches);
if(sale) {
message('Heisenberg!!!');
pd.stats.hand_sold_widgets += sale;
fix_make_sell();
return sale;
}
}