-
Gave Reputation to Thulan in Operating System in python54433434
Hey can you guys help me make a operating system in python? -
Gave Reputation to Thulan in Operating System in Python
ARE YOU DEAD? -
Replied To a Post in Operating System in python54433434
Nod to Schol-R-LEA but the link looks dead here. Read https://wiki.osdev.org/Languages#But_I_heard_of_an_OS_written_in_language_XYZ.2C_isn.27t_it_interpreted.3F to find out this project is a Red Herring. You won't be doing this! -
Began Watching Operating System in python54433434
Hey can you guys help me make a operating system in python? -
Replied To a Post in Is Robotic Process Automation the Future?
Done right, sure. Be sure to check out my link where it didn't work out. -
Replied To a Post in Click and hold on mobile
You'll have to tell more. I often find this is an issue with the mobile's browser. To which I install Chrome and re-test. As to your code, I don't see … -
Replied To a Post in Click and hold on mobile
I see a good enough tutorial at https://www.youtube.com/watch?v=A95mIE2HdcY Takes a few lines of code. -
Began Watching Click and hold on mobile
I'm making a html/js game, and attempting to add on screen controls for mobile use. However, I have found that pressing and holding on a button on mobile will highlight … -
Replied To a Post in Is Robotic Process Automation the Future?
For some yes. But I find companies to be lax in training and backups so for them, no. Read https://imgur.com/gallery/5wPSWJb -
Began Watching Is Robotic Process Automation the Future?
I think RPA is independent as it's about automation. Which is fine if you're a factory drone. But it doesn't work for today's generation of workers, who are used to … -
Replied To a Post in What is the best site to learn hacking or book?
You'll have to write a better question. Some consider hacking a Xbox to be different from a PC or a web site. But what is hacking? Tell more. -
Began Watching What is the best site to learn hacking or book?
What is the best site to learn hacking or book? -
Gave Reputation to Schol-R-LEA in functions containing while are not expanded inline
No one here is going to open up some random Word document in MS Word, where there could be random macro viruses in it. Fortunately for you, I use LibreOffice … -
Began Watching MySQL MariaDB expert needed
hello, im developing a Windows application with MariaDB database for criminals, i designed the whole database schema but i need an expert to help me study it if it is … -
Replied To a Post in functions containing while are not expanded inline
Since it happened in the first 5 lines, can we see at least the first 6 lines of code? -
Began Watching functions containing while are not expanded inline
line 5: Declaration syntax error line 59: function containing do are not expanded inline line 153: function containing while are not expanded inline line 218: declaration terminated incorrectly` -
Replied To a Post in My pc not coming on
Make, model, age and details matter. While I know the Dell desktops have some Orange blinks that tell us something it's always been failed hardware. I would like to help … -
Began Watching My pc not coming on
My pc not coming on and it's fully changed, every time I try putting it on the power bottom keep blinking blue, i don't know what is wrong, could some … -
Replied To a Post in Software for creating image
Photoshop seems to be the go to app for graphic work. For me I'm not responsible for the graphics in our apps but will sketch something quick as a filler … -
Began Watching Software for creating image
I've been code for android/ios using flutter more than a year. Now I would like to learn new things by using software to **create image** instead of just getting icons … -
Replied To a Post in Uncaught Error: Call to undefined function mysql_query()
Sorry but I see the comment in an alert but not here. Sometimes folk try to copy code from the web without adjusting to their system. You asked "do i … -
Replied To a Post in Uncaught Error: Call to undefined function mysql_query()
I don't see code to connect and select the database above. Here's a quick link to the PHP manual showing this. https://www.php.net/manual/en/mysql.examples-basic.php -
Began Watching Uncaught Error: Call to undefined function mysql_query()
Hi I have this PHP Code - <?php require_once ("../include/initialize.php"); if (!isset($_SESSION['ACCOUNT_ID'])){ redirect(web_root."index.php"); } $action = (isset($_GET['action']) && $_GET['action'] != '') ? $_GET['action'] : ''; switch ($action) { case 'add' … -
Replied To a Post in how i make carousel slider
While I wouldn't do this because it's more work, read https://imranhsayed.medium.com/slick-slider-wordpress-without-plugin-slick-carousel-ef2394c737ef -
Began Watching how i make carousel slider
How can I make carousel slider in wordpress without plugins? -
Gave Reputation to Hemangi_2 in Token payment in vb
def change_char(str1): char = str1[0] str1 = str1.replace(char, '$') str1 = char + str1[1:] return str1 print(change_char('restart')) -
Replied To a Post in Happy New Year to All on Daniweb
The plan is do nothing this evening. Be safe! -
Began Watching Happy New Year to All on Daniweb
Happy New Year to all. I hope 2022 is much kinder to everyone than the last two years. I, for one will be spending the evening with family and killing … -
Replied To a Post in Gaming system in vb
See JamesCherill's link. I found free tutorials on the web. If you can't find them I will write you didn't try. -
Replied To a Post in Gaming system in vb
From an alert here. You wrote: > Right now we dont know how to start and a code to present because our professor didnt teach the fundamentals of vb There … -
Replied To a Post in Gaming system in vb
I don't see the need for a private chat yet. You have not shown your work or revealed where you are stuck. Finally, I don't see a question about your … -
Replied To a Post in Hi everyone, I'm asfand111
Sorry but you made the assumption I remember what INT 21H does. This code is missing all comments plus what lines you think are in error. I've written assembly code … -
Began Watching Hi everyone, I'm asfand111
Hello everyone I just have a problem with my code. I just wrote a program that prints the sum of all even numbers (1 to 100) using macros in assembly … -
Replied To a Post in Going to launch my first website soon please help!
I've yet to have anyone complain about web server/services reliability. Then again folk tend to pay a few dollars per month. Try this. Without using links, what company looks good … -
Gave Reputation to Dani in How can i get traffic from web/mobile app?
> Folk I know think of them as cannon fodder and while it's an industry, is it a good industry? That's actually quite insulting. You think of all commission-based salespeople … -
Replied To a Post in why error: could not convert '{"Struktur Data", "IF-44..
This is undocumented code and worse. I started at line 1 and nothing seemed to explain the first line and as I read on, it only got worse. A lot … -
Began Watching why error: could not convert '{"Struktur Data", "IF-44..
eror : could not converd ' {"Struktur Data... list_matkul Matakuliah; create_list_matkul(Matakuliah); adr_matkul P; list_mhs mahasiswa; create_list_mhs(mahasiswa); adr_mhs Q; P = create_elm_matkul({.namaMk = "Struktur Data", .namaKelas = "IF-44-Gab1", .kuota = 3, … -
Replied To a Post in How do I use Twitter for business in 2022?
We had an orange haired person destroy that. I guess you could try but what is your business? Does Twitter or social media matter? -
Began Watching How do I use Twitter for business in 2022?
How can I grow my business using Twitter -
Replied To a Post in Going to launch my first website soon please help!
Tell me more why you used the word reliable. I and others have used free website builders many times or WordPress and these again were free. So cost is not … -
Began Watching Going to launch my first website soon please help!
Hello guys, I hope everyone here is doing well so far. I'm going to create my first website online. I need a reliable website builder who is cheap and reliable … -
Replied To a Post in How to achieve dynamic filter with Search API ?
I see you tagged your question with mysql. Then you write about "VALID" values. To me you would use the SQL results and if the results are not valid, work … -
Began Watching How to achieve dynamic filter with Search API ?
I am working on search API. Currently I am havinng 3 filter i.e. author, publish date, topic. Now I have created a Search API along with paginantion. based on request … -
Replied To a Post in Gaming system in vb
But what is it? Sometimes people try to write something but try to avoid designing the something in advance. What good is code if you didn't design first? -
Replied To a Post in Do you participate in any other communities?
Also participating in /r/solar and a techsupport subreddit. The first since we installed solar on the home and I had a few questions beyond what I knew. The second because … -
Began Watching Do you participate in any other communities?
I know rproffitt is a moderator on the Tech Republic forums. Does anyone else participate in any other online forums / communities / subreddits / etc? Just curious :) -
Gave Reputation to Dani in UI changes across the board
Over the past week, I’ve made a handful of UI changes across the site. What do you think? Am I on the right track? Is this an improvement? -
Replied To a Post in Gaming system in vb
Dani wrote: > Sorry, I guess I’m misunderstanding you. If your teacher gave you the assignment to create a billing system, why would you create an arcade system instead? > … -
Replied To a Post in UI changes across the board
It's good. Sorry if I keep it short today, that time of year, there's a wake happening via Zoom here and so on. Again, looks nice. -
Replied To a Post in Gaming system in vb
This looks to be same as https://www.daniweb.com/programming/threads/536852/game-system-and-game-monitoring In fact, that's you from what I can tell.
The End.