Недавний контент CaptainObvious

  1. C

    Is it just me that thinks this?

    Please explain.
  2. C

    MUST HAVE Table Processin/List Processing/Write Text Synchronised

    Things are simple. It appears again you & DJ don't understand simple programing 101 fundmentals. Files != data structure. Look, http://en.wikipedia.org/wiki/Data_structure For code to process collections of data and output a result without going full retard, the data needs to be formated...
  3. C

    Wordpress, activate links widget

    What you can use is a web based mySQL command shell. You can FTP up with ZP either a basic php standalone script or one of the wordpress plugin mysql shells. Then ZP can post txt to the shell & do a insert sql query to update the table associated with the blogroll widget. To get the correctly...
  4. C

    How to edit Theme in Tumblr

    You can use Ctrl-A in ZP, Ctrl-A & Ctrl-V are system clipboard functions, not browser/firefox functions, so you can bridge from your system to the site with a simple python script run as .bat file (python can access & control 99.9999% of system resources with std library). Pythons got a few...
  5. C

    MUST HAVE Table Processin/List Processing/Write Text Synchronised

    Please explain then. With just one "if" action its impossible to write blank lines to file, thats a simple & easy solution. Defiantly no work around, logic is the fundamental essence of programming.
  6. C

    MUST HAVE Table Processin/List Processing/Write Text Synchronised

    Before the "write to txt" action, add "if" action with: '{-Variable.write_to_file_data-}'!='' Then no empty lines can write to file. A empty line remover would be good, but it can't be auto magic, just a boolean option. There are a few examples where deliberate empty lines are used in...
  7. C

    Bulk Email Processing

    Framework autogens a commonsense english dictionary name, thats explicit to context & Class, with a sequence of appended integers to avoid namespace collisions (aka good commonsense time-savers). Why would you go out of your way & fuck with something that works out of the box & deliberately...
  8. C

    Bulk Email Processing

    Your having problems because the above c# example & wiki example don't work because of a simple typo in the foreach loop. In example above, change "Tabl1" to "Table1" or the name of the table your using (aka Table2, Table3). project.Tables["Table1"].AddRow(tmp); - Copy/paste into "c# code"...
  9. C

    FFinstance growing big

    #5 is the cause of problem. Instead of looping back to the list & loading a new address, just exit the instance (new instance spawn can load new address, etc).
  10. C

    C# Bulk Mail Download With only 4 mails downloaded

    Maybe the issue has a solution in this line? ZennoLab.InterfacesLibrary.Enums.Email.EmailProtocol.POP3, 24*100, 20, false); From the wiki I see "24*100" is a parameter for: On the wiki there is no mention of the units used for the parameter in "lastHours". Does anyone know what 24*100...
  11. C

    List of To Do's and Feature Ideas

    Here's just one thread, over a year old (aka ZP3), with multiple people speaking about experiences the complete opposite to your claim. See how they mention separating email process into a separate template solves the problem...
  12. C

    Analyzing a list of URL with an API

    Here you go, sort domains via backlinks, in one line of code: Save the urls and backlink numbers in a file called "domains.txt" with a tuple format, like this: [ ('domain5.com', 10), ('domain1.com', 50), ('domain2.com', 40), ('domain3.com', 30), ] Down python...
  13. C

    About bugs

    drvosjeca, I'm totally 100% cool with insults, name calling & swearing. Please continue with the flirting. Oh yeah, after breakfast, can you pass on the msg to Kepperbes that I'm still waiting on the Q&A link from stackoverflow.com. I'm sure he will find heaps of experts to back up his...
  14. C

    About bugs

    Oh yeah, whilst we are on the subject of trolling fails; If you follow the link to the quote, its plain to see drvosjeca threaten nauru 1st, and the thread isn't about bugs, its about features. Two half-truths don't make a truth. You know it was about features, because you mention the word...
  15. C

    About bugs

    Dude, put the crack pipe down, your constant fantasy-world trolling is as pathetic as drvosjeca 's blackmailing. No sane developer can consistently give exact times for releases of bug fixes, instant bug fixes (LOL), or promise zero future bugs(LOL), your dreaming the impossible dream...