473,538 Members | 16,694 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

General Forum

For Miscellaneous Answers and Insights that don't fit in existing topics
0
187
thread by: codedreamer1 | last post Jun 22 '23 by: codedreamer1
Software ate the world, AI ate the software and now agents are eating AI Agents, arguably are the early design pattern of what could eventually evolve into the holy grail of AGI. But the reality is, agents are cool, but they are pretty crappy at doing things reliably in the real world. It is like the early days of 1998 of the internet, where...
0
16,488
thread by: antdb | last post Jun 19 '23 by: antdb
B.Distributed Deployment 1). Deploy the distributed software sh antdb_install.sh ### the difference between distributed and centralized software deployment is as follows https://img1.imgtp.com/2023/06/19/KR4ZxhcT.png 2). Configure ssh-free between servers, configure sudo privileges for antdb users ssh-keygen -t rsa ssh-copy-id...
0
19,602
thread by: antdb | last post Jun 14 '23 by: antdb
Ⅱ. Download AntDB Community Version Download at: http://www.antdb.net/download, choose X86 version under Open Euler https://img1.imgtp.com/2023/06/14/hn1P9Kz2.png Ⅲ. Deploy AntDB Community Version AntDB supports both centralized and distributed deployment methods, in practice, customers can flexibly choose the suitable deployment method...
1
20,584
thread by: CD Tom | last post Jun 14 '23 by: cactusdata
I have a table that can contain up to 12 entries for an individual in the number field each number can be different number I want only to add up the top 7 numbers for each individual. What's the easiest way to do this. Thanks
0
11,713
thread by: Carina712 | last post Jun 2 '23 by: Carina712
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important information or to differentiate between different sections of the document. Additionally, setting background colors can help to improve accessibility for...
0
12,167
Oralloy
thread by: Oralloy | last post May 31 '23 by: Oralloy
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++ language. Are any of you able to point me at a working example for the OrangeCrab boards? I have one available, so a working example is...
1
15,057
hi
thread by: WisdomUfot | last post Jul 18 '23 by: cloudgo
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures to protect user privacy and prevent the referrer information from being shared.
0
6,700
thread by: Arjunsri | last post May 29 '23 by: Arjunsri
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and credentials and received a successful connection when testing it out. Yet, when I use this connection manager as my input source, while it connects, it does not show me the tables. here is the...
0
7,925
thread by: AndyPSV | last post May 26 '23 by: AndyPSV
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computer as in title
0
9,043
thread by: antdb | last post May 24 '23 by: antdb
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and capabilities to meet the increasingly complex mixed load scenarios and business needs of mixed data type for enterprises. At the mean time, to support users’...
0
8,079
thread by: CD Tom | last post May 21 '23 by: CD Tom
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins that the users have to right click on the Custom Toolbars and them select collapse the ribbon. is there any way to do this in vba so the user doesn't have to do the right click everytime then run a...
0
7,369
thread by: CD Tom | last post May 21 '23 by: CD Tom
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right click on it and select custom toolbars then collapse the ribbon. Is there a way to do this in vba so the user doesn't have to always right click and custom toolbars.
4
30,798
thread by: Kemmylinns12 | last post Jun 28 '23 by: vipulguptaseo
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies like Bitcoin, blockchain has evolved to become much more than just a digital currency platform. The development of blockchain applications,...
0
5,232
thread by: teenabhardwaj | last post May 18 '23 by: teenabhardwaj
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of time and effort. Endless Googling can be actually time-consuming as well. After all these hours expended online searching for interesting content, we allowed “ Would not it be expert to have all the top...
0
4,629
better678
thread by: better678 | last post May 18 '23 by: better678
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented language with two prominent features. First, it offers the ability to "write once, run anywhere," making it easy to achieve cross-platform capabilities. Second, Java incorporates garbage collection (GC)...
0
4,645
thread by: antdb | last post May 16 '23 by: antdb
In recent years, China Mobile has been strengthening the independent and controllable construction of IT support system for business operation. AntDB has been cultivated in the core system of carriers for 15 years, and has been put online in many fields of the communication industry and guaranteed continuous and smooth operation, which is fully...
0
3,636
thread by: antdb | last post May 11 '23 by: antdb
AntDB database was started in 2008. On the core system of operators, AntDB provides online services for more than 1 billion users in 24 provinces across the country. With product features such as high performance, elastic expansion and high reliability, AntDB database can process one million core communications transactions per second at peak,...
0
3,966
thread by: Rajaganesh | last post May 9 '23 by: Rajaganesh
Hi Guys, Getting error while creating import-snapshot with VHD from AWS S3 to EC2 I have a VHD file with Windows OS, it was uploaded to the AWS S3 bucket. So I'm trying to create an import-snapshot of the VHD file from AWS S3 to EC2 by using AWS CLI with the below Linux command. aws ec2 import-snapshot --disk-container...
0
4,659
thread by: Rajaganesh | last post May 8 '23 by: Rajaganesh
Dear Experts! Getting error while import-snapshot an VHD from AWS S3 to EC2 I have a VHD file and it contains Windows OS, it was uploaded to the AWS S3 bucket. So I'm trying to create an import-snapshot from AWS S3 to EC2 by using AWS CLI and by using the below Linux command. aws ec2 import-snapshot --disk-container...
0
4,471
thread by: pythonnovice23 | last post May 8 '23 by: pythonnovice23
Hi I am new to python. After upgrading to python 3.6 the html module which was earlier used is not working. The error is as below from html import HTML ImportError: cannot import name 'HTML' Objective of the code is to read the data from file and outputing into html page. The snippet of source code and the version is as below
0
6,921
thread by: Liann | last post May 4 '23 by: Liann
We are now in excel application And im having difficulties in printing the data in flexgrid to excel .. aysssst.. Hope you could help me🤧🤧
2
12,091
momo1014
thread by: momo1014 | last post May 12 '23 by: dommerly
Hello World! Hello to all you guys. I just register to this website, and I decided this is a pretty good place! I'm a 13-year old from China. I've learnt Python and I'm currently learn C. Hopfully I'll start learning C++ in June! P.S. I'll play Minecraft for an hour every night, so any good server to recommand?
0
9,166
BarryA
thread by: BarryA | last post Apr 26 '23 by: BarryA
I need to execute a SQL Server stored procedure from Java/Spring, and the SP has a try/catch block that logs errors to a table. The logging is required because the SP is also called manually or from a database task, however in my case, it creates an issue because the call from Spring is transactional (see...
0
8,817
thread by: newtothesite | last post Apr 24 '23 by: newtothesite
I've seen react, next, and other forms of javascript but if you were to build a chat application what would you use? https://www.youtube.com/watch?v=PHrFCor8Jb8
0
7,665
thread by: zermasroor | last post Apr 22 '23 by: zermasroor
i am creating logo for my client site photo editing which is the best software to create logos ?

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.