Authentication via Facebook does result in the following error message: Koala::Facebook::AuthenticationError in AuthenticationsController#menu type: OAuthExcept
say I have 3 models: 1- Project..., target_countries 2- Freelancer..., country 3- Country... now we have search project page where freelancer can apply for proj
lets say i want to create an abstract class with a factory class in it: abstract class BaseA {} class A extends BaseA { someMethod(...) {} ... }
sorry I am a bit of a beginner and I am having trouble gettin the else statement working properly in this program i made to draw stuff in turtle with python. I
I'm trying to write a simple dataframe into influx and this are my columns: Index //// Tag 1 //// Field 1 //// Field 2 I have checked
I'm experimenting disassembling clang binaries of simple C programs (compiled with -O0), and I'm confused about a certain instruction that gets generated. Here
I'm trying to replace external tables of a set of CSV files with native Snowflake tables using COPY INTO instead. When I use the external table, I get a json "v
I would like to do the following tasks: I want to add a column to a rendered table with observeEvent and via action button. Initially, the table should be displ
When payment gateway like payumoney, ccavenue, paytm etc. redirect to callback url or redirect url or you can say that after payment success or failure we are a
I am trying to extract list of NPM packages from each GitHub. I have a iteration that does the following: Search for package-lock.json files in each GitHub repo