 |
 | C# - Proper use of the IDisposable interface 
Thursday, May 24, 2012 10:42 AM
|
|
|
| |
 |
 | Monitoring CURL Traffic 
Thursday, April 12, 2012 8:26 AM
|
|
 |
https://groups.google.com/forum/?fromgroups#!topic/httpfiddler/UdL_l8aM5Kk[^]
EricLaw 16/04/2009
curl doesn't use the system proxy by default. Try this:
curl -x 127.0.0.1:8888 http://www.get.this/
This tells CURL to use Fiddler (on localhost port 8888) as a proxy.
- hide quoted text -
On Apr 16, 1:40 pm, refugee wrote:
> Hello -
>
> For some reason why I use curl at the command line to access websites,
> the traffic doesn't show up in Fiddler. What am I missing?
>
> Thanks.
|
|
|
|
| |
 |
 | HTTP Statuses 
Saturday, April 7, 2012 7:49 AM
|
|
|
| |
 |
 | C# – How to determine processor 64 bit or 32 bit? 
Thursday, April 5, 2012 8:35 AM
|
|
|
| |
 |
 | How the Clipboard Works, Part 1 
Friday, March 23, 2012 11:58 AM
|
|
|
| |
 |
 | Asynchronous Upload of Large File Using HttpWebRequest in C#.Net 
Friday, March 9, 2012 2:11 PM
|
|
|
 |
|
|
| |
 |
 | .NET String to byte Array C# 
Thursday, March 8, 2012 1:36 PM
|
|
|
| |
 |
 | List(Of T) to string 
Thursday, March 1, 2012 10:56 AM
|
|
|
| |
 |
 | Web-Drawing Throwdown: Paper.js Vs. Processing.js Vs. Raphael 
Wednesday, February 29, 2012 7:16 AM
|
|
|
| |
 |
 | The "2,000 line Page_Load method" 
Friday, February 17, 2012 8:01 AM
|
|
 |
"There is a mythical beast in the ASP.NET world known as the "2,000 line Page_Load method". I never thought I'd see one first hand, but when I reviewed this code base I discovered an entire colony. The beasts live inside of houses built with #regions, and in the next village is an entire flock of monsters known as the "stored procedures using cursors inside triple nested loops". There isn't much land separating the beasts from the monsters, but there is a copy and paste river filled with fish we call "Execute method with switch and typecasts". The code is spectacular, and by spectacular I mean hair-raising." (http://odetocode.com/Blogs/scott/archive/2012/02/15/a-tale-of-two-offshorings.aspx[^])
|
|
|
|
| |
 |
 | Running or debugging NUnit tests from Visual Studio without any extensions 
Wednesday, February 8, 2012 12:52 PM
|
|
|
| |
 |
 | Common Crawl on AWS Public Data Sets 
Thursday, February 2, 2012 6:30 PM
|
|
 |
Common Crawl on AWS Public Data Sets[^]: "Amazon Web Services (AWS) provides a centralized repository of public data sets that can be integrated in AWS cloud-based applications. AWS makes available such estimable large data sets as the mapping of the Human Genome and the US Census. Previously, such data was often prohibitively difficult to access and use. With the Amazon Elastic Compute Cloud, it takes a matter of minutes to begin computing on the data."
|
|
|
|
| |
 |
 | ConceptScript 101 
Saturday, January 14, 2012 5:29 PM
|
|
|
| |
 |
 | TSQL Regular Expression Workbench 
Friday, November 11, 2011 12:38 PM
|
|
|
| |
 |
 | [Awesome] Original Hover Effects with CSS3 
Tuesday, November 8, 2011 6:54 AM
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
| |
 |
 | How To Change compare merge tool in TFS? 
Monday, November 7, 2011 10:15 AM
|
|
|
| |
 |
 | GetDeploymentDescription() 
Thursday, November 3, 2011 1:42 PM
|
|
|
 |