Quick Overview Hey guys! I'm working on an app that has the ability for an Order to contain multiple OrderStatus which then have a relationship with the Status
I need to get a string checksum or hash (or something equivalent) using just the C preprocessor, if possible. The use case is as follows: I'm doing error log
Let's say I have two tables, Comment { Id , PostId } and Post { Id }. Now I want to retrieve the comments that have different PostId property, should not have t
I wanted to "fake" persistant rooms. So I have a list of rooms with his names "room 1", "room 2", etc. When the user clicks on one room I execute this: PhotonNe
Following is my user schema in user.js model - var userSchema = new mongoose.Schema({ local: { name: { type: String }, email : { type: Stri
I have the following private key, and am attempting to read it as an instance of ECPrivateKey using BouncyCaste with the following code. However, I'm getting a
When I try to encode the password variable into md5sum, it is giving me a string with the md5sum encoding and a dash at the end. And when I try to put a dash af