473,554 Members | 5,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.
 
6
16,677
thread by: warner | last post Jul 14 '22 by: Willjoe
Hi, I want to remove one element from array so i'm using unset function but it also remove that index number. I want to re-index after removing array. is there any solution?
0
4,109
BarryA
thread by: BarryA | last post Jul 14 '22 by: BarryA
Hi everybody, I joined this group to learn more about web development. I am familiar with Java, C, and HTML, and am actively learning CSS and Python. And I'm facing some issues! Can somebody help me? After deploying and hosting my website, I upgraded my pip version. Then I installed the pypaystack package. When I try to push to Heroku, I get...
1
4,056
BarryA
thread by: BarryA | last post Jul 14 '22 by: Willjoe
Thrashing is linked to memory management in an operating system. What causes thrashing? How can we avoid it? I looked on Scaler topics and Wikipedia but I need more info regarding thrashing, Can someone help me out?
5
17,768
thread by: jiwlei | last post Jul 14 '22 by: Djohnavid021
Boy do I regret updating to the newest Windows 10 update. I decided to update at around 10:30 PM last night. It was over 2 hours later when it finished and took me to the login page. Then came all of the issues. After entering my password, the welcome loading circle just kept turning and turning and turning for over 10 minutes until it was sent to...
0
4,407
ADezii
thread by: ADezii | last post Jul 13 '22 by: ADezii
Can someone tell me how I can dynamically Upload a File to a SharePoint Site to a Sub-Folder under Shared%20Documents?
7
27,685
codegeekguy
thread by: codegeekguy | last post Jul 13 '22 by: Khushi16M
Hi, I wanted to know if is there any simple code that can compare two different strings in C++ easily.
0
3,895
thread by: MartianBanks | last post Jul 13 '22 by: MartianBanks
1. Introduction to the Fully-encrypted Database Features A fully-encrypted database aims to protect privacy throughout the data lifecycle. Data is always encrypted during transmission, computing, and storage regardless of the service scenario or environment. After the data owner encrypts data on the client and sends the encrypted data to the...
3
15,377
thread by: Dönerbude | last post Jul 12 '22 by: Anushka00
I want to remove the last characters which are " " but the number of empty characters in the end varies. sometimes it is: "hello " sometimes: "hello " sometimes:
0
3,553
thread by: Trc0g | last post Jul 12 '22 by: Trc0g
Recently, I have been researching open source container security related tools and found many excellent projects include trivy, anchor, etc., which have done a good job in vulnerability detection; while there are not many projects focusing on other security detection. So I am more interested in Chaitin's open-source inquiring container security...
2
11,594
thread by: kevinpg18 | last post Jul 6 '22 by: Chandler
I really need advice on the below, trying to use DB function getpreviousorders.. NOTE: But this DB function got much faster if run directly on DB, without data reference entity data by spring hibernate code in Order entity. CREATE OR REPLACE FUNCTION "sample"."getpreviousorders"("_sampleid" varchar, "_mrn" varchar, "_createddate" timestamp)...
0
2,750
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,506
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,467
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,342
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,058
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,960
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,759
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,908
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,962
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,807
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,723
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,141
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,340
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,503
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,977
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

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.