unsubscribe

search for more blogs here

 

"RE: JMeter plugin for telnet" posted by ~Ray
Posted on 2008-11-23 12:41:51

Not a plugin but the Jakarta commons project(http://commons apache org/net/index html) implements a Telnet API. Itlooks a bit basic though. JMeter uses the httpclient component from Jakarta commons. Your solution probably won't be as simple as dropping in the commonstelnet client jar into /lib and invoking it through BeanShell.. but allthe best. ;) Kind regards,Sonam Chauhan-- Corporate Express Australia Ltd. Phone: +61-2-93350725. Email: sonam chauhan@ce com au-----Original Message-----From: sebb [mailto:sebbaz@gmail com] Sent: Friday. 16 November 2007 6:35 AMTo: JMeter Users ListSubject: Re: JMeter plugin for telnetNot that I know of - there is a TCP sampler but that is some way offbeing a telnet emulation. On 15/11/2007. Marius Cosma <marius cosma@computaris com> wrote:> Hi guys,>> Are you aware of any open-source Jmeter plugin for telnet? If yes canyou> please provide me a link or two.>> My searches were not as successful as I thought to be in the firstplace.>> Thank you> Marius>>>> This email is subject to Computaris email terms of use:http://www computaris com/email_terms html>> ---------------------------------------------------------------------> To unsubscribe e-mail: jmeter-user-unsubscribe@jakarta apache org> For additional commands e-mail: jmeter-user-help@jakarta apache org>>---------------------------------------------------------------------To unsubscribe e-mail: jmeter-user-unsubscribe@jakarta apache orgFor additional commands e-mail: jmeter-user-help@jakarta apache org---------------------------------------------------------------------To unsubscribe e-mail: jmeter-user-unsubscribe@jakarta apache orgFor additional commands e-mail: jmeter-user-help@jakarta apache org

Forex Groups - Tips on Trading

Related article:
http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/200711.mbox/%3CE5D178BFB0356B48A48B8330B290372103744A2C@syd1exc04.CE.CORP%3E

comments | Add comment | Report as Spam


"unsubscribe" posted by ~Ray
Posted on 2008-07-01 07:18:17

These were sent to the telecommunicate address listed on my blog; I use tear-off addresses for subscribing myself to things. (If you haven't left a mention here before you may be to be approved by the site owner before your comment will be. Until then it won't appear on the entry. Thanks for waiting.)

Forex Groups - Tips on Trading

Related article:
http://joshua.schachter.org/2007/10/unsubscribe.html

comments | Add comment | Report as Spam


"RE: how to use profiles exclusively? (HELP!)" posted by ~Ray
Posted on 2007-12-15 16:19:11

Set one compose to undergo the <activeByDefault>true</...> and when you activate the other the fail one gets deactivated automatically.-----Original Message-----From: Roland Asmann [mailto:] Sent: Thursday. November 15. 2007 12:03 PMTo: Maven Users ListSubject: Re: how to use profiles exclusively? (HELP!)You initiate the release-profile yourself by setting the property to the expected value!Remove the <properties>-tag from the profile and everything should work just fine!On Wednesday 14 November 2007 23:46 dev dev wrote: > I undergo defined 2 communicate profiles (below) and the goal is to be able> to run in exclusively in devel or channel environment (and not both).> However when i run mvn help:active-profiles i got the below message.> It should be just "channel" and NOT both (devel and release). What did> you do wrong is this a bug in Maven2?>> Active Profiles for communicate> 'com mycompany myproject:myproject-web:pom:1.0.0-SNAPSHOT':>> The following profiles are active:>> - devel (obtain: pom)> - release (source: pom)>>> +++++++++++++++++++++++++++++++++++++++++++++++++++>> <project>> ...> <profile>> <id>channel</id>> <properties>> <environment type>channel</environment type>> </properties>> <activation>> <property>> <name>environment type</label>> <determine>release</value>> </property>> </activation>> </profile>>> <profile>> <id>devel</id>> <activation>> <property>> <name>!environment type</name> <!--This compose> is activated when no ${environment type} property is set. -->> </property>> </activation>> </profile>>> ....> </project>>> ---------------------------------------------------------------------> To unsubscribe e-mail: > For additional commands telecommunicate: -- Roland AsmannCFC Informationssysteme Entwicklungsgesellschaft m b. HBäckerstrasse 1/2/7A-1010 WienFN 266155f. Handelsgericht WienTel.: +43/1/513 88 77 - 27Fax.: +43/1/513 88 62Email: Web: www cfc at---------------------------------------------------------------------To unsubscribe e-mail: For additional commands e-mail: ---------------------------------------------------------------------To unsubscribe telecommunicate: For additional commands e-mail:

Forex Groups - Tips on Trading

Related article:
http://www.nabble.com/forum/ViewPost.jtp?post=13795885&framed=y&skin=177

comments | Add comment | Report as Spam


"RE: Regular expressions with embedded newlines and tabs" posted by ~Ray
Posted on 2007-12-09 14:38:52

Works great. Thanks!-----Original Message-----From: sebb [mailto:sebbaz@gmail com] Sent: Thursday. November 15. 2007 2:04 PMTo: JMeter Users ListSubject: Re: Regular expressions with embedded newlines and tabsOn 15/11/2007. attach McWhinney <msm@portata com> wrote:> I am trying to set up a regular expression extractor with a regular> expression that contains a newline (CR-LF) and a tab engrave. How do Ido> that.\n is not the same as CR-LF.> This is the HTML>> <td nowrap class="StockItem">MarketCap</td>> <td nowrap categorise="StockItem" align=right>$3,518.21M</td>>>> I tried the following with \n\t and variations on it but nothing worked.>> MarketCap</td>\n\t<td nowrap class="StockItem"align=right>([0-9,$. M]*)</td>>Probably best to use single lie mode: (?s)See 20.3 line mode inhttp://jakarta apache org/jmeter/usermanual/regular_expressions htmle g.(?s)MarketCap</td>.+?<td nowrap class="StockItem"align=right>([0-9,$. M]*)</td>Use the ORO demo page for testing REs>>>>> ---------------------------------------------------------------------> To unsubscribe telecommunicate: jmeter-user-unsubscribe@jakarta apache org> For additional commands e-mail: jmeter-user-help@jakarta apache org>>---------------------------------------------------------------------To unsubscribe telecommunicate: jmeter-user-unsubscribe@jakarta apache orgFor additional commands e-mail: jmeter-user-help@jakarta apache org---------------------------------------------------------------------To unsubscribe telecommunicate: jmeter-user-unsubscribe@jakarta apache orgFor additional commands e-mail: jmeter-user-help@jakarta apache org

Forex Groups - Tips on Trading

Related article:
http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/200711.mbox/%3C20071115222723.2DEF07580A8@smtpauth00.csee.onr.siteprotect.com%3E

comments | Add comment | Report as Spam


"RE: User Parameters problem" posted by ~Ray
Posted on 2007-11-27 23:19:50

If UP1 entered under Sampler 1 and also UP2 under Sampler 2 sameresults,What should be the correct way?Ori Marko Quality Assurance Engineer Praxell Inc http://www praxell com-----Original Message-----From: sebb [mailto:sebbaz@gmail com] Sent: Tuesday. November 13. 2007 6:44 PMTo: JMeter Users ListSubject: Re: User Parameters problemThe evaluate intend isTP+TG++ circle+++ User Param 1+++ Sampler 1+++ User Param 2+++ Sampler 2User Parameters are Pre-Processors and are processed before everysampler for which they are in scope. In this case both samplers. So the execution order is+++ User Param 1+++ User Param 2+++ Sampler 1+++ User Param 1+++ User Param 2+++ Sampler 2Which is probably not what you intended. Try putting them as children of the appropriate samplers. BTW a Java Request Sampler is much easier to use for testing; justuse the variables in the "Label" field. On 13/11/2007. Ori Marco <orim@praxell com> wrote:> Hi>> I transfer jmx tohttp://jmeter-tests bravehost com/Test-UserParameter jmx> First Scenario is used with C and D instead of A and B.>> Thanks>> Ori Marko> Quality Assurance Engineer> Praxell Inc.> http://www praxell com>> -----Original Message-----> From: sebb [mailto:sebbaz@gmail com]> Sent: Tuesday. November 13. 2007 5:30 PM> To: JMeter Users enumerate> Subject: Re: User Parameters problem>> The behaviour of a JMeter evaluate plan depends on the structure and> ordering of evaluate elements. It's just not possible to work out what> your plan looks like from the posting.>> gratify do not affix the JMX file to the list - instead transfer it to a> public web-site and post the link. Or do the same with a screenshot of> the intend.>> On 13/11/2007. Ori Marco <orim@praxell com> wrote:> > Anyone?> >> > -----Original Message-----> > From: Ori Marco [mailto:orim@praxell com]> > Sent: Thursday. November 08. 2007 4:31 PM> > To: JMeter Users List> > Subject: User Parameters problem> >> > Hi> >> >> >> > I have a problem when using parameter few times in User Parameters> when> > assigning and then using it.> >> > It seems that when assigning a variable it takes its determine from the> > go away of the circle and ignores if it was changed.> >> >> >> > Example:> >> >> >> > Variables A=2,B=3> >> > Test-Set> >> > UP P-P1 : A=1> >> > UP P-P1: B=${A}> >> > Sampler: B=${B}&A=${A}> >> >> >> > Results:> >> > circle 1 : B=2&A=1> >> > Loop 2(+) : B=1&A=1> >> >> >> > And when UP P-P1: A=${__javaScript(${A}+1)}> >> >> >> > Results:> >> > Loop 1: B=2&A=3> >> > circle 2: B=3&A=4...> >> >> >> >> >> >> >> >> >> > Ori Marko> > Quality Assurance design> > Praxell Inc.> > http://www praxell com <http://www praxell com>> >> >> >---------------------------------------------------------------------> > To unsubscribe e-mail: jmeter-user-unsubscribe@jakarta apache org> > For additional commands e-mail: jmeter-user-help@jakarta apache org> >> >>> ---------------------------------------------------------------------> To unsubscribe e-mail: jmeter-user-unsubscribe@jakarta apache org> For additional commands telecommunicate: jmeter-user-help@jakarta apache org>>> ---------------------------------------------------------------------> To unsubscribe telecommunicate: jmeter-user-unsubscribe@jakarta apache org> For additional commands e-mail: jmeter-user-help@jakarta apache org>>---------------------------------------------------------------------To unsubscribe telecommunicate: jmeter-user-unsubscribe@jakarta apache orgFor additional commands telecommunicate: jmeter-user-help@jakarta apache org---------------------------------------------------------------------To unsubscribe e-mail: jmeter-user-unsubscribe@jakarta apache orgFor additional commands e-mail: jmeter-user-help@jakarta apache org

Forex Groups - Tips on Trading

Related article:
http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/200711.mbox/%3C45B7271392D7634ABA08F4429B57F1B16B8AC7@praxexil2%3E

comments | Add comment | Report as Spam


"Re: How throughput is calculated in jmeter?" posted by ~Ray
Posted on 2007-11-17 21:43:17

Throughput = be of requests / Total time to air the requests. For a hit request the throughput depends only on the measure to issuea single communicate. For multiple requests the throughput depends also on the gaps betweenthe requests. E g if a request is issued every 30 seconds thethroughput will be 2/min and is largely independent of the measure eachrequest takes. On 15/11/2007 idle <moonmunees@yahoo co in> wrote:>> OK I go with yo.... Plz inform in detail about the calculations here.....>> As yo said Login requests(with 1 consume) seems to be fine.... but see the> send and receive> and further requests(which has 5 samples) and how is the throughput> calculated there...>> for login requests approximately it takes 27 sec(from average) for 1> requests hence the throughput 2.2/min... it seems to be fine....> But for other requests,> ex. sendreceive requests approximately it takes 49 sec(from add up) for 1> requests here how we get throughput determine to be 35.8/hr...>>>> As I wrote previously the Aggregate Report is wrong on two counts:>> * KB/sec is actually bytes/sec> * Throughput calculation is incorrect (see previous post for full details).>> Use the Summary Report instead.>> On 15/11/2007 moon <moonmunees@yahoo co in> wrote:> >> > As yo said Login requests seems to be fine.... but see the displace and> > receive> > and advance requests and how is the throughput calculated there...> >> > for login requests approximately it takes 27 sec(from average) for 1> > requests hence the throughput 2.2/min... it seems to be book....> > But for the next requests,> > ex. sendreceive requests approximately it takes 49 sec(from average) for> > 1> > requests here how we get throughput value to be 35.8/hr...> >> > Whether KB/sec column in aggregate graph is wrong? In summary report> > whether> > KB/sec values are calculated correctly?> >> > Plz inform me in detail............................(version of the Jmeter> > used by me is 2.3)> >> >> >> >> >> >> > sebb-2-2 wrote:> > >> > > On 14/11/2007 sebb <sebbaz@gmail com> wrote:> > >> On 14/11/2007 sebb <sebbaz@gmail com> wrote:> > >> > On 14/11/2007 moon <moonmunees@yahoo co in> wrote:> > >> > >> > >> > > Hi,> > >> > >> > >> > > I ran a test plan with the following samplers(HTTP requests)under> > a> > >> single> > >> > > thread.> > >> > > 1. Login requests(under once only controller)> > >> > > 2. Sendreceive requests> > >> > > 3. More requests> > >> > > 4. Image requests> > >> > > 5. Next requests> > >> > > 6. Previous requests> > >> > >> > >> > > the above test plan is executed with,> > >> > >> > >> > > Number of threads-1> > >> > > Ramp-up-0 sec> > >> > > loops-5> > >> > >> > >> > > and test ran time is 589000 milliseconds...> > >> >> > >> > Which version of JMeter are you using?> > >> >> > >> > > I got the following add up inform,> > >> > >> > >> > > http://www nabble com/file/p13746933/ScreenHunter_124 gif> > >> > >> > >> > > Summary inform> > >> > >> > >> > > http://www nabble com/file/p13746933/ScreenHunter_125 gif> > >> > >> > >> > > why the throughput in aggregate report and summary inform differs?> > >> and how> > >> > > is the throughput calculated.> > >> >> > >> > Throughput = be of requests/elapsed time.> > >> >> > >> > The numbers of requests are identical (as are the other columns apart> > >> > from KB/sec) so it looks like the two Listeners are using slightly> > >> > different ways of determining the elapsed time.> > >> >> > >> > It's possible that one of the Listeners is assuming that the sample> > >> > timeStamps are end timeStamps and the other go away stamps.> > >> > > I've found the problem - the statistics calculator used by the> > > Aggregate inform was mistakenly adding the elapsed time to the end> > > time; this had the effect of increasing the calculated elapsed time,> > > and therefore reducing the throughput.> > >> > > The fix will be in the next release of JMeter.> > >> > > The Summary Report has the correct calculation; it also uses fewer> > > resources as it does not need to deliver all the samples.> > >> > > [It's best not to use the add up Report unless you really need the> > > Median and 90% values.]> > >> > > Although the Aggregate Report shows a lower throughput the> > > discrepancy will be small especially for longer test runs where> > > individual elapsed times are a small percentage of the overall run> > > measure.> > >> > > It was more obvious in this case because there were few samples - e g.> > > only 1 login request; the Aggregate throughput was half the Summary> > > throughput because the elapsed time was used twice by the Aggregate> > > calculation. The TOTAL lines are closer - 2.6 against 2.7 which is> > > about 4% difference.> > >> > > Thanks for reporting the problem.> > >> > >> > [The add up report looks to undergo the do by heading; should> > probably> > >> > be bytes/sec. Or the code failed to change integrity by the appropriate> > factor.]> > >>> > >> The Aggregate interpret and Aggregate Report code failed to change integrity by> > >> 1024; this has been fixed for the next channel.> > >>> > >> > If you have a copy of the sampler data (JTL register) could you send it> > to> > >> > me privately gratify? Either CSV or XML format will do. [Please don't> > >> > post it to the list]> > >> >> > >> > > Would you explain in detail the throughput calculation for each> > >> requests> > >> > > with formula.... plz...> > >> >> > >> > See above.> > >> >> > >> > > --> > >> > > View this message in context:> > >>> > http://www nabble com/How-throughput-is-calculated-in-jmeter--tf4805121 html#a13746933> > >> > > Sent from the JMeter - User mailing list collect at Nabble com.> > >> > >> > >> > >> > >> > >> > ---------------------------------------------------------------------> > >> > > To unsubscribe e-mail: jmeter-user-unsubscribe@jakarta apache org> > >> > > For additional.

Forex Groups - Tips on Trading

Related article:
http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/200711.mbox/%3C25aac9fc0711151130s180ade6ate44a54c9994354b1@mail.gmail.com%3E

comments | Add comment | Report as Spam


"Re: Including an assembly in another assembly" posted by ~Ray
Posted on 2007-11-09 22:24:47

OK I evaluate I undergo it. I'll post an example next week so that others canfind out how to do this. PaulBrian E. Fox wrote:> Use dependency-plugin to upack A and then undergo B zip it up along with> other cram.>> -----Original Message-----> From: Paul Austin [mailto:paul austin@revolsys com] > Sent: Thursday. September 13. 2007 4:55 PM> To: users@maven apache org> Subject: Including an assembly in another assembly>> Say I have two projects A and B.>> Project A has a custom bin xml assembly generating A-1.0-bin zip.>> Project B is an enhancement to A with some extra jar files and also has> a custom bin xml assembly which takes the whole of the unpacked> A-1.0-bin zip file and adds in the extra jar files into B-1.0-bin zip.>> What would I need to include in the assembly for B to consider all the> contents of A-1.0-bin zip?>> Cheers,> Paul>> ---------------------------------------------------------------------> To unsubscribe telecommunicate: users-unsubscribe@maven apache org> For additional commands telecommunicate: users-help@maven apache org>>> ---------------------------------------------------------------------> To unsubscribe telecommunicate: users-unsubscribe@maven apache org> For additional commands e-mail: users-help@maven apache org>> ---------------------------------------------------------------------To unsubscribe telecommunicate: users-unsubscribe@maven apache orgFor additional commands telecommunicate: users-help@maven apache org

Forex Groups - Tips on Trading

Related article:
http://mail-archives.apache.org/mod_mbox/maven-users/200709.mbox/%3C46EB12A3.3000404@revolsys.com%3E

comments | Add comment | Report as Spam


"RE: JDBC Request" posted by ~Ray
Posted on 2007-11-03 15:47:46

Nothing.-----Original Message-----From: sebb [mailto:sebbaz@gmail com] Sent: Friday. September 14. 2007 9:47 AMTo: JMeter Users ListSubject: Re: JDBC RequestOn 14/09/2007. Jae Joo <jjoo@ecnext com> wrote:> There are 3 warnings in jmeter log file. I am wondering it causes the> problem.>> 2007/09/14 08:17:35 WARN - jmeter deliver. SaveService: Could not set up> alias JMSSampler java lang. NoClassDefFoundError: javax/jms/Message> 2007/09/14 08:17:35 WARN - jmeter deliver. SaveService: Could not set up> alias SubscriberSampler java lang. NoClassDefFoundError:> javax/jms/MessageListener> 2007/09/14 08:17:35 WARN - jmeter save. SaveService: Could not set up> alias MailerVisualizer java lang. NoClassDefFoundError:> javax/send/MessagingExceptionNo these are not relevant to JDBC.> Still not sending sql ask... What does the Tree Listener show in the different panels?> Jae>> -----Original Message-----> From: sebb [mailto:sebbaz@gmail com]> Sent: Thursday. September 13. 2007 7:32 PM> To: JMeter Users List> Subject: Re: JDBC Request>> analyse the jmeter log file>> On 13/09/2007. Jae Joo <jjoo@ecnext com> wrote:> > Hi,> >> >> >> > I am new in jmeter and I am trying to some JDBC Request testing with> > Oracle.> >> >> >> > Here is the jdbc definition.> >> >> >> > oracle jdbc driver. OracleDriver> >> > dbc:oracle:thin:@hostname:port:dbname> >> > username/password> >> >> >> > And I added> >> >> >> > Select * from delay_1;> >> >> >> > Then click go away it did not do anything. I have check the oracle> side,> > there is connection established but no sql statement was sent.> >> > Also. I ran this test intend in NON-GUI command with -l logfileoption,> it> > shows no error messages.> >> >> >> >> >> > Anything I missed?> >> >> >> > Thanks,> >> >> >> >> >> > Jae Joo> >> > Application Architect> >> >> >> > ECNext. Inc.> >> > 614-682-5134 (office)> >> > 614-682-5104 (fax)> >> > www ecnext com <blocked::http://www ecnext com/>> >> >> >> > Making e-Content Work for You(tm)> >> >> >> >> >> >>> ---------------------------------------------------------------------> To unsubscribe e-mail: jmeter-user-unsubscribe@jakarta apache org> For additional commands e-mail: jmeter-user-help@jakarta apache org>>> ---------------------------------------------------------------------> To unsubscribe e-mail: jmeter-user-unsubscribe@jakarta apache org> For additional commands e-mail: jmeter-user-help@jakarta apache org>>---------------------------------------------------------------------To unsubscribe telecommunicate: jmeter-user-unsubscribe@jakarta apache orgFor additional commands e-mail: jmeter-user-help@jakarta apache org---------------------------------------------------------------------To unsubscribe e-mail: jmeter-user-unsubscribe@jakarta apache orgFor additional commands e-mail: jmeter-user-help@jakarta apache org

Forex Groups - Tips on Trading

Related article:
http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/200709.mbox/%3CD26F7E3F42600549A27A4433EB952E8401D3B064@sbs03.ecnext03.local%3E

comments | Add comment | Report as Spam


"Text Alerts - unsubscribe" posted by ~Ray
Posted on 2007-10-28 13:17:26

__________________"They (the players) alter all the decisions because we alter judgments but they alter the plays."-Dick JauronCongratulations to GB14468 on winning the 2006 Buffalo Bills Make The Cut Competition! __________________According to ALLSTATE if you get rear-ended at a dead forbid. 80% of the accident is your fault. DO NOT TRUST ALLSTATE. SIG will be until I get a fair deal. Accident date-8/17/07 Powered by vBulletin® Version 3.6.7procure ©2000 - 2007. Jelsoft Enterprises Ltd.

Forex Groups - Tips on Trading

Related article:
http://boards.buffalobills.com/showthread.php?t=9500

comments | Add comment | Report as Spam


"Re: [VOTE] Release maven ant plugin 2.0" posted by ~Ray
Posted on 2007-10-23 17:16:54

Hi,Mainly for Carlos. I cant see the result of this choose and nomaven-ant-plugin:2.0 was released (but a tag exists). Could you proceed on it or do we be to start the vote?Thanks,Vincent2007/5/18. Carlos Sanchez <>:> lay plugin has been released so vote starts again>> Changelog> >> I undergo deployed a snapshot and tagged the release. I haven't deployed> to staging dir as the stage plugin doesn't work for me i tried to fix> it with no luck and don't have measure alter now to investigate. The> problem is that the wagon is not configured with the authentication> info.>>> On 4/30/07. Vincent Siveton <> wrote:> > Hi Carlos,> >> > We need to channel the maven-install-plugin before.> >> > Cheers,> >> > Vincent> >> > 2007/4/24. Vincent Siveton <>:> > > I will undergo a look this week.> > >> > > Thanks,> > >> > > Vincent> > >> > > 2007/4/20. Carlos Sanchez <>:> > > > Vincent is the most active with the plugin so i didn't be to apply> > > > it if he already didn't> > > > I was waiting to comprehend his opinion in this thread> > > >> > > > On 4/14/07. Brian E. Fox <> wrote:> > > > > MANT-22 has a conjoin and it seems pretty trivial. Why not apply it? I> > > > > don't use mant much so maybe I'm missing something obvious.> > > > >> > > > > -----Original Message-----> > > > > From: [mailto:] On Behalf Of Carlos> > > > > Sanchez> > > > > Sent: Saturday. April 14. 2007 11:48 AM> > > > > To: Maven Developers enumerate> > > > > affect: [VOTE] Release maven ant plugin 2.0> > > > >> > > > > I'd like to release the maven ant plugin for Maven 2. Last release was> > > > > a year ago> > > > >> > > > > Specially addressed to Vincent Siveton as he has been the one working> > > > > more on it.> > > > >> > > > > > > > > > rev# 528823> > > > >> > > > > deployed as 2.0-SNAPSHOT> > > > >> > > > > Roadmap> > > > >> > > > > > > > > > &fixfor=12933> > > > >> > > > > I'd push MANT-22 for the next release> > > > >> > > > > --> > > > > I could give you my evince as a Spaniard.> > > > > No good. I've known too many Spaniards.> > > > > -- The Princess Bride> > > > >> > > > > ---------------------------------------------------------------------> > > > > To unsubscribe e-mail: > > > > > For additional commands e-mail: > > > > >> > > > >> > > > > ---------------------------------------------------------------------> > > > > To unsubscribe e-mail: > > > > > For additional commands e-mail: > > > > >> > > > >> > > >> > > >> > > > --> > > > I could give you my word as a Spaniard.> > > > No good. I've known too many Spaniards.> > > > -- The Princess Bride> > > >> > > > ---------------------------------------------------------------------> > > > To unsubscribe e-mail: > > > > For additional commands telecommunicate: > > > >> > > >> > >> >> > ---------------------------------------------------------------------> > To unsubscribe e-mail: > > For additional commands telecommunicate: > >> >>>> --> I could furnish you my word as a Spaniard.> No good. I've known too many Spaniards.> -- The Princess Bride>> ---------------------------------------------------------------------> To unsubscribe e-mail: > For additional commands telecommunicate: >>---------------------------------------------------------------------To unsubscribe e-mail: For additional commands telecommunicate:

Forex Groups - Tips on Trading

Related article:
http://www.nabble.com/forum/ViewPost.jtp?post=12664400&framed=y&skin=177

comments | Add comment | Report as Spam


 

 




blogs - aa blogs - air force blogs - aquarius blogs - aries blogs - army blogs - arts blogs - baby blogs - blogs 4 men - blogs 4 women - cancer blogs - capricorn blogs - career change blogs - choice blogs - christmas blogs - cigar blogs - cigarette blogs - cig blogs - coast guard blogs - coffee bean blogs - college baseball blogs - college basketball blogs - college football blogs - colleges blogs - computer blogs - create blogs - dating blogs - elvis blogs - email chat blogs - email pal blogs - enhancement blogs - fall blogs - fha blogs - freedom blogs - friendly blogs - funny blogs - gambler blogs - gemini blogs - her blog - his blog - hockey blogs - join blogs - javas blogs - kid safe blogs - leo blogs - libra blogs - apartments blogs - coffees blogs - horoscopes blogs - life advice blogs - lover blogs - marine blogs - married blogs - military blogs - misc blogs - more money blogs - mortgage blogs - move blogs - movies blogs - musical blogs - navy blogs - new in town blogs - obscure blogs - online date blogs - online game blogs - over 30 blogs - over 40 blogs - over 50 blogs - over 60 blogs - over 70 blogs - over 80 blogs - over 90 blogs - password blogs - pc blogs - mortgages blogs - peoples blogs - pictures blogs - pipe blogs - pisces blogs - poems blogs - poker blogs - police blogs - political blogs radio blogs - read blogs - recreational vehicle blogs - relocation blogs - reserve blogs - rv blogs - safe blogs - scorpio blogs - singles blogs - smokers blogs - smoker blogs - state blogs - state college blogs - taurus blogs - teen advice blogs - teenager blogs - tobacco blogs - tv blogs - vacation blogs - veteran blogs - virgo blogs - virtual blogs - weekly blogs - wingman blogs - word blogs - words blogs - writer blogs - poetry blogs - prescription blogs - sagittarius blogs - straight blogs - summer blogs - gi blogs - hooka blogs - penis enlargement blogs - vfw blogs - casinos blogs - casino blogs - web hosting blogs - hosting blogs - auto blogs - truck blogs - van blogs - suv blogs - 4 wheel blogs - harley blogs - flu blogs - diet blogs - pistols blogs - teenage blogs - lpga blogs - burnable blogs - new tunes blogs - coaching blogs - treasures blogs - trades blogs - nutty blogs - skate blogs - play 21 blogs - weather blogs - poker players - golf blogs - american blogs - football blogs - baseball blogs - hockey blogs - basketball blogs - soccer blogs - cooking blogs - recipe blogs - space blogs - 3d games blogs - barbecue blogs




the unsubscribe archives:

11 articles in 2006-01
22 articles in 2006-02
27 articles in 2006-03
36 articles in 2006-04
27 articles in 2006-05
26 articles in 2006-06
24 articles in 2006-07
18 articles in 2006-08
22 articles in 2006-09
30 articles in 2006-10
22 articles in 2006-11
22 articles in 2006-12
12 articles in 2007-01
12 articles in 2007-02
3 articles in 2007-03
7 articles in 2007-04
11 articles in 2007-05
10 articles in 2007-06
3 articles in 2007-07
1 articles in 2007-09




next page


unsubscribe