How to convert a string to json in the ascending order of date ?
Dear Friends, I have a string with structure $selectedTime = "2017-02-10 07:00,2017-02-10 08:00,2017-02-11 09:00"; I need to convert it as Â...
View Articlesimple js program
program1.php <html> <header> <script> function myFunction(p1, p2) { return p1 * p2; } document.getElementById("demo").innerHTML = myFunction(4, 3); </script> </header>...
View ArticleWindows 10 laptop
My brother has a Windows 10 laptop. I use Linux so I'm a little out of the loop when it comes to Windows. He's having problems and wants me to wipe it out and re-install it. Will I need to load the OS...
View ArticleChart with Angular
Hello, I am trying to create a bar chart with angular. I am following the following guidance: https://www.fusioncharts.com/angularjs-charts/ I wonder why it does not works. I only see a blank screen...
View ArticleFunction Not Working
Dear Friends, Good Day, I am facing an issue in one of the functions the code is given below if someone can help on this actually this function is supposed to check the work ordewr number if it's...
View Articlehow to handle multiple operator precedence in c++
Hello, I am building a calculator in c++ windows application form, i want the calculator to handle multiple operator precedence (for example, 2+4*5/3). but i am not sure how to write the following...
View ArticleBuilding a new computer
I'm wanting to build a new computer but I'm having trouble, it's been a long time since I've built one and my head is starting to spin just looking at the options for motherboards. So you know what...
View ArticleSuggestions For Android e-reader Requested
When I retired in 2008 after carrying a cell phone for years on standby for our control centre I swore I would never get another cell phone. I was wrong. It took ten years but I finally broke down and...
View ArticleATM machine
Hey guys! help me out, i'm really out of ideas, how can i save the datas i inputed to have a rotation of value , like the computation in the withdraw, when i 1st use the withdraw or deposit, it...
View ArticleInput string was not in a correct format. Tryparse not working
Hi, I'm getting an exception "Input string was not in a correct format." This happens only when any of the textbox is left empty that means when i click radioCircle on the form and only enter Radius...
View ArticleFatal error C1010
i have 2 sperate projects which i am trying to run together as a shared project but i am failing hard……. Basically, first project does infix to postfix notation and the second projects does...
View ArticleKeyboard Layout for French
Linux Mint So I'm trying to learn French but I'm running into some complications when it comes to finding a good keyboard layout. Here are the layouts that I've tried so far: English (US) English...
View Article[PHP CLI] PDO doesn't error
I am writing a CLI application in PHP and I can't seem to understand why my MySQL Class that uses PDO will not get past the PDO or even error. I have made sure error reporting was enabled in my...
View ArticleHELP! Pseudocode assignment
I have gotten stuck on a computer science assignment regarding Pseudocode and need a little help if possible. The task requires me to scan the ID of multiple people trying to enter a club and then...
View ArticleReading from a file
hello there. i needed a little help in writing coding for reading multiple lines of data from a .txt file that are seperated by commas. Student Name, Student ID, Mark Ada Lovelace , S001 , 99 Barbara...
View ArticleList Sort Function
I have a function that I need help with. The purpose of the function is to sort an array of objects by field. This function was using the PHP function create_function which is now deprecated in PHP...
View ArticleRegex to exclude a sub-directory
Hello, I'm hoping for some help with a regex that has me stumped. My skill with regex is rather rudimentary. To start, here are a couple of example URLs, and whether I want to match them or not:...
View ArticleC++ to C ????? i need help guys T.T I want to convert it to c but i cant
#include<stdio.h> #include<conio.h> typedef struct process{ char pname[20]; int at,bt,wt,ta,end; }processes; int main(){ processes P[10]; processes z[10]; processes et[10]; processes...
View ArticleHow can I show the database in a single mode (windows or SQL authentication
How can I show the database in a single mode (windows or SQL authentications mode) please help me..... How can I Show the database in a single mode (windows or SQL authentications mode) please help...
View ArticleVisualBasic How to add quantities and display them in a ListBox?
Hi, I am currently working on a VB form for a college assignment. I am trying to add quantities from a ListBox and then display the result in a TextBox for a pizza delivery order by using a button. So...
View Article