473,624 Members | 2,122 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.
 
0
2,754
thread by: Saanvi Sen | last post Jul 6 '22 by: Saanvi Sen
Hello Everyone, I am currently working on an Education Web app, based on React and looking for some Admin templates that can help me to save my time as I do not want to build the whole app from scratch. Can you guys suggest to me some best Admin Templates based on React? Thanks!
0
1,513
BarryA
thread by: BarryA | last post Jul 4 '22 by: BarryA
Is there a recommended practice for supporting self-hosting and web-hosting simultaneously? I had a lot of issues to work through. Because of HttpContext.Current is not set and The GlobalConfiguration is not accessible in self-hosting, autofac does not work properly. Are there any other issues to be aware of?
9
13,472
thread by: jackjee | last post Jul 1 '22 by: CJ_London
Hi All I have a table with records having timein and timeout from terminal. I am trying to find count of the buses in 5 minutes buckets of the hour for each terminal. data sample: Bus terminal Timein Timeout GGT rq1 20-01-22 05:56 20-01-22 06:11 CDC rq1 20-01-22 05:58 20-01-22 06:16 HFT rq2 ...
0
2,350
thread by: pisthaprgrmr | last post Jul 1 '22 by: pisthaprgrmr
While developing for a mobile application, ther comes a requirement for refresh the JWT token. for which i had implemented login response as 1. access token and 2. refresh token. Where access token has an expiration time of 8 hrs. and refresh token has an expiration time of 2 yrs. If the access token is expired the api (/refresh-token) is...
0
8,072
thread by: zachatmarco | last post Jun 30 '22 by: zachatmarco
Hello, to the reader of this question. I have a unique problem, at least I think. I have one website / brand that is developing website/brand kits for new businesses and real estate agents. Our goal is to create a unique, branded website(client portal) in which they can purchase business apparel and gear with their logos on the gear. I...
0
11,972
DJRhino1175
thread by: DJRhino1175 | last post Jun 30 '22 by: DJRhino1175
I get the 2501 error stating that the Out put to was canceled without anyone cancelling it. I go to debug and it points to lines 21 and 22. I do not have any issues running this on my PC, but I have a user that gets this every time he try's to run this code. I gave his PC full control of the folder the database is in thinking it was a rights...
0
8,764
thread by: Ravipg | last post Jun 28 '22 by: Ravipg
Dear All, I have been facing below issue when trying to export table data in CSV format only when used where condition. I dont see any issue if I dont use where condition. Eg: Succesfully copied to CSV dnsdb=> \copy domains to '/root/pgdata/mycsv.csv' csv; COPY Failing with below error when added where condition
0
8,916
thread by: gglobus | last post Jun 27 '22 by: gglobus
ascx control file which calls an aspx page, Tried all combinations of window.opener to reload the ascx page. It has no form on it so I even tried using form1 in the name to see if I could get it to reload. I even put a button on the page and that does an onClientClick that works on the button in the page. However when I try to invoke it with see...
0
7,981
thread by: shivajikobardan | last post Jun 27 '22 by: shivajikobardan
This question is pretty basic and anyone who has used packet tracer labs can easily answer this questions. >Considering these factors, propose a redundant network design architecture in hierarchical form for a bank having four departments namely HR(20 pcs), marketing(20 pcs), finance(45 pcs), IT (30 pcs). Each department has managed its own...
0
7,815
thread by: jackhack | last post Jun 26 '22 by: jackhack
Dear experts I have data set which is for validation of error on both sheet build A and B, i need vba code to list validation so minimize by pick unique values Page,Testcase,Testid i want shown values of testid once done unique validation of textbox3 from both sheet A and B for e.g "if i select page = ASIA In Listbox1 then listbox2 show...
1
11,727
thread by: lewis123 | last post Jun 24 '22 by: dev7060
i have a problem: student.dat file 1. surname, name, patronymic (40 characters); 2. course number (1 character); 3. group number (1 character); 4. summary of the sessions: 10 sets of 5 evaluations each; 5. form of education: full-time, part-time (1 character); 6. exam: subject name (10 characters) and grade (1 character); The data in the...
1
10,148
thread by: Stoney L | last post Jun 24 '22 by: dev7060
Well, dudes, I'm back for another question:What deal is with this? The error is: tempCodeRunnerFile.cpp:6:12: error: comparison between pointer and integer ('char' and 'const char *') So next, there is my code: #include <iostream> using namespace std; int main() { char a; int ascii,suma,sumb,sumc; while(a!="?"){
0
10,373
thread by: milkinvl | last post Jun 24 '22 by: milkinvl
Hello, pls help me. There is a low http dos attack on the Apache server from a specific ip. If I block this ip in .htaccess - will it help? Or Apache will first try to read the entire request (including the body), and only then will it check the possibility of access from this ip and return error 403.
2
17,517
thread by: themadtux | last post Jun 23 '22 by: webapp
Quick question, I have a label that is counting the letters that are typed in a textbox. But what I do want with that label is that I need it to be right justified. If I set the properties of the label to have right align it doesn't seem to work. So do I need to align it in the code so when it hits double digits it doesn't run over the item to...
1
16,987
thread by: DANILIN | last post Jun 22 '22 by: DANILIN
Knapsack 0-1 C# binary & rosettacode & WE Classic Knapsack problem is solved in many ways My newest program synthesizes all ciphers from 0 & 1 adding an extra register and 0 remain on left in cipher Number of comparisons decreases from N! to 2^N for example N=10 & N!=3628800 >> 2^N=1024
0
9,114
thread by: decoratorWrap | last post Jun 22 '22 by: decoratorWrap
i want to edit the python files. but whenever i right click, everything disappear. that is the first problem i am facing. second problem is whenever I want to debug the code related to this package, i cant navigat through the source lines though IDLE debugger is showing the line and line numbers only inside debugger.
0
9,877
thread by: patriciajames | last post Jun 21 '22 by: patriciajames
Can anyone recommend an API that will meet my requirements?
0
8,858
thread by: mihailmihai484 | last post Jun 20 '22 by: mihailmihai484
Hello everyone, I tried in this code to make a binarysearch dictionary in a text file using ArrayList and socket, but I don't know what happen that I can't do this..? Client code: import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.Socket; import...
1
13,856
thread by: assad | last post Jun 20 '22 by: JacqualineLi
I want to open a file but Microsoft common dialog control 6.0 doesn't open. it says license information for this component not found. what should i do?
0
8,092
thread by: xykovyci | last post Jun 18 '22 by: xykovyci
I am writing a python script. My job is to find the last date of iCalendar event from recurrence rule. This is RFC https://datatracker.ietf.org/doc/html/rfc5545. I want to know what is the best Python library to do that. I just need to store event expiry time. Is there any code already available to do that?
0
7,730
thread by: sjain6 | last post Jun 17 '22 by: sjain6
High level Java Interview Questions for Experienced and novices Java is the most by and large elaborate programming language in the continuous IT industry. One critical avocation behind the gigantic number of fledglings and specialists in the field of composing PC programs is the expert potential that Java data goes with. This article is...
2
13,663
thread by: markleo | last post Jun 17 '22 by: sjain6
when I check this link: I get bellow messy code: https://i.stack.imgur.com/dvtHU.png how to get the correct format js content?
0
9,007
thread by: VamsiMadineni | last post Jun 17 '22 by: VamsiMadineni
Hi, I need to encrypt one of the existing column data and perform full db backup and share that to dev team. Please share any tools available to do that. Thanks.
0
7,309
thread by: shivajikobardan | last post Jun 15 '22 by: shivajikobardan
https://www.cloudflare.com/learning/cdn/performance/#:~:text=In%20order%20improve%20page%20load,loads%20and%20lower%20bandwidth%20costs. I am talking about this page. It says-: “1500ms: The five assets are delivered asynchronously to the client from the origin server in Singapore.” 1 response takes 250ms, then 5 responses should be...
0
5,204
thread by: Elliefagel | last post Jun 15 '22 by: Elliefagel
Hi, I am starting a small AV installation company and I would like a recommendation for a simple and easy to use invoicing software, thank 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.