Skip to content

Instantly share code, notes, and snippets.

/* Samsung Motion Photo Batch Extractor
* by Chupi383
* All credit for the method goes to goofwear at xda.
* I've merely rewritten his .bat file as a C program and removed dependencies on external GUI programs.
* The code here looks like more than it is. Most of it is dealing with Win32 and error handling.
*
* To compile using MinGW GCC: gcc -o ExtractMotionPhotos.exe ExtractMotionPhotos.c -lcomdlg32 -mwindows
* My build has an icon, which can either be added with windres or Resource Hacker.
*/
@joemck
joemck / zenrecover.py
Created February 8, 2011 08:40 — forked from joemck/zenrecover.py
zenrecover.py, "undelete" version
#!/usr/bin/python
# Copyright 2007 by Tobia Conforto <tobia.conforto@gmail.com>
#
# This program is free software; you can redistribute it and/or modify it under the terms of the GNU General
# Public License as published by the Free Software Foundation; either version 2 of the License, or (at your
# option) any later version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
@joemck
joemck / zenrecover.py
Created July 21, 2010 02:47 — forked from lkraav/8kzenrecover.py
zenrecover.py
#!/usr/bin/python
# Copyright 2007 by Tobia Conforto <tobia.conforto@gmail.com>
#
# This program is free software; you can redistribute it and/or modify it under the terms of the GNU General
# Public License as published by the Free Software Foundation; either version 2 of the License, or (at your
# option) any later version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License