๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

How do I view all commits for a specific day

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

Ive already looked at the relevant docs from gitscmcom and gitreforg but I cant seem to figure this out Lets say I want to get all commits for Tuesday November

Thumbnail for Posts

How does the double exclamation work in JavaScript duplicate

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

This question already has answers here What does the double exclamation mark operator do in JavaScript 37 answers Closed 9 years ago Im going through the

Thumbnail for Posts

How is attraccessible used in Rails 4

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Ruby-On-Rails Ruby-On-Rails-4

attraccessible seems to no longer work within my model What is the way to allow mass assignment in Rails

Thumbnail for Posts

How to check the extension of a filename in a bash script

๐Ÿ“‚ Categories: Bash
๐Ÿท๏ธ Tags: Scripting File

I am writing a nightly build script in bash Everything is fine and dandy except for one little snag binbash for file in PATHTOSOMEWHERE do if d file then do

Thumbnail for Posts

How to delete files older than X hours

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

Im writing a bash script that needs to delete old files Its currently implemented using find LOCATION name REQUIREDFILES type f mtime 1 delete This will delete

Thumbnail for Posts

How to do constructor chaining in C

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Constructor Constructor-Chaining

I know that this is supposedly a super simple question but Ive been struggling with the concept for some time now My question is how do you chain constructors

Thumbnail for Posts

How to download Visual Studio Community Edition 2015

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

I have a Resharper 9x license and it is only compatible up to MS VS Community 2015 edition I tried to download the 2015 version from Microsoft but their

Thumbnail for Posts

How to extract extension from filename string in Javascript duplicate

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

This question already has answers here How can I get file extensions with JavaScript 37 answers Closed 11 years ago how would i get the File extension of the

Thumbnail for Posts

How to find the array index with a value

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

Say Ive got this imageList 100200300400500 Which gives me 0100 1200 etc Is there any way in JavaScript to return the index with the value Ie I want the index