473,550 Members | 2,673 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
11,734
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
3,616
thread by: markleo | last post Jan 12 '23 by: markleo
When I read Docs about (https://www.electronjs.org/docs/latest/tutorial/tutorial-preload): >From Electron 20 onwards, preload scripts are sandboxed by default and no longer have access to a full Node.js environment. Practically, this means that you have a polyfilled require function that only has access to a limited set of APIs. ...
0
1,594
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,353
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) {
28
10,718
isladogs
thread by: isladogs | last post Jan 7 '23 by: isladogs
Access Europe (AE) is a new online chapter of AccessUserGroups.org. Further details are available from https://accessusergroups.org/europe/ All meetings will be on the first Wednesday of each month from 18:00-19:00 (UK time – currently UTC/GMT) and will be co-chaired by Alessandro Grimaldi & Colin Riddington. Whilst Access Europe is...
0
1,241
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?
1
5,062
thread by: arielgross | last post Jan 6 '23 by: BloomS
Hey guys, as a beginner app developer, I want to learn more about mobile app development, before starting to work for the company. Is any app developer here to guide me about which type of app development is more trending that I should learn about?
0
508
thread by: antdb | last post Jan 6 '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
10,095
isladogs
thread by: isladogs | last post Jan 5 '23 by: isladogs
If anyone is interested, I’ve spent some time testing the new VBA Project Signing feature which is currently available to anyone running Office 365 on an Insiders channel (either Beta or Current Channel Preview). It will soon be released more widely to all those on the Current Channel. The feature requires the developer to add a digital...
2
9,383
thread by: HarrySto | last post Jan 4 '23 by: HarrySto
How can you do code refactoring when committing to git? In order for the git to look at the format of writing code, that spaces are indented, not tabs, the names of variables and classes, etc... How can I do that?
2
4,042
thread by: Fakhir | last post Jan 4 '23 by: BloomS
Hi, I need help in converting the pesudocode into c++ code. Initialize key = ROLLNO, extra = NAME_POSITION Start the iterator with value 1 If the iteration number is greater than 5, go to step 12 if the ROLLNO is greater or equal to 50 add five to counter subtract 2 from extra go to step 6
0
4,031
thread by: Carl1543 | last post Jan 3 '23 by: Carl1543
I’ve been facing a problem where one of the Cron jobs processes was suddenly killed or crashed. I’m using PHP MVC on Cloudways as my server. Previously I used node.js pm2 to restarted the cron job manually on cloudways terminal, I would like to ask that is it possible to achieve restart cron job process automatically by using Node.js PM2?
1
8,767
thread by: BernardOgil | last post Jan 3 '23 by: BloomS
Hello friends, I am experiencing a serious issue on my PC that I can't seem to solve it anymore. Actually, I want to upgrade my PC into Windows 11 and when I try to upgrade it, there is showing, need to install .NET framework. But I am not able to install .NET framework on my computer. Could anyone please help me how to install it? Any kind of...
0
3,466
!NoItAll
thread by: !NoItAll | last post Jan 2 '23 by: !NoItAll
Hi: I have a windows 10 machine that runs our server application on the local LAN. Now I need to put a gateway application in the DMZ and would like to avoid adding another machine. The gateway runs under Windows 10. The computer that runs our server on the LAN has two NICs. Can I run the gateway application and bind it to the second NIC...
0
2,712
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
1
3,725
SwissProgrammer
thread by: SwissProgrammer | last post Dec 29 '22 by: dev7060
Is there javascript already written that can be placed into the url location box that would remove all variations of anything relating to Google from a web page? Example of similar activity: In Firefox, on Microsoft Windows, I can right-mouse-click on a web page, then press the "Q" key on the keyboard, and then in the "Search HTML" input...
0
3,910
SwissProgrammer
thread by: SwissProgrammer | last post Dec 29 '22 by: SwissProgrammer
I have some code that I tested and it works on a bytes.com page to remove some iframe advertising. I would like to adapt it to remove all google advertising on every page that I use it on. I copy the following and paste it into the url location bar, then type in the j for the beginning then click the Enter key and it works. avascript:...
0
3,973
thread by: asking | last post Dec 27 '22 by: asking
I found unexpected command that took max CPU Usage on Postgres database server https://ibb.co/7NfSV5C
0
2,368
thread by: decoratorWrap | last post Dec 27 '22 by: decoratorWrap
can anybody help me out of a serious problem i am facing, i have tried a lot of google search, but all in vain. open is a built in function, written in c language for cpython implementation. i can step into, step through only python codes, is there any debugger/mechanism which can step into built in open function. i mean can i step into c code of...
0
1,969
thread by: Bhuvaneshwari M | last post Dec 26 '22 by: Bhuvaneshwari M
<table id="mytable" class="styled-table"> <thead> <tr> <th>Patientid</th> <th>Name</th> <th>Path</th> <th>Category</th> <th>Action</th> </tr> </thead>
0
944
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,198
thread by: Jyotimali | last post Dec 24 '22 by: Jyotimali
What is prototype function for initwindow
0
1,187
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
1,670
thread by: ASPHELPME | last post Dec 23 '22 by: ASPHELPME
I am looking for a replace function or regEX that completely remove malicious code. For example: <script>alert('Hi there!');</alert> I would like to submit this to the database with a blank. I am able to remove the script tag with replace but I would like to remove the entire code. Any help would be appreciated. Thank you
0
3,723
thread by: Chandler | last post Dec 22 '22 by: Chandler
is there some principles or guide lines?

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.