Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Coderifous
  • Content: Threads
  • Order by date
  1. Coderifous

    JTable behavior

    When I'm editing a cell in a JTable, I can hit "Enter" and the focus goes to the next row. Where is this behavior defined? Is it a look and feel thing? I need to change the behavior, because, when you are on the last row of the table, and you hit enter, the TOP row is selected (which is good)...
  2. Coderifous

    Overriding a tiny part of look and feel.

    In my system I have a JList that displays values LIKE: Foo Bar Baz 1023 10432x 11101 11200 113 114 117 213 232 And my users like to use the type-ahead type functionality provided by the basic look and feel package. So if the user wants to select the "232" value, the user merely begins typing...
  3. Coderifous

    Is samba the "right" way? LOE?

    At work I am tasked with setting up a "Unix Server that Windows Clients use". The requirements couldn't be more vague, but I've dug a little deeper and learned that they want authentication to be handled by the Unix server, they want shared resources on the unix server, and they also want to...
  4. Coderifous

    Noob

    At work I am tasked with setting up a "Unix Server that Windows Clients use". The requirements couldn't be more vague, but I've dug a little deeper and learned that they want authentication to be handled by the Unix server, they want shared resources on the unix server, and they also want to...
  5. Coderifous

    Migration from MS-SQL Server (on windows) to Sybase (on unix)

    My contract has inherited a legacy MS-SQL Server DB, and our mission will be to port it to Unix - the chosen target DB is Sybase. Not sure exactly who chose Sybase, but whatever. The good news, as I understand it, is that MS-SQL Server and Sybase have a shared heritage - making many features...
  6. Coderifous

    Migration from MS-SQL Server (on windows) to Sybase (on unix)

    My contract has inherited a legacy MS-SQL Server DB, and our mission will be to port it to Unix - the chosen target DB is Sybase. Not sure exactly who chose Sybase, but whatever. The good news, as I understand it, is that MS-SQL Server and Sybase have a shared heritage - making many features...
  7. Coderifous

    References?

    Not the perl kind (c'mon, you think I'm an amateur?) I'm helping out a business with their website, and would like to outsource the graphic design to a responsible and talented freelancer. Pretty small job, just create an impressive page template (top-of-page-banner, down-left-side-nav, and...
  8. Coderifous

    Parsing the data

    Hey all, I have a C++ prog that parses a specific data file, but am trying to write a perl script to perform the same function. For portability reasons. Basically, the fscanf() function is used to read the data, and I just need to translate the fscanf() template characters, over to perls...
  9. Coderifous

    Allow process to take up more CPU and mem

    On solaris, how do I change the default restrictions on how muchn resources anygiven process is allotted? I'd like to process a huge sort, and want it done ASAP. Currently the sort can only use 25% of the CPU and not that many megs of ram. Anyone know the way to increase? And yes - I have...
  10. Coderifous

    'sort' giving me heartburn

    Hey all, I'm a perl guy, and not really a stranger to unix, not a guru either (about to be obvious). I'm needing to sort some data, and I'm getting screwy results. I'll post a line or two of notional data, and then the sort command I'm using. Notional Data: (substitut dashes for spaces; s/-/...
  11. Coderifous

    Ruby at Work

    I'm having the same problem convincing my company that Ruby is 'smart' to use. At my place, they have a massive web-app that's written in Perl, Java, Smalltalk, C(++) and shell scripts. It's a rediculous monster that just as well could've been completely developed in Perl, and maybe just a...
  12. Coderifous

    Inserting - getting back the AutoInc Number

    When I'm inserting into a table that has the AutoIncrement as the Primary Key, I'd like to get that value returned to me. I'm using the Perl DBI. I'd like to think that there is a function that does this, but I don't know it. --jim
  13. Coderifous

    Python: No. Ruby: ???

    Refer to the thread: Learning Python please. It's changed into a Ruby discussion.
  14. Coderifous

    Learning Python

    Well, the time has come to set down my most beloved weapon and learn how to use a new one. I'm going to begin learning python, as I have heard some good things about it. It's way different from Perl - from what I see so far. I hope the transition will be smooth though. Anyone here program...
  15. Coderifous

    Perl/MySQL/CGI -> hangs?

    Hey all, I'm developing Perl-Powered websites w/ backend DB's in MySQL. I use DBI.pm. For admin use, I have a script that dumps the contents of a MySQL table, into an HTML table to the browser. This works 99% of the time without a hitch. I mean - it takes a minute, but thousands of lines...
  16. Coderifous

    Perl/MySQL/CGI -> hangs

    Hey all, I'm developing Perl-Powered websites w/ backend DB's in MySQL. I use DBI.pm. For admin use, I have a script that dumps the contents of a MySQL table, into an HTML table to the browser. This works 99% of the time without a hitch. I mean - it takes a minute, but thousands of lines...
  17. Coderifous

    Default Login???

    I'm setting up Windows 2000 on a 'floating' laptop and would like it too not prompt for user/pass when it boots up. Instead if it could just use the guest account by default, that would be very nice. By 'floating' I mean that several people in the office take it to breifings and presentations...
  18. Coderifous

    C++ newbie, MySQL libraries?

    Hello all, I'm a perl freak picking up Visual C++. While I'm not really getting into the 'windows' part of it yet (I'm just making little console/terminal apps) I have a few questions to clear a fog: Has anyone here connected to a MySQL database using C++? What libraries do I need to...
  19. Coderifous

    Why Does Netscape suck?

    I'm a perl programmer, but I routinely have to mess with Javascript. My goal is ( as always ) to have the same ( or atleast similar ) results on both IE and Netscape. In general, I am able to get results using IE much easier than I am with Netscape. Even with simple stuff. What is it with...
  20. Coderifous

    Rarely used operators.

    I've been reading my Perl book and have noted some operators which aren't explained very well. I'm sure they are second nature to more experienced programmers, but the the young and naive like myself, are foreign. Could someone please explain and provide and example of use for the following...

Part and Inventory Search

Back
Top