I have column which stores values separated by a comma. It's something like this: +--------------+--------------------------------------------------------------
As per an audit process I need to check many profiles in the system for conformity. I was wondering if there is any way to automate this process in such way as
I have mulitple producer threads that add objects to a shared queue concurrently. I want to create a singlethread consumer that reads from that shared queue fo
Say I have very large bytes object (after loading binary file) and I want to read parts by parts and advance the starting position until it meets the end. I use
I am looking for a formula that will count the number of cells in a range (say A1:A5) whose values match any of the values of another range (say B1:B3). Edit:
I have a question about a scenario I need to code. I have a process that will send a request file via SFTP and then I will need to wait for a response file to
I am trying to import nltk in Jython and calling that from java file but it is showing "no module found" error. Test.java: PythonInterpreter interp = new Python
How to set flexible height for parent div. In my code popup is there inside div. If I open the popup i want to increase the height of the parent div. I have use
Highly divisible triangular number, my solution My solution of challenge from Project Euler takes too much time to execute. Although on lower numbers it works f
I have an ATL COM service and in the .IDL file, I've declared an enum like so: In Gourmet.idl typedef enum Food { Chocolate = 0, Doughnut, HotDog