๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

Transforming a Javascript iterable into an array

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Ecmascript-6

Im trying to use the new Map object from Javascript EC6 since its already supported in the latest Firefox and Chrome versions But Im finding it very limited in

Thumbnail for Posts

Truncate a string straight JavaScript

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

Id like to truncate a dynamically loaded string using straight JavaScript Its a URL so there are no spaces and I obviously dont care about word boundaries just

Thumbnail for Posts

Trying to mock datetimedatetoday but not working

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Testing Datetime Mocking

Can anyone tell me why this isnt working gtgtgt import mock gtgtgt mockpatchdatetimedatetoday def todaycls return date2010 1 1 gtgtgt from datetime import date

Thumbnail for Posts

Visual Studio 2017 Display method references

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Visual-Studio Visual-Studio-2017

How can I display the references on top of a method declaration I looked for it in the Visual Studio properties but could not find

Thumbnail for Posts

Visual studio code cmd error Cannot be loaded because running scripts is disabled on this system

๐Ÿ“‚ Categories: Programming

Inside of visual studio code Im trying to execute a scriptbat from the command line but Im getting the following error File

Thumbnail for Posts

What do you call the - operator in Ruby

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

What do you call the gt operator as in the following gt do end Arent the following snippets equivalent succ gtx x 1 succ lambda x x

Thumbnail for Posts

What is a pid file and what does it contain

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Linux Unix Pid

I recently came across a file with the extension pid and looked inside it but didnt find much The documentation says A PidFile is a file containing the process

Thumbnail for Posts

What is androidRlayoutsimplelistitem1

๐Ÿ“‚ Categories: Programming

Ive started learning Android development and am following a todolist example from a book Create the array list of to do items final ArrayListltStringgt

Thumbnail for Posts

What is difference between arm64 and armhf

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Linux Arm Debian Arm64

Raspberry Pi Type 3 has 64bit CPU but its architecture is not arm64 but armhf What is the difference between arm64 and