I am trying to figure out how exactly arithmetic bit-shift operators work in C, and how it will affect signed 32-bit integers. To make things simple, let's say
Im trying to create an API where users can create their fav movies and rate them. So instead of creating a Movies array in user model, I created a Movie model w
I'm pretty new to programming, but I have a question: How could I show different task output (I should use the tasks) in different lines, in the console? Also,
I've created tables with pdfmake. The pagesize and the columns size was fixed. But the two table in one row is merging. What should I do? An another problem is
I’m trying to create numbered/bulleted lists but I want to be able to set which number format to use, example LOWER_LETTER, UPPER_LETTER, UPPER_ROMAN, etc
I have a datatype of size 128 bit, and I like to generate a random value without using boost or any third party headers/libraries. I wrote the below code snippe
I would like to avoid duplicating my POJOs in a microservices application, so I am wondering if there is a way to do that (like proxying)? I mean, is there a w
I'm looking for a Visual Studio Build Configuration Macro of the form 'x86' or 'x64'. I am aware of $(Platform) but, this seems to give me 'Win32' or 'x64'. Do
I faced the below issue when I started to change CSS files extension to scss and also installing the node-sass module: Error: Missing binding /home/shayan/work
I am trying to use Saml2 from Sustainsys in an ASP.NET Core 3.1 web app as service provider. I am using the nuget package Sustainsys.Saml2.AspNetCore2. It works