๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

Haskell Lists Arrays Vectors Sequences

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

Im learning Haskell and read a couple of articles regarding performance differences of Haskell lists and insert your languages arrays Being a learner I

Thumbnail for Posts

How can I compare two floating point numbers in Bash

๐Ÿ“‚ Categories: Bash

I am trying hard to compare two floating point numbers within a Bash script I have two variables eg let num1317648e22 let num215 Now I just want do a simple

Thumbnail for Posts

How can I do a case insensitive string comparison

๐Ÿ“‚ Categories: C#

How can I make the line below case insensitive drUserEnrolled enrolledUsersFindIndexx gt xUsername stringdrUserUsername 1 I was given some advice earlier today

Thumbnail for Posts

How can I mock the JavaScript window object using Jest

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

I need to test a function which opens a new tab in the browser openStatementsReportcontactIds windowopenaurlcontactIds I would like to mock windows open

Thumbnail for Posts

How can I tell how many objects Ive stored in an S3 bucket

๐Ÿ“‚ Categories: Programming

Unless Im missing something it seems that none of the APIs Ive looked at will tell you how many objects are in an ltS3 bucketgtltfoldergt Is there any way to

Thumbnail for Posts

How do I flush the PRINT buffer in TSQL

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Sql-Server T-Sql Printing

I have a very longrunning stored procedure in SQL Server 2005 that Im trying to debug and Im using the print command to do it The problem is Im only getting

Thumbnail for Posts

How do I get my solution in Visual Studio back online in TFS

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Visual-Studio Tfs

I had my solution in Visual Studio 2012 which is under TFS source control open and the TFS server 2010 was down When I then made a change to one of the files

Thumbnail for Posts

How do I merge a git tag onto a branch

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

Im trying to find the syntax for merging a tagged commit onto another branch I guess its straightforward but my feeble search attempts arent finding

Thumbnail for Posts

How do I put variables inside javascript strings

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

s hello s how are you doing myname Thats how you do it in python How can you do that in