Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2001 |
Jan
|
Feb
(30) |
Mar
(123) |
Apr
(188) |
May
(90) |
Jun
(68) |
Jul
(129) |
Aug
(72) |
Sep
(97) |
Oct
(99) |
Nov
(168) |
Dec
(35) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(75) |
Feb
(55) |
Mar
(104) |
Apr
(49) |
May
(12) |
Jun
(11) |
Jul
(47) |
Aug
(104) |
Sep
(14) |
Oct
(26) |
Nov
(31) |
Dec
(10) |
2003 |
Jan
(78) |
Feb
(76) |
Mar
(47) |
Apr
(30) |
May
(19) |
Jun
(36) |
Jul
(48) |
Aug
(43) |
Sep
(54) |
Oct
(25) |
Nov
(79) |
Dec
(39) |
2004 |
Jan
(43) |
Feb
(14) |
Mar
(17) |
Apr
(15) |
May
(18) |
Jun
(20) |
Jul
(7) |
Aug
(30) |
Sep
(49) |
Oct
(17) |
Nov
(14) |
Dec
(72) |
2005 |
Jan
(55) |
Feb
(27) |
Mar
(34) |
Apr
(15) |
May
(8) |
Jun
(23) |
Jul
(7) |
Aug
(19) |
Sep
(3) |
Oct
(44) |
Nov
(3) |
Dec
|
2006 |
Jan
(20) |
Feb
(5) |
Mar
(8) |
Apr
(12) |
May
(16) |
Jun
(22) |
Jul
(39) |
Aug
(65) |
Sep
(4) |
Oct
(11) |
Nov
|
Dec
(5) |
2007 |
Jan
(2) |
Feb
(2) |
Mar
(8) |
Apr
(3) |
May
(28) |
Jun
(6) |
Jul
(3) |
Aug
(9) |
Sep
(15) |
Oct
|
Nov
(12) |
Dec
(2) |
2008 |
Jan
(3) |
Feb
(14) |
Mar
|
Apr
(4) |
May
|
Jun
(12) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2009 |
Jan
|
Feb
(2) |
Mar
(4) |
Apr
|
May
|
Jun
(14) |
Jul
|
Aug
(1) |
Sep
(66) |
Oct
(21) |
Nov
|
Dec
(1) |
2010 |
Jan
(2) |
Feb
(2) |
Mar
(2) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
(100) |
Mar
(17) |
Apr
(1) |
May
(1) |
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
(2) |
2
(1) |
3
|
4
(1) |
5
(1) |
6
(11) |
7
(2) |
8
(3) |
9
|
10
|
11
|
12
(4) |
13
|
14
|
15
|
16
(3) |
17
(1) |
18
|
19
|
20
(5) |
21
|
22
|
23
|
24
(1) |
25
|
26
|
27
|
28
(4) |
29
(3) |
30
(1) |
31
|
|
|
|
|
|
|
From: Patrick Galbraith <patg@pa...> - 2003-08-20 15:15:25
|
check out MIME::Simple. shane wrote: > I swear this has been discussed before, but I can't find anything in my inbox > about it. > > Have any of you modded slash such that the outgoing emails are encoded for > html? > > If so, got a patch? > > Thanks, > Shane > > > > ------------------------------------------------------- > This SF.net email is sponsored by Dice.com. > Did you know that Dice has over 25,000 tech jobs available today? From > careers in IT to Engineering to Tech Sales, Dice has tech jobs from the > best hiring companies. http://www.dice.com/index.epl?rel_code=104 > _______________________________________________ > Slashcode-general mailing list > Slashcode-general@... > https://lists.sourceforge.net/lists/listinfo/slashcode-general -- ---------------------- Patrick Galbraith Senior Software Developer patg@... capttofu@... 206.719.2461 |
From: shane <shane@lo...> - 2003-08-20 14:19:50
|
On Tuesday 19 August 2003 22:55, Eric Dannewitz wrote: > Whoa, yeah, mine has almost 500,000 records in it.......... I was under the impression that the stats_daily was for historical value, such that you'd never want to trim the data in the table.... Shane |
From: shane <shane@lo...> - 2003-08-20 14:19:12
|
I swear this has been discussed before, but I can't find anything in my inbox about it. Have any of you modded slash such that the outgoing emails are encoded for html? If so, got a patch? Thanks, Shane |
From: Eric Dannewitz <ericdano@ja...> - 2003-08-20 05:36:10
|
Whoa, yeah, mine has almost 500,000 records in it.......... George Clark wrote: >Hi All, > >I'm running a slash-site based upon the CVS code - last updated back >around T 68. > >While I was working on the migration procedure I noticed that the table >load was taking quite a while. Turns out the stats_daily table is rather >large. > >Is there supposed to be a task that purges this regularly? I assume that >it would be safe to delete rows older than a month. Looks like this table >has been growing since Feb. of this year, which is when I moved onto the >CVS based code. > >mysql> select count(*) from stats_daily ; >+----------+ >| count(*) | >+----------+ >| 98627 | >+----------+ >1 row in set (0.00 sec) > >Thanks, >George > > >------------------------------------------------------- >This SF.net email is sponsored by Dice.com. >Did you know that Dice has over 25,000 tech jobs available today? From >careers in IT to Engineering to Tech Sales, Dice has tech jobs from the >best hiring companies. http://www.dice.com/index.epl?rel_code=104 >_______________________________________________ >Slashcode-general mailing list >Slashcode-general@... >https://lists.sourceforge.net/lists/listinfo/slashcode-general > > |
From: George Clark <gac@sp...> - 2003-08-20 02:47:14
|
Hi All, I'm running a slash-site based upon the CVS code - last updated back around T 68. While I was working on the migration procedure I noticed that the table load was taking quite a while. Turns out the stats_daily table is rather large. Is there supposed to be a task that purges this regularly? I assume that it would be safe to delete rows older than a month. Looks like this table has been growing since Feb. of this year, which is when I moved onto the CVS based code. mysql> select count(*) from stats_daily ; +----------+ | count(*) | +----------+ | 98627 | +----------+ 1 row in set (0.00 sec) Thanks, George |