User srand - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T07:40:32Z http://stackoverflow.com/feeds/user/62575 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1742026/how-to-test-something-rendered-correctly 1 How to test something rendered correctly? srand 2009-11-16T12:53:23Z 2009-11-18T17:00:40Z <p>How does one test if an application rendered something correctly?</p> <p>For example (2D example):</p> <p><img src="http://img32.imageshack.us/img32/6197/37841144.png" alt="Microsoft Word 2007"></p> <p>How does one know that the shadow is placed correctly or the correct color / outline was rendered? Or if 3D effect renders correctly when one would rotate in a direction? Other things could be if the word art was re-sized, how does one measure its 'correctness'?</p> http://stackoverflow.com/questions/1713439/abstract-testing-of-guis 1 Abstract testing of GUIs srand 2009-11-11T06:33:07Z 2009-11-11T18:25:58Z <p>In general how does one test a various parts of a GUI? What are good practices? (Yes I am being overly general here).</p> <p>Let take for Notepad's Find dialog box:</p> <p><img src="http://img697.imageshack.us/img697/5483/imgp.png" alt="Notepad's Find dialog box"></p> <p>What are some things that can be tested? How does one know its working correctly? What are edge cases to look out for? Stress tests? </p> http://stackoverflow.com/questions/1515296/solving-a-matrix-in-matlab 2 Solving a matrix in MATLAB? srand 2009-10-04T01:03:28Z 2009-10-21T10:34:48Z <p>How does one solve the (non-trivial) solution Ax = 0 for x in <a href="http://en.wikipedia.org/wiki/MATLAB" rel="nofollow">MATLAB</a>?</p> <pre><code>A = matrix x = matrix trying to solve for </code></pre> <p>I've tried solve('A * x = 0', 'x') but I only get 0 for an answer.</p> http://stackoverflow.com/questions/1520094/rotation-about-the-y-axis 1 Rotation about the Y-Axis srand 2009-10-05T13:31:42Z 2009-10-05T13:36:50Z <p>Doing a couple rotations in Matlab, one which is rotation about the y-axis, however online I've found two different answers: <a href="http://www.euclideanspace.com/maths/algebra/matrix/orthogonal/rotation/index.htm" rel="nofollow">here</a> and <a href="http://www.siggraph.org/education/materials/HyperGraph/modeling/mod%5Ftran/3drota.htm" rel="nofollow">here</a>. Which is correct, if both how does one get to the other?</p> http://stackoverflow.com/questions/1448814/whats-the-equivalent-to-intptr-c-in-java 0 Whats the equivalent to IntPtr (C#) in Java? srand 2009-09-19T15:53:06Z 2009-09-19T16:04:05Z <p>Whats the equivalent to IntPtr (C#) in Java (JNA)?</p> http://stackoverflow.com/questions/1419569/wifi-information-in-java 3 Wifi information in Java srand 2009-09-14T03:30:28Z 2009-09-14T09:03:34Z <p>How can I get the <strong>MAC address</strong>, <strong>SSID</strong>, and <strong>signal strength</strong> of wifi routers nearby in <strong>Java</strong>? Preferably system independent, if not then Windows.</p> http://stackoverflow.com/questions/1415851/best-way-to-get-geo-location-in-java 1 Best way to get geo-location in Java srand 2009-09-12T19:02:03Z 2009-09-13T21:58:53Z <p>What is the best way to get geo-location in Java (freely if possible)?</p> <p>Update: Not from a GPS device. Basically how Firefox 3.5 / HTML 5 does it</p> http://stackoverflow.com/questions/1412744/getting-your-ideas-out-there -3 Getting your ideas out there [closed] srand 2009-09-11T19:06:19Z 2009-09-11T19:18:12Z <p>I know this isn't 'programming related' but I think its a valid question here:</p> <p>I started working on a game/project that I thought was a good idea, but now after a year of work I find that there are emerging parallel projects that are achieving the same goal, while my project is at a much smaller and less professional scale. Should I continue and see what happens, or start thinking of another idea? One competitor is a commercial project and the other is a free to download (for now) project.</p> http://stackoverflow.com/questions/1264170/how-do-you-keep-up-with-the-software-development-world/1264197#1264197 12 Answer by srand for How do you keep up with the Software Development world? srand 2009-08-12T04:21:08Z 2009-08-12T04:45:31Z <p><strong>Intelligence</strong> stands the test of time so expand your mind by <strong><a href="http://stackoverflow.com/questions/201189/what-do-you-do-to-keep-learning">learning</a></strong>:</p> <ul> <li>Try different technologies (from hardware to software)</li> <li>Read (books, papers, <a href="http://stackoverflow.com/questions/5119/what-are-the-best-rss-feeds-for-programmersdevelopers">blogs</a>, forums, <a href="http://stackoverflow.com/questions/tagged/professional-development">StackOverflow</a>, and other people's code)</li> <li>Write (start a <a href="http://www.codinghorror.com/blog/archives/000983.html" rel="nofollow">blog</a>, write a story for a new video game or an alternative ending)</li> <li>Teach (share your knowledge through blog, answering questions in chat rooms/forums/SO/etc)</li> <li>Personal projects (work on an open-source project or start your own, write about your project)</li> <li>Education (Second degree (Math, Physics), technical masters or MBA, PhD)</li> <li>Industry experience (Interacting with people, working on teams)</li> </ul> <p>and remember</p> <p><strong>A</strong>lways <strong>B</strong>e <strong>C</strong>oding</p> http://stackoverflow.com/questions/269916/free-java-3d-engine/1251671#1251671 0 Answer by srand for Free java 3d engine srand 2009-08-09T16:18:44Z 2009-08-09T16:25:41Z <p><strong><a href="http://www.ardor3d.com/" rel="nofollow">Ardor3D</a></strong></p> <p>A fork of the JMonkeyEngine including two previous developers from JMonkeyEngine team. Essentially a more broad 3d engine with a clear(-er) API.</p> http://stackoverflow.com/questions/96981/color-themes-for-eclipse/1248204#1248204 21 Answer by srand for Color Themes for Eclipse? srand 2009-08-08T07:02:58Z 2009-08-08T18:32:34Z <p>I just found an alternative way of importing/exporting themes from Eclipse that is relatively easier (doesn't require manual editing of a file) and wrote an <a href="http://srand2.blogspot.com/2009/08/eclipse-color-themes.html" rel="nofollow">article</a>.</p> <p>Essentially there are two files we want to copy or overwrite:</p> <p><strong>[workspace]\.metadata.plugins\org.eclipse.core.runtime.settings\org.eclipse.jdt.ui.prefs</strong></p> <p><strong>[workspace]\.metadata.plugins\org.eclipse.core.runtime.settings\org.eclipse.ui.editors.prefs</strong></p> <p>where,</p> <p>org.eclipse.jdt.ui.prefs = Syntax Coloring</p> <p>org.eclipse.ui.editors.prefs = Text Editors</p> <p>I converted anonfunc's themes from <a href="http://eclipsecolorthemes.jottit.com/" rel="nofollow">http://eclipsecolorthemes.jottit.com/</a> into the new format. Also I created my own :)</p> <p>Finally, if somebody wants to create more themes I can post them on my blog with credits. Here are some <a href="http://stackoverflow.com/questions/9951/what-color-scheme-do-you-use-for-programming">color schemes</a> ideas to get you going.</p> <p><strong><a href="http://www.2shared.com/file/7073148/25af5556/eclipse-themes.html" rel="nofollow">Download all themes here</a></strong></p> <p><strong>Theme Gallery</strong></p> <p>Inkpot <img src="http://img188.imageshack.us/img188/1516/inkpot.png" alt="Inkpot" /></p> <p>Sula (My theme) <img src="http://img194.imageshack.us/img194/4892/sula.png" alt="Sula (My theme)" /></p> <p>Vibrant Ink <img src="http://img88.imageshack.us/img88/5238/vibrantink.png" alt="Vibrant Ink" /></p> <p>Wombat <img src="http://img44.imageshack.us/img44/6108/wombat.png" alt="Wombat" /></p> <p>Zenburn <img src="http://img256.imageshack.us/img256/1980/zenburn.png" alt="Zenburn" /></p> http://stackoverflow.com/questions/120621/dark-colorscheme-for-eclipse/1248215#1248215 0 Answer by srand for Dark colorscheme for eclipse? srand 2009-08-08T07:07:31Z 2009-08-08T07:07:31Z <p><a href="http://stackoverflow.com/questions/96981/color-themes-for-eclipse/1248204#1248204">Related post I made recently</a> (includes dark themes)</p> http://stackoverflow.com/questions/1236531/eclipse-and-curly-braces 1 Eclipse and curly braces srand 2009-08-06T01:21:59Z 2009-08-07T20:29:26Z <p>Is there a quick way to make Eclipse put curly brace on the next line (by itself) on a block of code?</p> http://stackoverflow.com/questions/1219709/picking-my-next-graphics-engine-java-vs-c 0 Picking my next graphics engine (Java vs. C#) srand 2009-08-02T20:05:10Z 2009-08-03T09:49:38Z <p><strong>Requirements</strong></p> <p>I am developing a music game that requires access to the audio line-in and classes to help me analyze a MIDI file (playing the MIDI is NOT necessary for me). Secondly, I need a graphics engine that allows easy and quick development (within reason). The game's focus is not cutting edge graphics - think along the lines of <a href="http://www.audio-surf.com/" rel="nofollow">Audiosurf</a>.</p> <p><strong>Issue 1</strong></p> <p>Java provides easy to use and well documented <a href="http://java.sun.com/j2se/1.4.2/docs/api/javax/sound/sampled/package-summary.html" rel="nofollow">Audio</a> line-in input and <a href="http://java.sun.com/j2se/1.4.2/docs/api/javax/sound/midi/package-summary.html" rel="nofollow">MIDI</a> file support built right into the API that I could not find with C#. I found some resources to read from the <a href="http://www.codeplex.com/naudio" rel="nofollow">line-in</a> and <a href="http://www.codeproject.com/KB/audio-video/MIDIToolkit.aspx" rel="nofollow">MIDI</a> helper classes but don't have much documentation/support and seem to be workarounds to a lack of support by C#.</p> <p><strong>Issue 2</strong></p> <p>The second aspect of the game is of course the graphics engine. On the C# side, XNA seems to be the clear choice for my needs. On the Java side, I'm leaning towards <a href="http://www.jmonkeyengine.com/" rel="nofollow">JMonkeyEngine</a> (or <a href="http://ogre4j.sourceforge.net/" rel="nofollow">ogre4j</a> as a second choice). JMonkeyEngine seems to be fine for my graphical uses but the documentation is scattered and sparse.</p> <p><strong>Deciding</strong></p> <p>Both issues are of equal importance. Also, I know the community here is prominently .NET programmers, so try to consider both languages if possible.</p> http://stackoverflow.com/questions/742569/best-place-for-game-audio-graphics-etc/1220296#1220296 0 Answer by srand for Best place for game audio, graphics, etc? srand 2009-08-03T00:47:20Z 2009-08-03T00:47:20Z <p><strong>Clipart</strong></p> <ul> <li><a href="http://www.openclipart.org/" rel="nofollow">Open Clip Art</a></li> </ul> <p><strong>Textures</strong></p> <ul> <li><a href="http://www.imageafter.com/textures.php" rel="nofollow">ImageAfter</a></li> <li><a href="http://www.cgtextures.com/" rel="nofollow">CG Textures</a></li> <li><a href="http://www.openfootage.net/" rel="nofollow">OpenFootage</a></li> <li><a href="http://www.texturehound.com/" rel="nofollow">Texture Hound</a></li> </ul> http://stackoverflow.com/questions/1210286/where-can-i-find-free-sound-effects-for-a-game/1210341#1210341 0 Answer by srand for Where can I find free sound effects for a game? srand 2009-07-31T02:10:30Z 2009-07-31T02:10:30Z <ul> <li><a href="http://www.freesound.org/" rel="nofollow">freesound</a></li> <li><a href="http://www.soundsnap.com/" rel="nofollow">Soundsnap</a></li> </ul> http://stackoverflow.com/questions/1197791/best-3d-java-engine 2 Best 3D Java Engine srand 2009-07-29T02:33:51Z 2009-07-31T01:34:44Z <p>Looking for an easy to use 3D Java Engine API (i.e. not wrapper) that has a good community and good development. Extra features (i.e. audio, input, etc.) are not necessary but nice.</p> <p>List of the most popular Java 3D graphics APIs I found:</p> <p><strong>Wrappers / Low Level</strong></p> <ul> <li><a href="https://jogl.dev.java.net/" rel="nofollow">Jogl</a> - Strong community / Good support / Active</li> <li><a href="http://java.sun.com/javase/technologies/desktop/java3d/" rel="nofollow">Java3D</a> - Abandoned (or slowly dying), phased out Scene Graph (or re-tooling into JavaFX?)</li> <li><a href="http://www.lwjgl.org/" rel="nofollow">lwjgl</a> - Wrapper (Along with audio and input) / Active</li> </ul> <p><hr /></p> <p><strong>Engines</strong></p> <p><strong><a href="http://en.wikipedia.org/wiki/JMonkey%5FEngine" rel="nofollow">jMonkey Engine</a></strong> - <a href="http://en.wikipedia.org/wiki/JMonkey%5FEngine" rel="nofollow">Wiki</a> - <a href="http://code.google.com/p/jmonkeyengine/source/list" rel="nofollow">Active</a> - Branching between version 3.0 and 2.0 (may hurt community)</p> <p><strong><a href="http://ogre4j.sourceforge.net/" rel="nofollow">ogre4j</a></strong> - <a href="http://en.wikipedia.org/wiki/Ogre4j" rel="nofollow">Wiki</a> - <a href="http://sourceforge.net/project/stats/detail.php?group%5Fid=143864&amp;ugn=ogre4j&amp;type=svn&amp;mode=year" rel="nofollow">Active</a></p> <ul> <li>Parent project <a href="http://www.ogre3d.org/" rel="nofollow">OGRE</a> - <a href="http://ogre.svn.sourceforge.net/viewvc/ogre/" rel="nofollow">Active</a> - C++</li> </ul> <p><strong><a href="http://sourceforge.net/projects/bindenlicht/" rel="nofollow">Bindenlicht</a></strong> - No Wiki! - <a href="http://sourceforge.net/projects/bindenlicht/files/" rel="nofollow">Not active</a></p> <ul> <li>Parent project <a href="http://irrlicht.sourceforge.net/" rel="nofollow">Irrlicht</a> - <a href="http://en.wikipedia.org/wiki/Irrlicht%5FEngine" rel="nofollow">Wiki</a> - <a href="http://sourceforge.net/projects/irrlicht/" rel="nofollow">Active</a> - C++</li> </ul> <p><hr /></p> <p><strong>High Level (Not designed for gaming)</strong></p> <ul> <li><a href="http://processing.org/" rel="nofollow">Processing</a> - Doesn't seem suited for gaming but for graphics visualizations and demos</li> </ul> <p><hr /></p> <p><strong>Update</strong>: Please pick a JAVA engine and explain why its your choice! Thanks!</p> http://stackoverflow.com/questions/774058/xg-midi-file-format/1185043#1185043 0 Answer by srand for XG MIDI File Format srand 2009-07-26T17:11:03Z 2009-07-26T17:11:03Z <p><em>Wikipedia</em>: "In 1999, the official GM <a href="http://en.wikipedia.org/wiki/General%5FMIDI" rel="nofollow">[General MIDI]</a> standard was updated to include more controllers, patches, RPNs and SysEx messages, in an attempt to reconcile the conflicting and proprietary Roland GS and Yamaha XG additions." This was called <a href="http://en.wikipedia.org/wiki/General%5FMIDI%5FLevel%5F2" rel="nofollow">General MIDI 2</a>.</p> <p>I recommend looking into what Java (<a href="http://java.sun.com/j2se/1.5.0/docs/api/javax/sound/midi/package-summary.html" rel="nofollow">javax.sound.midi</a>) has to offer (C# seems to be lacking a solid MIDI library). Read up on <a href="http://java.sun.com/j2se/1.5.0/docs/api/javax/sound/midi/MetaMessage.html" rel="nofollow">MetaMessage</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/javax/sound/midi/ShortMessage.html" rel="nofollow">ShortMessage</a>, <a href="http://java.sun.com/j2se/1.5.0/docs/api/javax/sound/midi/SysexMessage.html" rel="nofollow">SysexMessage</a>, and <a href="http://java.sun.com/j2se/1.5.0/docs/api/javax/sound/midi/Patch.html" rel="nofollow">Patch</a>. From what I understand, special system messages are sent through SysexMessage (the lighting data might be here).</p> <p>If you need some sample code look at <a href="http://www.jsresources.org/examples/" rel="nofollow">Java Sound Resources</a>.</p> <p>Other links I found:</p> <ul> <li><a href="http://www.ksanti.net/qy70/index.html" rel="nofollow">Working with XG SYSEX on the Yamaha QY70</a></li> <li><a href="http://search.cpan.org/~hayashi/Win32API-MIDI-0.05/MIDI/SysEX/Yamaha.pm" rel="nofollow">Win32API::MIDI::SysEX::Yamaha</a></li> </ul> http://stackoverflow.com/questions/1182877/reading-midi-files 2 Reading MIDI Files srand 2009-07-25T19:43:20Z 2009-07-25T22:31:23Z <p>What is the best way to read a MIDI file (chronologically) with multiple tracks? (Java)</p> <p>Note: I don't want to play the MIDI file, just read the messages.</p> <p>Couple ideas:</p> <p>Is it safe to assume there are no note events shorter than the 1/64th note? Or should I visit every track and only move to the next tick after all other ticks tracks </p> <ul> <li>Assume there is no midi event shorter than a 1/64th note, and move the current position tick count by that fix delta.</li> <li>Visit every track and progress to the next earliest tick</li> </ul> http://stackoverflow.com/questions/215954/any-notepad-plugins-to-automatically-save-document-versions/216077#216077 9 Answer by srand for Any Notepad++ plugins to automatically save document versions srand 2008-10-19T05:54:32Z 2009-07-04T01:10:43Z <p>Settings > Preferences > Backup-Auto-completion tab > Click Verbose Backup and Tick Enable Auto-completion on each input</p> <p>This will time stamp a copy of your file every time you save.</p> <p><hr /></p> <p><strong>Update:</strong> </p> <p><a href="http://fstellari.googlepages.com/npp%5Fplugins" rel="nofollow">AutoSave</a> allows to automatically save the currently open files based on a timer schedule (default is 1 min) and/or upon the application losing focus. The plugin offers a couple of options to save the current (or all the files), selecting only the named ones, accessible through a menu.</p> <p>[Via <a href="http://lifehacker.com/5303634/autosave-adds-reassurance-to-notepad%252B%252B-editing" rel="nofollow">Lifehacker</a>]</p> http://stackoverflow.com/questions/775070/containing-drawing-to-a-panel-area 0 Containing drawing to a panel area srand 2009-04-21T23:14:41Z 2009-04-26T04:57:23Z <p>I want to draw an array of X and Y integers to a panel in a Java frame.</p> <p>What is the best way to draw the line (currently I'm using Graphic's drawPolyline)?</p> <p>How can I <em>efficiently</em> scale the integer values so they all fit in the panel area without knowing the max (Y) value?</p> <p><strong>Update, for example</strong></p> <pre><code>public void paint(Graphics g) { int height = panel.getHeight(); int width = panel.getWidth(); int[] xPoints = { ... values ... }; int[] yPoints = { ... values ... }; int nPoints = dataLength; // Scale xPoints and yPoints so they fit in the area of width and height // and draw line g.drawPolyline(xPoints, yPoints, nPoints); g.dispose(); } </code></pre> http://stackoverflow.com/questions/745390/does-setting-the-max-memory-of-a-java-program-affect-the-gc 2 Does setting the max memory of a Java program affect the GC? srand 2009-04-13T21:02:35Z 2009-04-14T05:25:48Z <p>Does adding -Xmx argument when running a Java program cause the garbage collector to act differently or occur less often?</p> http://stackoverflow.com/questions/742780/i-have-4-months-of-summer-holiday-what-should-i-learn/742841#742841 0 Answer by srand for I have 4 months of summer holiday. What should I learn? srand 2009-04-13T01:57:12Z 2009-04-13T01:57:12Z <p>Broaden your horizons.</p> <p>If you're young you probably want to learn more about programming, so do a personal project. Something you can show companies (and put on your resume) and peers.</p> <p>If you're a little older, do something different: learn to play music, read, or share your experiences through a blog. </p> http://stackoverflow.com/questions/740619/noise-in-background-when-generating-sine-wave-in-java 4 Noise in background when generating sine wave in Java srand 2009-04-11T18:57:25Z 2009-04-12T07:36:16Z <p>I'm getting a slight distortion (sounds like buzzing) in the background when I run the following code. Because of its subtle nature it makes believe there is some sort of aliasing going on with the byte casting.</p> <p>AudioFormat = PCM_SIGNED 44100.0 Hz, 16 bit, stereo, 4 bytes/frame, big-endian</p> <p><strong>Note</strong>: code assumes (for now) that the data is in big endian.</p> <pre><code>public static void playFreq(AudioFormat audioFormat, double frequency, SourceDataLine sourceDataLine) { System.out.println(audioFormat); double sampleRate = audioFormat.getSampleRate(); int sampleSizeInBytes = audioFormat.getSampleSizeInBits() / 8; int channels = audioFormat.getChannels(); byte audioBuffer[] = new byte[(int)Math.pow(2.0, 19.0) * channels * sampleSizeInBytes]; for ( int i = 0; i &lt; audioBuffer.length; i+=sampleSizeInBytes*channels ) { int wave = (int) (127.0 * Math.sin( 2.0 * Math.PI * frequency * i / (sampleRate * sampleSizeInBytes * channels) ) ); //wave = (wave &gt; 0 ? 127 : -127); if ( channels == 1 ) { if ( sampleSizeInBytes == 1 ) { audioBuffer[i] = (byte) (wave); } else if ( sampleSizeInBytes == 2 ) { audioBuffer[i] = (byte) (wave); audioBuffer[i+1] = (byte)(wave &gt;&gt;&gt; 8); } } else if ( channels == 2 ) { if ( sampleSizeInBytes == 1 ) { audioBuffer[i] = (byte) (wave); audioBuffer[i+1] = (byte) (wave); } else if ( sampleSizeInBytes == 2 ) { audioBuffer[i] = (byte) (wave); audioBuffer[i+1] = (byte)(wave &gt;&gt;&gt; 8); audioBuffer[i+2] = (byte) (wave); audioBuffer[i+3] = (byte)(wave &gt;&gt;&gt; 8); } } } sourceDataLine.write(audioBuffer, 0, audioBuffer.length); } </code></pre> http://stackoverflow.com/questions/598344/java-audiosystem-and-targetdataline 3 Java AudioSystem and TargetDataLine srand 2009-02-28T17:24:21Z 2009-03-11T16:48:06Z <p>I am trying to capture audio from the line-in from my PC, to do this I am using <a href="http://java.sun.com/j2se/1.4.2/docs/api/javax/sound/sampled/AudioSystem.html" rel="nofollow">AudioSystem</a> class. There is one of two choices with the static AudioSystem.write method: Write to a file Or Write to a stream. I can get it to write to a file just fine, but whenever I try to write to a stream I get thrown java.io.IOException (stream length not specified). As for my buffer I am using a ByteArrayOutputStream. Is there another kind of stream I am supposed to be using or messing up somewhere else?</p> <p><strong>Also</strong> in a related subject, one can sample the audio line in (<a href="http://java.sun.com/j2se/1.4.2/docs/api/javax/sound/sampled/TargetDataLine.html" rel="nofollow">TargetDataLine</a>) directly by calling <a href="http://java.sun.com/j2se/1.4.2/docs/api/javax/sound/sampled/TargetDataLine.html" rel="nofollow">read</a>. Is this the preferred way doing audio capture or using AudioSystem?</p> <p><strong>Update</strong> Source code that was requested:</p> <pre><code>final private TargetDataLine line; final private AudioFormat format; final private AudioFileFormat.Type fileType; final private AudioInputStream audioInputStream; final private ByteArrayOutputStream bos; // Constructor, etc. public void run() { System.out.println("AudioWorker Started"); try { line.open(format); line.start(); // This commented part is regarding the second part // of my question // byte[] buff = new byte[512]; // int bytes = line.read(buff, 0, buff.length); AudioSystem.write(audioInputStream, fileType, bos); } catch ( Exception e ) { e.printStackTrace(); } System.out.println("AudioWorker Finished"); } // Stack trace in console AudioWorker Started java.io.IOException: stream length not specified at com.sun.media.sound.WaveFileWriter.write(Unknown Source) at javax.sound.sampled.AudioSystem.write(Unknown Source) at AudioWorker.run(AudioWorker.java:41) AudioWorker Finished </code></pre> http://stackoverflow.com/questions/234300/how-does-telnet-server-communicate-to-the-client 1 How does Telnet server communicate to the client? srand 2008-10-24T16:37:41Z 2009-03-04T16:48:46Z <p>I want to write a C# application where it connects to a telnet server and communicates to the server. I was wondering how a telnet server sends information to the client. I have looked (skimmed) over the <a href="http://www.faqs.org/rfcs/rfc854.html" rel="nofollow">Telnet RFC</a> and looked at the incoming packets coming in from the server and still a bit confused. Can somebody give me an example how the server moves the cursor around in the telnet client and how it can change colors of characters? (An example would be most appreciated)</p> <p><strong>Update I</strong></p> <p>Here's some additional VT100 resources:</p> <ol> <li><a href="http://graphcomp.com/info/specs/ansi%5Fcol.html" rel="nofollow">ANSI/VT100 Terminal Control</a></li> <li><a href="http://www.cs.utk.edu/~shuford/terminal/vt100%5Fcodes%5Fnews.txt" rel="nofollow">vt100_codes_news.txt</a></li> </ol> <p><strong>Update II</strong></p> <p>With much research and time, here what I found out: <a href="http://srand2.blogspot.com/2009/02/telnet-programming-with-c.html" rel="nofollow">Telnet Programming with C#</a></p> http://stackoverflow.com/questions/598381/whats-the-best-way-to-learn-about-http-the-tcp-stack-and-cache-control-headers/598497#598497 2 Answer by srand for What's the best way to learn about HTTP, the TCP stack, and cache-control headers? srand 2009-02-28T19:07:45Z 2009-02-28T19:14:06Z <ul> <li>RFCs (<a href="http://www.faqs.org/rfcs/rfc2616.html" rel="nofollow">HTTP</a>), RFCs contain the standard on how the protocol should be implemented</li> <li>Packet sniffers (<a href="http://www.wireshark.org/" rel="nofollow">Wireshark</a>), see how your web browser interacts with a website</li> <li>Practice, try programming your own HTTP server and client <ul> <li><a href="http://www.google.com/search?q=http%20server%20pseudo%20code" rel="nofollow">Google for pseudocode</a></li> </ul></li> </ul> <p>Some interesting links:</p> <ul> <li><a href="http://www.mnot.net/cache%5Fdocs/" rel="nofollow">Caching Tutorial</a> </li> <li><a href="http://www.tcpipguide.com/free/index.htm" rel="nofollow">The TCP/IP Guide</a> <ul> <li><a href="http://www.tcpipguide.com/free/t%5FTCPIPWorldWideWebWWWTheWebandtheHypertextTransferP.htm" rel="nofollow">TCP/IP World Wide Web (WWW, "The Web") and the Hypertext Transfer Protocol (HTTP)</a></li> </ul></li> <li><a href="http://www.w3.org/Protocols/" rel="nofollow">HTTP - Hypertext Transfer Protocol</a></li> <li><a href="http://en.wikipedia.org/wiki/Hypertext%5FTransfer%5FProtocol" rel="nofollow">Wikipedia</a></li> </ul> http://stackoverflow.com/questions/535547/does-xna-provide-audio-input-line-in 2 Does XNA provide audio input (line in)? srand 2009-02-11T05:37:02Z 2009-02-12T07:47:21Z <p>Does XNA provide a means of audio input from the line-in? I looked at the <a href="http://msdn.microsoft.com/en-us/library/bb195038.aspx" rel="nofollow">MSDNA website</a> but can't find anything on audio <em>input</em>. If it is indeed possible, a snippet of code or a tutorial website would be great.</p> <p>Edit: I need to do buffered reads from the audio-line in. I'm not so much interested in the implementation but rather if it has low latency.</p> <p>Also development will be implemented into a PC only game.</p> http://stackoverflow.com/questions/533437/google-search-of-pdf-documents/533460#533460 0 Answer by srand for Google Search of PDF Documents srand 2009-02-10T18:00:52Z 2009-02-10T18:00:52Z <p>You can try to submit to Google directly, this may speed up the process:</p> <p><a href="http://www.google.com/submit_content.html" rel="nofollow">http://www.google.com/submit_content.html</a></p> http://stackoverflow.com/questions/518186/personal-project-planning 10 Personal Project Planning srand 2009-02-05T22:06:09Z 2009-02-08T17:36:59Z <p>I want to design a 2D game idea with C#/XNA. Between school, project inexperience, limited resources, and other things that may cause me to bail on the project I am going to try to plan it out before I jump in:</p> <ul> <li><p>What are some key aspects you've noticed in a successful personal project?</p></li> <li><p>How did you (successfully) draw revenue the project (besides asking for donations)? (Note: this is not the main purpose of my project but would be nice!)</p></li> <li><p>How do you plan non-programming aspects like window layouts (UI), flow of game, and look and feel?</p></li> <li><p>How do you bring an abstract idea of a game and making into a real product. What tools do you use in your sketching and planning?</p></li> <li><p>With limited resources (artistic talent and money), how do I create some of the art resources I need (besides stock art)? Or should I not worry about that until I have a finished product?</p></li> <li><p>Finally, how do you break barriers in your code (may it be knowledge, time, or perseverance)?</p></li> </ul> http://stackoverflow.com/questions/1742026/how-to-test-something-rendered-correctly/1742071#1742071 Comment by srand on How to test something rendered correctly? srand 2009-11-18T15:56:09Z 2009-11-18T15:56:09Z In the 3rd testing method, are you checking it against what would be perceived as a correct render? Doesn't that add an element of subjectivity? Also what if there is no render you can refer to, will the only choice be method 3? http://stackoverflow.com/questions/1742026/how-to-test-something-rendered-correctly/1742152#1742152 Comment by srand on How to test something rendered correctly? srand 2009-11-18T15:51:51Z 2009-11-18T15:51:51Z Can you expand on your 2nd method? http://stackoverflow.com/questions/1742026/how-to-test-something-rendered-correctly Comment by srand on How to test something rendered correctly? srand 2009-11-16T13:22:54Z 2009-11-16T13:22:54Z Yes, visually but in a systematic manner http://stackoverflow.com/questions/1515296/solving-a-matrix-in-matlab/1520598#1520598 Comment by srand on Solving a matrix in MATLAB? srand 2009-10-05T22:50:51Z 2009-10-05T22:50:51Z thanks for the explanation :) http://stackoverflow.com/questions/1515296/solving-a-matrix-in-matlab/1515313#1515313 Comment by srand on Solving a matrix in MATLAB? srand 2009-10-04T20:04:01Z 2009-10-04T20:04:01Z My rank(A) = # cols. How does one &quot;lessen&quot; the value of the rank ? Also null(A) = Empty matrix: 12-by-0. http://stackoverflow.com/questions/1482196/spoj-wrong-answer-addrev Comment by srand on SPOJ wrong answer ADDREV srand 2009-09-26T21:30:20Z 2009-09-26T21:30:20Z What is the failure message? (took to long, wrong answer, etc) http://stackoverflow.com/questions/98438/what-are-some-good-computer-vision-reference-books/816492#816492 Comment by srand on What are some good Computer Vision Reference books? srand 2009-09-24T01:02:20Z 2009-09-24T01:02:20Z My professor said the same, difficult to understand though (at least for me!) http://stackoverflow.com/questions/1415851/best-way-to-get-geo-location-in-java/1415895#1415895 Comment by srand on Best way to get geo-location in Java srand 2009-09-12T19:26:21Z 2009-09-12T19:26:21Z &quot;Over 99.5% on a country level and around 80% on a city level for the US within a 25 mile radius. The database used for this API is compiled from the free Maxmind CSV database (Geolite City) and rearranged with many scripts.&quot; Hm, seems to get the city right, Google maps does it pretty accurately, only off by a mile or so. http://stackoverflow.com/questions/1415851/best-way-to-get-geo-location-in-java/1415885#1415885 Comment by srand on Best way to get geo-location in Java srand 2009-09-12T19:19:31Z 2009-09-12T19:19:31Z It seems to be for C++, is there a Java version ? http://stackoverflow.com/questions/1415851/best-way-to-get-geo-location-in-java Comment by srand on Best way to get geo-location in Java srand 2009-09-12T19:16:45Z 2009-09-12T19:16:45Z web services are fine http://stackoverflow.com/questions/1412744/getting-your-ideas-out-there Comment by srand on Getting your ideas out there srand 2009-09-11T19:26:11Z 2009-09-11T19:26:11Z Nominated for reopen, set as Community Wiki http://stackoverflow.com/questions/1412744/getting-your-ideas-out-there Comment by srand on Getting your ideas out there srand 2009-09-11T19:18:27Z 2009-09-11T19:18:27Z Would this be considered a Super-User question? http://stackoverflow.com/questions/1412744/getting-your-ideas-out-there Comment by srand on Getting your ideas out there srand 2009-09-11T19:16:32Z 2009-09-11T19:16:32Z because it fits here the best? http://stackoverflow.com/questions/1412744/getting-your-ideas-out-there/1412767#1412767 Comment by srand on Getting your ideas out there srand 2009-09-11T19:13:23Z 2009-09-11T19:13:23Z I'm mostly trying to make a quality product rather than make a living off of it. Although some (far in the future) compensation for it would be nice. http://stackoverflow.com/questions/1274791/need-the-title-of-very-old-pc-game Comment by srand on Need the title of very old pc game srand 2009-08-13T21:49:44Z 2009-08-13T21:49:44Z looks like Tanks