• Member Avatar for rproffitt
    rproffitt

    Endorsed Reverend Jim

  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in print label and image down

    While you have your code, to print labels usually has us installing a printer driver and helper API from the printer maker. Example: https://blog.jayway.com/2013/03/11/label-printing-in-your-net-application-with-a-dymo-labelwriter-450/
  • Member Avatar for rproffitt
    rproffitt

    Began Watching print label and image down

    I use a code to print a libel with all its contents and move to the next page but the problem 1 - Printing breaks the base of the first …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how to use txt file in dev C++

    Let's watch https://stackoverflow.com/questions/47072700/global-currency-converter too.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how to use txt file in dev C++

    #include<iostream> #include<fstream> #include<string> #include<windows.h> using namespace std; void mainMenu(); void viewtable(); int main() { mainMenu(); return 0; } void mainMenu() { int num; char ch='y'; while(ch=='y'||ch=='Y') { do { system("cls"); …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Extract Data From Google to Excel

    By Google do you mean Gmail? Why not us Thunderbird to go get all those emails and then export to CSV and then write your own parser? Remember this is …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Extract Data From Google to Excel

    I have about 15,000 emails in google that were sent from a wordpress webform. I need to be able to extract data from that email and export to excel. Are …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in The file permissions

    So what happens when... You put that file on some FAT32 formatted memory stick. There are no permissions in that file system. Sorry if I don't get into file permissions …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching The file permissions

    I just did the latest updates to Microsoft Office 2016. But after updates I cannot open one very important .RTF document. I click the file to open, the following message …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can implement my perfect hashed algorithm?

    @Deamanjoe. I took a stab at your assignment googling the your top question. Now while that finds the assignment completed on a few sites, that's going to not get you …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Substring [Updated]

    Why does this look similar or same as https://www.daniweb.com/programming/software-development/threads/510309/substring-counter#post2228065
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Substring [Updated]

    HI, so my code compiles but does not give the result I intended. Any help is greatly appreciated! How can we count the number of occurrences of a character or …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Buggy code

    While I don't see the end of the while loop, it appears to me it will do one last print before exit. You could fix that and move on. Such …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Buggy code

    I've been reading through a beginner's book for Python, and I can't quite get this example to work perfectly. active = True age = "" while active: age = input("Please …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can implement my perfect hashed algorithm?

    @JameCherrill. I think they crossposted elsewhere and the mods there locked it due to forum rules there. @Deamanjoe. The reason for you coding this for your assignment is simple. It …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can I set up a best job listing,business directory&ads website

    I think a lot of this will depend on the size of your new job/ad/biz content company. If you look at your competitors like Monster, LinkedIn and so on, they …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How can I set up a best job listing,business directory&ads website

    Peace be with you all, So, I would like to set up a website with the following: 1. Job listing where companies can list job openings and people can apply …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can implement my perfect hashed algorithm?

    Remember that since this is an assignment, most folk will not supply you with code. They might help you understand why a line of code or method fails but you …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in load a progress gif in a picturebox

    First a comment about line 3 in the first code snippet. I would state it's being called too many times. Also I hope the loop is frivolous and not what …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in load a progress gif in a picturebox

    My thought here is there are waiting window messages. I don't know if you have background in how Windows works but your change to visiable is in a message and …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching load a progress gif in a picturebox

    Hello, I do not know anything about Thread. And I know this question is answered in many forums, but nothing worked for me. My calculatins are very complex and long …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Put content of a file into Tkinter Text

    I'm reading line 11 where you put content into the variable "text" and line 12 where you call out "txt". To me this looks incorrect. I might be wrong.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Put content of a file into Tkinter Text

    Hello. I'm learning tkinter and trying out the opening file bit and im obviously doing something wrong. def init_window(self): self.txt = Text(self) self.txt.pack(fill=BOTH, expand=1) def open_file(self): filetypes = [('All files', …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Google Map showing routes and calculate distance and money spend - PHP / JS

    That sounds like a neat idea. I think you'll be busy for months implementing this and getting it all bugged out. But I'm going with advice here. Break down the …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Google Map showing routes and calculate distance and money spend - PHP / JS

    Hello ! I have a task from my university that bothers me and I definately need some help. I have to create a web app in which i can add …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Hello

    I was hoping for a few more weeks of Indian summer (if I can still call it that).
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hello

    @Reverend Jim. Last week had a few 38C days. Back to normal 20-22 days. I thought heat rises?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hello

    Greetings from the Lower South West (LSW).
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hello

    New to the group, glad to be on here and learn something new. I’m from Missoula MT
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can implement my perfect hashed algorithm?

    @D. I can't answer that. It appears to be homework so follow it's instructions.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Creating database in runtime

    Creating a database in VB.net is documented at [https://technet.microsoft.com/en-us/library/ms162576(v=sql.90).aspx](https://technet.microsoft.com/en-us/library/ms162576(v=sql.90).aspx) A very short example is there.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Creating database in runtime

    nearly finish my IS but i can't find any tips on how to create a database if not exist. most problem on my codes are the sql connection, mine to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can implement my perfect hashed algorithm?

    I think you need to add if this is the usual homework assignment. Which was: > Implement the perfect hashed data structure and provide Java application that demonstrates that its …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How can implement my perfect hashed algorithm?

    How can implement a perfect hashed data structure using the four basic operations? Could I do something like this or do I need to break up my code into two …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Modem is not working

    Modems come in various designs. We have classic ones that connect to some RS232 Serial Port that we rarely have to install any drivers and can test with AT commands, …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Modem is not working

    well, i'm quite sure my modem is physically okey. but i guess it's the modem software what's disturbing. programme is stuck in "initializing" loop forever. i've tried reinstalling the software, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in MySQL run script and log to dynamic file name

    More to the point: > Log control at runtime. The system variables associated with log tables and files enable runtime control over logging: The global log_output system variable indicates the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Cannot recieve external emails, Exchange 2003, new account

    By "this address just won't work properly." do you mean their email address are your company or are you trying to pick up their mail on an external server? Why …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Cannot recieve external emails, Exchange 2003, new account

    This is puzzling. We have a small organization running our own Exchange 2003 server for about 25 users. We hired a new employee recently, and I created a new user …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to AndrisP in MySQL run script and log to dynamic file name

    That's not what I'm looking for - its for install script
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Microsoft Edge

    OK, opened up the source and there is some animated thing there that has a play button but here's the PNG that Edge didn't work with: http://fresway.com/images/hover.png I need to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in MySQL run script and log to dynamic file name

    This is a rabbit hole. How deep you want to go is up to you. For me I found log rotation to suffice and here's the link I used to …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching MySQL run script and log to dynamic file name

    Is the method in MySQL to set in SQL script dynamic log file name? e.g in Oracle PL/SQL set define on column sdate new_value sdate select to_char(sysdate,'YYYY.MM.DD_HH.MI') sdate from dual; …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in SWF file is not displaying in browser

    The news I'm reading is "Mozilla intends to remove support for most NPAPI plugins in Firefox by the end of 2016." Except for Flash. This means when you find a …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching SWF file is not displaying in browser

    We have a flex project which called from browser by using a swf file. After flash update the swf file is disabled. Here are the list of flash versions and …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Microsoft Edge

    Just for this I opened that URL in Opera and the image had a video play button on the left rainbow effect. Maybe that's not a PNG at all?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Microsoft Edge

    Hello, I am having a problem showing png picture that suppose to be transparant in Ms. Edge. Any clue why my png file is not transparant in edge? Check this …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Question about program that use *FILE.

    Your problem description needs work. Maybe you wanted to write: 1. Count the number of whale occurances in the text unless preceeded by the word "thee". But you didn't write …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Question about program that use *FILE.

    My program find the amount of specific word such as "whale" and "thee", but ignore "thee,", "whale....", and so on. How can I contain them? #include<stdio.h> #include<string.h> #include<ctype.h> int main(){ …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Stefce in Artificial Intelligence II

    Am recomending you to watch the movie "Ex Machina" you'll get more familiar with it :D

The End.