-
Began Watching Hi everyone! How do I get reputation points?
I wanna have these texts like occasional poster, banned or moderator -
Replied To a Post in I want to code an operating system
Sometimes I find a person new to such and they haven't learned how to research. Others try to code before they have a design. I'm not sure which applies to … -
Began Watching I want to code an operating system
Could you please find an assembly tutorial or reply with a [link](http://www.example.org) to it? Also, I'm new in here. -
Gave Reputation to vishakha_3 in how to join 2 lines to make a big line ??
# Heading Here # Write a Python program to create a text file of multiple lines. Display the following: 1. Entire text file 2. 1st lines of the text file. … -
Replied To a Post in How to save telnet output logs to a text file
> f = open("/home/onelabad/Desktop/output.txt", 'w') error start from here Make it simple. Try `f = open("output.txt", 'w') Usually the file permissions are fine for the folder we are currently in. … -
Began Watching How to save telnet output logs to a text file
hi guys please I want to save the output logs to text file I run this script but does not work . the error show me in last 3 row … -
Replied To a Post in Hey everyone, I'm struggling with a c++ program.
This appears to be homework. Let's see your work so far. But hey, [SPOILER LINK](http://www.cplusplus.com/forum/beginner/88756/). Do not click. -
Began Watching Hey everyone, I'm struggling with a c++ program.
The thing is to create a c++ program which recieve these coordinates x1,y1,x2,y2 in order to build an empty rectangle made of asterisks or whatever. I'm a beginner, so I … -
Replied To a Post in i would liketo learn MySQL
I haven't seen a lot of MySQL tutorials here. Try https://www.google.com/search?&q=free+mysql+tutorial Everyone starts somewhere. I'm finding folk need a hand or pointer how to find things. -
Began Watching i would liketo learn MySQL
im here to learn MySQL -
Replied To a Post in How do I pass a path variable in html action form of a specific parameter .
You left out why you need to do this. There are ways to keep variables during a session so I can't guess why you pass by the URL. Example: https://www.javainuse.com/spring/springboot_session -
Began Watching How do I pass a path variable in html action form of a specific parameter .
For example: Http:localhost:8080/api/customer/{id} If I post in postman instead of Id a parameter it will work fine , But in html I’m asking the user for an input and than … -
Replied To a Post in Generating PDF’s Using PHP and Crystal Reports
https://www.google.com/search?q=sap+crystal+reports+export+to+pdf+site:answers.sap.com seems to find this is a common discussion there. Here it appears to be missing details such as how you intend to code this along with small details about … -
Replied To a Post in Generating PDF’s Using PHP and Crystal Reports
I'm going to defer here as I don't know what you have. What you have determines the solution. Head to the community at the link above and they probably know … -
Replied To a Post in help my code is wrong
Line 95 throws an error at https://www.tutorialspoint.com/compile_java_online.php I'd fix that first. -
Began Watching help my code is wrong
I'm supposed to make a menu with choices, the choices being different kinds of java syntax. import java.util.*; public class Start { public void menu() { System.out.println("[1] If\n[2] If else\n[3] … -
Replied To a Post in Generating PDF’s Using PHP and Crystal Reports
Let's hear more about what this web server is on. Linux, Windows Server (2003 to 2019?) and what version of Crystal Report Server (see that link above?) Now once in … -
Replied To a Post in Generating PDF’s Using PHP and Crystal Reports
What server? Also https://www.crystalreports.com has a community and more. Hope you have a high limit on that credit card! -> Are you sure you must do it this way? -
Began Watching Generating PDF’s Using PHP and Crystal Reports
I have some crystal reports that i would like to use PHP in order to execute the reports and then either view the reports in the browser as is or … -
Replied To a Post in how to create a job order form on visual baisc 6.0
Not much to work with here but in the old 23 year Visual Basic 6 IDE, you find NEW FORM then OK that, then click and drag the objects you … -
Began Watching how to create a job order form on visual baisc 6.0
i am newbie in programming i really need help on creating a job order form for my boss -
Replied To a Post in How to pass the text from text box to rich textbox in other form
It's unclear what the other form name was. Also lines 6 and 13 seem identical with a change in character case so what a way to confuse everyone what those … -
Began Watching How to pass the text from text box to rich textbox in other form
Hello guys. I'm having a problem passing the text from the text box to the rich textbox in another form. If you guys can help me. Any idea, And this … -
Replied To a Post in session array multiple data
Look at lines 8 to 11. That's your foreach section. Your insert is outside this loop so it looks from here it would have a single insert. -
Began Watching session array multiple data
Dear sir any one help me on this code . inserting mutilple data in mysql table but i receive only 1 data row include("admin/db_connect/data_connect.php"); session_start(); //session_destroy(); if(isset($_POST['complete_order'])) { $_SESSION['cart'][]=array('quantity' => … -
Replied To a Post in Wordpress plugin testing
Try https://wordpress.org/support/topic/warning-use-of-undefined-constant/ Also there appears to be missing code. Maybe you didn't share enough for us to see where this was defined. -
Began Watching Wordpress plugin testing
Hi - I am working with a windows OS created wordpress plugin unit testing code written as below <?php class Test_WP_Simple_Plugin extends WP_UnitTestCase { public function test_constants () { $this->assertSame( … -
Replied To a Post in Undirected Graph using adjacency list in BFS
That sounds like you need to find a site that hires out such work. Fiverr.com is a typical for hire site. Here you read https://www.daniweb.com/welcome/rules to see you must show … -
Began Watching Undirected Graph using adjacency list in BFS
Write a code in C++ that takes an undirected graph as input using adjacency list. Now apply BFS algorithm to find the farthest nodes from the source node. Take source … -
Replied To a Post in how to disable today date on datepicker that follow the time zone.
I didn't do a deep inquiry but think it could be the old GMT vs Local Time issue again. Think about your number of hours difference from GMT. Quick fix … -
Began Watching how to disable today date on datepicker that follow the time zone.
Hi everythings, I have a question regarding on disabling today date on datepicker, i got this code from internet and it seem like working , but then i realised its … -
Replied To a Post in Data is not inserting into firebase
If this is true then it's not your code but again, limits being hit. Could be a bug on Google's end. Time to ask them in their product support forums. -
Endorsed Reverend Jim
-
Endorsed Dani
-
Endorsed pritaeas
-
Replied To a Post in I am an begginer and I wanna learn Open GL
I worry you didn't try the link supplied. In the top 10 results was: > Don't buy "Modern OpenGL" Udemy Course! It's pure garbage. It just rehashes everything from learnopengl.com … -
Replied To a Post in C++ Hash Table Help
That's over 500 lines so it's best if you call out what fails and what lines you feel need a closer look. -
Began Watching C++ Hash Table Help
I'm having trouble with these functions made for a C++ hash table...any and all pointers in the right direction would be greatly appreciated! EDIT: table.h is the problem file, but … -
Replied To a Post in Optimization and mappng
Sounds like a nice final year project. But I see so much missing detail that it looks like some basic design work has been entirely skipped. Is there a design … -
Began Watching Optimization and mappng
Hi I have done the mapping and the extration of the raster data from the images.Then i have implemented it to the Arcmap.Can anyone help for the optimization purpose.I hace … -
Replied To a Post in Data is not inserting into firebase
I don't see it in the supplied information. But a friend works such and they run into limits all the time. https://firebase.google.com/docs/firestore/quotas#:~:text=10%20for%20single-document%20requests,also%20applies%20to%20each%20operation. for reference. -
Began Watching Data is not inserting into firebase
Hello to all! I have been Using google firebase with my android apps for more than 2 years. Today while developing a new app I am facing a weird problem. … -
Replied To a Post in How to convert this code to C lunguage
That looks very much like c to me. Sadly you didn't put much effort into this discussion so I'm left wondering what the issues are. -
Began Watching How to convert this code to C lunguage
//************************************************************************** int Sieve_A_Valve = 3; //small distributor int Sieve_B_Valve = 4; int Sieve_B_Valve2 = 5;//Defined Pin as Variable int PreCharge_Valve = 6; //Defined Pin as Variable // VARIABLE CREATION //************************************************************************** … -
Replied To a Post in 1. Write a inline function to find largest of three numbers
Show your work, ask for ideas why it does or does not work. -
Began Watching 1. Write a inline function to find largest of three numbers
Write a inline function to find largest of three numbers -
Replied To a Post in Create a code using pyhon
This format (Reusable Code Snippet) is for you to share your finished work. To start a new discussion you use other posting methods. Also, I've yet to see anyone do … -
Began Watching Create a code using pyhon
Create a code using python of random walk where food is placed in spots on the grid. Whenever a Walker runs into the food it eats it and reproduces -
Replied To a Post in Hi everyone, I'm mymonograph
That question has been put up some ten thousand times. As you asked it again I take it you need to know how to find prior discussions. Read from https://www.google.com/search?&q=How+Can+I+Get+Backlinks+For+My+Website%3F … -
Began Watching Hi everyone, I'm mymonograph
# How Can I Get Backlinks For My Website? # HI to all, We Need to build Backlinks to our website, But we Tried Some off-Page Techniques, it doesn't work …
The End.