What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Do you have any projects?

Pages: (3): « First [ 1 ] 2 3 » Last »
Do you have any projects?
Author: Message:
bach_m
Veteran Member
*****

Avatar
4837 :P

Posts: 2863
Reputation: 7
37 / Male / –
Joined: Feb 2003
O.P. Do you have any projects?
Since i'm sorta bored, and feeling productive (but not enuff to write my essay), i want to know what some projects you guys (and gals) are working on right now.

It might be a program you're writing (perhaps in C, VB, etc), a website, or a web aplication (in PHP, ASP etc) that you are making (such as KeyStrom's avatar thingy).

or maybe you could make a request of something you'd like to see, such as a PHP script that might come in handy for you, or anything.

or maybe just a program/script that you've seen on a website that you find interesting/useful and you think might help benifit the community.

let your creative juices flow.




heres mine, to start it off. its in PHP, and lists the files in a directory.

code:
<?php
if ($handle = opendir('.')) {
  while (false !== ($file = readdir($handle))) {
      if ($file != "." && $file != "..") {
          echo "$file\n";
      }
  }
  closedir($handle);
}
?>


to exclude files, such as index.php as in the example. just add them to this line:
code:
if ($file != "." && $file != ".." && $file != "index.php") {




lets see what you guys have!
05-16-2004 03:29 PM
Profile E-Mail PM Web Find Quote Report
TedoDude
Full Member
***

Avatar

Posts: 150
– / Male / –
Joined: Apr 2004
RE: Do you have any projects?
Projects??? You really want to know??? Well OK:

McTedo's Messenger Personal V5
McTedo's Homework Planner V2
CRGS Dugard House Website (Click Here to look)
CRGS Library Website (Click Here to look)
School ;)
A social life

& Having Fun :D


This post was edited on 05-16-2004 at 03:37 PM by TedoDude.
Asus Crosshair, 4GB Ballistix, 4600+, 7600GT Overclocked, RAID1 160GB + extra 160GB disk, HVR1100 DVB-T Tuner, 2xOptical Drives
05-16-2004 03:35 PM
Profile PM Web Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Do you have any projects?
php
- leet text changer (can u see any bugs?)
- php thumb nails
(wont work :s anyone got a source??)

visual basic
-disply messenger plugin
(you can change your computers disply properties from messenger :P)
05-16-2004 03:52 PM
Profile PM Web Find Quote Report
fluffy_lobster
Veteran Member
*****

Avatar
Posts: -2

Posts: 1391
Reputation: 23
36 / Male / Flag
Joined: Nov 2002
RE: Do you have any projects?
Well my past projects:

Danasoft IP Sig Thing (come on DX :'( fix the ttf support)
Random Image Scripts
Gradier
A couple web interfaces for things like md5()

Current projects:

A flash chess game for MSN6
A script to make those stickers everyone's asking for (cmon dx :p)
vWatch, a project with Keystorm, martin and leito.gt motivated and explained by this thread
A language/format sensitive syntax hilighter :S  Doubt that one will ever happen. :lipsrsealed:
A project I can't tell anyone about.  All will be revealed soon ;)
05-16-2004 03:54 PM
Profile E-Mail PM Web Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: Do you have any projects?
I just finished composing my song the day before yesterday... if you want a piece of example of the piano score, here it is:
[Image: C4004_Bar3_4.png]

And I also finished coding new version of Hopper (it will be released one day or two after Plus! 3). This is the part of code related to /xhopondl.
code:
//Delayed hop on
void CALLBACK TimerProc_HopOnDl(HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime){
    IDispatch *pDispatch=NULL;
    IMessengerContact *Ct=NULL;
    long CtCount=0;
    ToUnblockContacts[idEvent%TE_SIZE].Contacts->get_Count(&CtCount);        //get count
    long Times;

    KillTimer(0,idEvent);

    //unblock every contact
    for(Times=0;Times<CtCount;Times++){
        ToUnblockContacts[idEvent%TE_SIZE].Contacts->Item(Times,&pDispatch);
        pDispatch->QueryInterface(IID_IMessengerContact,(void**)&Ct);
        pDispatch->Release();
        Ct->put_Blocked(VARIANT_FALSE);
        Ct->Release();
    }
    ToUnblockContacts[idEvent%TE_SIZE].Contacts->Release();
}


I'm also currently renovating my website too. It looks like the image below, and some part of the php codes are:
code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--Mnjul's Intimate Home VS 1110 Version 2-->
<html>
<head>
  <title>
   Mnjul's Intimate Home
  </title>
  <?php echohead(); ?>
  <?php echoframeenforce(); ?>
  <?php echomenuhead(); ?>
</head>
<body>
    <?php echomenu(); ?>
    <?php echocontent(); ?>
(blah blah etc, and close tags)

(I don't think this is helpful at all...they are all sub functions :P)

[Image: MIH_VS1110V2_PCB.png]



School affairs...
1. To film a 40-second commercial
2. Final term exam in late June
05-16-2004 03:55 PM
Profile PM Web Find Quote Report
fluffy_lobster
Veteran Member
*****

Avatar
Posts: -2

Posts: 1391
Reputation: 23
36 / Male / Flag
Joined: Nov 2002
RE: Do you have any projects?
quote:
Originally posted by jackass_wanabe
can u see any bugs?
I click that and get:
code:
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /home/carrot/public_html/jwb/scripts/leettext.php on line 5

Is that a bug? (a)
05-16-2004 03:56 PM
Profile E-Mail PM Web Find Quote Report
TedoDude
Full Member
***

Avatar

Posts: 150
– / Male / –
Joined: Apr 2004
RE: Do you have any projects?
Same bug here....
Asus Crosshair, 4GB Ballistix, 4600+, 7600GT Overclocked, RAID1 160GB + extra 160GB disk, HVR1100 DVB-T Tuner, 2xOptical Drives
05-16-2004 04:13 PM
Profile PM Web Find Quote Report
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
RE: Do you have any projects?
Same bug anywhere :dodgy:
* KeyStorm slaps Tedo around a bit with a large trout.
:P ;)
05-16-2004 04:15 PM
Profile E-Mail PM Web Find Quote Report
lylesback2
Veteran Member
*****

Avatar
[lylesback2]

Posts: 1786
Reputation: 1
38 / Male / –
Joined: Jan 2003
Status: Away
RE: Do you have any projects?
im currently setting up my own business :P
<skanky>lylesback2</lanky>
3 days, 4 hours, 2 minutes, 56 seconds till the end of the world

05-16-2004 04:16 PM
Profile PM Web Find Quote Report
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
RE: Do you have any projects?
quote:
Originally posted by lylesback2
im currently setting up my own business :P
;) Yeah, you can say that.

Well, bach_m, feel welcome at any time to the vWatch (version monitoring) project. We need more PHP-coders if we want to start it (yeah, it has taken a little time... my fault :$).

You could also help in the KSMAS, if you wish. There's always place for new developers @ SF. And there have been some interesting suggestions. :rolleyes:
05-16-2004 04:23 PM
Profile E-Mail PM Web Find Quote Report
Pages: (3): « First [ 1 ] 2 3 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On