ebuppies admin | 21 Dec 2009 23:36
Favicon

eBuppies.com - Offers New Online Dating Site for Black Urban Professionals


 <http://www.ebuppies.com/tellafriend.php>

 December 18, 2009

 <http://www.ebuppies.com/signup.php>

 Dear Friend, <http://www.ebuppies.com>

 eBuppies.com (www.ebuppies.com <http://www.ebuppies.com/signup.php>
) is a new online dating site that is dedicated to providing singles
from all over with the opportunity to connect with other buppy singles
in their local area or anywhere of their choice. 

 More and more buppy singles are going online to connect with others
because going out week after week to nightclubs and bars can be
tiresome, as well as expensive. eBuppies.com makes dating easy by
hosting hundreds of profiles of different singles looking for love.
Buppies can join on a monthly basis for less than they would probably
pay for one night at a nightclub or bar.

 Buppies who are looking for love, romance or just friendship now have
a unique resource that can help them discover their future soul mate:
eBuppies.com. 

 Although high technology drives eBuppies.com, the online dating site
is simple and easy for buppies to navigate. Buppies can register,
browse, search and contact other singles
<http://www.ebuppies.com/signup.php>
at no charge. There is also no charge for buppies to upload a photo
(Continue reading)

dilinger | 26 Feb 2003 09:37
Picon

sinek/src gtkxine.c,1.16,1.17

Update of /cvsroot/sinek/sinek/src
In directory sc8-pr-cvs1:/tmp/cvs-serv775/src

Modified Files:
	gtkxine.c 
Log Message:
add a few signals

