ABC for Github-programs and Python Programming Software Development by Audun … using Github-programs, that would be much appreciated. As I gather, it´s entire programs sometimes, sometimes just scripts, and sometimes… Re: DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by toneewa It indeed seems to be working. The interface is all done in the browser, on your localhost, 127.0.0.1:43905/?__theme=dark, and I stripped it down to just the message box. Just have to gather more data, and it seems good. Took ~50 minutes to get installed. The dataset can be a simple text file with a space between each topic thread. Re: ABC for Github-programs and Python Programming Software Development by Reverend Jim I have an apps folder on D: where I keep all my portable/homegrown software. Let's say I want to create a virtual enviromnent in `D:\apps\MyVirtual`. To do this I open a command shell and do D:\>cd apps D:\apps>python -m venv MyVirtual If I install any packages in this session, they will be installed in the virtual python. … Re: ABC for Github-programs and Python Programming Software Development by Reverend Jim I have developed a number of GUI applications in python. I found that the wxpython package was far better than tkinter. wxpython is based on wxwidgets which is essentially windows controls. Because wxwidgets are compiled for each major system, controls rendered by wxpython look like the native controls for whatever system is hosting. Re: Change-a-Letter-or-Two-Game Community Center Geeks' Lounge by GreenDay2001 gather Re: how can i increase the page rank of my site Digital Media Digital Marketing Search Engine Strategies by x3mario Gather more links. Make sure it's came from dofollow sites, and better of you can get more high pr links. Re: Fantastic word game Community Center Geeks' Lounge by Speedo12 Gather the hoards and siege the government. :D Re: hookes pattern search optimisaton Programming Software Development by Schol-R-LEA > gather related values up into arrays or structures wherever possible. I … Gather HTTP headers Programming Web Development by emclinux Is there a way to gather the HTTP header send from a server so that I can check if it is a code 200 or a code 404 and base the output from that. Thanks for the help EmcLinux Gather ages by 6 month periods Programming Web Development by johnbo100 … to my problem. Using MYSQL and PHP I need to gather those people under 5 years of age and break up… Where do all the other IT's gather? Community Center by wymzikal1 Where do all the other IT's gather? Is there a community feed to chill with a bunch of other IT's? :eek: Cyberstalking Hardware and Software Networking by Michael_Knight …investigating a stalking case, it is important to gather as much evidence as possible to demonstrate that persistent… with the amount of information that he can gather about the victim. Stalkers use information like telephone… goals. Stalkers use the Internet to acquire victims, gather information, monitor victims, hide their identities, and avoid… Need Help on how to output data in table looking format Programming Software Development by tnccjavaMatt …gui_output += String.format("%-30s\t", rsMetaData.getColumnName(i)); // gather carriage-return and newline character display gui_output += "\r\n…gui_output += String.format("%-30s\t", resultSet.getObject(i)); // gather carriage-return and newline character for row display gui_output += "… so my program gets the numbers correctly when there are quotes but not otherwise Programming Software Development by lotrsimp12345 …; bool x=true; char quote; string str1, str2; string begin; //gather name if(cin.peek()=='"' || cin.peek() == '\'') { cin >…,quote); } else { getline(cin,problems); } cout<<problems; //gather problem numbers while(x==true) { if(cin.peek()=='0'||cin… Beginner Java - BufferedReader Help? Programming Software Development by gomonkeyninja … void NameSearch () //User can check for Books by name to gather information on them and check availability. { c.clear (); String findname… void Genresearch () //User can check for books by genre to gather information on them and check availability. { c.clear (); String findgenre… Re: so my program gets the numbers correctly when there are quotes but not otherwise Programming Software Development by lotrsimp12345 … bool x=true; char quote; string str1, str2; string begin; //gather name if(cin.peek()=='"' || cin.peek() == '\'') { cin …; getline(cin,problems,quote); } else { getline(cin,problems); } //gather problem numbers while(x==true) { if(cin.peek()=='0'||cin… some software questions I need help with Programming Computer Science by corinne1985 …) A client wants to create a Web-based system to gather real-time sales data from sales representatives scattered throughout the… Objects), and a Web browser 5) A client wants to gather real-time sales data from sales representatives scattered throughout the… table is full error Programming Software Development by tsbrownstone … get around this condition? using sql database explorer ... trying to gather a mere 17000+ records ... i'm getting a table is… full error (i've been able to gather beyond 239,000 records at times) this same error appears… File Handling Programming Software Development by BalaKrish … the required information scattered throughout the file. I need to gather all those information in a particular format to do further…( 1= #15 // time stamp 15 1! 0: I have to gather the information as, ! 10 0 15 1 ( 10 1 = 10… Re: File Handling Programming Software Development by BalaKrish …, are logical values From the above example, i have to gather information like SN1 is changing at #10, #15, and #50… the logical values are 1, x, 0. Likewise, have to gather all the information of each and every signal. From the… ASP.Net Development India Programming Web Development by rightway … its execution time, in connecting to the database, so to gather relevant information. With ASP.Net data-caching module it is… with Performance Counters which can be used by administrators to gather application metrics. This can be used to calculate the performance… Problem using arry to access dataBAse Programming Software Development by doggyx5 … any insufficient books in the data i will have to gather all the insufficient name of any book in a msg… it will be insufficient. I want to use array to gather the books that is being insufficent so that i could… Compile problems with visual studio 2008 Programming Software Development by shea279 …) return buf; if ( ! j) { char p = 0; // First try to gather all characters representing hex digits only. j = 1; k = 0…; buf[k] = 0; } } } if ( ! j) { // There are non-digit characters, gather them as is. j = 1; k = 0; for (i = pos… Re: Compile problems with visual studio 2008 Programming Software Development by shea279 …) return buf; if ( ! j) { char p = 0; // First try to gather all characters representing hex digits only. j = 1; k = 0…; buf[k] = 0; } } } if ( ! j) { // There are non-digit characters, gather them as is. j = 1; k = 0; for (i = pos… need help says isn't declard in scope don't see why Programming Software Development by lotrsimp12345 …problem_name_and_numbers=problems; string numbers; char quote; int total_length=problems.length(); //gather name if(cin.peek()=='"' || cin.peek() == '\'') {…total_length-problemlength; numbers=problem_name_and_numbers.substr(problemlength,difference); } //gather problem numbers return 0; }[/code] Re: so my program gets the numbers correctly when there are quotes but not otherwise Programming Software Development by Tom Gunn [QUOTE]Then it doesn't gather numbers correctly but stores the entire string[/QUOTE] That's what you tell it to do with [ICODE]getline(cin,problems)[/ICODE]. I can help you fix it by taking the entire line and parsing it, but I need you to describe the format of the problemset. Just showing your code isn't enough. please help, works with comma but not without Programming Software Development by lotrsimp12345 …bool x=true; char quote; string str1, str2; string begin; //gather name if(cin.peek()=='"' || cin.peek() == '\'') { cin…(cin,problems,quote); } else { getline(cin,problems); } //gather problem numbers while(x==true) { if(cin.peek()=='0'||cin… why can't i convert please help Programming Software Development by lotrsimp12345 …numbers string problems; char quote; char num; string number; //gather name if(cin.peek()=='"' || cin.peek() == '\'')… { (char)cin.peek(); problems += cin.get(); } } //gather problem numbers //cin >> num; int lastdigit=0; while… how would i get lastdigit in my code to store a start value when there is a - Programming Software Development by lotrsimp12345 …numbers string problems; char quote; char num; string number; //gather name if(cin.peek()=='"' || cin.peek() == '\'')… { (char)cin.peek(); problems += cin.get(); } } //gather problem numbers //cin >> num; int lastdigit=0; while… Re: how would i get lastdigit in my code to store a start value when there is a - Programming Software Development by lotrsimp12345 …and numbers string problems; char quote; char num; string number; //gather name if(cin.peek()=='"' || cin.peek() == '\'') {….peek())) { (char)cin.peek(); problems += cin.get(); } } //gather problem numbers //cin >> num; char lastdigit=0; while…