๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

Refused to load the script because it violates the following Content Security Policy directive

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Http Content-Security-Policy

When I tried to deploy my app onto devices with Android system above 500 Lollipop I kept getting these kind of error messages 0703 183921621

Thumbnail for Posts

Regular expression for exact match of a string

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

I want to match two passwords with regular expression For example I have two inputs 123456 and 1234567 then the result should be not match false And when I

Thumbnail for Posts

Remove menubar from Electron app

๐Ÿ“‚ Categories: Node.js
๐Ÿท๏ธ Tags: Electron

How do I remove this menubar from my electron apps Also it says Hello Worldis this because I downloaded electron prebuilt and will go away once I package the

Thumbnail for Posts

Retrieve specific commit from a remote Git repository

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

Is there any way to retrieve only one specific commit from a remote Git repo without cloning it on my PC The structure of remote repo is absolutely same as

Thumbnail for Posts

Running pod setup gives me bad interpreter No such file or directory error

๐Ÿ“‚ Categories: Ruby
๐Ÿท๏ธ Tags: Macos Cocoapods Podspec

Recently I tried to do pod setup and I get this error bash usrlocalbinpod usrlocaloptrubybinruby bad interpreter No such file or directory I followed Ray

Thumbnail for Posts

Select datatype of the field in postgres

๐Ÿ“‚ Categories: Postgresql
๐Ÿท๏ธ Tags: Postgresql

How do I get datatype of specific field from table in postgres For example I have the following table studentdetails stuid integer stuname varchar30 joineddate

Thumbnail for Posts

sizet vs uintptrt

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: C Pointers Size-T

The C standard guarantees that sizet is a type that can hold any array index This means that logically sizet should be able to hold any pointer type Ive read

Thumbnail for Posts

Starting a shell in the Docker Alpine container

๐Ÿ“‚ Categories: Docker
๐Ÿท๏ธ Tags: Linux Containers Alpine-Linux

To start an interactive shell for the Ubuntu image we can run oleT docker run it rm ubuntu root1a6721e1fb64 ls bin boot dev etc home lib lib64 media mnt opt

Thumbnail for Posts

SyntaxError Use of const in strict mode

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Node.Js

Im working with nodejs and in one of my js files Im using const in strict mode When trying to run it Im getting an error SyntaxError Use of const in strict