bitwise operators flail
while true loops recurse
stack overflow, bits and bytes
|
Apr
23 |
|
comment |
pep8 and using a constructor as a validator Where Exception can also be one of pythonhosted.org/netaddr/api.html#custom-exceptions
|
|
Apr
23 |
|
comment |
local variable assignment error, why? c2.com/cgi/wiki?GlobalVariablesAreBad |
|
Mar
27 |
|
comment |
How to organize a hard drive for Linux/Windows sharing? @Bob thanks for correcting me: volume limit is 2 TB, and file size limit is 4 GB. |
|
Feb
14 |
|
comment |
Split log file by time range A regex for grep could select a range of time from a log. But you will have to adjust it for each time range, for each day. Scripting this would give you more iterative control over the lines you process. Let me suggest Python. |
|
Feb
12 |
|
awarded | Popular Question |
|
Feb
12 |
|
awarded | Scholar |
|
Feb
12 |
|
accepted | Boot hangs after firmware update |
|
Feb
12 |
|
awarded | Notable Question |
|
Feb
6 |
|
awarded | Caucus |
|
Jan
28 |
|
awarded | Quorum |
|
Jan
19 |
|
awarded | Good Answer |
|
Jan
15 |
|
comment |
How to organize a hard drive for Linux/Windows sharing? Personally I had minimal issues with corrupt files on ntfs, albeit I agree it is not a format to choose if you can avoid it. FAT32 will work fine, barring the obvious file system limitations of 4GB per file, and 32GB per volume. Those are serious limitations on today's hardware. |
|
Jan
15 |
|
comment |
How to organize a hard drive for Linux/Windows sharing? Could you retry that command and paste the text output for us? df -Th. Can you include your kernel version uname -a too.
|
|
Jan
15 |
|
answered | Unable to install packages with apt-get |
|
Jan
15 |
|
comment |
How do I solve periodic mouse lag on Linux Mint (MATE)? Could you run a Live CD/USB for a while and see if the issue replicates. Also when it does happen, check dmesg for any system errors to help indicate possible causes or conflicts. Can you also tell us if you have compositing of any form enabled, and whether turning it off has any effect over a long period?
|
|
Jan
15 |
|
comment |
How to reroute sound from one hardware output to another using software? Can you explain better when you say "internal speakers don't make any sound" and then you also say "I can still get sound from internal speakers"? Can you successfully recreate this scenario too? |
|
Jan
13 |
|
awarded | windows |
|
Jan
6 |
|
comment |
how to speed up drawing masive circles in python PIL Good work taking marineau's suggestion. Copy pasting is a good idea. |
|
Dec
21 |
|
comment |
while loop in python gives syntax errorwhile True will behave the same as while 1.
|
|
Dec
21 |
|
comment |
slicing a string from reverse in python +1 for using built-in Python functions |