I am using the following code to write to Kinesis from a spark structured stream code. It errors out with following error. The AWS credentials have admin access
I have an implementation for a part in native e4. The part's UI shall now also be shown within a MultiPageEditorPart which seems to enforce e3 style editors. Wh
I need to redirect all requests from https://example.com/* to https://example.com/test/* if the URL does not contain the test substring. So far I have these rew
% adds two lists together add_pairs(X, [], X). add_pairs([I1, I2, I3, I4, I5], [I7, I8, I9, I10, I11], [O1, O2, O3, O4, O5]) :- O1 is I1 + I7, O2 is I2 + I8
Regarding this leetcode problem My solution: I am pushing all characters in a string to a stack data structure. While pushing I keep track of the number of '('
I am using zsh and prezto with cygwin. When I type this git command 'git reset HEAD5', zsh does not found HEAD^. But when I switch to use bash, it works. $ gi
I found a API api/v1/users which can provide a paginated list of users registered on the server. But, in fact, I want to get all registered users. Is there any