๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

How can I capitalize the first letter of each word in a string using JavaScript

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: String Title-Case

Im trying to write a function that capitalizes the first letter of every word in a string converting the string to title case For instance when the input is Im

Thumbnail for Posts

How can I determine installed SQL Server instances and their versions

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

Im trying to determine what instances of sql serversql express I have installed either manually or programmatically but all of the examples are telling me to

Thumbnail for Posts

How can I send mail from an iPhone application

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Ios Iphone Email Cocoa-Touch

I want to send an email from my iPhone application I have heard that the iOS SDK doesnt have an email API I dont want to use the following code because it will

Thumbnail for Posts

How can I use ifelse in a dictionary comprehension

๐Ÿ“‚ Categories: Python

Does there exist a way in Pythonnbsp27 to make something like the following somethingiftrue if condition else somethingiffalse for key value in dictitems I

Thumbnail for Posts

How do I convert a string to a double in Python

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

I would like to know how to convert a string containing digits to a

Thumbnail for Posts

How do I disable Git Credential Manager for Windows

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

I notice that in the latest version of Git the default is now to popup a Git Credential Manager for Windows dialog instead of prompting me for me password at

Thumbnail for Posts

How do I find numeric columns in Pandas

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

Lets say df is a pandas DataFrame I would like to find all columns of numeric type Something like isNumeric

Thumbnail for Posts

How do I limit the number of results returned from grep

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

I would like to say 10 lines max from grep I dont want my computer to work hard I want it to stop after 10 results found by grep Is it

Thumbnail for Posts

How do I query using fields inside the new PostgreSQL JSON datatype

๐Ÿ“‚ Categories: Sql

I am looking for some docs andor examples for the new JSON functions in PostgreSQL 92 Specifically given a series of JSON records name Toby occupation Software