Kshlerin WebStudio 🚀

: All Posts

S3 Bucket action doesnt apply to any resources

S3 Bucket action doesnt apply to any resources

Im following the instructions from this answer to generate the follow S3 bucket policy Id Policy1495981680273 Version 20121017 Statement Sid Stmt1495981517155

Read more →

See line breaks and carriage returns in editor

See line breaks and carriage returns in editor

Is there a text editor on Linux that allows me to see line breaks and carriage returns Does Vim support this

Read more →

Select datatype of the field in postgres

Select datatype of the field in postgres

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

Read more →

Viewing all git diffs with vimdiff

Viewing all git diffs with vimdiff

I setup git diff to wrap into vimdiff using Git Diff with Vimdiff as a guide and its working as expected unless there are many files with changes When there

Read more →

Visual Studio Clicking Find Results Opens Code in Wrong Window

Visual Studio Clicking Find Results Opens Code in Wrong Window

Im using Visual Studio 2010 and when I do a Find in Files the results are returned to the Find Results 1 window which is docked below my code editor window

Read more →

What does 0 mean when initializing an object

What does 0 mean when initializing an object

When 0 is used to initialize an object what does it mean I cant find any references to 0 anywhere and because of the curly braces Google searches are not

Read more →

What is a dangling commit and a blob in a Git repository and where do they come from

What is a dangling commit and a blob in a Git repository and where do they come from

Im looking for the basic information on dangling commits and blobs My repository seems fine But I ran git fsck for the first time to see what it did and I have

Read more →

What is INSTALLPARSEFAILEDNOCERTIFICATES error

What is INSTALLPARSEFAILEDNOCERTIFICATES error

I was trying to change my defaultmainstartup whatever you call it activity by editing the androidmanifestxml file All i did was change the androidname property

Read more →

Why does the month argument range from 0 to 11 in JavaScripts Date constructor

Why does the month argument range from 0 to 11 in JavaScripts Date constructor

When initializing a new Date object in JavaScript using the below call I found out that the month argument counts starting from zero new Date2010 3 1 thats the

Read more →