Questions tagged [code-conversion]

The process of converting the logic of some source code from its original language/framework to a different language/framework. Not to be confused with porting, which deals with architectures/platforms.

272 questions
-8
votes
4 answers

How to convert Python [... for ... in ... if ...] to JavaScript

In my previous question, some kind man gave me a good answer of check username. This code checks whether username has some forbidden words. Python: FORBIDDEN_USERNAME_LIST = ['admin', 'master', 'owner'] for item in…
touchingtwist
  • 1,930
  • 4
  • 23
  • 38
-10
votes
1 answer

Converting c# to VB

I had written a code in C# that I need to convert to VB. My C# code works perfectly fine but some glitch in my VB code.What actually is happening, my c# code reads through the excel sheet records and inserts them into the DB. But my VB code is…
Nuke
  • 1,169
  • 5
  • 16
  • 33
1 2 3
18
19