473,543 Members | 2,383 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Latest Bytes Forum

Support forums for various IT topics. Programming languages, databases, systems, applications and more. Subscribe to a community, participate, ask, share your expertise and network.
 
1
15,555
thread by: fra93 | last post Nov 22 '22 by: dayamafor
Given N as the number of bits, how to find N sequences of (2^N/N) numbers each such that: given an arbitrary number n, there is always one number in each sequence that has hamming distance 1 from n. As a reference hamming distance 1 means that two numbers have only one bit that is different. For example given N=4, one of the possible...
0
8,583
thread by: Yacine Si Tayeb | last post Nov 2 '22 by: Yacine Si Tayeb
1. Introduction ElasticJob, one of the sub-projects of the Apache ShardingSphere community, is a distributed scheduling solution oriented towards Internet applications and massive tasks. Since ElasticJob 3.0.1 was released, we’ve received a lot of feedback from users on GitHub. After merging the code committed by the contributors, ElasticJob...
2
13,015
thread by: shivajikobardan | last post Nov 16 '22 by: richard110
​ Take this code for example: <div class="super"> <div class="extra">text</div> </div> *
7
10,736
anoble1
thread by: anoble1 | last post Nov 2 '22 by: NeoPa
I have a Crosstab query that I am working on. So, for my Column Heading I want to use this 1 Field that has 5 options in it. Right now if I put in the Criteria "Car" or "Truck" I get 2 columns, 1 column for car and 1 column for truck. Is there a way I can just total those both up in 1 column. So the Field will show a total of Car & Truck instead...
1
25,788
thread by: pavanligue | last post Mar 28 '23 by: Roman123456789
I have a requirement to extract data from firebase which is used to build serverless applications. Can we connect Firebase no-sql database(Firestore) to ETL tool Alteryx, could not find any relevant documentation on the application website. Appreciate your help in advance.
1
12,477
thread by: hydra69 | last post Oct 27 '22 by: NeoPa
I have a table tbl_questions_answers with fields (correctAnswer and selectedAnswer). I want to compare the values of both fields in each record and make decision on it in access vba. I'm new to access and vba. Would appreciate if I can be assisted for vba code.
0
12,236
thread by: hydra69 | last post Oct 27 '22 by: hydra69
I have a table tbl_questions_answers with fields (correctAnswer and SelectedAnswer). I want to compare the values of both correctAnswer field and selectedAnswer field in each record and make decision on each. Don't know how to use For Each loop to loop and compare since am newbie in access vba. Would appreciate it if am assisted on vba code to...
0
13,070
thread by: nbaz | last post Oct 26 '22 by: nbaz
Hello World! I’m newable in Perl but I really want and need to learn it. I’ve learned a lot but on my own, so I feel like I'm skipping information, and I don't know what I'm missing. Now I’m stuck, so I would be grateful if you kindly helped me with this. I’m trying to develop an approach to compare the degree of similarity of two input ...
5
17,732
thread by: Aftab Ahmad | last post Nov 19 '22 by: NeoPa
Hello friends! I am here again with the problem about MS Access VBA Password. I have lost my MS Access VBA Password. Is there any way to recover or remove it through VBA Code or macro not using any third party tool or software?
3
11,932
thread by: birdlegs | last post Oct 23 '22 by: NeoPa
One major function of my database will be to print labels to be used for solicitation. Not all labels will be printed at the same time and I need a way to not repeat printing. I have little experience in VBA and I'm sure there is a better, quicker way to do what I've managed to do thus far. But I am stuck on how to finish this out. Database...
3
10,273
thread by: bibo1dd | last post Oct 23 '22 by: NeoPa
hi all i have database with linked burble sheet pic object all i want how i can detect this pic content to remark pic on to my data base like remark office and form scanner
4
12,724
thread by: Petrol | last post Oct 24 '22 by: zmbd
I have a form with several combo boxes, all with Limit to List on. If a user enters invalid data into one of them, of course he gets the "not in list" message. If he then decides he was on the wrong track and tries to cancel the form (Cancel button click event = Me.Undo), Access still keeps insisting on a valid entry in the combo box. I can't...
1
15,662
thread by: Zerco | last post Oct 26 '22 by: dev7060
I really need help and i would apreciate if someone can help me with this I need to do the same than here but with .NET, instead of node js. I never worked with .NET before. Is my first time working with tokens and APIs. So i kinda need help with this Question: Is it possible to do this with .NET? if it's not possible, i would like to know...
2
14,367
thread by: dekel12121 | last post Nov 9 '22 by: dekel12121
Hi, I'm working on a project for which I would like to write a python script to talk with a server/cloud in order to download a file (either an excel file or a simple text file). The ideal flow: User opens script on PC and enters user name & password. If username & password are correct, the user is required to enter OTP, which he...
1
11,150
thread by: accessibilitysp | last post Oct 23 '22 by: zmbd
Hello everyone! So today I will be asking some very important questions which many others might relate to. Your advice might influence my decision so its a request to answer this if you have reasonable amount of experience in the IT industry. My short intro: I am 26 year old. Completed my Bachelors in Cs with a cgpa 2.8/4 in July and now doing...
5
13,286
BarryA
thread by: BarryA | last post Feb 20 '23 by: Vanisha
I'm looking for examples, but I'm not finding any. Are there any examples on the internet? I'd like to know what it returns when it can't find something, as well as how to specify the starting and ending points, which I assume will be 0, -1. >>> x = "Hello World" >>> x.find('World') 6 >>> x.find('Aloha'); -1 Could you please help me? But...
1
11,017
thread by: yogeshkr | last post Oct 22 '22 by: zmbd
i cant figure out how to get when i have to find the all records in the mongo db document and check a field which is true or false from each document inside collection here i am first finding all user from user table after that taking the user ids and finding teir course registrations if the course registration is true then i have to increase...
3
17,652
thread by: Vladeta | last post Oct 28 '22 by: jameswalter
How to split 123.4 in '1','2','3','.','4'
0
7,011
thread by: gregor22 | last post Oct 15 '22 by: gregor22
Hi, I am using the IBMDataServer Manager for monitoring queries. Indeed I only see the sql statements from package cache and stored procedures. For those which are used by triggers I cannot see, should I have to add any profile?
1
7,095
thread by: tayyab772 | last post Oct 18 '22 by: dev7060
Hi Actually i have a problem in my php sql ecommerce project that i am not able to change currency symbol $ to pkr and i tried to change it from php files and phpmyadmin but never find any solution .If someone can guide me ill be thankfull
10
22,233
thread by: EhYay | last post Nov 10 '22 by: EhYay
I've been looking around the web about how to make the program wait for a set amount of time and discovered this type of code. However, my IDE says it cannot resolve Sleep(). I have included the appropriate library and even tried its variations. I'm confused about what's wrong and would much appreciate help. #include <windows.h> #include...
3
25,083
thread by: maripopela | last post Jun 21 '23 by: vipulguptaseo
I’ve never tested an API before, so I’d like to know where is the best place for me to start my journey. What tools to use, what bugs there are in different systems and what common problems are met with during testing API?
0
8,545
thread by: leo001 | last post Oct 10 '22 by: leo001
define view ⚫ A view is a virtual table derived from one or several basic tables, which can be used to control user access to data. The SQL statements involved are shown in the following table. ⚫ Description:  The view is different from the basic table. The database only stores the definition of the view, not the data corresponding to...
1
11,102
xarzu
thread by: xarzu | last post Oct 12 '22 by: dev7060
What is the equivalent project file for a Java project? For example, a C# project file is denoted by the delimiter of .csproj. So what would it be for a Java project? Is it dependent on what IDE I am using for Java? I did some search online about this and it seems to me that the answer to this question is dependent on the IDE. From memory,...
8
20,966
thread by: kjhyder | last post Oct 26 '22 by: ylimejoy27zv
I have an Access database that I send out emails to our customers. When the command button is selected it opens Microsoft Office and generates the emails for me to send. We have now created a general email address (like info@abccompany.com) that is shared among my team. It is possible to change the from address in Outlook for the emails generated...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.