Skip to main content
1 vote
1 answer
306 views

I'm working on a PHP project and I'm looking for a way to identify and fix code convention issues. I'm familiar with ESLint and Prettier for JavaScript, and I'm wondering if there are similar tools ...
VQH DEV's user avatar
  • 43
2 votes
1 answer
133 views

I am updating code from VB6 to C#. I have a requirement of backwards compatibility. So files encrypted in the VB6 version need to be able to be decrypted in the C# version. So far I am unable to ...
Jesse Fogel's user avatar
1 vote
1 answer
144 views

I have a piece of code which I need to convert from SAS to Spark SQL. I want to know what is the equivalent function for as that in SAS SAS Code: DATA NEW_TABLE; SET SOURCE_TABLE1 SOURCE_TABLE2 ; RUN; ...
Ram's user avatar
  • 13
0 votes
1 answer
63 views

What would be the Kotlin equivalent of detecting overflow as is done in Swift's subtractingReportingOverflow? For instance, the following in Swift yields shiftValue of 7212078330627782743 and ...
VIN's user avatar
  • 7,054
0 votes
2 answers
198 views

I am using the following script to do queries on a website. It works on macos, however it does not work with ubuntu. I have tried requests and it works, I also tried a simple asyncio + requests with ...
anarchy's user avatar
  • 5,234
1 vote
1 answer
490 views

I've a df like this: Zip City 'River' 'London' ' ' 'Rome' 'River' 'Berlin' 'River' 'Madrid' ' ' 'Munich' ' ' 'Paris' SAS code below which I've converted in Pyspark if Zip = '' then do Flud = City;...
Marco Pasqua's user avatar
0 votes
1 answer
228 views

I am trying to replicate findings from a particular study. The study uses the xtabond command in Stata to run an Arellano-Bond estimator with lags of the dependent variables. The goal of the study is ...
eric andre the gian's user avatar
0 votes
1 answer
261 views

I am programming in Delphi and I'm having a hard time converting a C++ API POST Request into delphi. I have tried using Indy as I have before with previous API's but this one seems to not work with ...
robhercarloz's user avatar

15 30 50 per page
1
2 3 4 5
19