๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

How to define an optional field in protobuf 3

๐Ÿ“‚ Categories: Programming

I need to specify a message with an optional field in protobuf proto3 syntax In terms of proto 2 syntax the message I want to express is something like message

Thumbnail for Posts

How to export all data from table to an insertable sql format

๐Ÿ“‚ Categories: Sql
๐Ÿท๏ธ Tags: Sql-Server Copy Export Ssms

I have a Table call it Atable in a database call it Adb in Microsoft SQL Server Management Studio and there are 10 rows I have another database call it Bdb and

Thumbnail for Posts

How to find a Python packages dependencies

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Pip

How can you programmatically get a Python packages list of dependencies The standard setuppy has these documented but I cant find an easy way to access it from

Thumbnail for Posts

How to get a float result by dividing two integer values using T-SQL

๐Ÿ“‚ Categories: Programming

Using TSQL and Microsoft SQL Server I would like to specify the number of decimal digits when I do a division between 2 integer numbers like select 13 That

Thumbnail for Posts

How to get the key of a keyvalue JavaScript object

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

If I have a JS object like var foo bar baz If I know that foo has that basic keyvalue structure but dont know the name of the key How can I get it for in

Thumbnail for Posts

How to get the second column from command output

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Shell Awk Ksh

My commands output is something like 1540 A B 6 C 119 D The first column is always a number followed by a space then a doublequoted string My purpose is to get

Thumbnail for Posts

How to implement WiX installer upgrade

๐Ÿ“‚ Categories: Programming

At work we use WiX for building installation packages We want that installation of product X would result in uninstall of the previous version of that product

Thumbnail for Posts

How to resolve Missing PendingIntent mutability flag lint warning in android api 30

๐Ÿ“‚ Categories: Programming

As soon as I updated the target SDK to 30 Android R or later a lint warning Missing PendingIntent mutability flag appeared on my PendingIntentFLAGUPDATECURRENT

Thumbnail for Posts

How to set tbody height with overflow scroll

๐Ÿ“‚ Categories: Html
๐Ÿท๏ธ Tags: Css

I am facing problem while setting tbody height width overflow scroll ltstylegt tbody height50pxdisplayblockoverflowscroll ltstylegt lth3gtTable Blth3gt lttable