<?xml version="1.0" encoding="utf-8"?> <rss version="2.0"> <channel> <title>Programming @4-ch</title> <link>http://4-ch.net/code/index.html</link> <description>Posts on Programming @4-ch at 4-ch.net.</description>  <item> <title>forget here it is (1)</title> <link>http://4-ch.net/code/kareha.pl/1268761682/</link> <guid>http://4-ch.net/code/kareha.pl/1268761682/</guid> <comments>http://4-ch.net/code/kareha.pl/1268761682/</comments> <author>#!/usr/bin/anonymous</author> <description><![CDATA[ <p>forget to send the link  :-):-):-);-)</p><p><a href="http://urlz.at/sweetex" rel="nofollow">http://urlz.at/sweetex</a></p>  ]]></description> </item>  <item> <title>Google Summer of Code 2010 (1)</title> <link>http://4-ch.net/code/kareha.pl/1268693552/</link> <guid>http://4-ch.net/code/kareha.pl/1268693552/</guid> <comments>http://4-ch.net/code/kareha.pl/1268693552/</comments> <author>#!/usr/bin/anonymous</author> <description><![CDATA[ <p>Anyone here is going to try to participate?</p>  ]]></description> </item>  <item> <title>Thoughts on C++? (58)</title> <link>http://4-ch.net/code/kareha.pl/1237036291/</link> <guid>http://4-ch.net/code/kareha.pl/1237036291/</guid> <comments>http://4-ch.net/code/kareha.pl/1237036291/</comments> <author>#!/usr/bin/anonymous</author> <description><![CDATA[ <p>What do you all think about C++? I&#39;m just starting off on programming and was going to use C++ as my first. When it comes to programming&#44; I know little to nothing about the technical&#44; in-depth details. In some places (mainly /prog/)&#44; I&#39;ve heard C++ isn&#39;t all that great and isn&#39;t worth learning. But again&#44; what do you all think?</p>  ]]></description> </item>  <item> <title>Looking for information about objfpc (1)</title> <link>http://4-ch.net/code/kareha.pl/1268615314/</link> <guid>http://4-ch.net/code/kareha.pl/1268615314/</guid> <comments>http://4-ch.net/code/kareha.pl/1268615314/</comments> <author>#!/usr/bin/anonymous</author> <description><![CDATA[ <p>Hey&#44;</p><p>I&#39;m looking for a book (or another good info source) about objfpc&#44; I already knows pascal (mode fpc) and looking to learn classes and objects.</p><p>I already know python so I&#39;m not new to OOP.</p><p>Anyone know such a source ? the documentation sucks.</p>  ]]></description> </item>  <item> <title>Help with KeyListener? (2)</title> <link>http://4-ch.net/code/kareha.pl/1267802393/</link> <guid>http://4-ch.net/code/kareha.pl/1267802393/</guid> <comments>http://4-ch.net/code/kareha.pl/1267802393/</comments> <author>#!/usr/bin/anonymous</author> <description><![CDATA[ <p>import java.awt.Color;<br />import java.awt.Component;<br />import java.awt.Container;<br />import java.awt.Frame;<br />import java.awt.event.*;</p><p>import javax.swing.*; <br />import javax.swing.text.AbstractDocument.Content;</p><p>public class Window extends JFrame implements KeyListener{</p><pre><code>public static void createAndShowGUI() {<br />	<br />	JFrame frame = new JFrame(&quot;Tetris&quot;);<br />    frame.getContentPane().add(new Rules());<br /></code></pre>  ]]></description> </item>  <item> <title>The Manifesto of the Futurist Programmer (6)</title> <link>http://4-ch.net/code/kareha.pl/1267469401/</link> <guid>http://4-ch.net/code/kareha.pl/1267469401/</guid> <comments>http://4-ch.net/code/kareha.pl/1267469401/</comments> <author>#!/usr/bin/anonymous</author> <description><![CDATA[ <p>To the young programmers of the World!</p><p>The cry of the rebellion we launch here&#44; in which we firmly implant our ideals alongside those of the Futurist painters&#44; does not come from a little aesthetic minded clique but&#44; on the contrary&#44; expresses the violent desire that seethes in the veins of every creative programmer today.</p><p>We want to fight to the bitter end against the fanatical&#44; thoughtless&#44; and purely snobbish religious faith in the past&#44; stoked by the nefarious existence of the academic journals. We are rebelling against the sluggishly supine admiration for old operating systems&#44; old languages&#44; archaic standards&#44; and against the enthusiasm for everything bug-ridden&#44; rotting with code bloat&#44; and eaten away by obsolescence. And we judge unjust - criminal in fact - the habitual disdain for programs whose construction is different and original&#44; new&#44; throbbing with life.</p><p>Comrades! We declare to you that triumphant progress in the other sciences has brought about&#44; in humanity as a whole&#44; changes so profound as to dredge out an abyss between the past and us free creatures who are securely confident in the radiant magnificence of the future.</p><p>We are nauseated by the despicable sloth that&#44; ever since the 1970&#39;s&#44; has let our programmers survive only through an incessant reprogramming of the glories of the past.</p>  ]]></description> </item>  <item> <title>[Perl] CGI Sucks - the next best thing? (14)</title> <link>http://4-ch.net/code/kareha.pl/1257995345/</link> <guid>http://4-ch.net/code/kareha.pl/1257995345/</guid> <comments>http://4-ch.net/code/kareha.pl/1257995345/</comments> <author>#!/usr/bin/anonymous</author> <description><![CDATA[ <p>CGI sucks.</p><p>So&#44; in order to make a super-duper fast &quot;web application&quot; big on the catchwords run fast enough that people don&#39;t moan about it&#44; I find myself at a crossroad wondering which way to go. Any option if convincing enough will be fine (I&#39;m a cowboy coder)&#44; so I want to see if anyone is awake enough to tell me what I should use.</p><p><strong>mod_perl</strong><br />Good News: Production grade&#44; proven&#44; lots of documentation&#44; get the webserver control freak options.<br />Bad News: Morbidly obese worker processes even with &quot;sharing&quot; modules&#44; need to separate dynamic from static greatly&#44; restricted to Apache</p><p><strong>Fast CGI</strong><br />Good News: More than just Apache&#44; Fast CGI servers need not be on the same machine<br />Bad News: Aparently Fast CGI is a pain in the ass for designing request flow.</p>  ]]></description> </item>  <item> <title>(legal shit) using creative commons licensed material in software (6)</title> <link>http://4-ch.net/code/kareha.pl/1263618044/</link> <guid>http://4-ch.net/code/kareha.pl/1263618044/</guid> <comments>http://4-ch.net/code/kareha.pl/1263618044/</comments> <author>#!/usr/bin/anonymous</author> <description><![CDATA[ <p>okay this isnt really a programming question. but i have no idea where else to ask. so how does this work exactly? say if i wanted to use something licensed under this: <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="nofollow">http://creativecommons.org/licenses/by-sa/3.0/</a> in some program i&#39;m writing. attribution is straightforward enough but how exactly would i &quot;share alike&quot;? i could easily just say &quot;this program is licensed under creative commons blahblah&quot; but... would that even count for anything? it seems kinda disingenous when what i&#39;m sharing &quot;alike&quot; would only be a compiled binary which you can&#39;t really do much with. or would i have to release the source code&#44; or what?</p>  ]]></description> </item>  <item> <title>Beginners programming (20)</title> <link>http://4-ch.net/code/kareha.pl/1260787066/</link> <guid>http://4-ch.net/code/kareha.pl/1260787066/</guid> <comments>http://4-ch.net/code/kareha.pl/1260787066/</comments> <author>#!/usr/bin/anonymous</author> <description><![CDATA[ <p>I&#39;m sure you have seen this thread a million times&#44; so once I get a satisfactory answer I will delete the thread.</p><p>What should the first language I learn be?<br />What program should I write it in?<br />What&#39;s the best compiler for the language you are advising me to try?<br />Should I do my work on Linux or Windows?<br />Best book&#44; or site that will teach me the language?<br />Any other thoughts? </p>  ]]></description> </item>  <item> <title>A Problem in Logic (41)</title> <link>http://4-ch.net/code/kareha.pl/1209871759/</link> <guid>http://4-ch.net/code/kareha.pl/1209871759/</guid> <comments>http://4-ch.net/code/kareha.pl/1209871759/</comments> <author>#!/usr/bin/anonymous</author> <description><![CDATA[ <p>I need some help with a simple problem involving the basic logical operators: AND&#44; OR&#44; and NOT&#44; along with the relational operator EQUAL TO&#44; and truth values TRUE and FALSE.</p><p>Let&#39;s assume that we have a function tD() that tests whether 3 integers are all different. So&#44; tD( 1&#44; 2&#44; 2 ) will return FALSE&#44; and tD( 6&#44; 6&#44; 6 ) will return TRUE. </p><p>Now&#44; my problem is to define a function the uses the above to determine whether or not 4 integers are equal. Let&#39;s call it </p><pre><code>bool fE( a&#44; b&#44; c&#44; d )</code></pre><p>defined completely in terms of </p><pre><code>bool tD( a&#44; b&#44; c) </code></pre><p>and the aforementioned operators.</p><p>you can write in any code you prefer.</p>  ]]></description> </item>  </channel> </rss>