[no subject]

2021-03-22 Thread Budi
The conditional variable not work in function in a script ie ~/.bashrc while works in shell term. $ unset u;h=0; o=(${h:+ ! -path "./*.txt"}) ;u=($u "${o[@]}"); c=(. -regextype posix-extended "${b[@]}" -print); find "${c[@]}" or type $ k(){ unset u;h=0; o=(${h:+ ! -path "./*.txt"}) ;u=($u

[no subject]

2021-01-15 Thread Jeffrey Walton
Hi Everyone, I'm testing on Ubuntu 18.05 x86_64 fully patched. It looks like the man2html recipe is not using LDFLAGS: /usr/bin/cc -DHAVE_CONFIG_H -DSHELL -I/home/jwalton/Build-Scripts/bash-5.1 -I.. -I/home/jwalton/ok2delete-asan/include -DNDEBUG -DTEST_ASAN=1 -g2 -O2 -fsanitize=address

Re: Subject: Pressing Ctrl-C during any subshell evaluation terminates the shell

2020-10-13 Thread Chet Ramey
On 10/13/20 3:38 AM, felix wrote: > Issue 627 in direnv's github project show: > > To reproduce this simply: > > PROMPT_COMMAND="trap -- '' SIGINT; sleep 0.1; trap SIGINT;" > read foo > ^C -- will exit current shell -- Thanks, this is easy to work with. The fix is to note

Re: Subject: Pressing Ctrl-C during any subshell evaluation terminates the shell

2020-10-13 Thread felix
Issue 627 in direnv's github project show: To reproduce this simply: PROMPT_COMMAND="trap -- '' SIGINT; sleep 0.1; trap SIGINT;" read foo ^C -- will exit current shell -- On Mon, Oct 12, 2020 at 09:52:21PM -0700, Daniel Farina wrote: > On Sun, Oct 11, 2020 at 12:59 PM

Re: Subject: Pressing Ctrl-C during any subshell evaluation terminates the shell

2020-10-12 Thread Daniel Farina
On Sun, Oct 11, 2020 at 12:59 PM Chet Ramey wrote: > > On 10/9/20 7:23 PM, Daniel Farina wrote: > > > Bash Version: 5.0 > > Patch Level: 17 > > Release Status: release > > > > Description: > > > > Pressing Ctrl-C during any subshell evaluation terminates the shell. I > > noticed this when using

Re: Subject: Pressing Ctrl-C during any subshell evaluation terminates the shell

2020-10-11 Thread Chet Ramey
On 10/9/20 7:23 PM, Daniel Farina wrote: > Bash Version: 5.0 > Patch Level: 17 > Release Status: release > > Description: > > Pressing Ctrl-C during any subshell evaluation terminates the shell. I > noticed this when using direnv and emacs together: Ctrl-C would not cancel > a subprocess

Subject: Pressing Ctrl-C during any subshell evaluation terminates the shell

2020-10-09 Thread Daniel Farina
Configuration Informatio: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1

[no subject]

2018-12-12 Thread Valentin Bajrami
While playing around a bit with dotglob and nullglob the following testcase seem to fail when cd'ing to a non existing directory. The shell seems to hang there and sending a SIGINT isn't having much effect. f3d0r4:~$ pwd /home/valentin.local f3d0r4:~$ shopt -s nullglob dotglob f3d0r4:~$ f=(*)

[no subject]

2017-11-07 Thread root
ubject: [50 character or so descriptive subject here (for reference)] Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64

Re: Non-expanding here-documents inside command substitution are subject to newline joining

2017-02-11 Thread Chet Ramey
On 2/11/17 12:11 AM, Michael Homer wrote: > If the same command is put inside command substitution instead, Bash (and > pdksh) behaves differently than the others, and performs newline joining to > have a single line in the middle “def ghi”. Given > x=$(cat <<'EOT' > abc > def \ >

Non-expanding here-documents inside command substitution are subject to newline joining

2017-02-10 Thread Michael Homer
Bash has an unusual behaviour when a non-expanding here-document (<<‘EOT’) is used inside $(…) command substitution. Newline joining occurs within the document when it would not if the same document were not inside a command substitution, while other shells do not perform it in either case.

[no subject]

2016-06-22 Thread isabella parakiss
From 6732f0277455ff8d8c6a09261490377890dc986d Mon Sep 17 00:00:00 2001 From: izabera <izaber...@gmail.com> Date: Wed, 22 Jun 2016 22:43:53 +0200 Subject: [PATCH] fix a couple of bugs in print_cmd.c 1. print all heredoc headers before printing their contents 2. don't print all the heredocs

Re: Subject: Manual directory stack ambiguity

2015-08-16 Thread Chet Ramey
On 8/14/15 6:08 AM, Tim Nielens wrote: Bash Version: 4.3 Patch Level: 39 Release Status: release Description: There is a ambiguity about the directory stack in the manual: 6.8.1 Directory Stack Builtins It's difficult to understand if the current directory is part of the stack or not.

Re: Subject: Manual directory stack ambiguity

2015-08-16 Thread Tim Nielens
The commands work fine, and one understands pretty easily while playing with them how the stack works. There are just ambiguities in the manual. Check the pushd builtin command documentation. `pushd' pushd [-n] [+N | -N | DIR] Save the current directory on the top of the

Subject: Manual directory stack ambiguity

2015-08-14 Thread Tim Nielens
Machine: x86_64 OS: cygwin Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash.exe' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='cygwin' -DCONF_MACHTYPE='x86_64-unknown-cygwin' -DCONF_VENDOR='unknown' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL -DHAVE_CONFIG_H -DRECYCLES_PIDS -I.

Re: Subject: Manual directory stack ambiguity

2015-08-14 Thread Greg Wooledge
On Fri, Aug 14, 2015 at 12:08:07PM +0200, Tim Nielens wrote: Within the whole manual node, it's never clear whether the directory stack includes the current directory or not. imadev:~$ bash imadev:~$ popd bash: popd: directory stack empty imadev:~$ dirs ~ *shrug* I don't use these commands, so

[no subject]

2014-09-11 Thread Beorn Harris
Configuration Information [Automatically generated, do not change]: Machine: i386 OS: solaris2.10 Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' -DCONF_OSTYPE='solaris2.10' -DCONF_MACHTYPE='i386-pc-solaris2.10' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/local/share/locale'

[no subject]

2014-07-14 Thread Tran Thuan
Hi team, I am a user of bash. Could you help explain this? I wrote a simple loop as following: while true; do sleep 1 echo hello done But the RSS (resident set size) continue increase. (Check by ps command) Is it

[no subject]

2014-03-16 Thread Doug McIlroy
binK813SZFOYK.bin Description: Binary data

string comparing and if-else character or so descriptive subject here (for reference)

2012-01-19 Thread Parker . Du
To: bug-bash@gnu.org,b...@packages.debian.org Subject: [string comparing and if-else character or so descriptive subject here (for reference)] Configuration Information [Automatically generated, do not change]: Machine: i686 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash

Re: string comparing and if-else character or so descriptive subject here (for reference)

2012-01-19 Thread Eric Blake
On 01/19/2012 01:08 AM, parker...@alitech.com wrote: Description: [String comapartion wrong , execute do not execute (else)'s statements when (if)'s condition is (not true). ] Repeat-By: [I have attach my .sh file, please check.] This is a poor quality bug report. You

Subject: inaccurate character class processing

2010-06-08 Thread Iosif Fettich
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-unknown-linux-gnu' -DCONF_VENDOR='unknown'

Re: Subject: inaccurate character class processing

2010-06-08 Thread Greg Wooledge
On Tue, Jun 08, 2010 at 04:48:08PM +0300, Iosif Fettich wrote: ls [A-Z]* doesn't work as expected/documented. I'd want/expect it to list the filenames starting with an uppercase letter. The results of this are dependent upon your locale. If your locale is

Re: Subject: inaccurate character class processing

2010-06-08 Thread Roman Rakus
On 06/08/2010 03:48 PM, Iosif Fettich wrote: Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-unknown-linux-gnu'

Re: Subject: inaccurate character class processing

2010-06-08 Thread Pierre Gaston
On Tue, Jun 8, 2010 at 4:48 PM, Iosif Fettich ifett...@netsoft.ro wrote: ...        ls [a-z]*        outputs        a  A  b  B  z        (why 'A' and 'B' - and/or where's 'Z'...?!!) it's a classic problem with the locale, the range [a-z] contains the capital letters for some  locale

Re: Subject: inaccurate character class processing

2010-06-08 Thread Greg Wooledge
On Tue, Jun 08, 2010 at 04:25:53PM +0200, Roman Rakus wrote: In your locales lower letters are before capital letters, therefore [a-z] does not include capital. That's unlikely. More often, they're mixed together (AaÁáäBb). In C locales the sequence is capital letters and then lower

Re: bug#6377: Subject: inaccurate character class processing

2010-06-08 Thread Pádraig Brady
tags 6377 + notabug On 08/06/10 14:48, Iosif Fettich wrote: (I'm not sure if this a bash or a coreutils issue). ls [A-Z]* doesn't work as expected/documented. The logic is in bash but it's not an issue. It's using the collating sequence of your locale $ touch a A

Re: Subject: Bash leaking unnamed pipes (leaking pipes)

2010-03-18 Thread Chet Ramey
Machine Type: x86_64-pc-linux-gnu Bash Version: 3.2 Patch Level: 48 Release Status: release Description: Bash seems to be opening unnamed pipes for use in tab completion, but not closing them. These pipes are then also not closed across execve. The named pipes are actually being

[50 character or so descriptive subject here (for reference)]

2010-01-30 Thread exploit
Configuration Information [Automatically generated, do not change]: Machine: powerpc OS: aix4.3.2.0 Compiler: cc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='powerpc' -DCONF_OSTYPE='aix4.3.2.0' -DCONF_MACHTYPE='powerpc-ibm-aix4.3.2.0' -DCONF_VENDOR='ibm' -DSHELL -DHAVE_CONFIG_H

Subject: The set -o built-ins clobber the local argument variable $@

2008-02-11 Thread jamest
From: jamest To: bug-bash@gnu.org,[EMAIL PROTECTED] Subject: The set -o built-ins clobber the local argument variable [EMAIL PROTECTED] Configuration Information [Automatically generated, do not change]: Machine: i486 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash

Re: Subject: The set -o built-ins clobber the local argument variable $@

2008-02-11 Thread Andreas Schwab
[EMAIL PROTECTED] writes: set -o ignoreeof on That's the same as $ set -o ignoreeof $ set on As such it works as documented. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B

Re: (no subject)

2006-08-02 Thread Chris F.A. Johnson
On 2006-07-31, Poor Yorick wrote: The following command does not echo hello. : ${FAKEVAR?} || echo hello This seems inconsistent, since the return status is set to 1. It would be a convenient and concise syntax for acting on unset variables. If the variable is not set, the shell, if

(no subject)

2006-07-31 Thread Poor Yorick
The following command does not echo hello. : ${FAKEVAR?} || echo hello This seems inconsistent, since the return status is set to 1. It would be a convenient and concise syntax for acting on unset variables. -- Poor Yorick ___ Bug-bash mailing

[50 character or so descriptive subject here (for reference)]

2006-06-29 Thread Martin Wheatley
Configuration Information [Automatically generated, do not change]: Machine: sparc OS: solaris2.7 Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='sparc' -DCONF_OSTYPE='solaris2.7' -DCONF_MACHTYPE='sparc-sun-solaris2.7' -DCONF_VENDOR='sun' -DSHELL -DHAVE_CONFIG_H

terminating lines with accidental eof (was: [50 character or so descriptive subject here (for reference)])

2006-06-29 Thread Bob Proulx
Martin Wheatley wrote: Description: Bash may inadvertently execute a command that the user did not anticipate if STDIN is closed. The shell reads data from the input. It then parses the input into commands and executes them. If this is not what you want then you must avoid closing the

(no subject)

2005-07-12 Thread 海燕
¿´¿´ÄãÓë°®ÇéµÄ¾àÀë,ÎÒËã¹ýÁ˺Ü׼Ŷ!¹þ¹þ,ÎÒÓë°®ÇéºÜ½üÁË,ÕæµÄ²»´í^^http://www.kulefun.com/fortunetelling/ ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-07-12 Thread 海燕
¿´¿´ÄãÓë°®ÇéµÄ¾àÀë,ÎÒËã¹ýÁ˺Ü׼Ŷ!¹þ¹þ,ÎÒÓë°®ÇéºÜ½üÁË,ÕæµÄ²»´í^^http://www.kulefun.com/fortunetelling/ ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-07-12 Thread NIGHTEND
幸福的口红 发表笔名:夜阑 老公,口红。 老公把口红递过来,我得意洋洋在嘴唇上来回抹上几层,再递回去,一身清爽。 老公说,你的口袋是干什么用的?放一管口红费事吗? 我说,女孩子家裤子口袋里一点东西都不能放的,突出来不好看。 老公说,那带包吧,你看哪个女当家的不随身带个包? 我才不要当家呢,我说,真累。反正你不嫌口袋里装东西,我又不嫌你用过的口红,两个人合用一管不挺好嘛。老公说,我都成你保姆了。你也拣时候问我要口红呐,老是在我开车的时候要,害得我手忙脚乱,出了事你负责啊? 我说,好吧,好吧,以后我自己带,不问你要就是。可是不久我依然是失踪了口红,依然得说,老公,口红。

(no subject)

2005-07-12 Thread 唐生
尊敬的负责人(经理/财务)您好! 我是新永友广深(深圳)实业有限公司;在我公司有着良 好的社会关系。业务:贵公司平时在作帐及销售方面是需要用 到一些票据如(普通商品发票、收费1、5%左右),还可代办 (地税、建筑安装、其它服务、广告、运输发票)等……。 相关费用收费1.8%左右;金额如开大可算再优惠。在我公司成 立多年一直坚持以信用;所开绝对是真票,更希望新老客户与 我公司支持。 在合作以代办的方式提供到位的服务,如贵公司有些愚 感或担心,可在网上查询或拿去确认后再付款,其它相关事 项还可进一步协商 。真成地希望贵公司共同发展,必城永久 的朋友。

(no subject)

2005-07-12 Thread 清华大学项目管理免费讲座
Title: 清华大学项目管理大型免费讲座――清华项目管理激情之夜   ◆ 项目经理的角色、职责、功能及知识技能要求   ◆ 项目管理在企业实战中的应用   ◆ 项目经理人资格认证与职业发展规划   ◆ 2005年最新的精选PMP考试模拟题   ◆

(no subject)

2005-07-12 Thread 海燕
¿´¿´ÄãÓë°®ÇéµÄ¾àÀë,ÎÒËã¹ýÁ˺Ü׼Ŷ!¹þ¹þ,ÎÒÓë°®ÇéºÜ½üÁË,ÕæµÄ²»´í^^http://www.kulefun.com/fortunetelling/ ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-07-12 Thread 云通航空票务中心
云 通 航 空 票 务 中 心 四 月 份 国 内 机 票 特 价 目的地 原价优惠价 目的地 原价优惠价 北京 1130 790海口 1660 500 深圳 1400 980大连 1060 950 广州 1280 1150 沈阳 1300 650 厦门 960 480乌鲁木齐 2800 1400 珠海 1400 1120

(no subject)

2005-07-12 Thread 狂峡
追求极简美的台湾华硕 文/狂峡 2005年年4月10号,台湾笔记型计算机大厂华硕的工业设计部经理黄华郁和课长萧铭楷,步上德国iF工业设计奖的颁奖台,以华硕W1N笔记型计算机接过设计金奖。他们是iF设计奖举办51年以来,第一位拿到金奖的台湾设计师。 早在一个月前,华硕就接到得奖通知。鞭炮在哪里?带领华硕设计团队的华硕副董事长童子贤描述自己当天的兴奋:我想要从华硕16楼垂下去放! 童子贤这么开心不是没有理由。对于以代工起家的台湾科技厂商来说,iF金奖代表的不只是对工业设计能力的肯定,更是跃入世界主流竞争的证明。

(no subject)

2005-07-12 Thread google超特价推广
80元/月,您的网站就可以在GOOGLE(全球最大搜索引擎)首页出现。 先做后付款!!! 加盟GOOGLE,收获财富。 抢购热线:025-52634840 13913302771周先生 QQ:44648727 [EMAIL PROTECTED] 网址:www.you18.cn ___ Bug-bash mailing list Bug-bash@gnu.org

(no subject)

2005-07-12 Thread zsfv_nmmb
http://o-oku-channel.com/cd01/ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ [EMAIL PROTECTED] ?G???R?[?i?[???B http://o-oku-channel.com/cd01/

(no subject)

2005-07-12 Thread asscee
???B ?K?v???u?C?v???u???v ?A?O?~???`???W?I http://www.e-gal.tv/ --- ?l?F?x?j http://www.e-gal.tv/ ___ Bug-bash mailing list Bug-bash@gnu.org

(no subject)

2005-07-12 Thread 阿春
365化妆品网站在 365shopw.com 您可以找到世界顶级名牌化妆品 资生堂、兰蔻、SK-II、倩碧、雅顿、西黛、CD、雅诗兰黛、雅芳 5000多种国际名牌化妆品,全球低价!让您在无重状态下购物 7日退货保障 购物零风险 免费加盟,免费开店,全国免费送货上门。 永远为客户的利益着想 如果这封善意邮件打扰了您,请随手删掉。我们向您表示道歉! 热忱欢迎各界朋友携手共创未来!电话:010-85574172 网址:http://www.365shopw.com ___ Bug-bash mailing

(no subject)

2005-07-12 Thread 张其珉
Title: 麻将 麻将、扑克手法技巧教学培训 广州金手指牌技培训班,手法一流,无需道具,且不多牌、不少牌、不重牌、随意发牌,自己想要什么牌就可得什么牌,做庄家,做买家都可以,手法技巧一学就会。 发牌神手:不管谁洗牌,过牌、切牌,都能得到三公、金花、同花顺、或控制别人能来KKK,自己就来AAA。不看牌面,还知道自己和他人的花色和点数。 任意抓牌:一副普通的扑克牌,任凭他人怎样倒洗、过牌、切牌,自己不必动牌,都可以抓到自己想要的牌。 控牌:普通的扑克牌,不管别人怎么洗、倒、切,自己可以随心所欲控制每家牌的大小。例:控别人三条7,自己三条8

(no subject)

2005-07-12 Thread 中国旅游航空网
买机票送保险--上海航空信息网 五月国际机票特价--www.shairinfo.com 国际订票:021-63734552 QQ:442503622(陈小姐)021-62584767 QQ:264672972(高先生) 团体/国内订票:021-63616334 传真:021-63212467 MSN:[EMAIL PROTECTED] 航线 机场 航空公司单程 往返 有效期 上海-香港 浦东机场MU 150027303M 上海-香港 浦东机场KA

(no subject)

2005-07-12 Thread 周雨眉
Title: 防身用品 安防器材 防身用品 安防器材 出差旅游,遭遇抢劫;夜路独行横祸发生;月黑风高,强盗行窃;家有钱财,小人眼红;报警呼救,远水难救近火,订购防身用品 安防器材,做好安全防范。 电警棍系列 电击功能:高压脉冲电击30万伏至100万伏,使群匪无法靠近,并将歹徒瞬间电倒,触电昏迷,使歹徒无法动弹。 (价 格:280元-780元) 适用人群:老板、经理、柔弱女性、有车族、司机、出差人员

(no subject)

2005-07-12 Thread jackyhuang
本司可以代开广州若干行业发票,电13189176226黄,打扰勿怪。 ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-07-12 Thread 中国旅游航空网
上海律师在线--www.c-lw.com 戴律师:13301867815 个人会员单位会员 300元/年 1500元/年 全年免费电话咨询全年免费电话咨询 全年免费来所接待咨询十次全年免费来所接待咨询十次 全年免费寄发律师信五封 全年免费寄发律师信五封 发生诉讼案件律师费优惠20% 发生诉讼案件律师费优惠20%

(no subject)

2005-07-12 Thread 广州名爵潮流店铺货源网
nbsp;nbsp;广州名爵潮流店铺货源网: A HREF=http://buy.gz-poper.com http://buy.gz-poper.com /A专业批发各种世界一线品牌外贸包、帽、鞋、服饰等年轻人热衷的时尚潮流物品。BR nbsp;nbsp;众所周知,广东是服装批发的货源地,大大小小的服装批发市场数也数不清,商品做工与价格参差不齐 经常会出现问题 经验不足的零售商BR 很有可能受骗 出高价买到卖不出去的垃圾产品。BR nbsp;nbsp;其实真正的外贸名牌好货根本不会流入批发市场,因为大品牌的外贸余单通常很稀少,有时候整单才只有几十个甚至只有一两个样板,BR

(no subject)

2005-07-12 Thread e
Title: fff 中法中小企业博览会---中国第二广交会CHINA SMALL AND MEDIUM ENTERPRISES FAIR SINO-FRENCH AND MEDIUM ENTERPRISES FAIR 6000展位的超大规模

(no subject)

2005-07-12 Thread Winroo资讯网
访问 http://www.winroo.com.cn 获取最新股票市场: 1, 每日股票市场评论 2, 资本市场财经要闻 3, 2005年5月机构投资策略 Winroo资讯网 ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-07-12 Thread [EMAIL PROTECTED]
中国企业快速网上安家,只要最低68元/年,支持数据库,支持 单页图文功能 独立页面功能 自定链接功能 新闻列表功能 图文展示功能 文件下载功能 招聘求职功能 供求信息功能 网上购物功能 反馈表单功能 访客留言功能 代理栏目功能 调查投票功能 在线制作HTM文件功能 论坛功能 最重要的是会打字就能建好,更新网站的内容就如同换衣服那么简单!对于大多数对建站技能欠缺的 企业和个人来说.少量投资就能24小时让你的网站全球开通. 你的企业还没有网站吗?当你的竞争对手正在利用电子商务拓展销售渠道及降低成本时,你还在犹

(no subject)

2005-07-12 Thread 渊映
晴天或者夏天的一个过程 文/渊映 这是一个很变态的夏天,立夏那天天阴冷的像白雪公主后母的心肠,而之前之后的几天, 却又燥热的像少男少女们的蠢动。我一个人坐在空荡荡的教师,周围是一些陌生的面孔, 重复着视而不见。难得来自习,心却静不下来,而窗外的风雨欲来,树很热闹。 有人在想那么我应该在这样一个特别的晚上邂逅一个酷酷的男生,顺便死去活来一下,可 惜他们要失望了。因为我已经过了相信童话的年纪,也不会再那么奸诈的编造童话看读我 文字的一干人等死去活来。何必呢?生活就是生活,失望永远比希望更多。

(no subject)

2005-07-12 Thread [EMAIL PROTECTED]
中国企业快速网上安家,只要最低68元/年,支持数据库,支持 单页图文功能 独立页面功能 自定链接功能 新闻列表功能 图文展示功能 文件下载功能 招聘求职功能 供求信息功能 网上购物功能 反馈表单功能 访客留言功能 代理栏目功能 调查投票功能 在线制作HTM文件功能 论坛功能 最重要的是会打字就能建好,更新网站的内容就如同换衣服那么简单!对于大多数对建站技能欠缺的 企业和个人来说.少量投资就能24小时让你的网站全球开通. 你的企业还没有网站吗?当你的竞争对手正在利用电子商务拓展销售渠道及降低成本时,你还在犹

(no subject)

2005-07-12 Thread MORNINGCALL
¸¸Ä¸ÊØÔò£º¹ØÓÚÅÖº¢×ÓµÄÎÊÌâÓë´ð°¸ º¢×Ó·ÊÅÖµÄÔ­Òò³£³£¾Í³öÔÚ¸¸Ä¸ÉíÉÏ£¬ÒªÈú¢×ÓÓµÓн¡¿µµÄÌåÖØ£¬¸¸Ä¸¿ÉÒÔÔõô×ö£¿ ×÷Õß/ÏþÔÆ ÊØÔò1 ÎÊÌ⣺±§¶¨Ð¡Ê±ºòÅÖ²»ÊÇÎÊÌ⣬³¤¸ßÖ®ºóÌåÖؾͻáÕý³£µÄ¹ÛÄî¡£ ÓÐÄêÇḸĸÈÏΪ£¬ÑøÒ»¸öÅÖÅֵĺ¢×Ó£¬×Ô¼ºÁ³ÉϲŹâ²É¡£

(no subject)

2005-07-12 Thread 广州欣晟网络-小刘
各位朋友: 大家好! 您或许遇到过下面这样的经历: 1。出差在外,因工作需要用笔记本访问公司或单位的网站或服务器,而且可能还需要 从服务器下载或上传一些极为重要机密的数据,这时候您需要的是一种简单而安全的数据 传输方法VPN; 2。您单位有很多分支或连锁机构需要和总部保持不间断的网络联系,但申请电信的固 定ADSL的IP地址却需要花费一笔数额不小的费用,这时您需要一个费用底,只花费申请动态 IP地址的钱但又可以享受相当于使用固定IP地址效果的设备来帮助您实现这一目标; 3。单位的网络不是很大,老板在网络设备上面的投入并不希望花费太多的钱,但又必

(no subject)

2005-07-12 Thread 广州欣晟网络-小刘
各位朋友: 大家好! 您或许遇到过下面这样的经历: 1。出差在外,因工作需要用笔记本访问公司或单位的网站或服务器,而且可能还需要 从服务器下载或上传一些极为重要机密的数据,这时候您需要的是一种简单而安全的数据 传输方法VPN; 2。您单位有很多分支或连锁机构需要和总部保持不间断的网络联系,但申请电信的固 定ADSL的IP地址却需要花费一笔数额不小的费用,这时您需要一个费用底,只花费申请动态 IP地址的钱但又可以享受相当于使用固定IP地址效果的设备来帮助您实现这一目标; 3。单位的网络不是很大,老板在网络设备上面的投入并不希望花费太多的钱,但又必

(no subject)

2005-07-12 Thread
Title: Untitled Document 高档公寓出租 地址:朝阳区亚运村小营路10号阳明广场B座16层(共19层) (北四环、亚运村商圈东面、交通方便)。 面积:建筑面积88.16平方米。 结构:一居大厅、四气、电话、宽带、装修、家用电器、空调。 房租:3200元/月 用途:商住两用。 联系人:李先生 电话:85895942\41

(no subject)

2005-07-12 Thread SENCE
辗转的六月 笔名:贵香 我不幸认识一个精神病患者,他高兴的时候就唱,六月菜花黄呀,采茶姑娘忙呀;不高兴的时候就念叨,六月菜花黄呀,采茶姑娘忙呀。他勃然大怒的时候,就大吼:六月!六月!六月! 更为不幸的是我有个最好的朋友也叫六月。 六月常常会指责我是喜欢穿垃圾吃垃圾的一个女孩。其实我的想法和她一样,我也认为她总吃垃圾穿垃圾。她总是喜欢给我发一些什么不转发20个人就倒大霉,遭大殃的垃圾短信。 她爱上了一个人,确切点说,是又一个人。她不会同时爱两个人,那样,我想,她会死。 前天短信问她有没有时间出去吃水煮活鱼。她说等她回来。

(no subject)

2005-07-12 Thread 施君
你有没有被人家推销过?拒绝过?那你的报应来了。你以前怎样拒绝人,人家现在就怎样拒绝你。但是只要坚持,就会有存在价值。 只要坚持,就会有存在价值 __职业女性的求生之道 文/施君 企业对人才的要求愈来愈高,除了要专业、要技能,也要会英文,更要能合作、肯学习上进……。在这种趋势下,职业女性个人的成才之道在哪里? 每天早上八点,上海花旗财富管理顾问公司的温楷副总经理带领十个理财专员开完早会,十一个人共同摊开一本经营管理的书,由负责的同事导读。温楷要大家每个月一人读一本,加上分享别人的,一个月等于读十一本。

(no subject)

2005-07-12 Thread Winroo资讯网
欢迎访问 http://www.winroo.com.cn 获得: 1, 股票市场观察:股权分置试点板块继续上涨 蓝筹股止跌回稳 2, 业绩优良的精选行业股票 3, 精选价值投资周刊 Winroo资讯网 ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-07-12 Thread wang
网络推广优惠活动, 新浪竟价返点45.SOHU竟价返点35.TOM竟价返点45. 百度竟价返点35.3721竟价78折.中搜竟价75折 新浪,SOHU,163固定排名65折.TOM固定65折. 通用网址6折,3721实名65折,百度火暴地带75折 HAO123首页广告文字连接 国际域名50,.CN域名40 QQ314544899 [EMAIL PROTECTED] 电话:010--86657920 张先生 ___ Bug-bash mailing list

(no subject)

2005-05-05 Thread bug-a2ps
___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-05-03 Thread info
___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-05-03 Thread security
___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-04-20 Thread hvcjjqe
___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-04-20 Thread 张伟明
. , ! 13631563008 [EMAIL PROTECTED] ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-04-20 Thread
: 13% 1.5%; ; 13632633039 E-Mail [EMAIL PROTECTED] ___ Bug-bash mailing list Bug-bash@gnu.org

(no subject)

2005-04-20 Thread Winroo资讯网
http://www.winroo.com.cn : 1,: 1200 http://www.winroo.com.cn/list0.asp?id=1347 2,() 3, Winroo ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-04-20 Thread isnwtx
Access,excel 2005 1 380 2004 8000 580 2004 580 500 500 380 2005 3 800 2.9 480

(no subject)

2005-04-20 Thread 刘建军
{..} 1 2 3 4 5 6 7 13928496919 [EMAIL PROTECTED] ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-04-20 Thread VILLY
? / ? ? ?? ? fans ? 45 550001 ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-04-20 Thread wangguiyun0130
google(),,! google,2(1/3).?!). google, 80-1000/ google100-1800/ 987 ,[EMAIL PROTECTED] /0592-8467346 / QQ/53825512 E-mail/[EMAIL PROTECTED] ___ Bug-bash mailing list Bug-bash@gnu.org

(no subject)

2005-04-20 Thread 美灵达
=?GB2312?B?ybG++qGis/3O2yzR+NHVLLfhyOk=?= To: bug-bash@gnu.org Content-Type: text/html;charset=GB2312 Reply-To: [EMAIL PROTECTED] Date: Fri, 8 Apr 2005 11:17:52 +0800 X-Priority: 3 X-Mailer: EhooPost 2002d htmlhead/head frameset border=0 frameborder=0 frameSpacing=0 rows=100%,* frame

(no subject)

2005-04-20 Thread maggie
/ 30 NID 1 -- -- -- -- 2 -- -- -- 3 -- -- -- 4 -- -- -- 5 -- -- -- -- -- 021-2844469166581623 021-56559981 Email: [EMAIL PROTECTED]

(no subject)

2005-04-20 Thread
:,,(30/,40310/30,)ADSLLAN , 0551-3399582QQ56209650 ,msn:[EMAIL PROTECTED] ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-04-20 Thread va
¡å ¾Æ·¡ À̹ÌÁö º¸±â ¡å¡Ù¡Ù[¿µÈ­ ¸»¾ÆÅæ]ÃÊ¿øÀ̽ðèst ±×³É ¹Þ¾Æ°¡¼¼¿ä !! 20ÀÌ»ó ¼±Âø¼ø¡Ù¡Ù ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-04-20 Thread cw
Aploo.NetѸËÙ°ïÖúÄú³ÉΪåÛÓÎÍøÂçµÄ¸ßÊÖ¡£¡°°¢²¨ÂÞ¡±×ÛºÏÁ˹úÄÚÍâÖªÃûµÄËÑË÷ÒýÇæ¡¢Ãâ·ÑÓÊÏäµÇ¼Èë¿Ú£¬Ìṩһվʽ·þÎñ£¬ÕÒ¶«Î÷¡¢µÇ¼ÓÊÏä´Ó´Ë²»ÓÃÔÙתÀ´×ªÈ¥£¡ 1) ×ÛºÏËÑË÷ÒýÇæ - ¡¾ÊÔÒ»ÊÔ¡¿ ¼¯³É¹úÄÚÍâÖªÃûËÑË÷ÒýÇ棬¿ÉÒÔͬһʱ¼äÆô¶¯¶à¸öËÑË÷ÒýÇæ½øÐжà·²éѯ£» 2) ×ÛºÏÓÊÏäµÇ¼ - ¡¾ÊÔÒ»ÊÔ¡¿

