Please remove me from this group.
Alexander K. Guy
Sygtron Systems Ltd.
17 West 42nd Avenue
Vancouver, BC, Canada
V5Y 2S8
(604) 324-8623
aguy@...
_____
From: click-it@yahoogroups.com [mailto:click-it@yahoogroups.com] On Behalf
Of J Madsen
Sent: November 25, 2007 4:13 PM
To: click-it@yahoogroups.com
Subject: RE: CLICK! Reg expression fun
Thanks, Dave, I'll check them out.
Any one have any thoughts on a bonnenkai?
--- "David M." <davidm1@hotmail. <mailto:davidm1%40hotmail.com> com> wrote:
>
> Hi Jeff,
>
> Can't give you an answer, but will recommend you
> join and post it to webmasterworld.com PHP forum.
> I've gotten a lot of great info there.
>
> David
>
>
> > Hello Clickiteers!
> >
> > Wonder if anyone can help me with a reg ex
> question - using php, I have:
> >
> > $string ='In||||||';
> > $pattern = '/\|+/';
> > $replacement = ',';
> >
> > echo preg_replace($pattern, $replacement,
> $string);
> >
> > I want to be able to replace with nothing if the
> pattern is at the end
> > of my string.
> >
> > I.e., I get strings like:
> >
> > Exterior Facing Face Stain||Left Right Door
> Interior Lining Stain
> > Medium||F Bumper Below A Medium||Leather Seat
> Creased Small||Mirror
> > A||Side Face Repaired Marked||Interior Dirty
> Medium||||||
> >
> > with varying numbers of |'s, and want to replace
> the sets of pipes
> > with a single "," , except if it's at the end of
> the string, in which
> > case I want nothing.
> >
> > I know if you work with reg ex's a lot it's pretty
> simple, but guess
> > what I don't work with a lot? ;-)
> >
> > Thanks in advance,
> >
> > Jeff
> >
> >
> >
> > CLICK! Homepage and General Information
> > http://ikaiwa. <http://ikaiwa.com/click> com/click
> > Yahoo! Groups Links
> >
> > To visit your group on the web, go to:
> > http://groups. <http://groups.yahoo.com/group/click-it/>
yahoo.com/group/click-it/
> >
> > Your email settings:
> > Individual Email | Traditional
> >
> > To change settings online go to:
> > http://groups. <http://groups.yahoo.com/group/click-it/join>
yahoo.com/group/click-it/join
> > (Yahoo! ID required)
> >
> > To change settings via email:
> > mailto:click-it-digest@ <mailto:click-it-digest%40yahoogroups.com>
yahoogroups.com
> > mailto:click-it-fullfeatur
<mailto:click-it-fullfeatured%40yahoogroups.com> ed@yahoogroups.com
> >
> > To unsubscribe from this group, send an email to:
> > click-it-unsubscrib <mailto:click-it-unsubscribe%40yahoogroups.com>
e@yahoogroups.com
> >
> > Your use of Yahoo! Groups is subject to:
> > http://docs. <http://docs.yahoo.com/info/terms/> yahoo.com/info/terms/
> >
>
>
__________________________________________________________
> Your smile counts. The more smiles you share, the
> more we donate.� Join in.
>
www.windowslive.com/smile?ocid=TXT_TAGLM_Wave2_oprsmilewlhmtagline
__________________________________________________________
Be a better pen pal.
Text or chat with friends inside Yahoo! Mail. See how. http://overview.
<http://overview.mail.yahoo.com/> mail.yahoo.com/
[Non-text portions of this message have been removed]
Thanks, Dave, I'll check them out.
Any one have any thoughts on a bonnenkai?
--- "David M." <davidm1@...> wrote:
>
> Hi Jeff,
>
> Can't give you an answer, but will recommend you
> join and post it to webmasterworld.com PHP forum.
> I've gotten a lot of great info there.
>
> David
>
>
> > Hello Clickiteers!
> >
> > Wonder if anyone can help me with a reg ex
> question - using php, I have:
> >
> > $string ='In||||||';
> > $pattern = '/\|+/';
> > $replacement = ',';
> >
> > echo preg_replace($pattern, $replacement,
> $string);
> >
> > I want to be able to replace with nothing if the
> pattern is at the end
> > of my string.
> >
> > I.e., I get strings like:
> >
> > Exterior Facing Face Stain||Left Right Door
> Interior Lining Stain
> > Medium||F Bumper Below A Medium||Leather Seat
> Creased Small||Mirror
> > A||Side Face Repaired Marked||Interior Dirty
> Medium||||||
> >
> > with varying numbers of |'s, and want to replace
> the sets of pipes
> > with a single "," , except if it's at the end of
> the string, in which
> > case I want nothing.
> >
> > I know if you work with reg ex's a lot it's pretty
> simple, but guess
> > what I don't work with a lot? ;-)
> >
> > Thanks in advance,
> >
> > Jeff
> >
> >
> >
> > CLICK! Homepage and General Information
> > http://ikaiwa.com/click
> > Yahoo! Groups Links
> >
> > To visit your group on the web, go to:
> > http://groups.yahoo.com/group/click-it/
> >
> > Your email settings:
> > Individual Email | Traditional
> >
> > To change settings online go to:
> > http://groups.yahoo.com/group/click-it/join
> > (Yahoo! ID required)
> >
> > To change settings via email:
> > mailto:click-it-digest@yahoogroups.com
> > mailto:click-it-fullfeatured@yahoogroups.com
> >
> > To unsubscribe from this group, send an email to:
> > click-it-unsubscribe@yahoogroups.com
> >
> > Your use of Yahoo! Groups is subject to:
> > http://docs.yahoo.com/info/terms/
> >
>
>
_________________________________________________________________
> Your smile counts. The more smiles you share, the
> more we donate.� Join in.
>
www.windowslive.com/smile?ocid=TXT_TAGLM_Wave2_oprsmilewlhmtagline
________________________________________________________________________________\
____
Be a better pen pal.
Text or chat with friends inside Yahoo! Mail. See how.
http://overview.mail.yahoo.com/
Hi Jeff,
Can't give you an answer, but will recommend you join and post it to
webmasterworld.com PHP forum. I've gotten a lot of great info there.
David
> Hello Clickiteers!
>
> Wonder if anyone can help me with a reg ex question - using php, I have:
>
> $string ='In||||||';
> $pattern = '/\|+/';
> $replacement = ',';
>
> echo preg_replace($pattern, $replacement, $string);
>
> I want to be able to replace with nothing if the pattern is at the end
> of my string.
>
> I.e., I get strings like:
>
> Exterior Facing Face Stain||Left Right Door Interior Lining Stain
> Medium||F Bumper Below A Medium||Leather Seat Creased Small||Mirror
> A||Side Face Repaired Marked||Interior Dirty Medium||||||
>
> with varying numbers of |'s, and want to replace the sets of pipes
> with a single "," , except if it's at the end of the string, in which
> case I want nothing.
>
> I know if you work with reg ex's a lot it's pretty simple, but guess
> what I don't work with a lot? ;-)
>
> Thanks in advance,
>
> Jeff
>
>
>
> CLICK! Homepage and General Information
> http://ikaiwa.com/click
> Yahoo! Groups Links
>
> To visit your group on the web, go to:
> http://groups.yahoo.com/group/click-it/
>
> Your email settings:
> Individual Email | Traditional
>
> To change settings online go to:
> http://groups.yahoo.com/group/click-it/join
> (Yahoo! ID required)
>
> To change settings via email:
> mailto:click-it-digest@yahoogroups.com
> mailto:click-it-fullfeatured@yahoogroups.com
>
> To unsubscribe from this group, send an email to:
> click-it-unsubscribe@yahoogroups.com
>
> Your use of Yahoo! Groups is subject to:
> http://docs.yahoo.com/info/terms/
>
_________________________________________________________________
Your smile counts. The more smiles you share, the more we donate. Join in.
www.windowslive.com/smile?ocid=TXT_TAGLM_Wave2_oprsmilewlhmtagline
Hello Clickiteers!
Wonder if anyone can help me with a reg ex question - using php, I have:
$string ='In||||||';
$pattern = '/\|+/';
$replacement = ',';
echo preg_replace($pattern, $replacement, $string);
I want to be able to replace with nothing if the pattern is at the end
of my string.
I.e., I get strings like:
Exterior Facing Face Stain||Left Right Door Interior Lining Stain
Medium||F Bumper Below A Medium||Leather Seat Creased Small||Mirror
A||Side Face Repaired Marked||Interior Dirty Medium||||||
with varying numbers of |'s, and want to replace the sets of pipes
with a single "," , except if it's at the end of the string, in which
case I want nothing.
I know if you work with reg ex's a lot it's pretty simple, but guess
what I don't work with a lot? ;-)
Thanks in advance,
Jeff
You can buy off the shelf software packages that allow you to transfer mail
between phones. Just check the software nearest BIC/Yodobashi. Cheapest is
2-3000 yen.
Andrew
________________________________
???: drg@... <drg@...>
????: 2007?11?16? ??? 16:07
??: click-it@yahoogroups.com <click-it@yahoogroups.com>
??: Re: CLICK! Best keitai 2007
Had to drop off my AU - Sony Ericsson phone for two weeks to get it
repaired. Very nice of them to give me an older Toshiba model to use
while it was being repaired......so I thought.
Go back to pick it up, and they tell me that the email in the
borrowed phone can not be combined with the email in the newer
phone.....
Is this really the case?
Is software among their sponsored phones incompatible with each other
such that email can not be combined?
Is there any translating software available to handle these issues?
Thanks,
Dennis
[Non-text portions of this message have been removed]
Had to drop off my AU - Sony Ericsson phone for two weeks to get it
repaired. Very nice of them to give me an older Toshiba model to use
while it was being repaired......so I thought.
Go back to pick it up, and they tell me that the email in the
borrowed phone can not be combined with the email in the newer
phone.....
Is this really the case?
Is software among their sponsored phones incompatible with each other
such that email can not be combined?
Is there any translating software available to handle these issues?
Thanks,
Dennis
Wow, that was funny seeing so many CLICK members gathered in the same place
at the same time when NOT a CLICK meeting!
Or, as Kyle said, there really was a "CLICK2" meeting, but nobody told me
about it. Hmmmmm...
Looking forward to the next one!
Twitter is fun to play with, but I have no need to hear about my
friends sitting down to drink coffee.
(unless they are so busy, that I can never get in touch with them)
nor do I think they want to know when I am off to have coffee.
BUT, I think it does have great potential use....especially for the
flash mob events. :-)
Some interesting sites based on twitter:
twittermap.com
twittervision.com (I think this is twitter + flickr)
twitterfeed.com
twittervision.com is an awesome URL which would be fantastic on a
large monitor at parties. (even non-geeks find it interesting)
I haven't checked out the twitter situation lately, any new developments?
Enjoy,
drg
>Twitter does most of their maintenance when Japan's awake.
>
>Someone needs to have a chat with them about server redundancy ;)
>
>My twitter id is an unimaginative pukupi
>
>Cheers
>
>Kyle
>
>On Oct 1, 2007, at 10:37, William G. Perrin III wrote:
>
>> I got an account when it first came out, but couldn't get it to work
>> with my phone. I had problems getting login passwords to work. It
>> looks like the whole Twitter system is down at the moment though.
>>
>> -- Bill
>>
>> > -----Original Message-----
>> > From: <mailto:click-it%40yahoogroups.com>click-it@yahoogroups.com
>> >
>>[mailto:<mailto:click-it%40yahoogroups.com>click-it@yahoogroups.com]
>>On Behalf Of Kyle Barrow
>> > Sent: Monday, October 01, 2007 9:51 AM
>> > To: <mailto:click-it%40yahoogroups.com>click-it@yahoogroups.com
>> > Subject: CLICK! Twitter users
>> >
>> > Are there any Twitter users on the list?
>> >
>> > Cheers
>> >
>> > Kyle
>>
>>
>>
>
>
[Non-text portions of this message have been removed]
I’m a (Kanto-lurker) Twitter user although not really using it much (User name:
AndrewShuttleworth). I find Facebook more effective as it’s easier to get a
critical mass of friends connected. You can get your Twitter updates
automatically posted to your Facebook profile, but they don’t appear as
Facebook updates so I don’t feel it is that effective.
As for sending SMS from DoCoMo – I have had quite a bit of success sending SMS
overseas (from an unlocked Windows Mobile device from Taiwan with a DoCoMo SIM),
although I believe your can’t send SMS messages between carriers in Japan for
some stupid reason. Note that SMS services overseas can be quite expensive
though.
There must be ways around it though. Is there no email-to-Twitter service
available?
Andrew
http://hq.andrewshuttleworth.cm
From: click-it@yahoogroups.com [mailto:click-it@yahoogroups.com] On Behalf Of
William G. Perrin III
Sent: Monday, October 01, 2007 12:52 PM
To: click-it@yahoogroups.com
Subject: RE: CLICK! Twitter users
Just tried it again. My DoCoMo phone won't send SMS to the UK number
they list for phone activation. I think DoCoMo neuters SMS service on
their networks, don't they? I can only send to other DoCoMo users if
I'm not mistaken.
-- Bill
[Non-text portions of this message have been removed]
No problem from Softbank which has always been good for SMS. They
have a mobile twitter site for the SMS-impaired.
Cheers
Kyle
On Oct 1, 2007, at 12:52, William G. Perrin III wrote:
> Just tried it again. My DoCoMo phone won't send SMS to the UK number
> they list for phone activation. I think DoCoMo neuters SMS service on
> their networks, don't they? I can only send to other DoCoMo users if
> I'm not mistaken.
>
> -- Bill
I agree that right now Twitter is more fun than substance but the API
has a lot of potential, especially for location based tweets.
Cheers
Kyle
On Oct 1, 2007, at 12:33, drg@... wrote:
> Twitter is fun to play with, but I have no need to hear about my
> friends sitting down to drink coffee.
> (unless they are so busy, that I can never get in touch with them)
>
> nor do I think they want to know when I am off to have coffee.
>
> BUT, I think it does have great potential use....especially for the
> flash mob events. :-)
>
> Some interesting sites based on twitter:
> twittermap.com
> twittervision.com (I think this is twitter + flickr)
> twitterfeed.com
>
> twittervision.com is an awesome URL which would be fantastic on a
> large monitor at parties. (even non-geeks find it interesting)
>
> I haven't checked out the twitter situation lately, any new
> developments?
>
> Enjoy,
> drg
Just tried it again. My DoCoMo phone won't send SMS to the UK number
they list for phone activation. I think DoCoMo neuters SMS service on
their networks, don't they? I can only send to other DoCoMo users if
I'm not mistaken.
-- Bill
> -----Original Message-----
> From: click-it@yahoogroups.com
> [mailto:click-it@yahoogroups.com] On Behalf Of Kyle Barrow
> Sent: Monday, October 01, 2007 10:52 AM
> To: click-it@yahoogroups.com
> Subject: Re: CLICK! Twitter users
>
> Twitter does most of their maintenance when Japan's awake.
>
> Someone needs to have a chat with them about server redundancy ;)
>
> My twitter id is an unimaginative pukupi
>
> Cheers
>
> Kyle
>
> On Oct 1, 2007, at 10:37, William G. Perrin III wrote:
>
> > I got an account when it first came out, but couldn't get it to
work
> > with my phone. I had problems getting login passwords to work. It
> > looks like the whole Twitter system is down at the moment though.
> >
> > -- Bill
Twitter does most of their maintenance when Japan's awake.
Someone needs to have a chat with them about server redundancy ;)
My twitter id is an unimaginative pukupi
Cheers
Kyle
On Oct 1, 2007, at 10:37, William G. Perrin III wrote:
> I got an account when it first came out, but couldn't get it to work
> with my phone. I had problems getting login passwords to work. It
> looks like the whole Twitter system is down at the moment though.
>
> -- Bill
>
> > -----Original Message-----
> > From: click-it@yahoogroups.com
> > [mailto:click-it@yahoogroups.com] On Behalf Of Kyle Barrow
> > Sent: Monday, October 01, 2007 9:51 AM
> > To: click-it@yahoogroups.com
> > Subject: CLICK! Twitter users
> >
> > Are there any Twitter users on the list?
> >
> > Cheers
> >
> > Kyle
>
>
>
I got an account when it first came out, but couldn't get it to work
with my phone. I had problems getting login passwords to work. It
looks like the whole Twitter system is down at the moment though.
-- Bill
> -----Original Message-----
> From: click-it@yahoogroups.com
> [mailto:click-it@yahoogroups.com] On Behalf Of Kyle Barrow
> Sent: Monday, October 01, 2007 9:51 AM
> To: click-it@yahoogroups.com
> Subject: CLICK! Twitter users
>
> Are there any Twitter users on the list?
>
> Cheers
>
> Kyle
Wus. I'll take you on again next time, too.
Just not a running match. ;-)
-----Original Message-----
From: click-it@yahoogroups.com [mailto:click-it@yahoogroups.com]On Behalf
Of Kyle Barrow
Sent: 5 September 2007 18:33
To: click-it@yahoogroups.com
Subject: Re: CLICK! Re: Space fireworks this Sunday
Probably ;)
On Sep 5, 2007, at 15:26, jrmadsen67 wrote:
> not to change the subject, but I've got a couple of nasty yellow
> bruises on the left side of my ribcage...did anybody hit me while I
> was drunk?
>
> ;-)
[Non-text portions of this message have been removed]
Probably ;)
On Sep 5, 2007, at 15:26, jrmadsen67 wrote:
> not to change the subject, but I've got a couple of nasty yellow
> bruises on the left side of my ribcage...did anybody hit me while I
> was drunk?
>
> ;-)
It may have been the shochu bottles we were smuggling after "Auld
Lang Syne" started playing.
> not to change the subject, but I've got a couple of nasty yellow
> bruises on the left side of my ribcage...did anybody hit me while I
> was drunk?
>
> ;-)
I was up on my roof with all of my family. I couldn't see a thing,
but my wife and son said they could make out a vague red blob. I was
looking at the same area and couldn't see what they were looking at.
There's just too much light pollution in Osaka I guess.
-- Bill
--- In click-it@yahoogroups.com, Kyle Barrow <kyle@...> wrote:
>
> Great to see everyone last night. Here's the link I mentioned:
>
> http://www.pinktentacle.com/2007/08/space-fireworks/
>
> Cheers
>
> Kyle
>
I went out to see this, but didn't see squat. Maybe their trial failed... or
it just wasn't bright enough to be seen from our location.
-----Original Message-----
From: click-it@yahoogroups.com [mailto:click-it@yahoogroups.com]On Behalf
Of Kyle Barrow
Sent: 1 September 2007 09:11
To: click-it@yahoogroups.com
Subject: CLICK! Space fireworks this Sunday
Great to see everyone last night. Here's the link I mentioned:
http://www.pinktentacle.com/2007/08/space-fireworks/
Cheers
Kyle
[Non-text portions of this message have been removed]
Looks like we'll just squeak by with the rain forecast. It should
rain in the morning, but all of the weather sites seem to agree that
it will merely be cloudy in the afternoon. I was worried there for a
bit.
I look forward to seeing everyone again tomorrow night!
-- Bill
> -----Original Message-----
> From: click-it@yahoogroups.com
> [mailto:click-it@yahoogroups.com] On Behalf Of David Moskowitz
> Sent: Thursday, August 30, 2007 9:45 AM
> To: click-it@yahoogroups.com
> Subject: CLICK! Beer Garden Aug31st
>
> Hi CLICK!ers,
>
> We are on for tomorrows beer garden. The member count is 12! I
should
> be arriving at the garden a at 6.
> Heres a map of the garden:
> http://tinyurl.com/25buyb <http://tinyurl.com/25buyb>
> and the gardens URL http://www.yaen.com/ <http://www.yaen.com/>
>
> If its canceled due to rain, well go over the the backup at 6.30.
Our
> backup is an izakaiya- where the old pig and whistle umeda used to
be:
> http://www.torikizoku.co.jp/tenpo/ohatsu.html
> <http://www.torikizoku.co.jp/tenpo/ohatsu.html>
>
> If memory serves me...Cross midosuji street from the beer garden
> (actually from dai3) and youll see a pharmacy (misa?), inside the
> shotengai youll see mcdonalds, keep walking a little and on your
right
> side, theyll be yoshinoiya, next to that is a entrance to a
downstairs
> izakaiya (b1)- thats it.
>
> You can call me if you have trouble 090-5067-4658
> ( i will delete this email from the groups site after posting, so
save
> a copy if you need my number )
>
> See you tomorrow,
>
> David
Hi CLICK!ers,
We are on for tomorrows beer garden. The member count is 12! I should
be arriving at the garden a at 6.
Heres a map of the garden:
http://tinyurl.com/25buyb
and the gardens URL http://www.yaen.com/
If its canceled due to rain, well go over the the backup at 6.30. Our
backup is an izakaiya- where the old pig and whistle umeda used to be:
http://www.torikizoku.co.jp/tenpo/ohatsu.html
If memory serves me...Cross midosuji street from the beer garden
(actually from dai3) and youll see a pharmacy (misa?), inside the
shotengai youll see mcdonalds, keep walking a little and on your right
side, theyll be yoshinoiya, next to that is a entrance to a downstairs
izakaiya (b1)- thats it.
You can call me if you have trouble 090-5067-4658
( i will delete this email from the groups site after posting, so save
a copy if you need my number )
See you tomorrow,
David
Votes are in, this seasons next beer garden is the 31st of August.
If you haven't voted yet, but are interested in attending,
please go to
http://tech.groups.yahoo.com/group/click-it/surveys?id=2548140
and place a vote on the 31st- so that I'll know what size table to
reserve. Right now its for 15. I'm gonna be posting the invite to a
few other business and IT lists, so suggest you get your vote in now!
The Garden opens at 5:30 and goes to 9pm. I'll be there from 5:30.
http://www.yaen.com/
It's 3150yen all you can drink and eat- Its mainly yakiniku self
service style.
If it looks like rain, keep your eyes on your email for an update...
I'll reserve a table under the tent.
Hope to see you there! Ask for "CLICK" when you arrive.
David Moskowitz
CLICK! Organizer
Directions:
The beer garden is located on top of the Shin-Hankyu Bldg. located
next to the Dai-4 bldg. From JR Osaka, just walk over the bridge
towards Hanshin dept store and keep goin. Its the next bldg after.
Mikimoto pearls is on the 1st floor.
Heres a map:
http://tinyurl.com/25buyb
PS- Thanks to Bill for helping out.
Hi,
We have requirements for Japanese Translators / Interpreters for CMM
Level5 company in chennai. So if you are interested, kindly do
forward your updated profile with contact nos to itjapanese@...
Requirement Details
========================
The ideal candidate should be -
* Hands-on Experience in Japanese Language Translation skills.
* Should have an excellent Japanese language communication,
writing, reading and translation Skills
* Should have completed any of these Levels - JLPT (Japanese
Language Proficiency Level 3, 2, 1.}
* Good Experience in Software Terms.
* Good communication skills (Both English / Japanese)
* Experience 1 - 10 yrs
* Education: Any Degree
Job Type: Permanent
Job Location: Chennai
Note: Kindly do specify in the subject as " Wanted Japanese
Translators / Interpreters for CMM Level5 company in chennai"
Kindly do treat it as urgent
Thanks / Regards
Prabhu Santhanam
Enter your vote today! A new poll has been created for the
click-it group:
August 2007 Beer Garden Poll: Which evening could you attend? We will be holding
another get-together in Umeda this August at Yaen (http://www.yaen.com/). Please
indicate which day or days you could attend. This will help us make the right
number of reservations for the event.
o August 24th
o August 31st
To vote, please visit the following web page:
http://groups.yahoo.com/group/click-it/surveys?id=2548140
Note: Please do not reply to this message. Poll votes are
not collected via email. To vote, you must go to the Yahoo! Groups
web site listed above.
Thanks!
Hi Everyone,
We are looking to have another beer garden, either on the 24th or 31st
of August. Please go to the polling page and put down your preference
if interested.
http://tech.groups.yahoo.com/group/click-it/surveys?id=2548140
The Garden opens at 5:30 and goes to 9pm. I'll be there from 6.
http://www.yaen.com/
It's 3150yen all you can drink and eat- Its mainly yakiniku self
service style.
If it looks like rain, keep your eyes on your email for an update...
I'll reserve a table under the tent.
Hope to see you there! Ask for "CLICK" when you arrive.
David Moskowitz
CLICK! Organizer
Directions:
The beer garden is located on top of the Shin-Hankyu Bldg. located
next to the Dai-4 bldg. From JR Osaka, just walk over the bridge
towards Hanshin dept store and keep going. Its the next building after
Hanshin. The building is also next to E-MA.
Mikimoto pearls is on the 1st floor.
http://tinyurl.com/25buyb