You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
|
Feb
(7) |
Mar
(5) |
Apr
(4) |
May
(15) |
Jun
(10) |
Jul
(4) |
Aug
(12) |
Sep
(39) |
Oct
(22) |
Nov
(46) |
Dec
(65) |
2002 |
Jan
(19) |
Feb
(27) |
Mar
(50) |
Apr
(73) |
May
(85) |
Jun
(52) |
Jul
(49) |
Aug
(95) |
Sep
(152) |
Oct
(81) |
Nov
(42) |
Dec
(62) |
2003 |
Jan
(45) |
Feb
(47) |
Mar
(101) |
Apr
(110) |
May
(53) |
Jun
(72) |
Jul
(125) |
Aug
(77) |
Sep
(87) |
Oct
(69) |
Nov
(55) |
Dec
(71) |
2004 |
Jan
(127) |
Feb
(68) |
Mar
(93) |
Apr
(102) |
May
(64) |
Jun
(92) |
Jul
(40) |
Aug
(113) |
Sep
(44) |
Oct
(61) |
Nov
(44) |
Dec
(100) |
2005 |
Jan
(57) |
Feb
(51) |
Mar
(101) |
Apr
(73) |
May
(45) |
Jun
(97) |
Jul
(92) |
Aug
(94) |
Sep
(46) |
Oct
(83) |
Nov
(82) |
Dec
(68) |
2006 |
Jan
(92) |
Feb
(116) |
Mar
(84) |
Apr
(66) |
May
(40) |
Jun
(57) |
Jul
(89) |
Aug
(82) |
Sep
(58) |
Oct
(94) |
Nov
(104) |
Dec
(70) |
2007 |
Jan
(86) |
Feb
(108) |
Mar
(193) |
Apr
(84) |
May
(71) |
Jun
(54) |
Jul
(17) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Graciliano M. P. \(V. Sites\) <gm...@vi...> - 2002-10-06 22:38:38
|
Mattia, I got the wxPerl CVS on 06/10/2002, and STC doesn't compile with VC++ = 6 and wxWindows 2.3.3 on Win32!!! The problem is with the link cmd! Graciliano M. P. |
From: Mattia B. <mb...@ds...> - 2002-10-02 19:49:34
|
> I was looking for I/O redirection of a process for Wx. I saw in the wxPerl > demo something for that, but doen't work! > > I got this alert on reading the HANDLE: > readline() on unopened filehandle o at > F:/CVS/wxPerl/wxPerl/demo/wxProcess.pm li > ne 152 (+-) Got it; I really don't know why it worked before, but now it should work because the code is correct ;-) (fix committed to CVS). > I'm using Win2K, Perl580 and wxPerl-0.11-wx233. I made another script to > test this: Thanks for the test case. Mattia |
From: Mattia B. <mb...@ds...> - 2002-10-02 19:46:16
|
> hello, > i run in trouble with wxPerl 0.12 > > i have a listctrl and wish to do some drag and drop. > if the listctrl is in a splitter, perl crashes. > if the listctrl is not in a splitter, it works. > > i added a sample. Thanks! > any ideas/bugfixes? > (the last one would really be great!) I can't reproduce it neither in wxGTK nor in wxMSW with current CVS. Under MSW 0.11 is fine. I haven't tried 0.12b2 yet (will do). Under which platform did it crash? Regards Mattia |
From: Everett, T. <TEv...@AL...> - 2002-10-01 18:57:13
|
Minimalist code for tossing up a GUI error message: require Wx; *Wx::App::OnInit = sub {1}; my $temp = Wx::App->new(); Wx::MessageBox($errormsg, "Fatal Error", wxOK|wxICON_ERROR, undef); --Toby Everett -----Original Message----- From: Mo [mailto:mo...@mo...] Sent: Tuesday, October 01, 2002 10:32 AM To: wxp...@li... Subject: [wxperl-users] Simple Messagebox Hello, I wrote a script that mainly acts as a server (in the background), but sometimes it's supposed to open a message-window. Now, from my understanding I need to define/open a window before I can display a Wx::MessageBox? Is there a way that I just need to open a messagebox without having a frame as the base? Also, I would need to have this messagebox opened with just one subroutine call giving the message as a parameter. I'm not that advanced in (wx)Perl, so I have problems to put a whole wxPerl script for a simple messagebox in one subroutine or package. Any help greatly appreciated. Thank you, Mo Schmidt ------------------------------------------------------- This sf.net email is sponsored by: DEDICATED SERVERS only $89! Linux or FreeBSD, FREE setup, FAST network. Get your own server today at http://www.ServePath.com/indexfm.htm _______________________________________________ wxperl-users mailing list wxp...@li... https://lists.sourceforge.net/lists/listinfo/wxperl-users |
From: Mo <mo...@mo...> - 2002-10-01 18:31:42
|
Hello, I wrote a script that mainly acts as a server (in the background), but sometimes it's supposed to open a message-window. Now, from my understanding I need to define/open a window before I can display a Wx::MessageBox? Is there a way that I just need to open a messagebox without having a frame as the base? Also, I would need to have this messagebox opened with just one subroutine call giving the message as a parameter. I'm not that advanced in (wx)Perl, so I have problems to put a whole wxPerl script for a simple messagebox in one subroutine or package. Any help greatly appreciated. Thank you, Mo Schmidt |
From: Graciliano M. P. \(V. Sites\) <gm...@vi...> - 2002-09-30 02:30:58
|
... The bug with I/O redirection was only with Perl 5.8.0. With Perl = 5.6.1-Win32 work fine! Note: My Perl5.8.0 doesn't use PerlIO since it breaks Sockets! Graciliano M. P. |
From: Graciliano M. P. \(V. Sites\) <gm...@vi...> - 2002-09-30 02:04:58
|
I was looking for I/O redirection of a process for Wx. I saw in the wxPerl demo something for that, but doen't work! I got this alert on reading the HANDLE: readline() on unopened filehandle o at F:/CVS/wxPerl/wxPerl/demo/wxProcess.pm li ne 152 (+-) I'm using Win2K, Perl580 and wxPerl-0.11-wx233. I made another script to test this: --------------- testwxio.pl --------------- #!/usr/bin/perl use Wx ; package MyApp ; use vars qw(@ISA); @ISA = qw(Wx::App); sub new { my $class = shift; my $this = $class->SUPER::new(); return $this; } sub OnInit { 1 } package main ; my $app = MyApp->new() ; my $process = Wx::Process->new( $app , -1 ); $process->Redirect ; Wx::ExecuteArgs( [$^X, "test3.pl"], 1 , $process ); # Wx::ExecuteCommand( "$^X test3.pl" , 1 , undef ) ; my $stream = $process->GetInputStream ; while( 1 ) { sysread($stream , $buffer , 1) ; print "<$buffer>\n" ; sleep(1); } exit; --------------- test3.pl --------------- #!/usr/bin/perl for(0..2) { print "$_\n" ; sleep(1); } print STDERR "ERROR!!!! \n" ; exit; |
From: Marco T. <mt...@so...> - 2002-09-29 18:51:06
|
hello, i run in trouble with wxPerl 0.12 i have a listctrl and wish to do some drag and drop. if the listctrl is in a splitter, perl crashes. if the listctrl is not in a splitter, it works. i added a sample. any ideas/bugfixes? (the last one would really be great!) greeting Marco |
From: Mattia B. <mb...@ds...> - 2002-09-27 21:55:52
|
> Which version of GTK does one need for wxPerl 0.12x? I'm running Debian > 3.0. The GTK version one in Debian 3.0. wxGTK is statically linkes, hence you don't need any. > 2) I just see an email come in about wx 2.3.3.2 for Debian, which > raises the 2nd question. I've had problems with wxPerl 0.11 and wx > 2.2.9 which I've not been able to solve yet (Some control returning > undef via GetValue(), or something worse? ). The code works fine on > Windows. Are there known issues with 2.2.9 an upgrade will solve? If it was Wx::ComboBox, this was a wxPerl (not wxWindows) problem, and it is solved in wxPerl 0.12b2. > Don't just tell me "yes, many" ;-) I am afraid that this is the only answer: there were just too many changes from wxWindows 2.2.9 to 2.3.x. I am afraid this does not help... Mattia |
From: Marcus <li...@wo...> - 2002-09-27 18:28:28
|
Which version of GTK does one need for wxPerl 0.12x? I'm running Debian 3.0. 2) I just see an email come in about wx 2.3.3.2 for Debian, which raises the 2nd question. I've had problems with wxPerl 0.11 and wx 2.2.9 which I've not been able to solve yet (Some control returning undef via GetValue(), or something worse? ). The code works fine on Windows. Are there known issues with 2.2.9 an upgrade will solve? Don't just tell me "yes, many" ;-) Thanks, Marcus |
From: Mattia B. <mb...@ds...> - 2002-09-26 20:58:20
|
> Hi, > i am making an accounting report tool with wxTreeCtrl. > > In the script you can save a project, reopen it, change it, save it again, etc. > I want to add an dialog when the user exits the script that gives him a warning > if the tree has changed without saving. > > The question is if i have a kind of event related to TreeCtrl that triggers > when a change in item/tree attributes occurs and that can help me set a > 'changes occured' flag. For item labels you can use EVT_END_LABEL_EDIT and compare the label with the old one (that you need to save in the EVT_BEGIN_LABEL_EDIT handler). HTH Mattia |
From: Graciliano M. P. \(V. Sites\) <gm...@vi...> - 2002-09-26 19:48:43
|
> I'll have a go to try to get it all to work on Linux. Thanks. > I understand. However, I think it would be wise to add comments in your > code to let other developers understand what's going on in the code... Well, I will try again. > > > > Yes. > ...but what *is* HPL? What is the relationship between HWX and HPL? Is one project, for Perl too, that I have. I haven't published it to the public because I want to rewrite some parts first. > OK, that's an obvious improvement. On the other hand, just a suggestion > that comes to mind: why not send your idea about PerlBin to the p5p > (Perl 5 Porters) so it might be a standard part of Perl? If that will > happen, every perl installation has the possibility of creating > standalone executables. That would remove the need for a different Perl > flavour and would make the project a lot less complicated and more > attractive to use. Well, I can post to P5P, but I can't wait for them to start what I want to do! And they released Perl-5.8 now, we will need to wait another release to see it there. And Perl 5.6.1, what the peoples really use for now, will be in the place of Perl-5.8 during a long time, since Perl-5.8 still need to fix some bugs. > This is where I can't follow you. Are you saying that Perl -as it is > currently- is different in different operating systems? That would be > new to me. > HWX being a development environment for portable GUI applications in > Perl sounds like THE idea. I think that goal can be reached in a number > of different ways. I think taking Perl as it is itself simplifies the > matter. Of course that also takes Wx as the GUI of choice. GML sounds > like a great plan too. If we had a GUI Design tool, we'd be a step > further. After that a full-featured IDE can be built. HWX will have a HWXeditor. This is my goal, but first it need the base, GML. > PerlBin as a complementary tool is great too. Maybe it is an idea to > develop PerlBin like Perl2Exe (by indigostar software) is done: release > it in a kind of binary form per Perl release. PerlBin for ActiveState > Perl build 633 for Windows, PerlBin for Perl 5.6.1 for Linux, etc. > And another idea is to develop a Perl Debugger with Wx as a part of the > IDE. It shouldn't be too hard to do this using Devel::ptkdb as an example. The idea of the debuger is great! You can co-ordenate this. > Another thing I don't understand is how you think endusers will use > HWXperl. I don't see how endusers will develop GUI applications. Man! If an end user get some HWX app, it need some interpreter to run it! It can get Perl and configure it to run HWX apps, or just get HWXperl. > OK. Let's agree we disagree on this :). I don't see endusers using > HWXperl or any Perl at all. Even less the possibility of a developer > adjusting the code of the enduser to make it run on a normal Perl > distro. At least I know I won't use the dot notation if I don't have to > until Perl 6 comes out :) Make some tests with GML, controling the objects, and you will see that DotRef is very usefull!!! DotRef for the GML objects, work like javascript with objects of a <form>. If you don't use DotRef you always need to have the variable of the object. Since who create the objects is the GML parse & contructor, where you get this variables? You can get from $HWX::OBJ{id}{idname}, but with DotRef is just: obj.id.idname.Show(1) But, how I always say, and Perl too, you are free to do what you want, I never cut anything! > This is absolutely true. The important keyword here is PerlBin. Not the > change of the dotsyntax. That dotsyntax will come in Perl 6. It's not > something in Perl 5. That's my opinion. Well, I can't wait for Perl6! Perl6 have a long long way until be a stable thing! Of course, when Perl6 comes, I will port HWX to parrot! And you use the dots... > If you're able to compile your script, you can distribute it to any user > without him or her having to install all kinds of Perlmodules, or even > perl itself. That's all there is to it. Yes, PerlBin enable this. But I prefer to delivery HWXperl. If you think, compile and send your won perl/lib with the app is not different to send HWXperl, since the bigger part of HWXperl is the GUI lib, and you always need to delivery the GUI lib. Delivering HWXperl any other HWX app are free to work on this machine, and the app will be very very small, only some Kbytes! Use less Kbytes is good for pockets PCs, since they have less memory. Just imagine, you install HWXperl with 15Mb, and you can have 150 apps with 100Kb (total 30mb)! without HWX you have less than 30 apps. I say again, the developer are free to do what it want! Your idea to use any Perl to run HWX apps was inside the HWX project from the begining. But I don't like the idea to cut off resource just because they don't work in the standart Perl, and this is why I created HWXperl! > Making it easier to develop GUI applications in Perl takes a good and > complete IDE, in my idea containing a good editor, GUI design tool, > compiler (PerlBin), debugger and maybe projectmanager. This is what the HWX enverioment will have, and much more. I have a lot of ideas to implement over HWX, one of them is to create a repository of HWX apps and a browser to install them. Just imagine, you chose the app, click, some Kbytes later it's runing in you machine, no metters what OS you are using. This is good for the user, small and good apps, and for the developer, it don't need to rewrite or compile for each OS. > If you feel I disagree with you too strongly to join the project, I'd > understand. I'll still build a GUI design tool, and try to make it > compatible with your project. If you still want me to join, I'd be very > happy to! I still want you in the project, since what you think that we disagree are inside HWX too, they just aren't my top choice! I just don't like the idea to make 2 GUI design tool! Why not just make the HWXeditor. The editor will work on HWXperl or not, since you can delivery it like any other app with PerlBin, and you will have more peoples to work with you. About DotRef, I can make a Filter for DotRef that works without the changes of toke.c. It will have less resources, but will enable HWX apps in other Perls. What I think that you don't like is to be dependent of HWXperl to run the apps. HWXperl was not to make the peoples dependent, is to already have something done to run the apps, like ActivePerl for Win32. The peoples can get standart Perl and compile, but they don't do, they get AtivePerl. All the modules will run in any Perl, the peoples can install them, or just get HWXperl, the choice will be from the developers, how their apps will be delivered, using HWX enverioment, or just like a Perl script, or a binary with Perl/lib. I already put your name in the author list, and I don't want to delete! :-P Graciliano M. P. |
From: Alejandro F. <af...@st...> - 2002-09-26 09:58:37
|
Hi, i am making an accounting report tool with wxTreeCtrl. In the script you can save a project, reopen it, change it, save it = again, etc. I want to add an dialog when the user exits the script that gives him a = warning if the tree has changed without saving. The question is if i have a kind of event related to TreeCtrl that = triggers when a change in item/tree attributes occurs and that can help = me set a 'changes occured' flag. Regards, Alejandro. |
From: Mattia B. <mb...@ds...> - 2002-09-23 19:53:05
|
> hello all, > i played with the Wx::Locale::GetFontEncoding implemented in wxPerl 0.12 > > i'm a little bit confused about linux. > i always get iso-8859-15, no mather which layout i enable... ^^^^^^ ? If by "layout" you mean "keyboard layout", then be aware that locale has nothing to do with keyboard layout. If you did not mean "keyboard layout", then just forget what I just wrote... > i attached a little script that checks which encoding is on the system. > i would rally apprechiate it if the users of the 0.12 wxPerl could test > it and tell me what they get (linux and windows) > would relly be great if i get some feedback Well, if I count as a wxPerl user... mbarbon@tweddledee:~/wx/b/gtk/Pcvs-2.3-d$ export LC_ALL mbarbon@tweddledee:~/wx/b/gtk/Pcvs-2.3-d$ LC_ALL= mbarbon@tweddledee:~/wx/b/gtk/Pcvs-2.3-d$ perl -Mblib foo.pl Using /home/mbarbon/wx/b/gtk/Pcvs-2.3-d/blib us-ascii mbarbon@tweddledee:~/wx/b/gtk/Pcvs-2.3-d$ LC_ALL=it_IT mbarbon@tweddledee:~/wx/b/gtk/Pcvs-2.3-d$ perl -Mblib foo.pl Using /home/mbarbon/wx/b/gtk/Pcvs-2.3-d/blib iso-8859-1 mbarbon@tweddledee:~/wx/b/gtk/Pcvs-2.3-d$ LC_ALL=it_IT@euro mbarbon@tweddledee:~/wx/b/gtk/Pcvs-2.3-d$ perl -Mblib foo.pl Using /home/mbarbon/wx/b/gtk/Pcvs-2.3-d/blib iso-8859-15 mbarbon@tweddledee:~/wx/b/gtk/Pcvs-2.3-d$ So I think it works as expected. > PS: mattia, the lines i comented out have variables not exported by WxPerl, > aren't they supported? what do i get if a user has this encoding on the > system? Run around in circles, screaming? ;-p Seriously, I added all documented constants in CVS now; I hope to release 0.12b3 in a few days. Regards Mattia |
From: Jouke V. <jo...@pv...> - 2002-09-23 09:37:35
|
I would like a binary download for 0.12b_x very much since I can't compile it on my Win32 box and currently that's the platform I'm using the most with wxPerl. Jouke Mattia Barbon wrote: >On Mon, 23 Sep 2002, James Lavery wrote: > >>Hi Mattia, >> >>>Well, I was looking at the code in order to give you advice, >>>and I just did it... sorry if I spoiled your fun ;-) >>> >>That's great - thanks (not too worried about my fun being spoiled). >> >>Are the results in a binary download yet? >> >Not yet; I am waiting for some feedback on 0.12b2 before doing >0.12b3... > >Regards >Mattia > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >wxperl-users mailing list >wxp...@li... >https://lists.sourceforge.net/lists/listinfo/wxperl-users > -- -------------------------------------------------------------------- | Jouke Visser | http://jouke.pvoice.org (personal) | | | http://www.pvoice.org (pVoice & pStory)| | Perl GUI Geek | http://wxperl.pvoice.org (wxPerl) | -------------------------------------------------------------------- |
From: Mattia B. <mb...@ds...> - 2002-09-23 09:34:32
|
On Mon, 23 Sep 2002, James Lavery wrote: >Hi Mattia, >> Well, I was looking at the code in order to give you advice, >> and I just did it... sorry if I spoiled your fun ;-) >That's great - thanks (not too worried about my fun being spoiled). > >Are the results in a binary download yet? Not yet; I am waiting for some feedback on 0.12b2 before doing 0.12b3... Regards Mattia |
From: DH <cra...@ya...> - 2002-09-23 08:05:20
|
--- so...@bl... wrote: > hello all > > i noticed that the maximum length of a textctrl is 30'000bit on my system > (win2000, wxPerl 0.12b) > > the documentation is telling something about 32Kb > (well, that's more or less 30'000 bit) > > so, my question now: > can i do something to have more place in the textctrl? > 32Kb is really too less for some things... from the wxWindows documentation for wxTextCtrl wxTE_RICH Use rich text control under Win32, this allows to have more than 64Kb of text in the control even under Win9x. This style is ignored under other platforms. __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com |
From: <so...@bl...> - 2002-09-23 07:29:09
|
hello all, i played with the Wx::Locale::GetFontEncoding implemented in wxPerl 0.12 i'm a little bit confused about linux. i always get iso-8859-15, no mather which layout i enable... i attached a little script that checks which encoding is on the system. i would rally apprechiate it if the users of the 0.12 wxPerl could test it and tell me what they get (linux and windows) would relly be great if i get some feedback greeting Marco PS: mattia, the lines i comented out have variables not exported by WxPer= l, aren't they supported? what do i get if a user has this encoding on the system? |
From: <so...@bl...> - 2002-09-23 07:02:18
|
hello all i noticed that the maximum length of a textctrl is 30'000bit on my system= (win2000, wxPerl 0.12b) the documentation is telling something about 32Kb (well, that's more or less 30'000 bit) so, my question now: can i do something to have more place in the textctrl? 32Kb is really too less for some things... greeting Marco |
From: James L. <jl...@bi...> - 2002-09-23 05:32:30
|
Hi Mattia, > Well, I was looking at the code in order to give you advice, > and I just did it... sorry if I spoiled your fun ;-) That's great - thanks (not too worried about my fun being spoiled). Are the results in a binary download yet? James |
From: DH <cra...@ya...> - 2002-09-23 03:10:05
|
Thanks guys. Jouke I knew that ( I was a little out of with this week, it was funny to watch) and mattia, that explain it. I guess from now on I should be a little more careful about my testing. But hey, aren't you glad I couldn't legitimately break anything ? ;) (and man oh man did I try) __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com |
From: Mattia B. <mb...@ds...> - 2002-09-22 09:29:19
|
> Hi. > Saying > use Wx::Bitmap; > messes things up. > > It causes a > Usage: Wx::Bitmap::newFile(CLASS, name, type) at C:/Perl/site/lib/Wx/Bitmap.pm line 37. > where as otherwise everything works fine. > Just thought it bizzare. Well, I think it is worrying... Now, do you have some sample code that triggers it? does it happen even with the 0.12b2 snapshot? Do you actually have a Wx/Bitmap.pm (which maybe comes from an older installation)? 0.12b2 hasn't a Wx/Bitmap.pm, hence I _think_ maybe you have an older one, and saying "use Wx::Bitmap" loads it and causes problems. Regards Mattia |
From: Jouke V. <jo...@pv...> - 2002-09-22 09:23:55
|
You don't have to 'use Wx::Bitmap' to use the Wx::Bitmap->new(). Just 'use Wx qw(:everything). That will suffice. Jouke On Sat, Sep 21, 2002 at 05:35:07PM -0700, DH wrote: > Hi. > Saying > use Wx::Bitmap; > messes things up. > > It causes a > Usage: Wx::Bitmap::newFile(CLASS, name, type) at C:/Perl/site/lib/Wx/Bitmap.pm line 37. > where as otherwise everything works fine. > Just thought it bizzare. > > > > __________________________________________________ > Do you Yahoo!? > New DSL Internet Access from SBC & Yahoo! > http://sbc.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > wxperl-users mailing list > wxp...@li... > https://lists.sourceforge.net/lists/listinfo/wxperl-users -- ---------------------------------------------------------------------- | Jouke Visser | http://jouke.pvoice.org (personal) | | | http://www.pvoice.org (pVoice & pStory) | | Perl GUI Geek | http://wxperl.pvoice.org (wxPerl) | ---------------------------------------------------------------------- |
From: Mattia B. <mb...@ds...> - 2002-09-22 08:35:35
|
> Hi Mattia, > I would like to use wxLogPassThrough, to create a log handler which logs to > file and to a window. However, I don't think it's wrapped. Is it possible > to add this to wxPerl? Yes. > I would be happy to do the wrapping, if you want to point me to the > appropriate resources. Well, I was looking at the code in order to give you advice, and I just did it... sorry if I spoiled your fun ;-) Regards Mattia |
From: DH <cra...@ya...> - 2002-09-22 00:35:12
|
Hi. Saying use Wx::Bitmap; messes things up. It causes a Usage: Wx::Bitmap::newFile(CLASS, name, type) at C:/Perl/site/lib/Wx/Bitmap.pm line 37. where as otherwise everything works fine. Just thought it bizzare. __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com |