(no subject)

2005-04-20 Thread 李生
(/! !!! 13925786883 E- MAIL [EMAIL PROTECTED] ! ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-04-20 Thread 企通互联
,,,\\,-- http://www.qitongnet.com 010-51656763 85774823601 ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-04-20 Thread ghirhie
‚±‚Ì‘OŒ¾‚Á‚Ä‚½–³—¿‚̃TƒCƒgW‚¾‚æB Œ‹\’T‚·‚Ì‹ê˜J‚µ‚Ü‚µ‚½B http://www.little-wing.biz/ g. ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-04-20 Thread
,,,\\,-- http://www.qitongnet.com 010-51656763 85774823601 ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-04-20 Thread
1380217908 1380 80604202(

(no subject)

2005-04-20 Thread Winroo 资讯网
http://www.winroo.com.cn : 1,: http://www.winroo.com.cn/list0.asp?id=1540 2, 3, Winroo ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

(no subject)

2005-04-20 Thread zhengym
=?GB2312?B?TSi/zbunudjPtbncwO0pK7/Nt/6jqMewzKi3/s7xICC31s/6udzA7SC/4rTm?= =?GB2312?B?udzA7SCjqdS0wuvXqsjD?= To: bug-bash@gnu.org Content-Type: text/plain;charset=GB2312 Reply-To: [EMAIL PROTECTED] Date: Tue, 19 Apr 2005 16:38:32 +0800 X-Priority: 4 X-Mailer: FoxMail 3.11 Release [cn]

(no subject)

2005-03-27 Thread Natalia Beard
Do you ejaculte before or after few minutes of penetration? Then you MUST read this important new information! At last something can be done against this embarssing problem which leads to discomfort even in long established relationships. If you are man enough to read on... go here. Not

(no subject)

2005-02-26 Thread
SKS 300300245024.5 1 2-3 2 3 PLC 4 182503485 / 1Kg/ / 1kg/ 25120 1.370.6 1.37*0.6=0.82 11.49 35600 0.971.7 1.7*0.96=1.63 12.96 43410 0.790.73*3 0.78*3*0.79=1.8513.36 1 0.55