PyWeek: Python Game Programming Challenge Contest

Submitted by navajocodetalker on
The Python bi-annual contest, more popularly known as PyWeek or the Python Game Programming Challenge is now open for registration. The Pyweek is a challenge to write a game using Python will starts its registration this coming April 14 while the voting for the theme will commences on April 7. Richard Jones was the main man behind the establishment of Pyweek during the year 2005. The contest

Simple Bingo Program

Submitted by muthym on
This is a bingo program written in Rapid-Q programming language(VB6-like program) that draws numbers randomly. Along with the code(ebingo.bas), I included the RQ compiler & IDE (Observe the size and you will be amazed :) This is my free and portable/lightweight alternative to VB6). * Unzip the file. * Open ebingo.bas using RQDevStudio. * Compile and Run. Output may vary based on your screen

Top 10 Controversial Programming Opinions from Stackoverflow

Submitted by navajocodetalker on
Stack Overflow, one of the best programming Q & A website have listed some of the world's most controversial programming opinions they ever received since the first day when the question was posted on the site last 2009. Although the questions was only available among select users but it garnered some of the most awesome and sometimes awkward answer. The answers of the questions about the

XY Grapher

Submitted by SoulPour777 on
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author SoulPour */ import java.lang.Math; import java.util.Random; import javax.swing.*; public class XY_Grapher extends javax.swing.JFrame { /** * Creates new form XY_Grapher */ public XY_Grapher() { initComponents(); } /** * This method is called from within the constructor to initialize the

Breaking Down Amazon's Mega Dropdown Secret Revealed

Submitted by navajocodetalker on
Ben Kamens, the lead developer of Khan Acadamy and has been part of Fog Creek revealed one of Amazon's best kept-secret, the mega dropdown. According to Ben, the hover effects in Amazon's "Shop by Department" mega dropdown are super fast. The submenu files launch quickly as your mouse moves down the list. Most dropdown menus have to include a bit of delay when activating submenus. He compared the