All Posts
NGINX upstream timed out 110 Connection timed out while reading response header from upstream
I have Puma running as the upstream app server and Riak as my background db cluster When I send a request that mapreduces a chunk of data for about 25K users
npm not working - read ECONNRESET
Im having a problem with npm I cant install anything Here is the error messages CWindowssystem32gtnpm install g yo npm http GET httpsregistrynpmjsorgyo npm
Open Cygwin at a specific folder
How can I create a Cygwin shortcut that will open Cygwin at a specific folder This would obviate having to type cd cygdrivecUsersTomDesktop each time I launch
Password authentication is temporarily disabled as part of a brownout Please use a personal access token instead duplicate
This question already has answers here Issue on adding SSH key to GitHub 8 answers Closed 3 years ago The community reviewed whether to reopen this question 3
PostgreSQL wildcard LIKE for any of a list of words
I have a simple list of 25 words I have a varchar field in PostgreSQL lets say that list is foo bar baz I want to find any row in my table that has any of
Prevent segue in prepareForSegue method
Is it possible to cancel a segue in the prepareForSegue method I want to perform some check before the segue and if the condition is not true in this case if
Print list without brackets in a single row
I have a list in Python eg names Sam Peter James Julian Ann I want to print the array in a single line without the normal names Sam Peter James Julian Ann
Query to list number of records in each table in a database
How to list row count of each table in the database Some equivalent of select count from table1 select count from table2 select count from
Random noise functions for GLSL
As the GPU driver vendors dont usually bother to implement noiseX in GLSL Im looking for a graphics randomization swiss army knife utility function set