• Member Avatar for rproffitt
    rproffitt

    Began Watching How to calculate someone's age, in days, months and years?? PASCAL or C

    Guys i cant imagine about how i'm gonna calculate that one... help me out please
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to calculate someone's age, in days, months and years?? PASCAL or C

    That's one of those code passages you can find on the web. So here's my first 2 search links. [https://www.google.com/search?q=How+to+calculate+someone's+age%2C+in+days%2C+months+and+years+in+c](https://www.google.com/search?q=How+to+calculate+someone's+age%2C+in+days%2C+months+and+years+in+c) [https://www.google.com/search?q=How+to+calculate+someone's+age%2C+in+days%2C+months+and+years+in+pascal](https://www.google.com/search?q=How+to+calculate+someone's+age%2C+in+days%2C+months+and+years+in+pascal) Both look like viable code solutions.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Text fields that accept and allow multiple entries

    Where to start. A design. Sketch out the process first. It sounds like you got ahead of yourself and don't have a solid design yet. Stop coding and restart your …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching opus codec wrapper for delphi?

    Hi all, can anyone point me in the right direction to find some documents / demos on how to use opus codec within delphi I not found anything on official …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in opus codec wrapper for delphi?

    There's a few problems with that question. 1. You already asked it in this site. 2. http://stackoverflow.com/questions/36430889/looking-for-opus-codec-wrapper-for-delphi closed it for the reason they stated. 3. The second hit on google …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Text fields that accept and allow multiple entries

    I am creating a dynamic Form, which is like a registration form on my website.The text fields needs to accept and allow multiple entries .since i am a beginner and …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Text fields that accept and allow multiple entries

    Well, a [multiline text box](https://www.google.com/#q=multiline+html+textibox) could do that. And your PHP parses the text to what final use you have in mind. There doesn't seem to be much going on …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching source code in php to save registration form in msword.

    HI.... im new to php, i ve a doubt. i want source code in php for the requirement as traited below. im creating a registration form with two image file …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in source code in php to save registration form in msword.

    As to the collection of your NAME, AGE and such, that's basic PHP so moving on. https://www.google.com/#q=php+write+to+word+document shows it needs some addon or lib. If I was doing this I'd …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Trying to ,make circle move using seeking seering algorithm in mips assembl

    I can't be more specific as I don't know your target system. The last MIPS we used was the one from Microchip. Microchip has a basic C compiler and with …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how to completely wipe mac drive

    @rch1231. Why do you say that? At the Apple link I gave it wrote "If you want to securely erase the drive, click Security Options. Select an erase method, then …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Trying to ,make circle move using seeking seering algorithm in mips assembl

    I don't write as much assembler today. Background? I wrote my own assembler back in the 80's and 90's but today I use the assembler code to get to C …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching CCNA security 210-260

    HI guys, What is the best textbook for CCNA security preparation?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in CCNA security 210-260

    Must it be a textbook? Cisco notes an elearning course at http://www.cisco.com/c/en/us/training-events/training-certifications/exams/current-list/iins-210-260.html#~Train
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How do I join lists of strings from 2 listboxes

    Hi Ive got 3 listboxs In Listbox 1 I have a list of names, listbox2 a list of days. These lists have been put into arrays _names & _days. What …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do I join lists of strings from 2 listboxes

    @OP, this looks like a pretty well discussed question. I see the priors at https://www.google.com/search?q=How+do+I+join+lists+of+strings+from+2+listboxes&ie=utf-8&oe=utf-8
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Can you help me modify this program

    Was hoping someone could help me make changes to this. I don't really want to redo the whole program. Here's what it's asking. Write a program that allows two players …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Can you help me modify this program

    Here's what I found on the web https://www.google.com/search?q=Write+a+program+that+allows+two+players+to+play+a+game+of+tic+tac+toe.+Use+a+two-dimensional+char+array+with+three+rows+and+three+columns+as+the+game+&ie=utf-8&oe=utf-8 Why not use prior answers since they are out there. Unless this is homework and then you should do this on your …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how to completely wipe mac drive

    I am going to sell my old Mac Mini and i need to erase all the data stored on the drive. I heard that a factory reset is not secure …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how to completely wipe mac drive

    Why not use Apple's instructions to erase and install? https://support.apple.com/en-au/HT204904
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Show Data From Database to Textbox

    Since this is vb.net the visual studio lets you single step it to find out what line is failing. Dumping code is rarely helpful.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in sql database 2008

    @havoc. That repairtoolbox.com is a known spam item. To safeguard your reputation you should never post that .com or its links. https://gist.github.com/kevin-brown/3f22cd3cda906a60012a
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Show Data From Database to Textbox

    imports system.data.sqlclient mysqlconn = New SqlConnection mysqlconn.ConnectionString = "Data Source=" + txtServerName.Text + ";initial catalog=" + txtdatabasename.Text + ";initial catalog=" + txtshardacc.Text + ";user id=" + textusername.Text + ";password=" + …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Show Data From Database to Textbox

    What is the question here? You may want to try to add what this is about.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Trying to ,make circle move using seeking seering algorithm in mips assembl

    Hi guys help this newbie out. My code which uses midpoint circle algorithm to draw the circle and seeking algorithm (steering behaviour) to move the circle towards a position. However …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Trying to ,make circle move using seeking seering algorithm in mips assembl

    Why does this look similar to: http://stackoverflow.com/questions/36489368/moving-a-circle-using-seeking-steering-algorithm-mips-assembly and http://stackoverflow.com/questions/36346284/only-dots-showing-mips-assembly-bresenham-algorithm I think the advice so far is spot on. Single step and see where it goes off the rails.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Using a C library in .NET C# Project

    I have a Health based .Net (C#) project that needs to import a huge chunk of medical records from an old database that were used in a different application. The …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Using a C library in .NET C# Project

    That looks like good old ZIP. Did you try bog standard C# zippers and unzippers? Read from https://www.google.com/#q=unzip+in+c%23
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Minimizing SVG File

    I'm aware there are SVG minimizers but I don't want to minimize an SVG file to the point it looses it's appearance. Any suggestions on how I can minmize a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Minimizing SVG File

    Blast from the past here. I remember this from old CAD days. We would use such systems to make the graphics portable and then the complaints about the "bloat." Well, …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to JamesCherrill in How ordering files in package in java??

    As far as I know you can't - it's alphabetical. And judging by the lack of responses it looks like nobody has any better answer.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to send each line via Winsock

    I see they wrote the code to implement my suggestion of "This can be as simple as putting in line terminators so you can parse the lines on the receiving …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to send each line via Winsock

    Which is why you implement a protocol. This can be as simple as putting in line terminators so you can parse the lines on the receiving app to implementing a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to send each line via Winsock

    Using such old tools can catch folk unaware of issues in those systems. For example an old VB6 app uncovered WinSock issues that were fixed in version 6 (not kidding) …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to send each line via Winsock

    Hi Dw. I'm having a client server which the server read a text file line by line and send each line to the client upon client connection. The problem I'm …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to send each line via Winsock

    First thought, after line 10 in top code paste, send a CR and maybe a LF.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to wyeknott in Win7 -- Will Global Policies survive domain disjoin?

    Thanks. I suppose RSOP will be my main query tool after the disjoin.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching FSM Obeject Oriented Programming

    How can i write a C++ program to implement a finite state machine (FSM) simulator. The objective is to enable system designers to model and simulate their systems’ behavior while …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in FSM Obeject Oriented Programming

    Why do that? https://www.google.com/#q=fsm+simulator finds ready to use FSM simulators. If you wanted to write your own, you design it, then code it, debug it and more. You have part …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Win7 -- Will Global Policies survive domain disjoin?

    Well that's clearer but as you discover, some may stick around. Now that more is known you still have, as a company an IT lead and your team to manage …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Win7 -- Will Global Policies survive domain disjoin?

    @OP, the IMHO reply tells us a lot more. Policies are done for reasons. With your IMHO reply I get an entirely different picture of your questions. At the onset …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching SQLServer_Netbeans

    Hello! I have written a simple program which connects netbeans with SQL Server database. The program is giving an exception. I am displaying the source code of my program and …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in SQLServer_Netbeans

    Doesn't line 12 look funny to you? Also, https://www.google.com/search?q=dont-use-select-star-in-production is worth repeating. I know, I know they teach you SELECT * But you can do better.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Playing a video file from web

    A parting note. Just the links for easy reference. https://wiki.videolan.org/C_Sharp/ and https://www.google.com/#q=use+vlc+player+in+c%23 Since that's been done for many years, should be fine.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Win7 -- Will Global Policies survive domain disjoin?

    Again, we know that some policies are lost when there is no PDC so next up is your add on question about making a bad situation worse. It's just a …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Win7 -- Will Global Policies survive domain disjoin?

    A Win7 Pro workstation was joined to a domain and the admins installed some Global Policies that block local administration. It can no longer connect to the PDC and we …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Win7 -- Will Global Policies survive domain disjoin?

    I'm going with no. Example? "On the Password restrictions, it is enforced by the domain controller." so when you don't have the PDC, that restriction is lost. I'm sure there …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Can someone help me to add a close button in this code

    I wish you could reveal what it is we want to close. I tried your script with a fiddle (online edit and test) but it went nowhere. Since we can't …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in PHP Capture mail

    Looks like a way but. Isn't there always a but? The code seems to need the password in the code. This means that it's a support problem in the making …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching C and DLLS or API Calls or Examples of using DLLs

    Good Morning, For the last few weeks I've been searching HIGH AND LOW. All forms, dozens of tabs open, and bought about 200 bucks in books. My goal is to …

The End.