473,541 Members | 5,231 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
2
30,881
thread by: BloomS | last post Jan 30 '23 by: kanchansaini123
You are given a string s. You can convert s to a palindrome by adding characters in front of it. Return the shortest palindrome you can find by performing this transformation. *Example 1: Input: s = "aacecaaa" Output: "aaacecaaa"
2
6,511
thread by: Arushi | last post Jan 28 '23 by: pritikumari
Which changes do I need to make to the code below in order for a.f2(); to work? public class A { void f1(){} } public class B extends A { void f2(){} }
0
3,374
aboka
thread by: aboka | last post Jan 23 '23 by: aboka
hi, im new to python and would like to learn howto loop through the excel(A2, B2, A3, B3....) and read its field value so i could send it to a function. the code below works fine, but it only reads the first row. thanks in advance. wb = openpyxl.load_workbook(r'C:\Users\user\Desktop\blaster\sms.xlsx') sheet = wb.active x1 = sheet.value...
0
4,253
goodbean
thread by: goodbean | last post Jan 16 '23 by: goodbean
I am currently trying to figure out why gcc is throwing a warning at me for this macro only when using the '--' operator. It's a simple macro that cubes a value: #define cubem(a) (a * a * a) When I call it in main(): cube_result = cubem(--a); However, this is what gcc says: https://pasteboard.co/LgHUg0lhcQgl.png
0
493
thread by: antdb | last post Jan 12 '23 by: antdb
AntDB extends the relational data model by providing a richer type system, including complex data types and object-oriented, and extends support for the Object-Relational Data Model on the basis of the Relational Query Language to handle a richer type system. 1.Foreword Many database applications are written in object-oriented programming...
0
328
thread by: antdb | last post Jan 12 '23 by: antdb
1.Overview AntDB database is a home-grown distributed database with MPP architecture, highly compatible with Oracle syntax, which is widely used in many industries such as communication, finance and transportation. In the process of using AntDB database, users often delete data or update data by mistake due to misoperation or application bugs,...
1
11,733
thread by: Petrol | last post Jan 12 '23 by: Petrol
I have a problem very similar to, but not identical with, one I had previously - "Access unable to save backup or make .accde". For some weeks now when I use File>Save As>... >Save As (where ... can be either "Back Up Database" or "Make ACCDE" ), Access just keeps asking for the database password over and over. If I keep entering the password,...
0
1,593
thread by: shivajikobardan | last post Jan 11 '23 by: shivajikobardan
<div class="body"> <div id="board"> <div id="bat" class="bat"></div> <div id="ball" class="ball"></div> </div> </div> This is my HTML. I've done CSS For all of them and generated this:
0
1,348
thread by: shivajikobardan | last post Jan 7 '23 by: shivajikobardan
I'm currently watching tutorials to build projects as I'm still not in a phase where I can carve a project that I want all on my own. Currently, working on a snake game. let speed = 2; let lastPaintTime = 0; //Game functions function main(ctime) { window.requestAnimationFrame(main); if ((ctime - lastPaintTime) / 1000 < 1 / speed) {
0
1,240
thread by: James78 | last post Jan 7 '23 by: James78
I have long wanted to create a video for my website in motion graphics. I have a video on one site where it was very interesting to show in animated graphics what their company does. It's cool and I hope my users will be interested too when I put this video on the site. How do you like the idea?
0
2,710
thread by: markleo | last post Dec 31 '22 by: markleo
I have a special content txt file like this, https://i.stack.imgur.com/HEf0H.png == desc.xxx >>> 11111 2222 333
0
942
thread by: YellowAndGreen | last post Dec 25 '22 by: YellowAndGreen
Project link: (https://github.com/YellowAndGreen/Md-ImgLocalize) This is a python script that scans all the markdown files of a folder looking for images links, and substitutes the urls of the markdown files for local file names, and download the images. Why?🛠️ Offline markdown files are a reliable way to store and organize information....
0
1,196
thread by: Jyotimali | last post Dec 24 '22 by: Jyotimali
What is prototype function for initwindow
0
1,184
thread by: antdb | last post Dec 23 '22 by: antdb
https://i.328888.xyz/2022/12/23/DfCmJ.jpeg In the era of digital economy, 5G serves thousands of industries though its faster, richer and smarter connection. Based on the profound carrier service capability and rich operation experience of AsiaInfo Technologies (China) Limited (hereinafter referred to as: AsiaInfo Technologies), AntDB database,...
0
3,722
thread by: Chandler | last post Dec 22 '22 by: Chandler
is there some principles or guide lines?
0
3,998
thread by: ComPDFKit | last post Dec 16 '22 by: ComPDFKit
CSV is one of the most popular file formats when it comes to storing tabular data. If you want to manipulate or analyze data in PDF documents, you can convert PDF to CSV format, storing information in the form of tabular rows and columns. What Is CSV A Comma Separated Values (CSV) file is a plain text file, containing a list of data....
2
15,181
thread by: shivajikobardan | last post Dec 11 '22 by: shivajikobardan
I'm struggling with frontend. Although my basics of html,css are clear, I'm having trouble in building websites and I'm just putting baby steps towards it. Thus a guidance from a mentor would be really helpful to me in learning. If I don't find any resources, my plan is to just google and read till I understand. I want to ask this question...
1
12,953
thread by: kushant negi | last post Dec 9 '22 by: dev7060
#include<stdio.h> void multi(double); int main(){ double n; printf("Enter number"); scanf("%lf",&n); multi(n); } void multi(double n){ int i;
1
8,672
thread by: zermasroor | last post Dec 9 '22 by: dev7060
Hi, How to check if my website already has SSL? Can you please guide me
1
8,251
thread by: zermasroor | last post Dec 9 '22 by: dev7060
Hi, I want to add a single line with CSS on the website, can anyone guide me what is the code for this. Thank you
0
5,716
thread by: Urnbert | last post Dec 9 '22 by: Urnbert
How to make refresh botton, when click will refresh and automatically erase the entered data.
1
8,098
YuviKaushik
thread by: YuviKaushik | last post Dec 6 '22 by: zermasroor
Question marks are sometime in full cell, sometimes in front or end of the name.
0
4,605
thread by: HarrySto | last post Dec 6 '22 by: HarrySto
I started creating applications for the phone, and I’m just starting to learn how to write code on my own, for this reason I take the code partly from the Internet. Now I have one theme of two applications and I looked at both codes and realized that they are more similar … Who knows how to avoid this? What would be the code for each unique?...
1
5,103
thread by: ZEDKYRIE | last post Dec 6 '22 by: cactusdata
=DCount("*","tblMainDBASE","Year() = " & ) And (='New Transaction') here is my expression in unbound textbox. where it count record at tblMainDBASE which Date of payment is equal to text159 and type of application is equal to New Transaction. i got 6 record at the table but the unbound textbox says 0. Can anyone help? plsss. thank you
1
14,330
thread by: XIAOLAOHU | last post Dec 3 '22 by: carlamartinez02
What is Elastic Computing? Elastic computing offers organizations the ability to swiftly expand or shrink IT infrastructure resources dynamically to meet changing demand. This is done automatically, without you having to plan capacity and peak usage ahead of time, meaning that the resources are there when you need them and released when you...

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.