Programming

Chat Application (connecting winforms to webapp chat service) demo => http://chatme.somee.com/

Submitted by tony_fear2003@… on
PROGRAMMER: WINSTON L. GUBANTES Features: 1. Chat Application Sample to connect your Winform Application to Web App Chat service Useful with following Scenarios 1. Realtime based apps 2. if you want your client application(be it web or winform apps) to get notified when data has changes 3. of course can be used as chat application can be suited on any type of application(web, agent service or

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

Send Email With Attachment

Submitted by amrit_tamang on
this is simple sending email software. you can also attach your file and send it. i make this software in .net framework 4.5. you can copy the shortcut of this exe file to you startup folder due to which this software is always open and you can open by clicking at its notification icon. you can contact me at www.facebook.com/amt.tmg

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

Online Class Record And Grade Inquiry System Using PHP/MySQL

Submitted by graxa on
The title of this system is online class record and grade inquiry system, programmed using PHP/MySQL and AJAX. I uploaded this code, to help my fellow programmer who found difficulties in creating their own online class record and grade inquiry system. The feature of this system are the following: - secure log in system using PHP - submit multiple grade in one process - calculate grades