| bio | website | pythonforios.com |
|---|---|---|
| location | Irvine, CA | |
| age | 29 | |
| visits | member for | 1 year, 10 months |
| seen | yesterday | |
| stats | profile views | 1,607 |
Python for iOS - A Python Interpreter / IDE App I created in my spare time.
Python for iOSon iTunes / App Store
chown -fLR me:us /base/your/*
|
1d |
awarded | Guru |
|
May 15 |
awarded | Popular Question |
|
May 13 |
awarded | Popular Question |
|
May 11 |
awarded | Enlightened |
|
May 11 |
awarded | Nice Answer |
|
Apr 29 |
comment |
How do I use regular expressions in python to parse a web page for all IP addresses? i was using 2.7. are you using 3.x? |
|
Apr 29 |
comment |
Set global environment variables inside Xcode build phase run script @brendan nope, it didn't work for me either, unfortunately. |
|
Apr 25 |
comment |
Iterate for loopsxrange is usually a whole lot more efficient than range in these situations. (See this SO question for why xrange should be used: What is the difference between range and xrange? ). Other than that, great answer. |
|
Apr 24 |
answered | Why do list and tuple change the output of enumerate? |
|
Apr 24 |
revised |
How do I use regular expressions in python to parse a web page for all IP addresses? Adding proper tags. Made a better title. Fixed some capitalization issues. |
|
Apr 24 |
answered | How do I use regular expressions in python to parse a web page for all IP addresses? |
|
Apr 24 |
awarded | Revival |
|
Apr 19 |
awarded | objective-c |
|
Apr 12 |
comment |
iOS: How to use images in custom bundle in Interface Builder? @CarusdRay Ask the Xcode Devs to fix their broken shit? Seriously though, what I would do is write a quick python script to automate the inserting of image names into the project XML/plist. |
|
Apr 8 |
awarded | Revival |
|
Apr 6 |
comment |
php in html with no file extension This would only match files with a name consisting of 1 single character (if that character is not a .). Add a + to match file names of variable length without a period, like this: <FilesMatch "^[^\.]+$"> |
|
Apr 6 |
comment |
php in html with no file extension @KingCrunch Why is it bad to have files without an extension? What is the downside? According to the W3C: What to leave out - File name extension. This is a very common one. "cgi", even ".html" is something which will change. You may not be using HTML for that page in 20 years time, but you might want today's links to it to still be valid. The canonical way of making links to the W3C site doesn't use the extension. (Granted, they could still be talking about using rewrites but keeping the extension on the actual file's name). |
|
Apr 3 |
comment |
iOS: Crash when keyboard is used…? @deltaaruna Glad it helped! |
|
Apr 3 |
comment |
Python for ios interpreter @SebbyJohanns That is exactly right. All Python source is in C (a few module sources are in Objective-C, fortran, etc depending on the module). |
|
Mar 27 |
awarded | Popular Question |