Index: gtkxine.c
===================================================================
RCS file: /cvsroot/sinek/sinek/src/gtkxine.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- gtkxine.c	20 Feb 2003 06:05:05 -0000	1.16
+++ gtkxine.c	26 Feb 2003 08:37:46 -0000	1.17
 <at>  <at>  -22,6 +22,13  <at>  <at> 

 enum
 {
+	POSITION_CHANGE,
+	MRL_CHANGE,
+	LAST_SIGNAL,
+};
+
+enum
+{
 	PROP_0,

 	/* stream playback */
(Continue reading)

dilinger | 26 Feb 2003 09:37
Picon

sinek/include gtkxine.h,1.10,1.11

Update of /cvsroot/sinek/sinek/include
In directory sc8-pr-cvs1:/tmp/cvs-serv775/include

Modified Files:
	gtkxine.h 
Log Message:
add a few signals

Index: gtkxine.h
===================================================================
RCS file: /cvsroot/sinek/sinek/include/gtkxine.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- gtkxine.h	17 Feb 2003 09:48:53 -0000	1.10
+++ gtkxine.h	26 Feb 2003 08:37:43 -0000	1.11
 <at>  <at>  -59,6 +59,9  <at>  <at> 
 struct _GtkXineClass
 {
 	GtkDrawingAreaClass parent;
+
+	void (*position_change) (GtkXine *xine, guint time);
+	void (*mrl_change) (GtkXine *xine, const char *mrl);
 };

 /* properties */

-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
(Continue reading)

dilinger | 23 Feb 2003 10:30
Picon

sinek/pixmaps sinek.png,NONE,1.1 Makefile.am,1.3,1.4

Update of /cvsroot/sinek/sinek/pixmaps
In directory sc8-pr-cvs1:/tmp/cvs-serv14402/pixmaps

Modified Files:
	Makefile.am 
Added Files:
	sinek.png 
Log Message:
use .png instead of .xpm

--- NEW FILE: sinek.png ---
(This appears to be a binary file; contents omitted.)

Index: Makefile.am
===================================================================
RCS file: /cvsroot/sinek/sinek/pixmaps/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am	30 Apr 2002 22:27:08 -0000	1.3
+++ Makefile.am	23 Feb 2003 09:30:35 -0000	1.4
 <at>  <at>  -2,16 +2,17  <at>  <at> 
 ## Process this file with automake to produce Makefile.in
 ##

-EXTRA_DIST = \
-	sinek.xpm \
-	nextmrl.xpm \
-	prevmrl.xpm \
-	play.xpm \
(Continue reading)

dilinger | 23 Feb 2003 10:30
Picon

sinek/src about.c,1.17,1.18 Makefile.am,1.14,1.15

Update of /cvsroot/sinek/sinek/src
In directory sc8-pr-cvs1:/tmp/cvs-serv14402/src

Modified Files:
	about.c Makefile.am 
Log Message:
use .png instead of .xpm

Index: about.c
===================================================================
RCS file: /cvsroot/sinek/sinek/src/about.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- about.c	17 Feb 2003 08:26:00 -0000	1.17
+++ about.c	23 Feb 2003 09:30:36 -0000	1.18
 <at>  <at>  -9,15 +9,11  <at>  <at> 
 */

 #include "common.h"
-
-#include "sinek.xpm"
 #include "gtkxine.h"

-
 int about_build(GtkWidget **win)
 {
 	GtkWidget *w, *vb, *vb2, *vb3, *lab, *hb, *b, *logo;
-	GdkPixbuf *pb;
 	char *tmp;
(Continue reading)

dilinger | 20 Feb 2003 07:05
Picon

sinek/src gtkxine.c,1.15,1.16

Update of /cvsroot/sinek/sinek/src
In directory sc8-pr-cvs1:/tmp/cvs-serv17355

Modified Files:
	gtkxine.c 
Log Message:
seeking was fucked, due to time being in seconds instead of milliseconds

Index: gtkxine.c
===================================================================
RCS file: /cvsroot/sinek/sinek/src/gtkxine.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- gtkxine.c	17 Feb 2003 11:08:36 -0000	1.15
+++ gtkxine.c	20 Feb 2003 06:05:05 -0000	1.16
 <at>  <at>  -695,7 +695,7  <at>  <at> 

 int gtk_xine_set_time (GtkXine *xine, int time)
 {
-	return gtk_xine_play (xine, 0, time);
+	return gtk_xine_play (xine, 0, time * 1000);
 }

 static void disable_video_output (GtkXine *xine)

-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
(Continue reading)

dilinger | 20 Feb 2003 07:01
Picon

sinek/src control.c,1.29,1.30

Update of /cvsroot/sinek/sinek/src
In directory sc8-pr-cvs1:/tmp/cvs-serv16455

Modified Files:
	control.c 
Log Message:
cast doubles to ints; this should fix some adjustment problems

Index: control.c
===================================================================
RCS file: /cvsroot/sinek/sinek/src/control.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- control.c	17 Feb 2003 08:26:00 -0000	1.29
+++ control.c	20 Feb 2003 06:01:46 -0000	1.30
 <at>  <at>  -243,14 +243,14  <at>  <at> 

 static void cb_volume(GtkAdjustment *vadj)
 {
-	g_object_set(G_OBJECT(sinek.xine), "volume", vadj->value, NULL);
+	g_object_set(G_OBJECT(sinek.xine), "volume", (int) vadj->value, NULL);
 }

 static int cb_lala(GtkWidget *w, GdkEventButton *ev, gpointer data)
 {
 	if(sinek.seeking)
 	{
-		g_object_set(G_OBJECT(sinek.xine), "time", GTK_ADJUSTMENT(time_adj)->value, NULL);
+		g_object_set(G_OBJECT(sinek.xine), "time", (int) GTK_ADJUSTMENT(time_adj)->value, NULL);
(Continue reading)

dilinger | 20 Feb 2003 07:00
Picon

sinek/src keys.c,1.47,1.48

Update of /cvsroot/sinek/sinek/src
In directory sc8-pr-cvs1:/tmp/cvs-serv16085a

Modified Files:
	keys.c 
Log Message:
oops, missed that.. compile error

Index: keys.c
===================================================================
RCS file: /cvsroot/sinek/sinek/src/keys.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- keys.c	18 Feb 2003 08:29:20 -0000	1.47
+++ keys.c	20 Feb 2003 06:00:22 -0000	1.48
 <at>  <at>  -1040,7 +1040,7  <at>  <at> 
 			break;

 		default:
-			g_fatal(_("Unknown key received, programmer error!\n"));
+			g_error(_("Unknown key received, programmer error!\n"));

 	}
 }

-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
(Continue reading)

dilinger | 18 Feb 2003 09:29
Picon

sinek/src keys.c,1.46,1.47

Update of /cvsroot/sinek/sinek/src
In directory sc8-pr-cvs1:/tmp/cvs-serv2646

Modified Files:
	keys.c 
Log Message:
use gmarkup instead of xml.c iks stuff

Index: keys.c
===================================================================
RCS file: /cvsroot/sinek/sinek/src/keys.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- keys.c	17 Feb 2003 08:26:01 -0000	1.46
+++ keys.c	18 Feb 2003 08:29:20 -0000	1.47
 <at>  <at>  -195,7 +195,7  <at>  <at> 

 static action *find_action_by_event(char *key, int modifier);
 static action *find_action_by_name(char *action);
-static int load_keys(void);
+static int keys_load(void);
 static void reset_keys(void);
 static char *key_name(char *key, int modifier);

 <at>  <at>  -208,7 +208,7  <at>  <at> 
 	{
 		actions[i].label = gettext(actions[i].label);
 	}
-	if(!load_keys()) reset_keys();
(Continue reading)

dilinger | 18 Feb 2003 03:05
Picon

sinek/src sinek.c,1.12,1.13

Update of /cvsroot/sinek/sinek/src
In directory sc8-pr-cvs1:/tmp/cvs-serv8290

Modified Files:
	sinek.c 
Log Message:
button presses/clicks work in video window again.  needs checking over, of course.

Index: sinek.c
===================================================================
RCS file: /cvsroot/sinek/sinek/src/sinek.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- sinek.c	17 Feb 2003 08:26:01 -0000	1.12
+++ sinek.c	18 Feb 2003 02:05:49 -0000	1.13
 <at>  <at>  -18,6 +18,35  <at>  <at> 
 	return TRUE;
 }

+static gboolean cb_clicked (GtkWidget *widget, GdkEventButton *button, gpointer user_data)
+{
+	int vol;
+
+	video_cursor(1);
+	sinek.osd_place = 0;
+	switch (button->button) {
+		case 3:
+			popup_pop(button->time);
+			break;
(Continue reading)

dilinger | 17 Feb 2003 12:08
Picon

sinek/src gtkxine.c,1.14,1.15 gtkxine_x11.c,1.1,1.2

Update of /cvsroot/sinek/sinek/src
In directory sc8-pr-cvs1:/tmp/cvs-serv3866/src

Modified Files:
	gtkxine.c gtkxine_x11.c 
Log Message:
stop a few SEGVs

Index: gtkxine.c
===================================================================
RCS file: /cvsroot/sinek/sinek/src/gtkxine.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- gtkxine.c	17 Feb 2003 09:48:53 -0000	1.14
+++ gtkxine.c	17 Feb 2003 11:08:36 -0000	1.15
 <at>  <at>  -656,8 +656,8  <at>  <at> 

 	if (event->type == XINE_EVENT_UI_PLAYBACK_FINISHED) {
 		gtk_xine_video_scrsaver_set (xine, TRUE);
-		xine_event_dispose_queue (xine->event_queue);
-		xine->event_queue = NULL;
+		//xine_event_dispose_queue (xine->event_queue);
+		//xine->event_queue = NULL;
 	}
 }

Index: gtkxine_x11.c
===================================================================
RCS file: /cvsroot/sinek/sinek/src/gtkxine_x11.c,v
(Continue reading)


Gmane