473,549 Members | 2,847 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
3,464
thread by: Gabriel9999 | last post May 27 '20 by: SioSio
Iwant to list only users names in a Linux system byusing the /etc/passwd file.
0
1,958
thread by: konarktriv7 | last post May 26 '20 by: konarktriv7
Is it only me or once the C++20 flag is enabled in CMakeLists.txt, the whole CLion starts being buggy? Working with MinGW on Windows. By buggy I mean that: -> random identifiers are being highlighted as if they were invalid/errorenous -> whole auto completion system becomes very delayed/laggy Everything compiles fine though...
1
2,704
thread by: KmxSoft | last post May 26 '20 by: dev7060
Go easy guys. I am retired, having spent years working on the bleeding edge of C# development. After more than a decade of not touching development I'm trying to do some simple stuff which involves updating a statusstrip with a text string generated by another non-forms class, and whilst developing the core aspects of my C# program has been...
1
2,270
thread by: kankanaads | last post May 26 '20 by: dev7060
What is Website Responsiveness? and how to make responsive images
9
2,794
thread by: Pol53 | last post May 26 '20 by: twinnyfo
Hi, I have two tables which are as below tbl_EquipmentList EquipID (Text)(PK) EquipmentName (Text) Manufacturer (Text) tbl_CalibrationRecords CalibrationID (PK)
2
13,701
thread by: spkonline | last post May 25 '20 by: Sherin
How can i open this link in new tab after click on submit buton <td <input name="submit_btn" class="btn btn-primary" id="btn3" value="Appointment Login" onclick="document.OnlineForm.action = 'ReprintAppt.jsp'" type="submit"> </div> </td>
0
2,843
thread by: ironfelix717 | last post May 24 '20 by: ironfelix717
Hi all, I know that user Rabbit made an AES256 alg here: https://bytes.com/topic/access/insights/906850-aes-encryption-algorithm-vba-vbscript There's an inquiry on here from a guy who requested a version of the CBC code in that link for use with plain text strings. Encrypting/decryptin. But nothing ever came of it. There's not a chance...
1
2,110
thread by: geek1212 | last post May 23 '20 by: dev7060
Hello the community , I have some trouble to run this project https://github.com/jaewonhimnae/react-shop-app can someone provide some help ? Best regards.
2
3,104
thread by: rohanjoshi0894 | last post May 22 '20 by: donbock
Can anybody explain this.
6
3,394
thread by: Saikeerthi | last post May 22 '20 by: donbock
I have same function in multiple files but compiling and linking is happening without error
2
3,430
thread by: Wuss7 | last post May 22 '20 by: AjayGohil
Please implement following number series, FiboGorki numbers using a recursive function: FiboGorki = 1 3 5 9 17 31 57 105 193...... Starting from the 4th element, each element is a summation of previous 3 numbers. Your function prototype should be:
2
3,072
thread by: himal | last post May 22 '20 by: Ishan Shah
please help me.... 1.Why doesn't this run? 2.When the user makes the first input and asks if the data needs to be inserted again, why doesn't it run again? 3.How to make array size dynamic data types?
5
1,962
thread by: Bishrul | last post May 22 '20 by: Bishrul
Scenario - (while transporting live chicken from supplier to wholesale customer)chickens will be loaded into boxes then to the truck, so each box has a different quantity of chickens Ex- Box 1 - 11 Chickens Box 2 - 16 Chickens etc.. each an every box must be entered individually not as whole quantity, So is it possible to have field...
1
2,737
thread by: adhi14058 | last post May 21 '20 by: dev7060
Say I have built a mean stack application for a college. And say the end users want to access the application anywhere in the campus. How and where do i deploy the code. What are the different options available for deployment. Can someone explain me in detail how the deployment works and how do I implement the above scenario. and say after some...
1
4,862
thread by: CodeGirl1991 | last post May 21 '20 by: Luuk
0 I have used TAP3Edit for decoding my TAPFiles, I don't know what is the exact file format of my input(Shared below)? It is not JSON and I wonder if anyone knows the format of this output? The other question is about converting this input to XML file(I shared relative output here) automatically and with perl or any other programming...
1
4,415
thread by: chitra2787 | last post May 21 '20 by: Sherin
how to create WPF User Control?
0
4,217
thread by: Marcin1221 | last post May 20 '20 by: Marcin1221
Hello, I am looking for a person with knowledge of radio technology who would write a program on Rapsberry to control a BladeRF device. The program must scan the indicated frequencies and save detected transmissions to disk. I will send more details by email. 5000 euro budget. Best regards, Marcin.
1
1,730
thread by: mrjackg | last post May 20 '20 by: twinnyfo
Sorry to hijack this thread but I am trying to implement this same solution but am not having any success. I have attached the database I am working on. I am trying to also have a percentage displayed in a text box on a report based on the amount of True or Yes's are displayed. I have tried the formula above but it only displays 1888% or something...
3
2,353
thread by: apillai | last post May 18 '20 by: NeoPa
I Have to change excel sheet name using Informatica command task. Informatica runs on windows server. Excel is not installed in the Windows server. Wrote VB script to change the sheet name. Works outside of informatica command task. But fails to do when executed from command task.Cha
1
2,551
thread by: Chaitra B kayi | last post May 18 '20 by: dev7060
sort –i –r File1 File2 .... Filen Write sorted concatenation of all FILE(s) to standard output. -i Ignore case -r – Reverse the result of comparisons
1
3,143
thread by: shivambhatele | last post May 18 '20 by: rohanjoshi0894
Hello Everyone, I want to learn PostgreSQL with a complete guide. Can anyone know any free or paid tutorial as a beginner point? I have a check on google but I can’t find the best one which shows step by step process.
4
15,374
thread by: kitgudkov | last post May 18 '20 by: Sherin
Hi guys, What if I want to create my own blog without using any platform like Wordpress? I mean, how to take care of posts - are they gonna be separate pages linked or partly embedded to the main page? What is a good practice of adding new posts to the home-made blog? Thanks, Nik
5
3,266
thread by: kofi code | last post May 18 '20 by: kofi code
enum {Ident_max = 16}; typedef char Ident; typedef enum { null, times, plus, rparen, lparen, number, writesym, eofsym } Symbol; class Scanner { public: bool init(const char fn); Symbol getsym(); int getval() { return val; }
0
2,407
thread by: vp1989 | last post May 17 '20 by: vp1989
I would like to get a maximum of a matrix in intervals inside for loop. Matrix K has dimension (N,3,3). I like to have a matrix P (Max of K) between N 1 to 10, and then update it again with K and find the maximum at N 10 to 20. So far I can get the maximum of the matrix K but can't update it in each interval. Thanks in advance.
3
3,646
thread by: algae | last post May 17 '20 by: algae
Hello, I want to show 3 words at a time from a textfile or pdf. At a specified rate (select time 1/10 to 300 sec). A GUI based display f = open("demofile.txt", "r") for x in f: print(x) input() f.close() The speed of display and the pause / resume buttons are a problem. Could you help with this? thanks

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.