User ramayac - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T09:24:02Z http://stackoverflow.com/feeds/user/4358 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/84052/any-good-derby-db-editor 2 Any good Derby DB Editor? ramayac 2008-09-17T14:50:25Z 2009-12-16T22:11:15Z <p>I would like to modify some Derby DB's structure, do you know any good (<em>multiplataform</em>) editor for doing this?<br /> thanks!</p> http://stackoverflow.com/questions/1041285/does-jquery-send-cookies-in-a-post 3 Does jQuery send cookies in a post? ramayac 2009-06-24T22:13:33Z 2009-10-07T20:10:59Z <p>I want to know if, when I make a <strong>$.post(...)</strong> with jQuery, <em>does any cookie is sent to the server in the post request?</em></p> <p>Thanks!</p> http://stackoverflow.com/questions/24109/c-ide-for-linux/53922#53922 10 Answer by ramayac for C++ IDE for Linux? ramayac 2008-09-10T12:46:41Z 2009-10-07T12:12:22Z <p><em>A quick answer, just to add a little more knowledge to this topic:</em><br /> You must definitely check out <a href="http://www.netbeans.org/features/cpp/" rel="nofollow">NetBeans</a>. Netbeans 6.7 has the following features: </p> <ul> <li>C/C++ Projects and Templates: Supports syntax highlighting, automatic code completion, automatic indentation.</li> <li>It has a C/C++ Debugger</li> <li>Supports Compiler Configurations, Configuration Manager and Makefile Support (with a Wizard).</li> <li>It has a Classes Window, a Usages Window and a File Navigation Window (or panel).</li> <li>A <a href="http://wiki.netbeans.org/NewAndNoteworthyMilestone2NB67#section-NewAndNoteworthyMilestone2NB67-MacroExpansionView" rel="nofollow">Macro expansion view</a>, and also <a href="http://wiki.netbeans.org/NewAndNoteworthyMilestone2NB67#section-NewAndNoteworthyMilestone2NB67-MacroExpansionTooltip" rel="nofollow">tooltips</a>.</li> <li>Support for <a href="http://wiki.netbeans.org/NewAndNoteworthyMilestone2NB67#section-NewAndNoteworthyMilestone2NB67-QtSupport" rel="nofollow">QT development</a>.</li> </ul> <p>I think it's a perfect (and far better) Visual Studio substitution, and a very good tool to learn C/C++.</p> <p>Good Luck!</p> http://stackoverflow.com/questions/932127/icefaces-cms-netbeans-tutorial 0 ICEFaces + CMS + Netbeans + Tutorial ramayac 2009-05-31T14:33:11Z 2009-10-03T10:33:12Z <p>Do you know any good tutorial, for making a really simple journal(blog) like web app with ICEFaces, using Netbeans (6.5.1) as an IDE?</p> <p>Thanks!</p> http://stackoverflow.com/questions/1149194/show-html-formated-text-on-icefaces 0 Show html formated text on IceFaces ramayac 2009-07-19T03:47:22Z 2009-08-20T15:32:24Z <p>I'm saving html and/or rich formated text in a database, and I'm trying to show it in an IceFaces text field, but it doesn't show the propper format (line breaks or urls).<br /> Is there a tag or a component that shows me the proper rich text or html format?<br /> Thanks!</p> http://stackoverflow.com/questions/1149194/show-html-formated-text-on-icefaces/1168923#1168923 0 Answer by ramayac for Show html formated text on IceFaces ramayac 2009-07-23T00:09:32Z 2009-07-23T00:09:32Z <p>Actually, it's a lot easier than I thought...<br /> To properly output HTML saved on a database using ICEFaces you just have to use the <code>&lt;ice:outputLabel/&gt;</code> tag, and use in the value attribute <code>#{backBean.object.html_txt_field}</code>, like this:</p> <blockquote> <p>&lt;ice:outputLabel id="olDescription" value="#{backBean.object.htmlTXTfield}" /&gt;</p> </blockquote> <p>And that was all :)</p> http://stackoverflow.com/questions/1154057/output-list-content-using-icefaces 0 Output List content using ICEFaces ramayac 2009-07-20T14:52:17Z 2009-07-21T07:37:15Z <p>Hello, I want to show a List using ICEFaces, and I want to output it like:<br /> <code>TAG1, TAG2, TAG3.</code> </p> <p>But without using , or &lt;% for (...) { ... } %>, is there a way to do this?<br /> Thanks!</p> http://stackoverflow.com/questions/143969/is-there-a-s-m-a-r-t-library-for-net-or-java 3 Is there a S.M.A.R.T. Library for .NET or Java? ramayac 2008-09-27T16:40:39Z 2009-07-19T10:36:16Z <p><em>I asked a somewhat <a href="http://stackoverflow.com/questions/123575/how-to-get-the-temperature-of-motherboard-of-a-pc-and-other-hardware-statistics">related</a> question but I want it to make it more concrete and 'programming' oriented, so here it goes:</em></p> <p>Does any body know, if there is a <strong>.NET</strong>, <strong>JAVA</strong> or any other Framework, library, .jar file or what ever: to access <a href="http://en.wikipedia.org/wiki/Self-Monitoring,_Analysis,_and_Reporting_Technology" rel="nofollow">S.M.A.R.T.</a> Statistics?</p> <p>Thanks!</p> http://stackoverflow.com/questions/1121980/obtain-session-list-from-web-application-server 0 Obtain Session List from Web Application Server ramayac 2009-07-13T20:52:24Z 2009-07-13T20:52:24Z <p>Some one at work found out about the:<br /> <strong>com.ibm.ws.webcontainer.httpsession.IBMTrackerDebug</strong> servlet.</p> <p>Which can be invoked like this:<br /> <strong><a href="http://localhost:9080/servlet/com.ibm.ws.webcontainer.httpsession.IBMTrackerDebug" rel="nofollow">http://localhost:9080/servlet/com.ibm.ws.webcontainer.httpsession.IBMTrackerDebug</a></strong> </p> <p>Now, a "manager" wants me to make a similar servlet, that list the current active sessions in the a web aplication. I've tried to find documentation or API for getting the same info as the "IBMTrackerDebug" servlet, but with no success. Do you know who can I get the list of sessions of a web application?</p> <p><em>The Sad tech specs are: Java 1.4 + WebSphere 5.1</em></p> http://stackoverflow.com/questions/706224/javawhy-http-session-is-not-destroyed-when-tab-or-browser-is-closed/1121034#1121034 0 Answer by ramayac for Java:Why http session is not destroyed when tab or browser is closed ? ramayac 2009-07-13T17:54:49Z 2009-07-13T18:00:54Z <p>I had the same problem, and solve it using an intrusive JavaScript event: </p> <pre><code>window.onunload </code></pre> <p>Let me briefly explain, lets say you have a JavaScript function that post, using jQuery, the current Session ID to that Servlet to invalidate it, like this:</p> <pre><code>function safeexit(){ $.post("/SessionKillServlet", { SID = &lt;%=session.getId()%&gt; }, function(data){}); } </code></pre> <p>To call that function, you just need to bind it like these:</p> <pre><code>window.onunload = safeexit; //without the () </code></pre> <p>Now, safeexit method will be called when the TAB or BROWSER WINDOW gets closed (or in a redirection).</p> http://stackoverflow.com/questions/298323/how-to-call-a-stored-procedure-from-ireport 0 How to call a stored procedure from iReport? ramayac 2008-11-18T10:04:35Z 2009-06-23T21:04:46Z <p>I'm trying to <strong>call a stored procedure that receives a parameter from the iReport</strong> plugin wizard of Netbeans 6.1, how can I successfully accomplish this task? </p> <p><em>Other technical details are: using MySQL 5.0.51a-17, and iReport designer 1.0.</em></p> <p>Thanks!</p> http://stackoverflow.com/questions/54017/what-are-the-best-java-podcasts 4 What are the best Java Podcasts? ramayac 2008-09-10T13:22:03Z 2009-05-01T23:31:27Z <p>What are the best Java coding practices Podcast you can find on the net?<br /> I'm thinking in a podcast like <strong>HeardingCode</strong> or <strong>Hanselminutes</strong>, but oriented to java development... is there any this good out there? thanks!</p> http://stackoverflow.com/questions/15496/hidden-features-of-java/730565#730565 1 Answer by ramayac for Hidden Features of Java ramayac 2009-04-08T15:36:42Z 2009-04-08T15:36:42Z <p>Casting/Conversion by precedence in Java 1.4, this code:</p> <pre><code>int a = 2; System.out.println(new Integer(a++).toString()); </code></pre> <p>Can be "represented" like this: </p> <pre><code>int a = 2; System.out.println(""+(a++)); </code></pre> http://stackoverflow.com/questions/53845/java-compiler-options-to-produce-exe-files 3 Java Compiler Options to produce .exe files. ramayac 2008-09-10T12:09:26Z 2009-02-05T13:00:54Z <p>What compiler (I'm using gcj 4.x) options should I use to generate an "exe" file for my java application to run in windows?</p> http://stackoverflow.com/questions/223777/how-to-create-odt-files-with-c-net 1 How to create .odt files with C#.NET? ramayac 2008-10-21T22:30:09Z 2009-01-05T20:13:27Z <p><em>Note: I found this <a href="http://stackoverflow.com/questions/10412/creating-a-word-doc-in-cnet">"Creating a Word Doc in C#.NET"</a>, but that is not what I want.</em></p> <p>Do you know how to create a <strong>.odt</strong> to create file from C# .NET?<br /> Is there a .NET component or wrapper for an OpenOffice.org library to do this?</p> <p>Thanks!</p> http://stackoverflow.com/questions/112503/how-do-i-remove-objects-from-an-array-in-java 7 How do I remove objects from an Array in java? ramayac 2008-09-21T23:16:27Z 2008-12-28T21:40:32Z <p>Given an Array of <strong>n</strong> Objects, let's say is an <strong>Array of Strings</strong>, and it has the following values: </p> <pre><code>foo[0]="a"; foo[1]="cc"; foo[2]="a"; foo[3]="dd"; </code></pre> <p>What do I have to do to delete/remove all the Strings/Objects equal to <strong>"a"</strong> in the Array?<br /> Thanks!</p> http://stackoverflow.com/questions/310821/how-to-call-asp-net-dll-file-from-a-php-script 0 How to call ASP.NET .dll file from a PHP script? ramayac 2008-11-22T03:43:33Z 2008-11-22T04:41:32Z <p>Do you know how can I call an ASP.NET .dll file from a PHP scritp?<br /> Thanks!</p> http://stackoverflow.com/questions/222565/can-you-recomend-a-good-mysql-stored-procedure-debugger 1 Can you recomend a good MySQL stored procedure debugger? ramayac 2008-10-21T16:37:34Z 2008-10-22T00:11:00Z <p>Can you recommend a good MySQL stored procedure debugger?<br /> <strong>Extra points if it is open source, and works in linux :)</strong></p> <p>Thanks!</p> http://stackoverflow.com/questions/223656/untar-ungz-gz-tar-how-do-you-remember-all-the-useful-options/223726#223726 1 Answer by ramayac for Untar, ungz, gz, tar - how do you remember all the useful options? ramayac 2008-10-21T22:14:53Z 2008-10-21T22:14:53Z <p>90% of the time I just use </p> <pre><code>tar -xvf file.* </code></pre> <p><strong>x: extract</strong><br /> <strong>v: be verbose</strong> (optional)<br /> <strong>f: input file</strong> (tar, gz, bzip2, etc...)</p> <p>Easy, huh? :)<br /> Use Fileroller, or Ark if your not in a console.</p> http://stackoverflow.com/questions/222526/how-to-search-multiple-columns-of-a-table-in-mysql 0 how to Search multiple columns of a table in MySQL? ramayac 2008-10-21T16:28:01Z 2008-10-21T16:30:18Z <p>Given a table named "person" (in a MySQL database/schema), kind of like this one:</p> <pre><code>code varchar(25) lastname varchar(25) firstname varchar(25) </code></pre> <p>I'm trying to make a stored function to receive "code" or a part of "code" (which of course, is the code that identifies that person) and return a 'list' of suggestions of persons that have a similar code.</p> <p>What I'm not sure is how to search like in an <strong>auto complete kind of way</strong>, returning all possible results (or just five); and also how to return this "list" of persons from the stored procedure.</p> <p>Any idea how I could do this?, Thanks!</p> http://stackoverflow.com/questions/144487/can-you-recommend-a-postgresql-visual-database-designer-for-linux 1 Can you recommend a PostgreSQL Visual Database Designer for Linux? ramayac 2008-09-27T21:08:34Z 2008-10-15T11:15:16Z <p>When I'm in Windows, I use the <strong>excellent</strong> <a href="http://www.microolap.com/products/database/postgresql-designer/" rel="nofollow">MicroOLAP</a> Database Designer for PostgreSQL, but its not open source or multiplataform.<br /> Do you know or can recommend me an alternative to this software, that I can use in Linux?</p> <p><em>EDIT: Just to clarify, I don't want to use wine to emulate MicroOlap for PostgreSQL, it doesn't work too well, I would prefer something native, or Java based.</em></p> http://stackoverflow.com/questions/123575/how-to-get-the-temperature-of-motherboard-of-a-pc-and-other-hardware-statistics 2 How to get the temperature of motherboard of a PC (and other hardware statistics)? ramayac 2008-09-23T20:15:35Z 2008-09-30T20:10:58Z <p>Hello, does any one know how to get the current motherboard, processor or HD temperature statistics?<br /> In GNU/Linux, I know I could use something like hddtemp or sensord to get the info, and then parse it... but in Windows: How can I do this? And, Can it be done with with C# or Java or any other hight level programming language?<br /> Thanks!</p> http://stackoverflow.com/questions/144421/do-you-know-a-good-java-rss-feed-generator 0 Do you know a good Java RSS/Feed Generator? ramayac 2008-09-27T20:38:11Z 2008-09-27T20:55:03Z <p>I'm searching a small <strong>Java</strong> based RSS/Feed Generator, something like the <a href="http://www.bitfolge.de/rsscreator-en.html" rel="nofollow">FeedCreator.class.php</a> library, any suggestions?, thanks!</p> http://stackoverflow.com/questions/128674/what-is-the-most-efficient-way-to-save-a-byte-array-as-a-file-on-disk-in-c/128877#128877 0 Answer by ramayac for What is the most efficient way to save a byte array as a file on disk in C#? ramayac 2008-09-24T18:18:50Z 2008-09-24T18:18:50Z <p>I had a similar problem dumping a 300 MB Byte array to a disk file...<br /> I used <strong>StreamWriter</strong>, and it took me a good 30 minutes to dump the file.<br /> Using <strong>FilePut</strong> took me arround 3-4 minutes, and when I used <strong>BinaryWriter</strong>, the file was dumped in 50-60 seconds.<br /> If you use BinaryWriter you will have a better performance.</p> http://stackoverflow.com/questions/128529/ideas-for-a-scary-programming-halloween-costume/128675#128675 5 Answer by ramayac for Ideas for a scary programming Halloween costume? ramayac 2008-09-24T17:51:52Z 2008-09-24T17:51:52Z <p>Dress up like Steve Ballmer and scream: "Developers, developers, developers, developers!", that will do the job.</p> http://stackoverflow.com/questions/127369/how-do-you-protect-code-from-being-physically-stolen/128575#128575 1 Answer by ramayac for How do you protect code from being physically stolen? ramayac 2008-09-24T17:37:23Z 2008-09-24T17:37:23Z <p>In GNU/Linux, you can also use <strong><a href="http://www.arg0.net/encfs" rel="nofollow">encfs</a></strong>, which is a user-space encrypted file system that runs on top of FUSE.</p> <p>It is very easy to use, just type in a terminal:</p> <pre><code>$ encfs ~/.encryptedstorage ~/path/to/seccure-code </code></pre> <p>And after following the directions. You'll have a <strong>secure-code</strong> directory where you can safely store all the source code you want to protect.<br /> And you can combine it with <strong><a href="http://fuse.sourceforge.net/sshfs.html" rel="nofollow">sshfs</a></strong> to store files on a remote server, and then use the <strong>sshfs-backed</strong> file system as your encrypted storage. Using this method you can have all your source code files stored on a remote server, completely encrypted.</p> http://stackoverflow.com/questions/122468/how-do-i-configure-a-project-to-use-latest-derby-db-version-10-4 0 How do I configure a project to use latest Derby DB version (10.4)? ramayac 2008-09-23T17:30:03Z 2008-09-23T20:58:41Z <p>Every time I try to run a small application that uses a Derby DB I get this error message:</p> <blockquote> <p><strong>Message: Database at /path/to/db/TheDB has an incompatible format with the current version of the software. The database was created by or upgraded by version 10.4.</strong></p> </blockquote> <p>I've added the library from Netbeans, and still have the same problem.<br /> I'm not sure what to do here.</p> http://stackoverflow.com/questions/122468/how-do-i-configure-a-project-to-use-latest-derby-db-version-10-4/122494#122494 0 Answer by ramayac for How do I configure a project to use latest Derby DB version (10.4)? ramayac 2008-09-23T17:34:25Z 2008-09-23T17:34:25Z <p>Hmmm, all I have to do was to add the proper derby.jar <strong>manually</strong> to the project.<br /> A simple copy command operation: </p> <blockquote> <p>cp /opt/Apache/derbyinstall/lib/<strong>derby.jar</strong> /path/to/project/<strong>dist/lib/</strong> </p> </blockquote> <p>...did the job. The problem was that: I did this operation <em>from</em> Netbeans, and <em>I don't know why</em>, Netbeans didn't update the jar file. Weird, but fixed. :)</p> http://stackoverflow.com/questions/102894/is-anyone-targeting-google-chrome-yet-web-apps-plugins/108632#108632 0 Answer by ramayac for Is anyone targeting Google Chrome yet? (Web apps, plugins) ramayac 2008-09-20T16:29:31Z 2008-09-20T16:29:31Z <p>Targeting Chrome/Chromium right now, I think is like targeting Konqueror web browser. It will get popular, but you should wait to a more stable beta, and/or some Linux and OS X client.</p> http://stackoverflow.com/questions/108014/old-computers-and-other-memorabilia-walk-down-memory-lane/108621#108621 1 Answer by ramayac for Old Computers, and other Memorabilia ... Walk Down Memory Lane ramayac 2008-09-20T16:24:38Z 2008-09-20T16:24:38Z <p>I have and old PC, that had a 386 Texas Instruments processor. It has 32 MB of RAM, and 300 MB for the HD. A fantastic, <strong>still</strong> working PC. :)</p> http://stackoverflow.com/questions/1149194/show-html-formated-text-on-icefaces/1306997#1306997 Comment by ramayac on Show html formated text on IceFaces ramayac 2009-08-23T22:50:30Z 2009-08-23T22:50:30Z Excelent!, Thanks! http://stackoverflow.com/questions/1154057/output-list-content-using-icefaces/1157507#1157507 Comment by ramayac on Output List content using ICEFaces ramayac 2009-07-21T18:21:20Z 2009-07-21T18:21:20Z Thank you VERY, VERY much man :) http://stackoverflow.com/questions/1121980/obtain-session-list-from-web-application-server Comment by ramayac on Obtain Session List from Web Application Server ramayac 2009-07-13T21:14:00Z 2009-07-13T21:14:00Z YES! that's kind of what I need, THANKS! http://stackoverflow.com/questions/1121980/obtain-session-list-from-web-application-server Comment by ramayac on Obtain Session List from Web Application Server ramayac 2009-07-13T21:06:24Z 2009-07-13T21:06:24Z Ok, let me check it out :) http://stackoverflow.com/questions/1041285/does-jquery-send-cookies-in-a-post/1041325#1041325 Comment by ramayac on Does jQuery send cookies in a post? ramayac 2009-06-24T22:33:12Z 2009-06-24T22:33:12Z Thanks for your answer http://stackoverflow.com/questions/1041285/does-jquery-send-cookies-in-a-post/1041291#1041291 Comment by ramayac on Does jQuery send cookies in a post? ramayac 2009-06-24T22:30:37Z 2009-06-24T22:30:37Z hahaha! thats the spirit! :) http://stackoverflow.com/questions/932127/icefaces-cms-netbeans-tutorial/935825#935825 Comment by ramayac on ICEFaces + CMS + Netbeans + Tutorial ramayac 2009-06-01T23:57:41Z 2009-06-01T23:57:41Z Sure thing: A simple tutorial, for using the ICEFaces rich text editor, save it into a table on derby or MySQL, and all of this, using Netbeans. http://stackoverflow.com/questions/310821/how-to-call-asp-net-dll-file-from-a-php-script/310872#310872 Comment by ramayac on How to call ASP.NET .dll file from a PHP script? ramayac 2008-11-22T05:15:49Z 2008-11-22T05:15:49Z Great!, any Linux suggestions? http://stackoverflow.com/questions/223656/untar-ungz-gz-tar-how-do-you-remember-all-the-useful-options/223682#223682 Comment by ramayac on Untar, ungz, gz, tar - how do you remember all the useful options? ramayac 2008-10-22T03:04:56Z 2008-10-22T03:04:56Z Now, that is a COOL &quot;qwerty&quot; tip! :) http://stackoverflow.com/questions/223656/untar-ungz-gz-tar-how-do-you-remember-all-the-useful-options/223742#223742 Comment by ramayac on Untar, ungz, gz, tar - how do you remember all the useful options? ramayac 2008-10-21T22:33:37Z 2008-10-21T22:33:37Z Cool, that is new to me. Thanks for the tip! http://stackoverflow.com/questions/222526/how-to-search-multiple-columns-of-a-table-in-mysql/222537#222537 Comment by ramayac on how to Search multiple columns of a table in MySQL? ramayac 2008-10-21T16:32:51Z 2008-10-21T16:32:51Z yes, but how do I return the &quot;list&quot; of possible codes from the stored function? http://stackoverflow.com/questions/144487/can-you-recommend-a-postgresql-visual-database-designer-for-linux/144526#144526 Comment by ramayac on Can you recommend a PostgreSQL Visual Database Designer for Linux? ramayac 2008-09-27T21:38:24Z 2008-09-27T21:38:24Z For me, more than $100 IS expensive, but thanks! http://stackoverflow.com/questions/144487/can-you-recommend-a-postgresql-visual-database-designer-for-linux/144504#144504 Comment by ramayac on Can you recommend a PostgreSQL Visual Database Designer for Linux? ramayac 2008-09-27T21:23:45Z 2008-09-27T21:23:45Z That's right, dbDesigner4 is for MySQL, in fact, is the base for <b>MySQL Workbench</b>, but thanks for answer anyway. http://stackoverflow.com/questions/144421/do-you-know-a-good-java-rss-feed-generator/144433#144433 Comment by ramayac on Do you know a good Java RSS/Feed Generator? ramayac 2008-09-27T20:49:27Z 2008-09-27T20:49:27Z I'll test it right away, thanks! http://stackoverflow.com/questions/143969/is-there-a-s-m-a-r-t-library-for-net-or-java/144121#144121 Comment by ramayac on Is there a S.M.A.R.T. Library for .NET or Java? ramayac 2008-09-27T19:34:55Z 2008-09-27T19:34:55Z Beautiful, thank you!... too bad it isn't Java hehe.