๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

What is HTTP Host header

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Http Http-Headers

Given that the TCP connection is already established when the HTTP request is sent the IP address and port are implicitly known a TCP connection is an IP Port

Thumbnail for Posts

What is the difference between vs and in angularJS

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Angularjs

I am very new to AngularJS can anybody explain me the difference among these AngularJS operators amp and when isolating scope with proper

Thumbnail for Posts

What is the difference between getFields and getDeclaredFields in Java reflection

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Reflection

Im a little confused about the difference between the getFields method and the getDeclaredFields method when using Java reflection I read that

Thumbnail for Posts

What is the difference between text and new Stringtext

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: String

What is the difference between these two following statements String s text String s new

Thumbnail for Posts

What is the HtmlDisplayFor syntax for

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Asp.Net-Mvc-3 Razor

I understand that in Razor Html does a bunch of neat things like generate HTML for links inputs etc But I dont get the DisplayFor function Why would I write

Thumbnail for Posts

What is the use for TaskFromResultTResult in C

๐Ÿ“‚ Categories: C#

In C and TPL Task Parallel Library the Task class represents an ongoing work that produces a value of type T Id like to know what is the need for the

Thumbnail for Posts

What should I do when svn cleanup fails

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Svn

I have a lot of changes in a working folder and something screwed up trying to do an update Now when I issue an svn cleanup I get gtsvn cleanup svn In

Thumbnail for Posts

Whats the difference between Layers and Tiers

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Architecture

Whats the difference between Layers and

Thumbnail for Posts

When is JavaScript synchronous

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Jquery

I have been under the impression for that JavaScript was always asynchronous However I have learned that there are situations where it is not ie DOM