๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

Fastest Way to Find Distance Between Two LatLong Points

๐Ÿ“‚ Categories: Mysql
๐Ÿท๏ธ Tags: Location Gis

I currently have just under a million locations in a mysql database all with longitude and latitude information I am trying to find the distance between one

Thumbnail for Posts

Find all unchecked checkboxes in jQuery

๐Ÿ“‚ Categories: Html
๐Ÿท๏ธ Tags: Jquery Input Checkbox

I have a list of checkboxes ltinput typecheckbox nameanswer idid1 value1 gt ltinput typecheckbox nameanswer idid2 value2 gt ltinput typecheckbox nameanswer

Thumbnail for Posts

For i 0 why is i i equal to 0

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: .Net

Take the following code usable as a Console Application static void Mainstring args int i 0 i i ConsoleWriteLinei ConsoleReadLine The result of i is 0 I

Thumbnail for Posts

Force Flutter navigator to reload state when popping

๐Ÿ“‚ Categories: Flutter
๐Ÿท๏ธ Tags: Dart Navigation

I have one StatefulWidget in Flutter with button which navigates me to another StatefulWidget using Navigatorpush On second widget Im changing global state

Thumbnail for Posts

Forward declaration of nested typesclasses in C

๐Ÿ“‚ Categories: C++

I recently got stuck in a situation like this class A public typedef structclass B CD someField class C public typedef structclass D AB someField Usually you

Thumbnail for Posts

Getting HTTP code in PHP using curl

๐Ÿ“‚ Categories: Php
๐Ÿท๏ธ Tags: Performance Curl Http-Headers

Im using CURL to get the status of a site if its updown or redirecting to another site I want to get it as streamlined as possible but its not working well

Thumbnail for Posts

Hashing a dictionary

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

For caching purposes I need to generate a cache key from GET arguments which are present in a dict Currently Im using sha1reprsortedmydictitems sha1 is a

Thumbnail for Posts

Having a private branch of a public repo on GitHub

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

I have a public PHP project in a GitHub repo which contains just one branch master I want to have a separate branchfork that is private for me I have paid for

Thumbnail for Posts

How can I calculate the time between 2 Dates in typescript

๐Ÿ“‚ Categories: Typescript
๐Ÿท๏ธ Tags: Date

This works in Javascript new Date new Date20130220T120104753Z But in typescript I cant rest two new Dates Date20130220T120104753Z Dont work because paremater