On 02/04/2015 05:19 PM, sohcahto...@gmail.com wrote:
> They can take your computer and it doesn't matter if you've got your files on
> Dropbox.
>
>> "My dog ate my USB stick."
>>
>> :-)
>
> I never used a USB stick for school work.
>
> At this point, I'm probably sounding like a shill for Dropb
On Wednesday, January 28, 2015 at 4:30:11 PM UTC-8, Steven D'Aprano wrote:
> sohcahto...@gmail.com wrote:
>
> > I recently finished my CS degree, and I had more than one professor say
> > that they won't take "My computer crashed and I lost everything!" as an
> > excuse for not being able to turn
On 01/28/2015 07:34 PM, Steven D'Aprano wrote:
Devin Jeanpierre wrote:
On Wed, Jan 28, 2015 at 1:40 PM, Chris Angelico wrote:
On Thu, Jan 29, 2015 at 5:47 AM, Chris Kaynor
wrote:
I use Google Drive for it for all the stuff I do at home, and use SVN
for all my personal projects, with the SVN
On Wed, Jan 28, 2015 at 4:34 PM, Steven D'Aprano
wrote:
> Devin Jeanpierre wrote:
>> Git doesn't help if you lose your files in between commits,
>
> Sure it does? You just lose the changes made since the previous commit, but
> that's no different from restoring from backup. The restored file is on
On Jan 28, 2015, at 5:02 PM, Chris Angelico wrote:
> On Thu, Jan 29, 2015 at 8:52 AM, Devin Jeanpierre
> wrote:
>> Git doesn't help if you lose your files in between commits, or if you
>> lose the entire directory between pushes.
>
> So you commit often and push immediately. Solved.
>
> Chris
On 28/01/2015 23:12, Chris Kaynor wrote:
On Wed, Jan 28, 2015 at 3:01 PM, Devin Jeanpierre
wrote:
On Wed, Jan 28, 2015 at 2:02 PM, Chris Angelico wrote:
On Thu, Jan 29, 2015 at 8:52 AM, Devin Jeanpierre
wrote:
Git doesn't help if you lose your files in between commits, or if you
lose the en
Devin Jeanpierre wrote:
> On Wed, Jan 28, 2015 at 1:40 PM, Chris Angelico wrote:
>> On Thu, Jan 29, 2015 at 5:47 AM, Chris Kaynor
>> wrote:
>>> I use Google Drive for it for all the stuff I do at home, and use SVN
>>> for all my personal projects, with the SVN depots also in Drive. The
>>> combi
sohcahto...@gmail.com wrote:
> I recently finished my CS degree, and I had more than one professor say
> that they won't take "My computer crashed and I lost everything!" as an
> excuse for not being able to turn in homework.
How about "My computer crashed and died and now I can't get to Dropbo
On Wednesday, January 28, 2015 at 3:13:36 PM UTC-8, Chris Kaynor wrote:
> On Wed, Jan 28, 2015 at 3:01 PM, Devin Jeanpierre
> wrote:
> > On Wed, Jan 28, 2015 at 2:02 PM, Chris Angelico wrote:
> >> On Thu, Jan 29, 2015 at 8:52 AM, Devin Jeanpierre
> >> wrote:
> >>> Git doesn't help if you lose yo
On Wed, Jan 28, 2015 at 3:01 PM, Devin Jeanpierre
wrote:
> On Wed, Jan 28, 2015 at 2:02 PM, Chris Angelico wrote:
>> On Thu, Jan 29, 2015 at 8:52 AM, Devin Jeanpierre
>> wrote:
>>> Git doesn't help if you lose your files in between commits, or if you
>>> lose the entire directory between pushes.
I distrust any backup strategy that requires explicit action by the
user. I've seen users fail too often. (Including myself.)
-- Devin
On Wed, Jan 28, 2015 at 2:02 PM, Chris Angelico wrote:
> On Thu, Jan 29, 2015 at 8:52 AM, Devin Jeanpierre
> wrote:
>> Git doesn't help if you lose your files i
On Thu, Jan 29, 2015 at 8:52 AM, Devin Jeanpierre
wrote:
> Git doesn't help if you lose your files in between commits, or if you
> lose the entire directory between pushes.
So you commit often and push immediately. Solved.
ChrisA
--
https://mail.python.org/mailman/listinfo/python-list
On Wed, Jan 28, 2015 at 1:40 PM, Chris Angelico wrote:
> On Thu, Jan 29, 2015 at 5:47 AM, Chris Kaynor
> wrote:
>> I use Google Drive for it for all the stuff I do at home, and use SVN
>> for all my personal projects, with the SVN depots also in Drive. The
>> combination works well for me, I can
On Thu, Jan 29, 2015 at 5:47 AM, Chris Kaynor wrote:
> I use Google Drive for it for all the stuff I do at home, and use SVN
> for all my personal projects, with the SVN depots also in Drive. The
> combination works well for me, I can transfer between my desktop and
> laptop freely, and have full
On Wed, Jan 28, 2015 at 10:42 AM, Devin Jeanpierre
wrote:
> FWIW I put all my source code inside Dropbox so that even things I
> haven't yet committed/pushed to Bitbucket/Github are backed up. So far
> it's worked really well, despite using Dropbox on both Windows and
> Linux. (See also: Google Dr
FWIW I put all my source code inside Dropbox so that even things I
haven't yet committed/pushed to Bitbucket/Github are backed up. So far
it's worked really well, despite using Dropbox on both Windows and
Linux. (See also: Google Drive, etc.)
(Free) Dropbox has a 30 day recovery time limit, and I
Last night I accidentally deleted a group of *.py files
(stupid-stupid-stupid!).
Thanks to unpyc3 I have reconstructed all but one of them so far from the *.pyc
files that were in the directory __pycache__. Many thanks!!!
-- Nico
--
https://mail.python.org/mailman/listinfo/python-list
On 14 September 2011 11:03, Vincent Vande Vyvre
wrote:
> Le 14/09/11 11:31, Arnaud Delobelle a écrit :
[...]
> Could you show me what you do to get this error? Thank you,
> [vincent@myhost unpyc3]$ python
> Python 3.2.1 (default, Jul 11 2011, 12:37:47)
> [GCC 4.6.1] on linux2
> Type "help", "cop
Le 14/09/11 11:31, Arnaud Delobelle a écrit :
On 14 September 2011 09:44, Vincent Vande Vyvre
wrote:
File "unpyc3.py", line 211, in __init__
for v in code_obj.co_cellvars + code_obj.co_freevars]
AttributeError: 'NoneType' object has no attribute 'co_cel
On 14 September 2011 09:44, Vincent Vande Vyvre
wrote:
> File "unpyc3.py", line 211, in __init__
> for v in code_obj.co_cellvars + code_obj.co_freevars]
> AttributeError: 'NoneType' object has no attribute 'co_cellvars'
Could you show me what you do to get this error? Thank you,
Arnaud
P
Le 14/09/11 10:13, Vincent Vande Vyvre a écrit :
Le 14/09/11 08:20, Arnaud Delobelle a écrit :
On 14 September 2011 06:53, Vincent Vande Vyvre
wrote:
Hi, trying your code, I have had numbers of errors:
Hi Vincent, t
Le 14/09/11 08:20, Arnaud Delobelle a écrit :
On 14 September 2011 06:53, Vincent Vande Vyvre
wrote:
Hi, trying your code, I have had numbers of errors:
Hi Vincent, thanks for trying it.
File "unpyc3.py", line 55, in
SE
On 14 September 2011 06:53, Vincent Vande Vyvre
wrote:
>
> Hi, trying your code, I have had numbers of errors:
Hi Vincent, thanks for trying it.
> File "unpyc3.py", line 55, in
> SETUP_WITH,
> NameError: name 'SETUP_WITH' is not defined
>
> commented it
>
> File "unpyc3.py", line 58, in
Le 13/09/11 22:20, Arnaud Delobelle a écrit :
Hi all,
Unpyc3 can recreate Python3 source code from code objects, function
source code from function objects, and module source code from .pyc
files. The current version is able to decompile itself successfully
:). It has been t
Hi all,
Unpyc3 can recreate Python3 source code from code objects, function
source code from function objects, and module source code from .pyc
files. The current version is able to decompile itself successfully
:). It has been tested with Python3.2 only.
It currently reconstructs most of Python
> I'm searching a maneuverable python bytecode decompiler. There is one
> named 'decompyle', but it doesn't support Python2.5 and too hard to
> use. And the 'depython'(http://www.depython.net/) is good enough
> except it cannot process file more than
I'm searching a maneuverable python bytecode decompiler. There is one
named 'decompyle', but it doesn't support Python2.5 and too hard to
use. And the 'depython'(http://www.depython.net/) is good enough
except it cannot process file more than 5kb.
Is there some
depython [http://www.depython.net depython online service] could decompile
python bytecodes. Depython online service supports Python versions
from 2.4up to
2.5.You can freely test its function online.
--
http://mail.python.org/mailman/listinfo/python-list
> You have to know your enemy ;)
We have met the enemy and they are us.
http://www.igopogo.com/we_have_met.htm ;-)
Skip
--
http://mail.python.org/mailman/listinfo/python-list
Bjoern Schliessmann <[EMAIL PROTECTED]> wrote:
> Fuzzyman wrote:
>
>> That's terrible. You read comp.lang.perl.misc *as well* ?
>>
>> ;-)
>
> You have to know your enemy ;)
LOL :-)
I am a Perl programmer who wants to keep up his Perl skills, and to study
Python.
--
John
Fuzzyman wrote:
> That's terrible. You read comp.lang.perl.misc *as well* ?
>
> ;-)
You have to know your enemy ;)
Regards,
Björn
--
BOFH excuse #343:
The ATM board has run out of 10 pound notes. We are having a whip
round to refill it, care to contribute ?
--
http://mail.python.org/mai
John Bokma wrote:
> "jim" <[EMAIL PROTECTED]> wrote:
>
> > Is there such thing as a free decompile that I can run in windows xp
>
> You asked the same Q in comp.lang.perl.misc...
That's terrible. You read comp.lang.perl.misc *as well* ?
;-)
Fuzzyman
http://www.voidspace.org.uk/index2.shtml
--
On Sat, 18 Nov 2006 07:42:58 -0800, jim wrote:
> where can I find a free decompile that I can run in windows xp
Here:
http://catb.org/esr/faqs/smart-questions.html
--
Steven.
--
http://mail.python.org/mailman/listinfo/python-list
jim> where can I find a free decompile that I can run in windows xp
Kind of dated perhaps, but google for "decompyle".
Skip
--
http://mail.python.org/mailman/listinfo/python-list
jim wrote:
> where can I find a free decompile that I can run in windows xp
>
Hey Jim, where can you find a free "decompile" that you can run in
windows xp ?
hg
--
http://mail.python.org/mailman/listinfo/python-list
where can I find a free decompile that I can run in windows xp
--
http://mail.python.org/mailman/listinfo/python-list
where can I find a free decompile that I can run in windows xp
--
http://mail.python.org/mailman/listinfo/python-list
On Fri, 17 Nov 2006 20:08:25 -0800, jim wrote:
> Is there such thing as a free decompile that I can run in windows xp
Yes.
--
Steven.
--
http://mail.python.org/mailman/listinfo/python-list
"jim" <[EMAIL PROTECTED]> wrote:
> Is there such thing as a free decompile that I can run in windows xp
You asked the same Q in comp.lang.perl.misc...
--
John MexIT: http://johnbokma.com/mexit/
personal page: http://johnbokma.com/
Is there such thing as a free decompile that I can run in windows xp
--
http://mail.python.org/mailman/listinfo/python-list
subramanian2003 wrote:
> Hello All,
>
> I have some compiled python 2.4 scripts. If anyone has python decompiler,
> pls send me.
>
Do you have the right to decompile them ? Usually, open source softwares
- as the name imply - are ditributed with the sources, or have an
a
subramanian2003 wrote:
> Hello All,
>
> I have some compiled python 2.4 scripts. If anyone has python decompiler,
> pls send me.
>
> Thanks,
> subramanian.
http://www.python.org/doc//2.4/lib/module-dis.html
--
http://mail.python.org/mailman/listinfo/python-list
Hello All,
I have some compiled python 2.4 scripts. If anyone has python decompiler, pls
send me.
Thanks,
subramanian.
--
http://mail.python.org/mailman/listinfo/python-list
Robert Boyd wrote:
> Can anyone on the list shed light on this? I'm accustomed to having
> readable .py files with my .pyc files and I am unfamiliar with any
> scenario where one would need to turn the byte-compiled version back
> to the text version.
One scenario is that you've lost your source c
On 4/9/06, 이광진 <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I am a sofware engineer in Korea.
>
> Would you kindly give me the way to receive(take) python deccomplier as an
> urgent business?
>
> Thanks for help..^^
>
My wife translated your Korean explanation for me - now I have a
question for the l
Title: 메시지
Hello,I am a sofware engineer in Korea.Would
you kindly give me the way to receive(take) python deccomplier as an urgent
business?Thanks for help..^^
--
http://mail.python.org/mailman/listinfo/python-list
A brand new python 2.4 bytecode decompiler has been released.
The compiling service is now available and includes features to check
the correctness of the output.
Those who need the service can contact us at [EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
47 matches
Mail list logo