• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in G.723 file to WAV

    What I found was they used various chips to do such encoding/playback and was not entirely standardized. The company I travel and work for eventually had to had it reverse …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching G.723 file to WAV

    Hi, I wonder if anyone can help, We have an unbranded DVR player, which outputs files by default as native: .rmi – containing the video metadata .rms – containing the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in G.723 file to WAV

    Small small world. While I can't reveal all, I traveled many times to parts east and no, such a convertor is often only from the DVR maker. The usual workaround …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Are there any advantages in using ASP.net over PHP?

    Are there any advantages in using ASP.net or (any other language, for that matter) over PHP?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Are there any advantages in using ASP.net over PHP?

    Let's say your web master is proficient in one over the other. The one wins.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Email Services

    I would like to provide email services on my website. How do I do this?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Email Services

    The thing is, with close to 70% of email being spam you may never want to offer this service. One bad member and your email service is blacklisted and you …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in file name as a string parameter

    Went and googled it. http://stackoverflow.com/questions/541390/extracting-extension-from-filename-in-python seems to fit here.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Video Problem With Dell Inspiron 5748

    Sorry but don't spare those details. It would be a shame to do any work and find this is one of those Celeron CPUs that may not be up to …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching file name as a string parameter

    Trying to create function called parseExtension that takes a file name as a string parameter and returns the file extension. Going to ask users to input a filename ie. Python.exe …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in file name as a string parameter

    Nevermind me.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Drools 6.2.0 with Guvnor

    What is not possible? I read more about Drools. "A range of support packages are available including up to mission critical 24/7, as well as training and consultancy via our …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Regular Networking or HomeGroups and NAS

    Back to the accounts? They never accepted that they needed an account on the server. One might guess the server had the guest enabled. I thought by now you had …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Drools 6.2.0 with Guvnor

    I re-read your top question "Is it possible to use Guvnor with it? Any example?" You may want to lead with another question like "How to learn to use this …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Drools 6.2.0 with Guvnor

    I need to use Drools 6.2.0.Final. Is it possible to use Guvnor with it? Any example? Thank you.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Drools 6.2.0 with Guvnor

    http://docs.jboss.org/drools/release/6.2.0.Final/drools-docs/html_single/ seems to note this area. If it's broke, there appears to be a bug reporting system there.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Regular Networking or HomeGroups and NAS

    Truly strange. Since all prior answers fail you have sadly found a defective area. I'm taking your word on that. Very strange to read this. Maybe you should just forget …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Video Problem With Dell Inspiron 5748

    Sad to read the machine was defective new. Seems we are crash test dummies. The 5748 is a series so I can't check the usual. In the past I would …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Regular Networking or HomeGroups and NAS

    Go ahead. And by the way, once you revealed the NAS model number it was pretty interesting to find how much folk have written about shares over the web. I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Regular Networking or HomeGroups and NAS

    NP. Sorry but we would be duplicating the web at that point. At least you figured out the account name and shares. Sorry if I step out here. Window shares …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Video Problem With Dell Inspiron 5748

    I have had this problem since I got the laptop last December. Video in full screen is erratic. In scenes where there is little motion there is no problem (or …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Video Problem With Dell Inspiron 5748

    Maybe there is more to the story. As it's that new, why not let Dell fix it? There's also a bunch of folk that wipe the supplied OS and today …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching test program

    I need to find out the output of the following code snippet return by function go(2) ... int a=10; int go(int b) { if(b<=4) return b; else return go(b+1)*go(b-2)-(b*2); ++a; …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in test program

    go(2) didn't continue past line 5. You may want to refresh your memory about return(). An accepted explanation is "The keyword return causes the function to exit, passing control back …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Regular Networking or HomeGroups and NAS

    I was using an account name (BOB) so we could call that out. If I'm logged in as BOB on my PC, unless I enable that Guest networking (dependant on …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Error in listbox

    Good evening, I'm having problems when trying to save a listbox in a .txt file, follow the code; IO.Directory.CreateDirectory("C:\Test") Dim Caminho As New IO.StreamWriter("C:\Test\Arquin.txt") Dim i As Integer For …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Error in listbox

    If there are string values the code line should be similar to listBox.Items[i].ToString() Try that.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Regular Networking or HomeGroups and NAS

    Which sounds right. The web page used the new user. I can't see where you created the new user account on the clent PC and logged in under BOB. It …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Regular Networking or HomeGroups and NAS

    That's one of those well worn areas. No. You would never count on the admin account working across Windows for many reasons. If it did, can you imagine the carnage? …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Regular Networking or HomeGroups and NAS

    I was informed not to use HomeGroups, instead use regular Networking ! I've given all computers the same workgroup name as was suggested instead of using Homegroups, specifically a Windows7 …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Regular Networking or HomeGroups and NAS

    More of a question really. The first image is what I see when the account has no rights to that share. Since I can't see what NAS, I can't be …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Can't get rid of searching.com or YTdownloader

    hi, I was trying to download whatsapp for my pc and lots of rubbish came down instead. I have got rid of most of it but now every time I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Can't get rid of searching.com or YTdownloader

    I'm unsure if you know this now. ** https://www.google.com/#q=whatsapp+for+pc+is+malware ** Try the usual from the Malwarebytes forums with scans with Adwcleaner, MBAM and the others for some automated cleanup.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching AppBar/commandBar for windows phone.

    I want to hide the button in my AppBar from the HubSections i have been using the following codes but it does not work please help i have just started …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in AppBar/commandBar for windows phone.

    From memory. It's been a few years since I released some WM apps. That doesn't take effect on forms that are already displayed. You have to refresh the form/display.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching 2x4 12v connectors

    Can any power supply be modified to handle a (2x4 12v) motherboard connection?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in 2x4 12v connectors

    Like this? (link follows) http://www.newegg.com/Product/Product.aspx?Item=N82E16812423185 But you wrote "any power supply" so the answer must be no. There are non-PC power supplies out there.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Timetable Management System

    Just googled it and there are C# ready to use and modify sources out there. Example: http://code.daypilot.org/65101/timetable-tutorial-asp-net-c-vb-net Now if you didn't tell all and this was for your school class …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Timetable Management System

    To me that sounds unuseful but sure, take a look at current timetable apps and you see the screens and reports and some the code underneath. Why start with a …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Timetable Management System

    Hi guys, i want to make a timetable management system in c#. the system should generate timetable for school for both teachers and students. please help me out here.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Timetable Management System

    Why not start with http://sourceforge.net/projects/tms-sys/ and modify it to you needs? Also, why C#? Most of these are web based today since you would want it to be up and …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching SATA primary drive in IDE system - will the PC boot

    It is now almost impossible to find IDE HDDs and I am considering fitting a SATA HDD via a plugin IDE-SATA adapter to each of my HP Compaq DX2000MT PCs. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in SATA primary drive in IDE system - will the PC boot

    I'll share. I found that such machines were never documented to detail what would happen. We would have to experiment to find what would and would not work. That was …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Multi threading task takes much longer than 1 thread

    Sorry but I didn't dive into how C# makes and runs code in depth. In short it compiles to byte code (remember Java?) then the CLR runs that byte code. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Connecting to Exisitng TCPClient

    Or... add a port that one can connect to for debugging. We never went that far as the log files were always more than enough.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Does this code take up 2 threads on the processor?

    Hi, I wonder if the below code I have take up "2 threads" on the processor. In the Form1_Load event I call "startProcess". That process starts a backgroundworker in a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Does this code take up 2 threads on the processor?

    This seems to be an extension on your last question. I'm going to share and be inexact here. Rather than dive into your code you may want to look at …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Multi threading task takes much longer than 1 thread

    Glad my old app idea worked out for you. As to the new Thread question I never deep dived into that area except to think that Microsoft's C# engine was …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Multi threading task takes much longer than 1 thread

    I can't tell if you've read prior discussions on how more cores/threads is not linear in speed. 2 threads is not twice as fast. The OS has work to do …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Multi threading task takes much longer than 1 thread

    Hello, I have a very strange problem. I have created a code that I beleive is multicore/parallell threading to make a task to run faster using more cores in the …

The End.