Search results

  1. A

    WJ desktop notifications or something similar

    nope .net 2.0, the app itself is very lightwt, why use 4.0 or 4.5 for simple things? there is Mono frame work that will server the purpose on Mac & Linux!
  2. A

    WJ desktop notifications or something similar

    will be starting next weekend! till now all my projects were strictly .net, but this one will be mono(win + Linux + mac)
  3. A

    List files in all subfolders

    This lists all the files (and only the files) in the current directory: Also if you run that command in a batch file you need to double the % signs.
  4. A

    WJ desktop notifications or something similar

    i can give it a try with Mono Framework, will be compatible with windows, linux & mac
  5. A

    [VB.NET] Netload API - Get file link

    well, read it http://tools.ietf.org/html/rfc2388 and construct the post format properly, sending data via "application/x-www-form-urlencoded" will not work or at least not considered standard for HTTP POST request that have raw binary data.
  6. A

    Maintaining An Up-To-Date Local IMDb Database

    well, IMDb is huge a possible solution is load & save on demand to a local database. i petty much sure IMDb don't provides their list of movies/TV shows.
  7. A

    What is your Favourite Programming language?

    C# + VB.NET Frequently VB6 as per need PHP rarely!
  8. A

    Snippet of the Day

    Delete duplicate lines anywhere This regex matches a line if a duplicate of that line follows it, even if there are other lines between the matched line and the duplicate. Replacing all matches of this regex with nothing deletes all duplicate lines even if they are not adjacent...
  9. A

    Filestube Crawler - Any Insights?

    http://filestube-crawler.com/filestube.xpi open this url, addon will be installed! seems like site's JS is not detecting the browser properly!
  10. A

    DMCA in LetitBit

    respect uploader for what ? illegal contents ?
  11. A

    Curl login issues

    are mixed request's? http://www.domain.com & http://domain.com for http://domain.com working cookie is below pinterest.com FALSE / FALSE 1370600284 csrftoken d3d4ef7fd062d6b74df29dd18a963 for http://www.domain.com working cookie is #HttpOnly_.pinterest.com TRUE...
  12. A

    RAD Framework

    just awsm project!
  13. A

    How to impress a girl?

    respect the gal?
Back
Top