
Search In
Hello 'nerds'!
I have been recently inspired to create a website for my music project (a place where you can look at news, concerts, buy things etc.), but it is not a simple layout and there are many elements of it that I don’t
I used mozilla fennec open source for my project in android application now i want to update that application with a totally new application. Even on signing with same certificate and providing higher version number i am unable to update . It shows m
Hi .. I am a newbie to node.js . What I am trying to do is export value of a global variable in my ejs file , if the value is greater than 1 , insert data otherwise just display it . Now I can't find a way to use that value in my node module
Hi,
Hope you are doing great.
I would like to know what I can be using in order to not ping the server back for authenticating the user. Where do I have to store the data and retrive it without pinging the server multiple times.
Re
Hello, I managed to make the div autoplay and show their respective hidden text. But now, how can I made the current play div to be in brown background just like when I manually hover to that div.
Here is the codepen for you guys to see it.
How to display a powerset using the following code? what is the mistake and where? why the output is not getting displayed? What to do to display the output?
def power_set(items):
N = len(items)
# enumerate the 2 ** N possible combi
Hi, Im stuck on a project. This is on Google Cloud, I have a Cloud Function that resize a image with ImageMagick. The Cloud function is is triggered whenever a new image is uploaded to a bucket. That part works fine.
Now I want to combine the image
I am new to the Oracle GoldenGate product. I want to understand if it is possible to create a CDC pipeline from MongoDB as Source to any RDBMS target or KAFKA using Oracle GoldenGate? Can anyone help me with any documentation for MongoDB as source to
I use sqlite3 library for using database in python. When I want to make a table, I get this error:
sqlite3.OperationalError: near "group": syntax error
My function that does this:
def connect():
conn = sqlite3.connect(dbpath)
cursor = c
I want to make requests to an api that returns a response like so:
{
totalRecords: 30,000,
data: [{...}],
links: {
selfLink: 'http://example-api.com/data?api_key&page=0&size=10',
nextLink: 'http://example-api.com/data?api_key
