• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in macro key combo

    Pretty vague but here goes. If I needed a macro to type something, I install a macro app and then create a macro. Since there are dozens of macro apps …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching macro key combo

    Hi guys. I can't figure out how to setup a macro like this "S+F" . someone explain this please. Also, i have a alienware 15 if that helps.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Problem with nasm program

    The hello world above doesn't match other hello worlds. I didn't step through your code for reasons since there are working hello worlds for the taking. Use another example from …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to DaniWeb4Jim in Format HD and reinstall original Windows 7

    I would try to make recovery discs. I had a disc partition fail and I returned the laptop one day after I bought it for that reason. They do fail. …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to DaniWeb4Jim in Format HD and reinstall original Windows 7

    I would try to make recovery discs. I had a disc partition fail and I returned the laptop one day after I bought it for that reason. They do fail. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Problem with nasm program

    Is this just a Hello World? If so, start with a working model. https://www.devdungeon.com/content/hello-world-nasm-assembler
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Problem with nasm program

    I am having problems with this program. It assembles but will not run. it will not even start - anyone see the error? global _start section .data $STR00000 db "hello …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in global variable vs pointer counter with multiple functions

    My work is mostly on commercial apps now. No more code goes to professors so if it works, it usually ships. This doesn't mean I'm lazy or won't make a …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching global variable vs pointer counter with multiple functions

    If you have a counter that gets incremented through multiple functions, is it better to use a global counter or pointer counter? They both work just curious which is better …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in python program

    I was able to write this in one line. Here it is. print "9\n89\n789\n6789\n56789\n456789\n3456789\n23456789\n123456789\n" In case this doesn't fit your top post's requirement, I would be guessing if more was …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching python program

    i want to display this number pattern in python, help me! 9 89 789 6789 56789 456789 3456789 23456789 123456789
  • Member Avatar for rproffitt
    rproffitt

    Created 2011 to 2015 Nissan Leaf firmware bug. Might be fixed. 20+ month wait.

    First how this happened. The Nissan Leaf from about 2011 to mid 2015 on the SV and SL models included Telematics. Telematics in thse models let the owner use a …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching 2011 to 2015 Nissan Leaf firmware bug. Might be fixed. 20+ month wait.

    First how this happened. The Nissan Leaf from about 2011 to mid 2015 on the SV and SL models included Telematics. Telematics in thse models let the owner use a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in A TCP Client and Server chatting

    I'm not finding your questions. I see statements about what it should do, hundreds of lines of code but the questions don't stand out. Try again but read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question first. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching A TCP Client and Server chatting

    Hello, I have a questions in TCP client to server communication: This is what is require me to do: First of all, if we run the program from multible command …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C game

    > Shall we play a game? - Joshua
  • Member Avatar for rproffitt
    rproffitt

    Began Watching C game

    #include<iostream.h> #include<conio.h> class game { int a,b,c; public: void g() { cout<<"Enter value of a<<endl; cin>>a>>b; if(a<b) { cout<<a,<<endl; c++; } } }; void main() { game g1; g1.g(); getch(); …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in SQL High Availability Group

    I can't see how that differs. If replication is really working and you have your procedures for all the functions you must do, how would it differ?
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Convert The numerical string to regular expression? How?

    I've had a few of those. I learned that end-users can be very lazy when it comes to saying what they want so I would write up a spec and …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Convert The numerical string to regular expression? How?

    I've had a few of those. I learned that end-users can be very lazy when it comes to saying what they want so I would write up a spec and …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to JamesCherrill in Convert The numerical string to regular expression? How?

    It's a really bad question. "123-422-17365" is just one string. A valid answer would be "123-422-17365" - thats a regex that matches the string. If you want to ask about …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Convert The numerical string to regular expression? How?

    My comment is the question itself needs work. I've never calculated what the regular expression would be. Maybe English isn't the first language here so try this instead. Don't omit …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Convert The numerical string to regular expression? How?

    Hi Is there any simple way or online website that can convert The numerical string like"123-322-14365" to regular expression?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Format HD and reinstall original Windows 7

    @JC. The only reason I no longer do that is those recovery systems fail far too often. I'm going with 50% of the time with pre-W10 systems. The methods other …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Format HD and reinstall original Windows 7

    Here's a similar method I used since I didn't want to bother with getting restore media. Step 1: Uninstall my apps. Step 2: Create TWO new Admin capable accounts. One …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Format HD and reinstall original Windows 7

    Hi chaps, I have a Dell XPS17, dual booting with Windows and Ubuntu on it. I have to give it away and therefore reinstall windows. Usually, I'd format the whole …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in SQL High Availability Group

    Please read https://www.brentozar.com/archive/2015/10/alwayson-ag-databases-need-bigger-log-files/ first. In the discussion they note some tool to offload the logs. If you just backup, that's not going to affect the log size, will it?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching SQL High Availability Group

    Hi to all! I'm fairly new to using High availability group and i've been having issues with storage space from my Logs drive from my primary server.. I just want …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to AndrisP in jQuery Datepicker: Set Current Date

    I see you are using `<input type="date" />` - do not need set date by jQuery, just add value (format `YYYY-MM-DD`), e.g. `<input type="date" value="2018-09-24" />`
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in How Should Voting Machines Work?

    For another perspective see [XKCD](https://xkcd.com/2030/)
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can I create piped IPC between a subprocess under native modules??

    I want to share a small resource that I used years ago and due to your question I went and checked out again. It now includes some writing about Python! …
  • Member Avatar for rproffitt
    rproffitt

    Created SQL Query with SUM and Groupby

    Hi, I Have below table I want all rows with all coloumn from below table where ActCode is 1162828 and sum of DocAmount for DocNo. i.e where the docNo is …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My Website web address is IPaddress/my/login.asp(How to change it to names?

    The HOSTS file is your poor man's DNS. If you had deployed a DNS in your network, then you could have used that. I'm no genius but I have my …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in PC goes crazy sometimes

    As to GPU card brand, Tomshardware has compared makes and the usual result is sub percent differences. I caught a sale on the EVGA 1050 Ti but haven't got around …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can I create piped IPC between a subprocess under native modules??

    My second method. Not as scalable is to pass a boatload of information via a file. I've used the IP methods and files for years for communications among threads or …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can I create piped IPC between a subprocess under native modules??

    I'm going to write "This is why I stopped using pipes and started using sockets." Also, with sockets I can scale across computers in the network.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How can I create piped IPC between a subprocess under native modules??

    Sorry for the lousy title, "InterProcess Communication" was too long Basically, I'm looking to use the native `_winapi` and `msvcrt` modules to launch an integrated python interpreter and communicate with …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Unable to Delete Record from Database via Form Php

    About line 28 and a few lines after, try a var_dump to see what's in those variabled. Need to learn more about PHP debugging? Try: https://www.google.com/search?q=var_dump+in+php+for+debugging
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Unable to Delete Record from Database via Form Php

    I have a Table that displays titled and first name columns and delete link on the 3rd column. Unfortunately for a reason i don't understand, records are not deleting when …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in New(?) Member intro!

    > C# with SQL server for the back end. Around here, that was the bomb for data collection, reports and more.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching New(?) Member intro!

    Hi everyone, I joined Daniweb YEARS ago and mostly forgot about it (work got super crazy for quite a while). Got more emails lately from the site and decided to …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to synram in seo

    Hello i m new here please tell about seo
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in PC goes crazy sometimes

    1. The clock rate is not the data rate for RAM today. In short the Frequency of 798 MHz is fine for DDR (double data rate) since it uses both …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Piqued_1 in I need quick SEO tip for my website

    The neccesary and quick SEO stuffs is you have to do the neccesary ON page and OFF page SEO stuffs .
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in PC goes crazy sometimes

    As to your questions. 1. I would. 2. **NO! The current HDD is failing and leaving it attached will cause all sorts of issues. Delays, hangs, BSODS and "WTH is …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to SN Technologies in Computer working slow

    Hi, I am using Windows 10 and there is a lot of space in my system. But still its working too slow. Any app could take several minutes to open …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to michel_6 in I need quick SEO tip for my website

    1. optimize your website properly. 2. submit your website to different Search Engine. 3.Keyword Research 4. Analyse your possible competitors 5. Directory Submission 6. Social Bookmarking 7. Article Submission
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to synram in I need quick SEO tip for my website

    hi guys i m new here. please help me and tell about seo dtails . i m new in seo .,
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Shubham_15 in Need to move woocommerce sidebar

    Add following code script in your theme’s functions.php file: if ( ! function_exists( 'x_get_content_layout' ) ) : function x_get_content_layout() { $stack = x_get_stack(); $content_layout = x_get_option( 'x_' . $stack . …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in How Should Voting Machines Work?

    I think we can all agree (this will likely provoke disagreement) that a voting machine that records a vote electronically without a way to do a manual verification is a …

The End.