๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

startForeground fail after upgrade to Android 81

๐Ÿ“‚ Categories: Kotlin

After upgrading my phone to 81 Developer Preview my background service no longer starts up properly In my longrunning service Ive implemented a startForeground

Thumbnail for Posts

Storing images in SQL Server

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

I have made a small demo site and on it I am storing images within a image column on the sql server A few questions I have are Is this a bad idea Will it

Thumbnail for Posts

Transposing a 2D-array in JavaScript

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

Ive got an array of arrays something like 123 123 123 I would like to transpose it to get the following array 111 222 333 Its not difficult to programmatically

Thumbnail for Posts

uppercase first character in a variable with bash

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

I want to uppercase just the first character in my string with bash foobar uppercase first character echo foo should print

Thumbnail for Posts

Using MySQL with Entity Framework closed

๐Ÿ“‚ Categories: Mysql
๐Ÿท๏ธ Tags: .Net Entity-Framework Ado.Net

Closed This question is seeking recommendations for software libraries tutorials tools books or other offsite resources It does not meet Stack Overflow

Thumbnail for Posts

Using the start command with parameters passed to the started program

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Windows Command-Prompt

I have a Virtual Machine in Virtual PC 2007 To start it from the desktop I have the following command in a batch file cprogram filesMicrosoft Virtual PCVirtual

Thumbnail for Posts

warning about too many open figures

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Python-3.X Matplotlib

In a script where I create many figures with fix ax pltsubplots I get the warning RuntimeWarning More than 20 figures have been opened Figures created through

Thumbnail for Posts

What are the Dangers of Method Swizzling in Objective-C

๐Ÿ“‚ Categories: Programming

I have heard people state that method swizzling is a dangerous practice Even the name swizzling suggests that it is a bit of a cheat Method Swizzling is

Thumbnail for Posts

What are the git concepts of HEAD master origin

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

As Im learning about git I keep coming across the terms HEAD master origin and Im not sure what the differences are If I understand correctly HEAD is always