๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

Fastest way to check a string contain another substring in JavaScript

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

Im working with a performance issue on JavaScript So I just want to ask what is the fastest way to check whether a string contains another substring I just

Thumbnail for Posts

Find text string using jQuery

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

Say a web page has a string such as I am a simple string that I want to find How would I go about this using

Thumbnail for Posts

Finding duplicate rows in SQL Server

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

I have a SQL Server database of organizations and there are many duplicate rows I want to run a select statement to grab all of these and the amount of dupes

Thumbnail for Posts

Get item in the list in Scala

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

How in the world do you get just an element at index i from the List in scala I tried geti and i nothing works Googling only returns how to find an element in

Thumbnail for Posts

Get OS-level system information

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Memory Resources System

Im currently building a Java app that could end up being run on many different platforms but primarily variants of Solaris Linux and Windows Has anyone been

Thumbnail for Posts

Getting Spring Application Context

๐Ÿ“‚ Categories: Java

Is there a way to staticallyglobally request a copy of the ApplicationContext in a Spring application Assuming the main class starts up and initializes the

Thumbnail for Posts

Getting the difference between two sets

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Set

So if I have two sets SetltIntegergt test1 new HashSetltIntegergt test1add1 test1add2 test1add3 SetltIntegergt test2 new HashSetltIntegergt test2add1 test2add2

Thumbnail for Posts

Getting the folder name from a full filename path

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Path Filesystems

string path Cfolder1folder2filetxt What objects or methods could I use that would give me the result

Thumbnail for Posts

Getting visitors country from their IP

๐Ÿ“‚ Categories: Php
๐Ÿท๏ธ Tags: Geolocation Ip Country-Codes

I want to get visitors country via their IP Right now Im using this httpapihostipinfocountryphpip Here is my code ltphp if issetSERVERHTTPCLIENTIP realipadress