๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

What does mean in PHP

๐Ÿ“‚ Categories: Php
๐Ÿท๏ธ Tags: Syntax

ltphp a1 gt ltagt What does lt mean

Thumbnail for Posts

What does nyae mean in Zsh

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

I run the following command unsuccessfully dir and I get zsh correct dir to gdir nyae What does nyae mean in

Thumbnail for Posts

What does the caret mean in CCLI

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: .Net C++-Cli Handle

I just came across this code and a few Google searches turn up no explanation of this mysterious to me syntax Hashtable tempHash gcnew Hashtableiterators

Thumbnail for Posts

What is the difference between an int and an Integer in Java and C

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Java Integer Int

I was reading More Joel on Software when I came across Joel Spolsky saying something about a particular type of programmer knowing the difference between an

Thumbnail for Posts

What is the difference between String and string in C

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: .Net String Types Alias

What are the differences between these two and which one should I use string s Hello world String s Hello

Thumbnail for Posts

Whats the difference between git reflog and log

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Git Git-Log Git-Reflog

The man page says that log shows the commit logs and reflog manages reflog information What exactly is reflog information and what does it have that the log

Thumbnail for Posts

Adding a HTTP header to the Angular HttpClient doesnt send the header why

๐Ÿ“‚ Categories: Programming

Here is my code import HttpClient HttpErrorResponse HttpHeaders from angularcommonhttp logInusername string password string const url httpservercomindexphp

Thumbnail for Posts

Always pass weak reference of self into block in ARC

๐Ÿ“‚ Categories: Programming

I am a little confused about block usage in ObjectiveC I currently use ARC and I have quite a lot of blocks in my app currently always referring to self

Thumbnail for Posts

Android - Package Name convention

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

For the Hello World example in androidcom the package name is package comexamplehelloandroid Is there any guidelinestandard to name this package references