[Kwant] Re: Current density for given lead currents

2024-05-06 Thread X.-X. Zhang
Dear Adel
Thank you for your helpful reply. I tried to understand i) why it works this 
way and ii) why it works 'qualitatively'.

i) I presume the current density incoming from lead i (your 'current_i') can be 
calculated from scattering modes in wf(i), given wf = kwant.wave_function(sys, 
energy). Is your formula connected to the Landauer-Buttiker formula? I'm still 
a little confused why it works.

ii) My naive guess is that there exist scattering states and (equilibrium) 
circulating states. Your formula accounts for the former and is justified 
because only the former directly affects transport. So neglecting the latter 
makes it 'qualitatively' the relevant current density plot.

Look forward to your response. 
Thank you!

Abbout Adel wrote:
> Dear Zhang,
> 
> You can calculate the current for each lead separately (sum over the modes
> in the lead) and then multiply each current by the corresponding V_i that
> you obtained from the conductance matrix.
> Total_current=Sum (current_i *V_i).
> 
> You might claim that the dimension is not correct, but keep in mind that
> what we usually calculate is the transmission probability and thus  we need
> to multiply by V (and the quantum of conductance) to get the current in the
> linear response theory.
> 
> This will give you, *qualitatively*, the current map in your system.
> (I am interested to see the result)
> 
> I hope this helps,
> Adel
> 
> On Wed, May 1, 2024 at 12:23 PM X.-X. Zhang  wrote:
> > Hello Kwant community,
> > I am considering a 6-terminal sample with 0,1,2,3 the voltage leads and
> > 4,5 the current lead. Normally, with the conductance_matrix M found by
> > kwant I can calculate transport properties (the voltages in vector V) as
> > per the linear equation I = M V, given I = [0,0,0,0,1,-1].
> > Now I want to plot the current density corresponding to this transport
> > state, but not sure how to do it.
> > For instance, with wf = kwant.wave_function(sys, energy), I can have all
> > scattering wavefunctions wf(4) incoming from the current lead 4. But how to
> > (or is it necessary to) reflect the above current configuration vector I we
> > specified? I presume the current density may vary with different I vectors.
> > Or maybe I misunderstand some basics?
> > Thank you!
> > -- 
> Abbout Adel


[Kwant] Current density for given lead currents

2024-05-01 Thread X.-X. Zhang
Hello Kwant community,
I am considering a 6-terminal sample with 0,1,2,3 the voltage leads and 4,5 the 
current lead. Normally, with the conductance_matrix M found by kwant I can 
calculate transport properties (the voltages in vector V) as per the linear 
equation I = M V, given I = [0,0,0,0,1,-1]. 

Now I want to plot the current density corresponding to this transport state, 
but not sure how to do it. 

For instance, with wf = kwant.wave_function(sys, energy), I can have all 
scattering wavefunctions wf(4) incoming from the current lead 4. But how to (or 
is it necessary to) reflect the above current configuration vector I we 
specified? I presume the current density may vary with different I vectors. Or 
maybe I misunderstand some basics?

Thank you!


[Kwant] Is Tkwant capable of simulating nonlinear optical responses

2023-07-16 Thread X.-X. Zhang
Hello Kwant community,
The Kwant package deals with the (dc) linear response for tight-binding models 
while TKwant is time-dependent. But it is not obvious to me from the 
documentation whether TKwant is capable of simulating nonlinear responses (at 
finite frequencies). Instead of naively assuming that it does not go beyond 
linear Kwant, it is probably worth asking here.

I'm particularly interested in finding nonlinear conductivities like a 
second-harmonic sigma(2w; w, w) and a dc response sigma(0; w, -w) with w the 
driving frequency. They are generated, e.g., by applying the ac bias driving 
voltage/current through the attached leads. If Tkwant does capture all such 
nonlinear effects, I presume one can simulate in the real time and transform 
the current/voltage response to the frequency space and obtain these results.

Any relevant comment will be appreciated!


[ansible-project] AWX pause between jobs

2019-01-07 Thread x x
Hi,
How can i pause workflow between jobs in AWX ? In the same invetory a can 
run multiple jobs a same time..
THX

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/2b08bf63-ba9a-45d6-b28c-cf312fe63d7d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [protobuf] Create proto file in Java

2018-12-04 Thread X X
Thanks, it`s very helpful. But i need proto2 and proto3. There is only proto3.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.


[protobuf] Create proto file in Java

2018-12-03 Thread X X
Hi,

It is possible to  create new proto file using java language? for example, 
he wants to create such a file:

message example {
 string name
 uint32 number
 int16 secondNumber
}

it would be best to imagine an object framework.


-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.


[nodejs] [node js] how set http header host in Penetration Testing web ?

2018-04-26 Thread x . x . x . t . a . l . e . n . t2018


how set http header host in Penetration Testing web ?

https://github.com/nodejs/node/issues/20275


// 伪造host攻击测试

function fnDoHostAttack(url,fnCbk)

{

if(bRunHost)return;

bRunHost = true;

try{

var nPort = -1 < g_szUrl.indexOf("https")? 443: 80;

var uO = urlObj.parse(url), ss = "I.am.M.T.X.T",host = 
uO.host.split(/:/)[0], port = uO.port || nPort;

if(/.*?\/$/g.test(uO.path))uO.path = uO.path.substr(0, uO.path.length - 1);

// checkWeblogicT3(host,port);


if(program.t3)fnCheckJavaFx([host,port].join(":"));

fnSocket(host,port,'POST ' + uO.path + ' HTTP/1.1\r\nHost:' 

+ ss + '\r\nUser-Agent:Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like ' 

+ szMyName 

+ ') ' + g_szUa + ' MTX/3.0\r\nContent-Type: 
application/x-www-form-urlencoded' 

+ '\r\n\r\n',

function(data)

{

var d = data && data.toString().trim() || "";

fnParseHttpHd(d,function(o)

{

var oD = {des:"伪造host攻击测试成功"};

if(o.location && -1 < String(o.location).indexOf(ss))

{

g_oRst["host"] = oD;

oD.des += ", response返回的location:" + o.location;

}

var n = d.indexOf(ss);

if(-1 < n)

{

var rg = new RegExp("(<.*?http:\\/\\/" + ss + ".*?>)","gim");

var a = rg.exec(d);

if(a)

{

var o = g_oRst["host"] || oD;

o.code = "返回的代码中存在攻击后的代码:" + a[1];

g_oRst["host"] = o;

}

}

});

});

}catch(e){fnLog(e)}

}

https://github.com/hktalent/myhktools


-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To post to this group, send email to nodejs@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/6e4682ef-591d-4834-b4ee-ecc270f169e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Anyone know where to find independent contractors in New York?

2017-12-21 Thread x x
Try https://www.fiverr.com/ 


> On Dec 21, 2017, at 12:31 PM, Stephen Boesch  wrote:
> 
> Hi Richard, this is not a jobs board: please only discuss spark application 
> development issues. 
> 
> 2017-12-21 8:34 GMT-08:00 Richard L. Burton III  >:
> I'm trying to locate four independent contractors who have experience with 
> Spark. I'm not sure where I can go to find experienced Spark consultants.
> 
> Please, no recruiters.
> -- 
> -Richard L. Burton III
> 
> 



Please remove me!

2017-11-07 Thread x x

-
To unsubscribe e-mail: user-unsubscr...@spark.apache.org



[strongSwan] StrongSwan generating INFORMATIONAL request 2 [ N(AUTH_FAILED) ] (Linux/Anroid)

2016-12-06 Thread x x
Hi everyone!,

When I'm trying to connect my server using Strongswan Network Manager
for linux or Strongswan VPN for Android and I'm getting the following
error:

Client logs:

Dec  6 03:59:46 linuxlite-VirtualBox charon-nm: 14[NET] received
packet: from *.*.*.*[500] to 10.0.2.15[56910] (38 bytes)
Dec  6 03:59:46 linuxlite-VirtualBox charon-nm: 14[ENC] parsed
IKE_SA_INIT response 0 [ N(INVAL_KE) ]
Dec  6 03:59:46 linuxlite-VirtualBox charon-nm: 14[IKE] peer didn't
accept DH group MODP_2048, it requested MODP_1024
Dec  6 03:59:46 linuxlite-VirtualBox charon-nm: 14[IKE] initiating
IKE_SA VPN connection 1[2] to *.*.*.*
Dec  6 03:59:46 linuxlite-VirtualBox charon-nm: 14[ENC] generating
IKE_SA_INIT request 0 [ SA KE No N(NATD_S_IP) N(NATD_D_IP) N(HASH_ALG)
]
Dec  6 03:59:46 linuxlite-VirtualBox charon-nm: 14[NET] sending
packet: from 10.0.2.15[56910] to *.*.*.*[500] (1128 bytes)
Dec  6 03:59:47 linuxlite-VirtualBox charon-nm: 15[NET] received
packet: from *.*.*.*[500] to 10.0.2.15[56910] (328 bytes)
Dec  6 03:59:47 linuxlite-VirtualBox charon-nm: 15[ENC] parsed
IKE_SA_INIT response 0 [ SA KE No N(NATD_S_IP) N(NATD_D_IP)
N(HASH_ALG) N(MULT_AUTH) ]
Dec  6 03:59:47 linuxlite-VirtualBox charon-nm: 15[IKE] local host is
behind NAT, sending keep alives
Dec  6 03:59:47 linuxlite-VirtualBox charon-nm: 15[IKE] remote host is
behind NAT
Dec  6 03:59:47 linuxlite-VirtualBox charon-nm: 15[IKE] establishing
CHILD_SA VPN connection 1
Dec  6 03:59:47 linuxlite-VirtualBox charon-nm: 15[ENC] generating
IKE_AUTH request 1 [ IDi N(INIT_CONTACT) IDr CPRQ(ADDR DNS NBNS) SA
TSi TSr N(MOBIKE_SUP) N(NO_ADD_ADDR) N(MULT_AUTH) N(EAP_ONLY) ]
Dec  6 03:59:47 linuxlite-VirtualBox charon-nm: 15[NET] sending
packet: from 10.0.2.15[4500] to *.*.*.*[4500] (348 bytes)
Dec  6 03:59:47 linuxlite-VirtualBox charon-nm: 16[NET] received
packet: from *.*.*.*[4500] to 10.0.2.15[4500] (2028 bytes)
Dec  6 03:59:47 linuxlite-VirtualBox charon-nm: 16[ENC] parsed
IKE_AUTH response 1 [ IDr CERT AUTH EAP/REQ/ID ]
Dec  6 03:59:47 linuxlite-VirtualBox charon-nm: 16[IKE] received end
entity cert "C=com, O=myvpn, CN=*.*.*.*"
Dec  6 03:59:47 linuxlite-VirtualBox charon-nm: 16[CFG] no issuer
certificate found for "C=com, O=myvpn, CN=*.*.*.*"
Dec  6 03:59:47 linuxlite-VirtualBox charon-nm: 16[CFG]   using
trusted certificate "C=com, O=myvpn, CN=*.*.*.*"
Dec  6 03:59:47 linuxlite-VirtualBox charon-nm: 16[IKE] signature
validation failed, looking for another key
Dec  6 03:59:47 linuxlite-VirtualBox charon-nm: 16[CFG]   using
certificate "C=com, O=myvpn, CN=*.*.*.*"
Dec  6 03:59:47 linuxlite-VirtualBox charon-nm: 16[CFG] no issuer
certificate found for "C=com, O=myvpn, CN=*.*.*.*"
Dec  6 03:59:47 linuxlite-VirtualBox charon-nm: 16[ENC] generating
INFORMATIONAL request 2 [ N(AUTH_FAILED) ]
Dec  6 03:59:47 linuxlite-VirtualBox charon-nm: 16[NET] sending
packet: from 10.0.2.15[4500] to *.*.*.*[4500] (76 bytes)
Dec  6 03:59:47 linuxlite-VirtualBox NetworkManager[901]: 
[1481025587.1913]
vpn-connection[0x134c7e0,115781dc-3a16-4f78-83ac-d2d09d00431b,"VPN
connection 1",0]: VPN plugin: failed: connect-failed (1)
Dec  6 03:59:47 linuxlite-VirtualBox NetworkManager[901]: 
[1481025587.1915]
vpn-connection[0x134c7e0,115781dc-3a16-4f78-83ac-d2d09d00431b,"VPN
connection 1",0]: VPN plugin: state changed: stopped (6)
Dec  6 03:59:47 linuxlite-VirtualBox NetworkManager[901]: 
[1481025587.1920]
vpn-connection[0x134c7e0,115781dc-3a16-4f78-83ac-d2d09d00431b,"VPN
connection 1",0]: VPN plugin: state change reason: unknown (0)






Server Logs:

Dec  6 07:24:38 02[MGR] IKE_SA IKEv2-EAP[2] successfully checked out
Dec  6 07:24:38 02[NET]  received packet: from
*.*.*.*[54942] to *.*.*.*[4500] (76 bytes)
Dec  6 07:24:38 02[ENC]  parsing body of message, first
payload is ENCRYPTED
Dec  6 07:24:38 02[ENC]  starting parsing a ENCRYPTED payload
Dec  6 07:24:38 02[ENC]  parsing ENCRYPTED payload, 48 bytes left
Dec  6 07:24:38 02[ENC]  parsing payload from => 48 bytes
@ 0x7f8bac000f70
Dec  6 07:24:38 02[ENC] 0: 29 00 00 30 DE 8E 7A 8D DB
AB 4B 52 BD 02 86 AE  )..0..z...KR
Dec  6 07:24:38 02[ENC]    16: 3B A4 97 DE 4B DF 54 C3 D8
88 52 E4 39 DE 65 CF  ;...K.T...R.9.e.
Dec  6 07:24:38 02[ENC]    32: 93 E7 92 E6 39 2A BE D1 1A
45 8F 81 60 2C D8 CF  9*...E..`,..
Dec  6 07:24:38 02[ENC]    parsing rule 0 U_INT_8
Dec  6 07:24:38 02[ENC] => 41
Dec  6 07:24:38 02[ENC]    parsing rule 1 U_INT_8
Dec  6 07:24:38 02[ENC] => 0
Dec  6 07:24:38 02[ENC]    parsing rule 2 PAYLOAD_LENGTH
Dec  6 07:24:38 02[ENC] => 48
Dec  6 07:24:38 02[ENC]    parsing rule 3 CHUNK_DATA
Dec  6 07:24:38 02[ENC] => 44 bytes @ 0x7f8babb0
Dec  6 07:24:38 02[ENC] 0: DE 8E 7A 8D DB AB 4B 52 BD
02 86 AE 3B A4 97 DE  ..z...KR;...
Dec  6 07:24:38 02[ENC]    16: 4B DF 54 C3 

[PHP-DEV] Writing a PHP extension in C++, and memory leaks

2012-09-14 Thread x x
Is it safe to write PHP extensions in C++?
I read on Sara Golemon's book that the zend engine can bailout on a request 
during a call to php_error_docref() or even an emaloc() that exceeds the 
allowed memory,  doing an immediate longjmp() to the shutdown part of the 
engine.
longjmp() does not work well with C++ destructors.
For example:
[code]
void some_function( TSRMLS_D )
{
 Someclass obj( 3 );
 char *dst = emalloc(Morethanscriptlimit);
 ...
 
void some_function( TSRMLS_D )
{
 Someclass obj( 3 ); 
 php_error_docref( NULL TSRMLS_CC, E_ERROR, Some error );
 ...
[/code]
in these two cases ~Someclass() may never be invoked on obj, if either 
php_error_docref() or emalloc calls longjmp().


$$Excel-Macros$$ Table - extract some data

2011-08-16 Thread x x
Folks, please give me a hint about table attached. I'd like to find a way to 
extract exact and wished value from table but of course regarding 
pre-existing required conditions.

For instance, if someone choose diameter 40, left diameter 10 and delta 60 
excel should get in some empty cell the value 40,2. Like crossword game. How 
to do it?
I've tried with filters and some if, vlookup functions but it seems to be to 
complicated for my excel level of knowledge. Teach me. Many thanks.

-- 
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com


Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel


examplei.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


@ x18x Ashely Sh0ws Off Her Sm0king H0t N4k3ed B0dy x18x @@@

2011-07-25 Thread X-X ARAB LiPS X-X


x18x Ashely Sh0ws Off Her 
Sm0king H0t N4k3ed B0dy x18x
http://bit.ly/lNA1gk




Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/lNA1gk

-- 
You received this message because you are subscribed to the Google Groups 
TsunamiWang Group group.
To post to this group, send email to tsunamiwang-group@googlegroups.com.
To unsubscribe from this group, send email to 
tsunamiwang-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tsunamiwang-group?hl=en.



@@@ x18x Ashely Sh0ws Off Her Sm0king H0t N4k3ed B0dy x18x @@@

2011-07-22 Thread X-X ARAB LiPS X-X




x18x Ashely Sh0ws Off Her 
Sm0king H0t N4k3ed B0dy x18x
http://bit.ly/lNA1gk




Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/lNA1gk

-- 
You received this message because you are subscribed to the Google Groups 
TsunamiWang Group group.
To post to this group, send email to tsunamiwang-group@googlegroups.com.
To unsubscribe from this group, send email to 
tsunamiwang-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tsunamiwang-group?hl=en.



@@@ x18x ASHELY SH0WS OFF her SM0KING H0T N4K3D B0DY x18x @@@

2011-07-20 Thread X-X ARAB LiPS X-X


x18x ASHELY SH0WS OFF her 
SM0KING H0T N4K3D B0DY x18x
http://bit.ly/n7DRMP

 
Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/n7DRMP

-- 
You received this message because you are subscribed to the Google Groups 
TsunamiWang Group group.
To post to this group, send email to tsunamiwang-group@googlegroups.com.
To unsubscribe from this group, send email to 
tsunamiwang-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tsunamiwang-group?hl=en.



@@ x18x H0T ARAB GIRL in BLUE FILM x18x @@@

2011-07-12 Thread X-X ARAB LiPS X-X


x18x H0T ARAB GIRL in BLUE 
FILM x18x
http://bit.ly/njem4X



Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/njem4X

-- 
You received this message because you are subscribed to the Google Groups 
TsunamiWang Group group.
To post to this group, send email to tsunamiwang-group@googlegroups.com.
To unsubscribe from this group, send email to 
tsunamiwang-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tsunamiwang-group?hl=en.



@@@ x18x INDIAN WIFE CAUGHT N-AK3D in SH0WER x18x @@@

2011-07-11 Thread X-X ARAB LiPS X-X




x18x INDIAN WIFE CAUGHT N-AK3D in SH0WER 
x18x
http://bit.ly/pHYgRR



Enj0y 1000s OF X-X-X Vide0s 
DAILY UPDATES
http://bit.ly/pHYgRR

-- 
You received this message because you are subscribed to the Google Groups 
TsunamiWang Group group.
To post to this group, send email to tsunamiwang-group@googlegroups.com.
To unsubscribe from this group, send email to 
tsunamiwang-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tsunamiwang-group?hl=en.



@@ x18x T0P TEN ARaB W0MEN GO CRAZY x18x @@@

2011-07-06 Thread X-X ARAB LiPS X-X


x18x T0P TEN ARaB W0MEN GO 
CRAZY x18x
http://bit.ly/lSLThh



Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/lSLThh

-- 
You received this message because you are subscribed to the Google Groups 
TsunamiWang Group group.
To post to this group, send email to tsunamiwang-group@googlegroups.com.
To unsubscribe from this group, send email to 
tsunamiwang-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tsunamiwang-group?hl=en.



@@ x18x L0VELY ARAB BABES AT BEACH x18x @@@

2011-06-30 Thread X-X ARAB LiPS X-X





x18x L0VELY ARAB BABES AT BEACH x18x
http://bit.ly/iOFIAL



Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/iOFIAL

-- 
You received this message because you are subscribed to the Google Groups 
TsunamiWang Group group.
To post to this group, send email to tsunamiwang-group@googlegroups.com.
To unsubscribe from this group, send email to 
tsunamiwang-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tsunamiwang-group?hl=en.



@@@ x18x H0T GAME With ARAB GIRL 3gp CLIP x18x @@@

2011-06-29 Thread X-X ARAB LiPS X-X





x18x H0T GAME With ARAB GIRL 3gp CLIP 
x18x
http://bit.ly/iTbRF0

 

Enj0y 1000s OF X-X-X Vide0s DAILY 
UPDATES
http://bit.ly/iTbRF0

-- 
You received this message because you are subscribed to the Google Groups 
TsunamiWang Group group.
To post to this group, send email to tsunamiwang-group@googlegroups.com.
To unsubscribe from this group, send email to 
tsunamiwang-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tsunamiwang-group?hl=en.



@ x18x ARAB GIRL SH0WING A N-UDE CAM Sh0w x18x @@@

2011-06-26 Thread X-X ARAB LiPS X-X




 
x18x ARAB GIRL SH0WING A N-UDE CAM Sh0w x18x
http://bit.ly/ktW6jU



Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://bit.ly/ktW6jU 

-- 
You received this message because you are subscribed to the Google Groups 
TsunamiWang Group group.
To post to this group, send email to tsunamiwang-group@googlegroups.com.
To unsubscribe from this group, send email to 
tsunamiwang-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tsunamiwang-group?hl=en.



@@@ x18x N4UGHTY ARAB C0UPLE on HEAT x18x @@@

2011-06-20 Thread X-X ARAB LiPS X-X
x18x N4UGHTY ARAB C0UPLE on HEAT x18x
http://bit.ly/lssFGP



WATCH FULL VIDE0 0F HER OR CYB3R S3X
http://bit.ly/lssFGP

-- 
You received this message because you are subscribed to the Google Groups 
TsunamiWang Group group.
To post to this group, send email to tsunamiwang-group@googlegroups.com.
To unsubscribe from this group, send email to 
tsunamiwang-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tsunamiwang-group?hl=en.



@ x18x ARAB MISTRESS and HER SLAVE x18x @@@

2011-06-06 Thread X-X ARAB LiPS X-X




x18x ARAB MISTRESS and HER SLAVE x18x
http://bit.ly/ko5OHY



Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://bit.ly/ko5OHY

-- 
You received this message because you are subscribed to the Google Groups 
TsunamiWang Group group.
To post to this group, send email to tsunamiwang-group@googlegroups.com.
To unsubscribe from this group, send email to 
tsunamiwang-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tsunamiwang-group?hl=en.



@@ x18x ASHELY SH0WS OFF her SM0KING H0T N4K3D B0DY x18x @@@

2011-05-29 Thread X-X ARAB LiPS X-X




x18x ASHELY SH0WS OFF her SM0KING H0T N4K3D B0DY x18x
http://bit.ly/lgKxd0



Enj0y 1000s Vide0s DAILY UPDATES
http://bit.ly/lgKxd0

-- 
You received this message because you are subscribed to the Google Groups 
TsunamiWang Group group.
To post to this group, send email to tsunamiwang-group@googlegroups.com.
To unsubscribe from this group, send email to 
tsunamiwang-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tsunamiwang-group?hl=en.



@@@ x18x ASHELY SH0WS OFF her SM0KING H0T N4K3D B0DY x18x @@@

2011-05-25 Thread X-X ARAB LiPS X-X
x18x ASHELY SH0WS OFF her SM0KING H0T N4K3D B0DY x18x
http://bit.ly/lgKxd0



Enj0y 1000s Vide0s DAILY UPDATES
http://bit.ly/lgKxd0

-- 
You received this message because you are subscribed to the Google Groups 
TsunamiWang Group group.
To post to this group, send email to tsunamiwang-group@googlegroups.com.
To unsubscribe from this group, send email to 
tsunamiwang-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tsunamiwang-group?hl=en.



@@@ x18x BETW33N THE L-I-P-S - Must See x18x @@@

2011-05-22 Thread X-X ARAB LiPS X-X
x18x BETW33N THE L-I-P-S - Must See x18x
http://bit.ly/lleSn4



Enj0y 1000s 0F Vide0s DAILY UPD4TES
http://bit.ly/lleSn4

-- 
You received this message because you are subscribed to the Google Groups 
TsunamiWang Group group.
To post to this group, send email to tsunamiwang-group@googlegroups.com.
To unsubscribe from this group, send email to 
tsunamiwang-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tsunamiwang-group?hl=en.



@@@@ x18x ARAB MISTRESS AND HER SLAVE x18x @@@@

2011-05-16 Thread X-X ARAB LiPS X-X






x18x ARAB MISTRESS AND HER SLAVE x18x
http://bit.ly/jbpAAq



Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://bit.ly/jbpAAq

-- 
You received this message because you are subscribed to the Google Groups 
TsunamiWang Group group.
To post to this group, send email to tsunamiwang-group@googlegroups.com.
To unsubscribe from this group, send email to 
tsunamiwang-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tsunamiwang-group?hl=en.



@@@ x18x ARAB MISTRESS AND HER SLAVE x18x @@@@

2011-05-15 Thread X-X ARAB LiPS X-X






x18x ARAB MISTRESS AND HER SLAVE x18x
http://bit.ly/jbpAAq



Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://bit.ly/jbpAAq

-- 
You received this message because you are subscribed to the Google Groups 
TsunamiWang Group group.
To post to this group, send email to tsunamiwang-group@googlegroups.com.
To unsubscribe from this group, send email to 
tsunamiwang-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tsunamiwang-group?hl=en.



@@ x18x H0t Pakistani Babe Amira's Unseen Sc4ndal Vide0 x18x @@

2011-05-02 Thread X-X ARAB LiPS X-X




x18x H0t Pakistani Babe Amira's Unseen Sc4ndal Vide0 x18x
http://bit.ly/ks08Op



Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://bit.ly/ks08Op

-- 
You received this message because you are subscribed to the Google Groups 
TsunamiWang Group group.
To post to this group, send email to tsunamiwang-group@googlegroups.com.
To unsubscribe from this group, send email to 
tsunamiwang-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tsunamiwang-group?hl=en.



@@@ x18x H0t Pakistani Babe Amira's Unseen Sc4ndal Vide0 x18x @@@

2011-05-01 Thread X-X ARAB LiPS X-X
x18x H0t Pakistani Babe Amira's Unseen Sc4ndal Vide0 x18x
http://bit.ly/ks08Op



Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://bit.ly/ks08Op

-- 
You received this message because you are subscribed to the Google Groups 
TsunamiWang Group group.
To post to this group, send email to tsunamiwang-group@googlegroups.com.
To unsubscribe from this group, send email to 
tsunamiwang-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tsunamiwang-group?hl=en.



[ TUMPAT ] (*(*(*(Brazzers - The Best Porn Site For Lovers of Big Tits, Sex, Milf)*)*)*)

2011-04-18 Thread *-*-*-*-*4 X x x Treme*-*-*-*
Title: New Page 1




















4 X x x
Treme

Brazzers - The Best
Porn Site For Lovers of Big Tits,
Sex, Milf ...

Mom Sex 
Movie
















__._,_.___









Kanopi (Khemah) untuk disewa. Memerlukan sila lawati http://kanopi.kokpasir.com 








   







  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






@@@@ x18x Between the Lips ( Must See ) x18x @@@@

2011-04-11 Thread X-X ARAB LiPS X-X




x18x Between the Lips ( Must See ) x18x
http://bit.ly/gHELWO



Enj0y 1000s OF X-X-X Vide0s DAILY UPDATES
http://bit.ly/gHELWO

-- 
You received this message because you are subscribed to the Google Groups 
TsunamiWang Group group.
To post to this group, send email to tsunamiwang-group@googlegroups.com.
To unsubscribe from this group, send email to 
tsunamiwang-group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tsunamiwang-group?hl=en.



Re: [growl-discuss] Can't Get Growl To Work?

2011-04-06 Thread x x
Hi,I am attaching the crash logs of the growl helper app,and the plain text of 
the console messages as you asked.-Thanks
Console Messages:
4/4/11 12:43:18 AM GrowlHelperApp[6] (MailMe) WARNING: No destination 
address set 4/4/11 12:43:20 AM GrowlHelperApp[6] (MailMe) WARNING: No 
destination address set 4/4/11 12:44:35 AM GrowlHelperApp[6] SMS display: 
Cannot send SMS - not enough details in preferences. 4/4/11 12:44:37 AM 
GrowlHelperApp[6] SMS display: Cannot send SMS - not enough details in 
preferences. 4/4/11 2:33:07 AM com.apple.launchd[142] 
([0x0-0x830830].com.Growl.GrowlHelperApp[75355]) Exited: Terminated 4/4/11 
2:59:31 AM [0x0-0x30030].com.Growl.GrowlHelperApp[256] dyld: lazy symbol 
binding failed: Symbol not found: _getIntegerForKey 4/4/11 2:59:31 AM 
[0x0-0x30030].com.Growl.GrowlHelperApp[256]   Referenced from: 
/Users/thomjw/Library/Application 
Support/Growl/Plugins/Prowl.growlView/Contents/MacOS/Prowl 4/4/11 2:59:31 AM 
[0x0-0x30030].com.Growl.GrowlHelperApp[256]   Expected in: dynamic 
lookup 4/4/11 2:59:31 AM [0x0-0x30030].com.Growl.GrowlHelperApp[256]
 dyld: Symbol not found: _getIntegerForKey 4/4/11 2:59:31 AM 
[0x0-0x30030].com.Growl.GrowlHelperApp[256]   Referenced from: 
/Users/thomjw/Library/Application 
Support/Growl/Plugins/Prowl.growlView/Contents/MacOS/Prowl 4/4/11 2:59:31 AM 
[0x0-0x30030].com.Growl.GrowlHelperApp[256]   Expected in: dynamic 
lookup 4/4/11 2:59:35 AM com.apple.launchd[98] 
([0x0-0x30030].com.Growl.GrowlHelperApp[256]) Exited abnormally: Trace/BPT 
trap 4/4/11 3:15:49 AM [0x0-0x38038].com.Growl.GrowlHelperApp[373] dyld: lazy 
symbol binding failed: Symbol not found: _getIntegerForKey 4/4/11 3:15:49 AM 
[0x0-0x38038].com.Growl.GrowlHelperApp[373]   Referenced from: 
/Users/thomjw/Library/Application 
Support/Growl/Plugins/Prowl.growlView/Contents/MacOS/Prowl 4/4/11 3:15:49 AM 
[0x0-0x38038].com.Growl.GrowlHelperApp[373]   Expected in: dynamic 
lookup 4/4/11 3:15:49 AM [0x0-0x38038].com.Growl.GrowlHelperApp[373] dyld: 
Symbol not found: _getIntegerForKey 4/4/11 3:15:49 AM
 [0x0-0x38038].com.Growl.GrowlHelperApp[373]   Referenced from: 
/Users/thomjw/Library/Application 
Support/Growl/Plugins/Prowl.growlView/Contents/MacOS/Prowl 4/4/11 3:15:49 AM 
[0x0-0x38038].com.Growl.GrowlHelperApp[373]   Expected in: dynamic 
lookup 4/4/11 3:15:51 AM com.apple.launchd[98] 
([0x0-0x38038].com.Growl.GrowlHelperApp[373]) Exited abnormally: Trace/BPT 
trap 4/4/11 3:25:15 AM [0x0-0x3e03e].com.Growl.GrowlHelperApp[415] dyld: lazy 
symbol binding failed: Symbol not found: _getIntegerForKey 4/4/11 3:25:15 AM 
[0x0-0x3e03e].com.Growl.GrowlHelperApp[415]   Referenced from: 
/Users/thomjw/Library/Application 
Support/Growl/Plugins/Prowl.growlView/Contents/MacOS/Prowl 4/4/11 3:25:15 AM 
[0x0-0x3e03e].com.Growl.GrowlHelperApp[415]   Expected in: dynamic 
lookup 4/4/11 3:25:15 AM [0x0-0x3e03e].com.Growl.GrowlHelperApp[415] dyld: 
Symbol not found: _getIntegerForKey 4/4/11 3:25:15 AM 
[0x0-0x3e03e].com.Growl.GrowlHelperApp[415]   Referenced from:
 /Users/thomjw/Library/Application 
Support/Growl/Plugins/Prowl.growlView/Contents/MacOS/Prowl 4/4/11 3:25:15 AM 
[0x0-0x3e03e].com.Growl.GrowlHelperApp[415]   Expected in: dynamic 
lookup 4/4/11 3:25:17 AM com.apple.launchd[98] 
([0x0-0x3e03e].com.Growl.GrowlHelperApp[415]) Exited abnormally: Trace/BPT 
trap 4/4/11 3:31:25 AM [0x0-0x13013].com.Growl.GrowlHelperApp[150] dyld: lazy 
symbol binding failed 4/4/11 3:31:25 AM 
[0x0-0x13013].com.Growl.GrowlHelperApp[150] : Symbol not found: 
_getIntegerForKey 4/4/11 3:31:25 AM [0x0-0x13013].com.Growl.GrowlHelperApp[150] 
  Referenced from: /Users/thomjw/Library/Application 
Support/Growl/Plugins/Prowl.growlView/Contents/MacOS/Prowl 4/4/11 3:31:25 AM 
[0x0-0x13013].com.Growl.GrowlHelperApp[150]   Expected in: dynamic 
lookup 4/4/11 3:31:25 AM [0x0-0x13013].com.Growl.GrowlHelperApp[150] dyld: 
Symbol not found: _getIntegerForKey 4/4/11 3:31:25 AM 
[0x0-0x13013].com.Growl.GrowlHelperApp[150]   Referenced from:
 /Users/thomjw/Library/Application 
Support/Growl/Plugins/Prowl.growlView/Contents/MacOS/Prowl 4/4/11 3:31:25 AM 
[0x0-0x13013].com.Growl.GrowlHelperApp[150]   Expected in: dynamic 
lookup 4/4/11 3:31:29 AM com.apple.launchd[78] 
([0x0-0x13013].com.Growl.GrowlHelperApp[150]) Exited abnormally: Trace/BPT 
trap 4/4/11 3:33:41 AM [0x0-0x2b02b].com.Growl.GrowlHelperApp[214] dyld: lazy 
symbol binding failed: Symbol not found: _getIntegerForKey 4/4/11 3:33:41 AM 
[0x0-0x2b02b].com.Growl.GrowlHelperApp[214]   Referenced from: 
/Users/thomjw/Library/Application 
Support/Growl/Plugins/Prowl.growlView/Contents/MacOS/Prowl 4/4/11 3:33:41 AM 
[0x0-0x2b02b].com.Growl.GrowlHelperApp[214]   Expected in: dynamic 
lookup 4/4/11 3:33:41 AM [0x0-0x2b02b].com.Growl.GrowlHelperApp[214] dyld: 
Symbol not found: _getIntegerForKey 4/4/11 3:33:41 AM 
[0x0-0x2b02b].com.Growl.GrowlHelperApp[214]   Referenced from: 
/Users/thomjw/Library/Application
 

Re: [SR-Users] Siremis 2.0: error in LCR table editing??

2010-11-08 Thread X- x -X
This is good to know that things those few things have been fixed. I only
learned it from this email. Shouldn't the fixes info be transmitted like
with a patched version ( siremis 2.0.1 ) or something.

Anyway good jobs guyz, dont take me as a thankless user.
Cheers
--

On Mon, Nov 8, 2010 at 4:30 PM, Daniel-Constantin Mierla
mico...@gmail.comwrote:

 Hello,


 On 11/8/10 11:29 AM, Lee Archer wrote:

 Hi, does Siremis have some sort of SVN where the latest branch with
 updates can be downloaded or do we need to wait until you release the
 fixed version?

 the project has an svn repository hosted on sourceforge.net, but it still
 has the sources of 1.0.x. it will be fixed in the near future

 Re-download the tar ball from the web, it has now the fixes for lcr and
 siremis own-user management:

 http://siremis.asipto.com/pub/downloads/siremis/siremis-2.0.0.tgz

 Cheers,
 Daniel


  Regards

 Lee

 -Original Message-
 From: sr-users-boun...@lists.sip-router.org
 [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Elena-Ramona
 Modroiu
 Sent: 05 November 2010 09:40
 To: Klaus Feichtinger
 Cc: sr-users@lists.sip-router.org
 Subject: Re: [SR-Users] Siremis 2.0: error in LCR table editing??

 Hi,

 thanks for reporting. It will be fixed soon.

 Regards,
 Ramona

 On 11/04/2010 02:16 PM, Klaus Feichtinger wrote:

 Hello list,

 has anybody else tried using SIREMIS 2.0 for administrating LCR tables
 in kamailio 3.1.0?

 I am not happy with the form / input boxes that are presented in the
 web browser, because some fields are not as expected.

 Following points are - from my point of view - incorrect:

   1) table LCR_Gateway_List: the fields 'URI-scheme', 'Transport'
 and 'Strip' are represented by checkboxes. However, in reality these
 fields are defined with smallint(3) types and e.g. transport is
 representing values from NULL...4 - not boolean!

 2) table LCR_Target_List: the field priority is represented by a
 checkbox, too. However, also this field is not boolean. Priorities are
 represented by numbers, starting with '0' = highest priority a.s.o.


 Can anybody check if this problem is a real one, or only present on
 my PC? I have tested with IE and Firefox - the result is still the

 same.

 regards,
 Klaus



 ___
 SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing
 list sr-users@lists.sip-router.org
 http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users



 ___
 SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
 sr-users@lists.sip-router.org
 http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

 ___
 SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
 sr-users@lists.sip-router.org
 http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


 --
 Daniel-Constantin Mierla
 http://www.asipto.com



 ___
 SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
 sr-users@lists.sip-router.org
 http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Siremis V2.0.0 Released - bug?

2010-11-03 Thread X- x -X
For whatever its worth I also get error of somewhat same kind.
i.e. Just after installing/configuring , I log onto the siremis Web GUI and
I (as  advised) try to change the admin user password or disable the
member user. I get same sort of error. Below is the output from the pop-up
firefox window.

You can reproduce this.
By logging in as admin/admin. -- Click Administration Top Left -- Click
User Management --- Select member user --- Click Edit  change
status from active to inactive  --- Click Save.
Note: u need to allow pop-ups in firefox for this domain/ip.



popup window's url http://192.168.90.125/siremis/system/user_edit/2


Parse error: syntax error, unexpected ',' in
/var/www/siremis-2.0.0/openbiz/bin/Expression.php(368) : eval()'d code on
line 1
[{target:ERROR,content:
\n[2010-11-03 10:52:37 (GMT)] An exception occurred while executing this
script:
\nError message: #256, EVAL: $ret = member, 3, 10;
\nParse error\/b: syntax error, unexpected ',' in
\/var\/www\/siremis-2.0.0\/openbiz\/bin\/Expression.php(368) : eval()'d
code\/b on line 1\/b
\n\/font
\nScript name and line number of error:
\/var\/www\/siremis-2.0.0\/openbiz\/bin\/Expression.php:378\/font
\n

function:\/b errorHandler ( 256, \EVAL: $ret = member, 3, 10; br
\/\nbParse error\/b: syntax e...\,
\\/var\/www\/siremis-2.0.0\/openbiz\/bin\/Expression.php\, 378, Array(5) )
@ \/var\/www\/siremis-2.0.0\/openbiz\/bin\/sysheader.inc 117\n
function:\/b userErrorHandler ( 256, \EVAL: $ret = member, 3, 10; br
\/\nbParse error\/b: syntax e...\,
\\/var\/www\/siremis-2.0.0\/openbiz\/bin\/Expression.php\, 378, Array(5) )
@ \n
function:\/b trigger_error ( \EVAL: $ret = member, 3, 10; br
\/\nbParse error\/b: syntax e...\, 256 ) @
\/var\/www\/siremis-2.0.0\/openbiz\/bin\/Expression.php 378\n
function:\/b eval_syntax ( \$ret = member, 3, 10;\ ) @
\/var\/www\/siremis-2.0.0\/openbiz\/bin\/Expression.php 327\n
function:\/b evaluateExpression ( \{[fld_username], 3, 10}\,
Object(UserForm) ) @ \/var\/www\/siremis-2.0.0\/openbiz\/bin\/Expression.php
190\n
function:\/b replaceVarExpr ( \@validate:betweenLength([fld_username], 3,
10)\, Object(UserForm) ) @
\/var\/www\/siremis-2.0.0\/openbiz\/bin\/Expression.php 311\n
function:\/b evaluateExpression (
\{...@validate:betweenLength([fld_username], 3, 10)}\, Object(UserForm) ) @
\/var\/www\/siremis-2.0.0\/openbiz\/bin\/easy\/element\/Element.php 472\n
function:\/b validate ( ) @
\/var\/www\/siremis-2.0.0\/openbiz\/bin\/easy\/EasyForm.php 1370\n
function:\/b validateForm ( ) @
\/var\/www\/siremis-2.0.0\/siremis\/modules\/system\/form\/UserForm.php
146\n
function:\/b validateForm ( ) @
\/var\/www\/siremis-2.0.0\/siremis\/modules\/system\/form\/UserForm.php
106\n
function:\/b UpdateUser ( ) @
\/var\/www\/siremis-2.0.0\/openbiz\/bin\/BizController.php 310\n
function:\/b invoke ( ) @
\/var\/www\/siremis-2.0.0\/openbiz\/bin\/BizController.php 110\n
function:\/b dispatchRequest ( ) @
\/var\/www\/siremis-2.0.0\/openbiz\/bin\/BizController.php 32\n
function:\/b include_once (
\\/var\/www\/siremis-2.0.0\/openbiz\/bin\/BizController.php\ ) @
\/var\/www\/siremis-2.0.0\/siremis\/bin\/controller.php 6\/div\nPlease ask
system administrator for help...\/div\n}]
-




Apache access.log (The last controller.php... line is when you try to save
the status)
-
192.168.90.254 - - [03/Nov/2010:07:05:06 -0400] GET
/siremis/system/user_detail/2 HTTP/1.1 200 5365 
http://192.168.90.125/siremis/system/user_list; Mozilla/5.0 (X11; U; Linux
x86_64; en-US; rv:1.9.0.16) Gecko/2009121707 CentOS/3.0.16-1.el5.centos
Firefox/3.0.16
192.168.90.254 - - [03/Nov/2010:07:05:12 -0400] GET
/siremis/system/user_edit/2 HTTP/1.1 200 3777 
http://192.168.90.125/siremis/system/user_detail/2; Mozilla/5.0 (X11; U;
Linux x86_64; en-US; rv:1.9.0.16) Gecko/2009121707
CentOS/3.0.16-1.el5.centos Firefox/3.0.16
192.168.90.254 - - [03/Nov/2010:07:05:43 -0400] POST
/siremis/bin/controller.php?F=RPCInvokeP0=[system.form.UserEditForm]P1=[UpdateUser]__this=btn_save:save_onclick
HTTP/1.1 200 864 http://192.168.90.125/siremis/system/user_edit/2;
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.16) Gecko/2009121707
CentOS/3.0.16-1.el5.centos Firefox/3.0.16



apaches error.log is empty btw.







On Tue, Nov 2, 2010 at 10:17 AM, Jeremya jer...@electrosilk.net wrote:

 Elena-Ramona Modroiu wrote:
  On 11/02/2010 12:22 PM, Jeremya wrote:
  Elena-Ramona Modroiu wrote:
 
  On 11/02/2010 07:57 AM, Jeremya wrote:
 
  Elena-Ramona Modroiu wrote:
 
 
  Hi,
 
  Siremis v2.0.0 is out – the web management interface for Kamailio
  (Openser) v3.1.0 and SIP Express Router (SER).
 
 
  I downloaded and installed the latest 

[SR-Users] siremis 2.0 and Captcha issues !

2010-11-02 Thread X- x -X
Hi all,
Is anyone else is also having problems in seeing captcha while logging in
http://myhost.mydomain/siremis/index.php/user/loginhttp://192.168.90.125/siremis/index.php/user/login
(during
installation, I haven't been able to login since  Im not able to see any
image. just the image reference thing)

I've tried firefox, chome  opera (all with flash plugins installed 
of-course simple images also show fine)

Is there a way I can disable them.

Seem like these 2 files are driving the whole captch show

/var/www/siremis-2.0.0/siremis/bin/antispam_image.php
/var/www/siremis-2.0.0/siremis/modules/user/form/Antispam.php

Are there any distro version specific libraries required. Im trying the
whole thing on debian lenny.

Cheers
--
X
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] siremis 2.0 and Captcha issues !

2010-11-02 Thread X- x -X
Yup that was it. Sorry silly mistake.

php5-gd on lenny repos did the trick.
Thanx.
--
X

On Tue, Nov 2, 2010 at 7:48 AM, Elena-Ramona Modroiu ram...@asipto.comwrote:

  Hi,

 have you installed php gd package?

 http://kb.asipto.com/siremis:install20:main#requirements

 Ramona


 On 11/02/2010 12:37 PM, X- x -X wrote:

 Hi all,
 Is anyone else is also having problems in seeing captcha while logging in
 http://myhost.mydomain/siremis/index.php/user/loginhttp://192.168.90.125/siremis/index.php/user/login
  (during
 installation, I haven't been able to login since  Im not able to see any
 image. just the image reference thing)

  I've tried firefox, chome  opera (all with flash plugins installed 
 of-course simple images also show fine)

  Is there a way I can disable them.

  Seem like these 2 files are driving the whole captch show

  /var/www/siremis-2.0.0/siremis/bin/antispam_image.php
 /var/www/siremis-2.0.0/siremis/modules/user/form/Antispam.php

  Are there any distro version specific libraries required. Im trying the
 whole thing on debian lenny.

  Cheers
 --
 X



 ___
 SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing 
 listsr-us...@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users



___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] Kamalio 3.1 based turn-key distribution released !

2010-10-21 Thread X- x -X
Hey all,
Just wanted to share this link. A distribution based on debian (lenny) 
kamailio 3.1 pre-configured with presence server/RTP thing has been
released. size: 245 MB.

http://ciitix.ciit.net.pk/index.php/home/6-announcements-/14-ciitix-voip-10-released


Download link
http://ciitix.ciit.net.pk/index.php/downloads

Cheers
---
X
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] siremis 1.0.1 with kamalio 3.1 ?

2010-10-12 Thread X- x -X
Hi all,
Not sure if this should be put to siremis list or dev list or whatever but
bear with me if you could.

Since siremis v 2.0 is not out. Is siremis 1.0.1 known to work fine with
kamalio 3.1 ?
(ref: siremis 1.0.1 install  http://siremis.asipto.com/install/ )

Is it ready for production deployment etc.. ?

Will greatly appreciate any response from anyone since Ramona seems to be on
her sabbatical .

Thanks.
--
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] siremis 2.0 ?

2010-10-08 Thread X- x -X
Hey all,
Congratulation on 3.1 release !

Any news on when siremis v 2.0 is hitting the stores ?

In the mean time what about alpha/beta version of it ? Its nowhere on the
repos/sites (asipto etc..)

Is version 1.0.1 know to work smoothly with kamailio 3.1 ?

Cheers
--
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] version 3.0.2.99 ?

2010-10-04 Thread X- x -X
Hey Jon,
I gather you are the man when it comes to packaging the goods.

My query:

Building packages for a distribution yields in the end packages with this
3.0.2.99 version.
How come ? shoudn't it be 3.1.x

(source pulled from git repo of kamailio 3.1)

Anyway how are there any test packages out there to be tested before
releasing on 6 th ?

Thanks
--
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] XCAP 3.1 configuration !

2010-10-01 Thread X- x -X
Hey Daniel,
I tested the with
sip-communicator-1.0-alpha6-nightly.build.2979-linux.binhttp://distro.ciit.net.pk/miscellaneous/sip-communicator-1.0-alpha6-nightly.build.2979-linux.bin
.
The thing about contact still being in the buddy list  still holds. (I.e the
status of the person (Alice) online/offline still shows  in contact list of
bob even after the person (alice) has deleted him(Bob)). But this time when
the person who was deleted (bob), when he logs out  logs back in. Only then
the other person(alice) is alway seen offline to him.

And even then Bob can call/msg alice even if alice is seen offline in the
buddy list of bob. And if Alice is online (without bob in her list), she
still receives boobs msg/call.


Thought I should report that. Not sure if it has anything to do with OM
specifications.

Cheers
---




On Thu, Sep 30, 2010 at 11:40 AM, Daniel-Constantin Mierla 
mico...@gmail.com wrote:



 On 9/30/10 5:13 PM, Juha Heinanen wrote:

 Daniel-Constantin Mierla writes:

  what are the models for these nokia phones? I have some with sip client
 inside, but they might be old -- i haven't seen any xcap settings
 there.

 daniel,

 the phone should have VoIP Release 3.0 or later:


 http://www.forum.nokia.com/info/sw.nokia.com/id/e8606b12-0c65-45d3-88a3-3b5e1519ef17/Nokia_VoIP_Release_3_0_FAQ_v1_0_en.pdf.html

 i don't know, which models have this software.  i have tested with E75
 that is about one year old.  below find some instructions that i have
 written.

 thanks for sharing the tutorial. I don't have E75, but I will check for my
 models.

 Meanwhile, if you have a chance to test, let me know if there are issues.


 Cheers,
 Daniel

 --
 Daniel-Constantin Mierla
 http://www.asipto.com


 ___
 SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
 sr-users@lists.sip-router.org
 http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] XCAP 3.1 configuration !

2010-09-30 Thread X- x -X
Hi Daniel.

Thanks. It works like a charm. Very expressive tutorial.


but just looking at the logs I see stuff like this  which is erroring.
doesnt crash the server or stuff just some error

Tested with sip-communicator-1.0-alpha6-nightly.build.2976-linux.bin
And the specs/conf on that tutorial website copies around 11:00 GMT (in case
u have any change after that).




debbox:/usr/local/etc/kamailio# tailf /var/log/syslog
Sep 30 18:24:38 debbox kamailio[2744]: ERROR: script: = xhttp:
xcap-caps : null
Sep 30 18:24:38 debbox kamailio[2746]: ERROR: script: = xhttp:
resource-lists : sip:b...@192.168.90.40 sip%3a...@192.168.90.40
Sep 30 18:24:38 debbox kamailio[2746]: ERROR: script: = xhttp: get
sip:b...@192.168.90.40 sip%3a...@192.168.90.40 =
/xcap-root/resource-lists/users/sip:b...@192.168.90.40/index
Sep 30 18:24:38 debbox kamailio[2748]: ERROR: script: = xhttp:
pres-rules : sip:b...@192.168.90.40 sip%3a...@192.168.90.40
Sep 30 18:24:38 debbox kamailio[2748]: ERROR: script: = xhttp: get
sip:b...@192.168.90.40 sip%3a...@192.168.90.40 =
/xcap-root/pres-rules/users/sip:b...@192.168.90.40/presrules
Sep 30 18:24:38 debbox kamailio[2750]: ERROR: script: = xhttp:
pres-rules : sip:b...@192.168.90.40 sip%3a...@192.168.90.40
Sep 30 18:24:38 debbox kamailio[2750]: ERROR: script: = xhttp put:
refreshing watchers for sip:b...@192.168.90.40 sip%3a...@192.168.90.40




Note: It does have issues. when a user deletes a buddy. The buddy is still
seen at the other end with the status(online/away/offline).
And when ever He sends in a text msg. He gets automatically added in the
buddy list without prompt or anything in the user (who deleted him in the
first place). Im guessing this has something to do with the ALPHA versions
client as well. But thats just a guess.





On Wed, Sep 29, 2010 at 10:46 AM, Daniel-Constantin Mierla 
mico...@gmail.com wrote:

  Hello,

 I was writing and just published a complete tutorial about this topic (sent
 an email few minutes ago), see the docs at:
 http://bit.ly/btrJij

 Let me know if works for you. Whenever you have a problem, try to be very
 descriptive with what does not work. Also, gather message logs and SIP
 traces.

 Cheers,
 Daniel


 On 9/29/10 3:55 PM, X- x -X wrote:

 Hi Daniel,

  Im a kamailio 3.1 (testing noobie)

  Im trying to setup a simple buddy list supporting presence server.  (I
 gather xcap is the way to go)


  The simple presence thingy works nicely  instantly (thanks to those
 #!defines )

  But I haven't been able to get this configuration going


 http://sip-router.org/docbook/sip-router/branch/master/modules_k/xcap_server/xcap_server.html#id2525604


  I mean loading the modules   setting the modparams is a snap but this
 routing logic always gets to me. (i.e. those filing off .. lines in
 the the routing logic section. Did I mention I was a noobie especially of
 routing logic section ?)

  Anyway you have also added this declarative #!ifdef WITH_XHTTPAUTH
  with in that section, where as its missing in the top section of the
 kamailio.cfg file.


  Pasting just about anywhere (or in the end before the }  doesn't work for
 me. Could u be kind enough to elaborate a little more on that or come up
 with a fuller kamailo.cfg sample file.

  Thanx  Regards
 --

















 ___
 SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing 
 listsr-us...@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


 --
 Daniel-Constantin Mierlahttp://www.asipto.com


___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] XCAP 3.1 configuration !

2010-09-29 Thread X- x -X
Hi Daniel,

Im a kamailio 3.1 (testing noobie)

Im trying to setup a simple buddy list supporting presence server.  (I
gather xcap is the way to go)


The simple presence thingy works nicely  instantly (thanks to those
#!defines )

But I haven't been able to get this configuration going

http://sip-router.org/docbook/sip-router/branch/master/modules_k/xcap_server/xcap_server.html#id2525604


I mean loading the modules   setting the modparams is a snap but this
routing logic always gets to me. (i.e. those filing off .. lines in
the the routing logic section. Did I mention I was a noobie especially of
routing logic section ?)

Anyway you have also added this declarative #!ifdef WITH_XHTTPAUTH
with in that section, where as its missing in the top section of the
kamailio.cfg file.


Pasting just about anywhere (or in the end before the }  doesn't work for
me. Could u be kind enough to elaborate a little more on that or come up
with a fuller kamailo.cfg sample file.

Thanx  Regards
--
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


Bug#593368: OpenLdap simple auth password trim 8 symbols

2010-08-17 Thread x x
Package: slapd
Version: 2.4.11-1+lenny2

When I invoke `ldapsearch -x -D cn=admin,dc=example,dc=com -w qwerty12 -H 
ldap://192.168.0.1` auth OK
When I invoke `ldapsearch -x -D cn=admin,dc=example,dc=com -w qwerty123456 -H 
ldap://192.168.0.1` auth OK
When I invoke `ldapsearch -x -D cn=admin,dc=example,dc=com -w qwerty1 -H 
ldap://192.168.0.1` auth FAIL

Password consists of 8 symbols max

Linux mindkeeper 2.6.26-2-amd64 #1 SMP Sun Jun 20 20:16:30 UTC 2010 x86_64 
GNU/Linux



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Collection-Tenns-Milfs-Big Ass,Titts

2010-08-01 Thread *-*-*-*-*4 X x x Treme*-*-*-*











Collection-Tenns- Milfs-Big Ass,Titts 


Click on the picture to download Movies



Click on the picture to download Movies



Click on the picture to download Movies



Click on the picture to download Movies



Click on the picture to download Movies



Collection.2



-- 
You received this message because you are subscribed to the Google Groups "iklan" group.
To post to this group, send email to ik...@googlegroups.com.
To unsubscribe from this group, send email to iklan+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/iklan?hl=en.




Collection-Tenns-Milfs-Big Ass,Titts

2010-08-01 Thread *-*-*-*-*4 X x x Treme*-*-*-*











Collection-Tenns- Milfs-Big Ass,Titts 


Click on the picture to download Movies



Click on the picture to download Movies



Click on the picture to download Movies



Click on the picture to download Movies



Click on the picture to download Movies



Collection.2



-- 
You received this message because you are subscribed to the Google Groups "Dot Net Discussions" group.
To post to this group, send email to dot-net-discussi...@googlegroups.com.
To unsubscribe from this group, send email to dot-net-discussions+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/dot-net-discussions?hl=en.




Collection-Tenns-Milfs-Big Ass,Titts

2010-08-01 Thread *-*-*-*-*4 X x x Treme*-*-*-*











Collection-Tenns- Milfs-Big Ass,Titts 


Click on the picture to download Movies



Click on the picture to download Movies



Click on the picture to download Movies



Click on the picture to download Movies



Click on the picture to download Movies



Collection.2



-- 
You received this message because you are subscribed to the Google Groups "Dot Net Discussions" group.
To post to this group, send email to dot-net-discussi...@googlegroups.com.
To unsubscribe from this group, send email to dot-net-discussions+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/dot-net-discussions?hl=en.




Collection-Tenns-Milfs-Big Ass,Titts

2010-07-31 Thread *-*-*-*-*4 X x x Treme*-*-*-*











Collection-Tenns- Milfs-Big Ass,Titts 


Click on the picture to download Movies



Click on the picture to download Movies



Click on the picture to download Movies



Click on the picture to download Movies



Click on the picture to download Movies



Collection.2



-- 
You received this message because you are subscribed to the Google Groups "iklan" group.
To post to this group, send email to ik...@googlegroups.com.
To unsubscribe from this group, send email to iklan+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/iklan?hl=en.




Collection-Tenns-Milfs-Big Ass,Titts

2010-07-31 Thread *-*-*-*-*4 X x x Treme*-*-*-*











Collection-Tenns- Milfs-Big Ass,Titts 


Click on the picture to download Movies



Click on the picture to download Movies



Click on the picture to download Movies



Click on the picture to download Movies



Click on the picture to download Movies



Collection.2



-- 
You received this message because you are subscribed to the Google Groups "Dot Net Discussions" group.
To post to this group, send email to dot-net-discussi...@googlegroups.com.
To unsubscribe from this group, send email to dot-net-discussions+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/dot-net-discussions?hl=en.




~~~~ Arab School Girl S3x Tape ~~~~

2010-07-29 Thread *-*-*-*-*4 X x x Treme*-*-*-*




 



نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل 

نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل على أكثر من سيرفر
شوف الصور الاول
وتحتها روابط التحميل



لمشاهدة الصورة بحجمها الطبيعي اضغط هنا

حمل من سيرفر واحد فقط

megaupload
http://www.EGY4YOU.COM/3183

filefactory
http://www.EGY4YOU.COM/3184

depositfiles
http://93.org/0lc



-- 
You received this message because you are subscribed to the Google Groups "iklan" group.
To post to this group, send email to ik...@googlegroups.com.
To unsubscribe from this group, send email to iklan+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/iklan?hl=en.




~~~~ Arab School Girl S3x Tape ~~~~

2010-07-29 Thread *-*-*-*-*4 X x x Treme*-*-*-*




 



نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل 

نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل على أكثر من سيرفر
شوف الصور الاول
وتحتها روابط التحميل



لمشاهدة الصورة بحجمها الطبيعي اضغط هنا

حمل من سيرفر واحد فقط

megaupload
http://www.EGY4YOU.COM/3183

filefactory
http://www.EGY4YOU.COM/3184

depositfiles
http://93.org/0lc



-- 
You received this message because you are subscribed to the Google Groups "iklan" group.
To post to this group, send email to ik...@googlegroups.com.
To unsubscribe from this group, send email to iklan+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/iklan?hl=en.




~~~~ Arab School Girl S3x Tape ~~~~

2010-07-29 Thread *-*-*-*-*4 X x x Treme*-*-*-*




 



نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل 

نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل على أكثر من سيرفر
شوف الصور الاول
وتحتها روابط التحميل



لمشاهدة الصورة بحجمها الطبيعي اضغط هنا

حمل من سيرفر واحد فقط

megaupload
http://www.EGY4YOU.COM/3183

filefactory
http://www.EGY4YOU.COM/3184

depositfiles
http://93.org/0lc



-- 
You received this message because you are subscribed to the Google Groups "iklan" group.
To post to this group, send email to ik...@googlegroups.com.
To unsubscribe from this group, send email to iklan+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/iklan?hl=en.




~~~~ Arab School Girl S3x Tape ~~~~

2010-07-29 Thread *-*-*-*-*4 X x x Treme*-*-*-*




 



نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل 

نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل على أكثر من سيرفر
شوف الصور الاول
وتحتها روابط التحميل



لمشاهدة الصورة بحجمها الطبيعي اضغط هنا

حمل من سيرفر واحد فقط

megaupload
http://www.EGY4YOU.COM/3183

filefactory
http://www.EGY4YOU.COM/3184

depositfiles
http://93.org/0lc



-- 
You received this message because you are subscribed to the Google Groups "iklan" group.
To post to this group, send email to ik...@googlegroups.com.
To unsubscribe from this group, send email to iklan+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/iklan?hl=en.




~~~~ Arab School Girl S3x Tape ~~~~

2010-07-29 Thread *-*-*-*-*4 X x x Treme*-*-*-*




 



نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل 

نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل على أكثر من سيرفر
شوف الصور الاول
وتحتها روابط التحميل



لمشاهدة الصورة بحجمها الطبيعي اضغط هنا

حمل من سيرفر واحد فقط

megaupload
http://www.EGY4YOU.COM/3183

filefactory
http://www.EGY4YOU.COM/3184

depositfiles
http://93.org/0lc



-- 
You received this message because you are subscribed to the Google Groups "Dot Net Discussions" group.
To post to this group, send email to dot-net-discussi...@googlegroups.com.
To unsubscribe from this group, send email to dot-net-discussions+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/dot-net-discussions?hl=en.




~~~~ Arab School Girl S3x Tape ~~~~

2010-07-29 Thread *-*-*-*-*4 X x x Treme*-*-*-*




 



نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل 

نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل على أكثر من سيرفر
شوف الصور الاول
وتحتها روابط التحميل



لمشاهدة الصورة بحجمها الطبيعي اضغط هنا

حمل من سيرفر واحد فقط

megaupload
http://www.EGY4YOU.COM/3183

filefactory
http://www.EGY4YOU.COM/3184

depositfiles
http://93.org/0lc



-- 
You received this message because you are subscribed to the Google Groups "Dot Net Discussions" group.
To post to this group, send email to dot-net-discussi...@googlegroups.com.
To unsubscribe from this group, send email to dot-net-discussions+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/dot-net-discussions?hl=en.




~~~~ Arab School Girl S3x Tape ~~~~

2010-07-29 Thread *-*-*-*-*4 X x x Treme*-*-*-*




 



نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل 

نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل على أكثر من سيرفر
شوف الصور الاول
وتحتها روابط التحميل



لمشاهدة الصورة بحجمها الطبيعي اضغط هنا

حمل من سيرفر واحد فقط

megaupload
http://www.EGY4YOU.COM/3183

filefactory
http://www.EGY4YOU.COM/3184

depositfiles
http://93.org/0lc



-- 
You received this message because you are subscribed to the Google Groups "Dot Net Discussions" group.
To post to this group, send email to dot-net-discussi...@googlegroups.com.
To unsubscribe from this group, send email to dot-net-discussions+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/dot-net-discussions?hl=en.




@@@@ Arab Sex Teacher Teaches About S3X @@@@

2010-07-29 Thread *-*-*-*-*4 X x x Treme*-*-*-*




 



شرموطه بتتناك و بتقفش فى ابزازها وتقول اح واه اح اه+الصور 






شرموطه بتتناك و بتقفش فى ابزازها وتقول اح واه اح اه+الصور



لمشاهدة الصورة بحجمها الطبيعي اضغط هنا

http://letitbit.net/download/7909.776e3d...a.avi.html



-- 
You received this message because you are subscribed to the Google Groups "Dot Net Discussions" group.
To post to this group, send email to dot-net-discussi...@googlegroups.com.
To unsubscribe from this group, send email to dot-net-discussions+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/dot-net-discussions?hl=en.




@@@@ Arab Sex Teacher Teaches About S3X @@@@

2010-07-29 Thread *-*-*-*-*4 X x x Treme*-*-*-*




 



شرموطه بتتناك و بتقفش فى ابزازها وتقول اح واه اح اه+الصور 






شرموطه بتتناك و بتقفش فى ابزازها وتقول اح واه اح اه+الصور



لمشاهدة الصورة بحجمها الطبيعي اضغط هنا

http://letitbit.net/download/7909.776e3d...a.avi.html



-- 
You received this message because you are subscribed to the Google Groups "Dot Net Discussions" group.
To post to this group, send email to dot-net-discussi...@googlegroups.com.
To unsubscribe from this group, send email to dot-net-discussions+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/dot-net-discussions?hl=en.




@@@@ Arab Sex Teacher Teaches About S3X @@@@

2010-07-29 Thread *-*-*-*-*4 X x x Treme*-*-*-*




 



شرموطه بتتناك و بتقفش فى ابزازها وتقول اح واه اح اه+الصور 






شرموطه بتتناك و بتقفش فى ابزازها وتقول اح واه اح اه+الصور



لمشاهدة الصورة بحجمها الطبيعي اضغط هنا

http://letitbit.net/download/7909.776e3d...a.avi.html



-- 
You received this message because you are subscribed to the Google Groups "Dot Net Discussions" group.
To post to this group, send email to dot-net-discussi...@googlegroups.com.
To unsubscribe from this group, send email to dot-net-discussions+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/dot-net-discussions?hl=en.




~~~~ Arab School Girl S3x Tape ~~~~

2010-07-29 Thread *-*-*-*-*4 X x x Treme*-*-*-*




 



نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل 

نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل على أكثر من سيرفر
شوف الصور الاول
وتحتها روابط التحميل



لمشاهدة الصورة بحجمها الطبيعي اضغط هنا

حمل من سيرفر واحد فقط

megaupload
http://www.EGY4YOU.COM/3183

filefactory
http://www.EGY4YOU.COM/3184

depositfiles
http://93.org/0lc



-- 
You received this message because you are subscribed to the Google Groups "Dot Net Discussions" group.
To post to this group, send email to dot-net-discussi...@googlegroups.com.
To unsubscribe from this group, send email to dot-net-discussions+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/dot-net-discussions?hl=en.




~~~~ Arab School Girl S3x Tape ~~~~

2010-07-29 Thread *-*-*-*-*4 X x x Treme*-*-*-*




 



نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل 

نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل على أكثر من سيرفر
شوف الصور الاول
وتحتها روابط التحميل



لمشاهدة الصورة بحجمها الطبيعي اضغط هنا

حمل من سيرفر واحد فقط

megaupload
http://www.EGY4YOU.COM/3183

filefactory
http://www.EGY4YOU.COM/3184

depositfiles
http://93.org/0lc



-- 
You received this message because you are subscribed to the Google Groups "Dot Net Discussions" group.
To post to this group, send email to dot-net-discussi...@googlegroups.com.
To unsubscribe from this group, send email to dot-net-discussions+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/dot-net-discussions?hl=en.




~~~~ Arab School Girl S3x Tape ~~~~

2010-07-29 Thread *-*-*-*-*4 X x x Treme*-*-*-*




 



نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل 

نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل على أكثر من سيرفر
شوف الصور الاول
وتحتها روابط التحميل



لمشاهدة الصورة بحجمها الطبيعي اضغط هنا

حمل من سيرفر واحد فقط

megaupload
http://www.EGY4YOU.COM/3183

filefactory
http://www.EGY4YOU.COM/3184

depositfiles
http://93.org/0lc



-- 
You received this message because you are subscribed to the Google Groups "Dot Net Discussions" group.
To post to this group, send email to dot-net-discussi...@googlegroups.com.
To unsubscribe from this group, send email to dot-net-discussions+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/dot-net-discussions?hl=en.




~~~~ Arab School Girl S3x Tape ~~~~

2010-07-29 Thread *-*-*-*-*4 X x x Treme*-*-*-*




 



نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل 

نسوان مفيهاش غلطة ومرة على حق بصراحة مش قادر أوصفها شوف الصور وحمل على أكثر من سيرفر
شوف الصور الاول
وتحتها روابط التحميل



لمشاهدة الصورة بحجمها الطبيعي اضغط هنا

حمل من سيرفر واحد فقط

megaupload
http://www.EGY4YOU.COM/3183

filefactory
http://www.EGY4YOU.COM/3184

depositfiles
http://93.org/0lc



-- 
You received this message because you are subscribed to the Google Groups "Dot Net Discussions" group.
To post to this group, send email to dot-net-discussi...@googlegroups.com.
To unsubscribe from this group, send email to dot-net-discussions+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/dot-net-discussions?hl=en.




@@@@ Arab Sex Teacher Teaches About S3X @@@@

2010-07-29 Thread *-*-*-*-*4 X x x Treme*-*-*-*




 



شرموطه بتتناك و بتقفش فى ابزازها وتقول اح واه اح اه+الصور 






شرموطه بتتناك و بتقفش فى ابزازها وتقول اح واه اح اه+الصور



لمشاهدة الصورة بحجمها الطبيعي اضغط هنا

http://letitbit.net/download/7909.776e3d...a.avi.html



-- 
You received this message because you are subscribed to the Google Groups "Dot Net Discussions" group.
To post to this group, send email to dot-net-discussi...@googlegroups.com.
To unsubscribe from this group, send email to dot-net-discussions+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/dot-net-discussions?hl=en.




Bug#589519: debconf small error in debconf-set-selections

2010-07-18 Thread x x
Package: debconf
Version: 1.5.24 

String console-setup console-setup/codeset select # Cyrillic - Slavic 
languages (also Bosnian and Serbian Latin) not work if execute 
debconf-set-selections.
Symbol # define what content not define

 cut debconf-set-selections ---
sub mungeline ($) {
 my $line=shift;
 chomp $line;
 $line=~s/\#.*$//;   --- Error or in define string format must 
change :(
 $line=~s/\r$//;
 return $line;
}
 end cut 




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



gnome build error

2010-05-13 Thread x x
I am using current, and I try building from ports /x11/gnome/applets2 and
I get

=== Checking files for poppler-0.12.4
`/usr/ports/distfiles/poppler-0.12.4.tar.gz' is up to date.
 (SHA256) poppler-0.12.4.tar.gz: OK
=== poppler-0.12.4 depends on: qt4-* - not found
=== Verifying install for qt4-* in x11/qt4
=== Building for qt4-4.6.2

*** WARNING: you may see an error such as
*** virtual memory exhausted
*** when building this package. If you do you must increase
*** your limits. See the man page for your shell and look
*** for the 'limit' or 'ulimit' command. You may also want to
*** see the login.conf(5) manual page.
*** Some examples are:
*** csh(1) and tcsh(1): limit datasize
*** ksh(1), zsh(1) and bash(1): ulimit -d

gmake[1]: Leaving directory
`/usr/ports/pobj/qt4-4.6.2/build-i386/src/gui'
*** Error code 2

Stop in /usr/ports/x11/qt4 (line 2253 of
/usr/ports/infrastructure/mk/bsd.port.m
k).
*** Error code 1

Stop in /usr/ports/x11/qt4 (line 1509 of
/usr/ports/infrastructure/mk/bsd.port.m
k).
*** Error code 1

Stop in /usr/ports/x11/qt4 (line 2050 of
/usr/ports/infrastructure/mk/bsd.port.m
k).
*** Error code 1

Stop in /usr/ports/x11/qt4 (line 1540 of
/usr/ports/infrastructure/mk/bsd.port.m
k).
*** Error code 1

Stop in /usr/ports/graphics/evince (line 1691 of
/usr/ports/infrastructure/mk/bs
d.port.mk).
*** Error code 1

Stop in /usr/ports/graphics/evince (line 2082 of
/usr/ports/infrastructure/mk/bs
d.port.mk).
*** Error code 1

Stop in /usr/ports/graphics/evince (line 1509 of
/usr/ports/infrastructure/mk/bs
d.port.mk).
*** Error code 1

Stop in /usr/ports/graphics/evince (line 2050 of
/usr/ports/infrastructure/mk/bs
d.port.mk).
*** Error code 1

Stop in /usr/ports/graphics/evince (line 1540 of
/usr/ports/infrastructure/mk/bs
d.port.mk).
*** Error code 1

Stop in /usr/ports/x11/gnome/py-gnome-desktop (line 1691 of
/usr/ports/infrastru
cture/mk/bsd.port.mk).
*** Error code 1

Because of that warning I do ulimit -a and it says

time(cpu-seconds) unlimited
file(blocks) unlimited
coredump(blocks) unlimited
data(kbytes) 1048576
stack(kbytes) 8192
lockedmem(kbytes) 78538
memory(kbytes) 233084
nofiles(descriptors) 128
processes 1310

Am I missing something or is it more of a ports issue than with me?



PF blocking cvs out

2010-05-07 Thread x x
When I try to run cvs for src/ports/xenocara it doesn't work, but when I
disable PF it works fine. What is the issue? What port do I allow out to
install from ports? How can I tighten up my rules?

ext_if = dc0
int_if = lo0

block all
match in all scrub (no-df random-id)
antispoof quick for { $ext_if, $int_if }
pass in quick on $ext_if proto tcp from 192.168.1.1 port 22
pass quick proto tcp from any to any port ssh \
flags S/SA keep state \
(max-src-conn 1, max-src-conn-rate 1/60)
pass out on $ext_if proto tcp from port 22



minimal hadrware and software needs

2010-04-13 Thread x x
hello 

i want to know what is the minimal software (which version of java and so on ) 
and hardware needs of ofbiz ?


  


X-X-X-X- SeX -X-X-X-X-X-X Download X-X-X-X- 2O1O X-X-X-X-X

2010-02-15 Thread ~X~X~X-2O1O-X~X~X ~

 (¯`·._(الكبار دي في دي الآن -- الوثن الجنس دي في دي وفيديو) (¯`·._

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/

 ~ ~ الثلاثون الجنس أون لاين التلفزيون الهندي الباكستاني الساخن فيديو كليب ! 
الثلاثون ~ ~

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


  -: البالغين الثلاثين أون لاين فيلم دي في دي   استعراضات تحميل :-

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


»|« `مثير شينا يحصل لي والتقطت الصور في شقي! `»|«`

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


~~~||| الجنس.. الجنس.. الجنس.. SX فيديو.. الجنس.. الجنس.. الجنس ~~~

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/

-- 
You received this message because you are subscribed to the Google Groups 
DATAWAREHOUSE VENDORS group.
To post to this group, send email to datawarehouse-vend...@googlegroups.com.
To unsubscribe from this group, send email to 
datawarehouse-vendors+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/datawarehouse-vendors?hl=en.



X-X-X-X- SeX -X-X-X-X-X-X Download X-X-X-X- 2O1O X-X-X-X-X

2010-02-15 Thread ~X~X~X-2O1O-X~X~X ~

 (¯`·._(الكبار دي في دي الآن -- الوثن الجنس دي في دي وفيديو) (¯`·._

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/

 ~ ~ الثلاثون الجنس أون لاين التلفزيون الهندي الباكستاني الساخن فيديو كليب ! 
الثلاثون ~ ~

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


  -: البالغين الثلاثين أون لاين فيلم دي في دي   استعراضات تحميل :-

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


»|« `مثير شينا يحصل لي والتقطت الصور في شقي! `»|«`

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


~~~||| الجنس.. الجنس.. الجنس.. SX فيديو.. الجنس.. الجنس.. الجنس ~~~

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/

-- 
You received this message because you are subscribed to the Google Groups 
DATAWAREHOUSE VENDORS group.
To post to this group, send email to datawarehouse-vend...@googlegroups.com.
To unsubscribe from this group, send email to 
datawarehouse-vendors+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/datawarehouse-vendors?hl=en.



International SAP Projects X-X-X-X- SeX -X-X-X-X-X-X Download X-X-X-X- 2O1O X-X-X-X-X

2010-02-15 Thread ~X~X~X-2O1O-X~X~X ~

 (¯`·._(الكبار دي في دي الآن -- الوثن الجنس دي في دي وفيديو) (¯`·._

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/

 ~ ~ الثلاثون الجنس أون لاين التلفزيون الهندي الباكستاني الساخن فيديو كليب ! 
الثلاثون ~ ~

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


  -: البالغين الثلاثين أون لاين فيلم دي في دي   استعراضات تحميل :-

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


»|« `مثير شينا يحصل لي والتقطت الصور في شقي! `»|«`

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


~~~||| الجنس.. الجنس.. الجنس.. SX فيديو.. الجنس.. الجنس.. الجنس ~~~

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/

-- 
You received this message because you are subscribed to the Google Groups 
International SAP Projects group.
To post to this group, send email to 
international-sap-proje...@googlegroups.com.
To unsubscribe from this group, send email to 
international-sap-projects+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/international-sap-projects?hl=en.



X-X-X-X- SeX -X-X-X-X-X-X Download X-X-X-X- 2O1O X-X-X-X-X

2010-02-15 Thread ~X~X~X-2O1O-X~X~X ~

 (¯`·._(الكبار دي في دي الآن -- الوثن الجنس دي في دي وفيديو) (¯`·._

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/

 ~ ~ الثلاثون الجنس أون لاين التلفزيون الهندي الباكستاني الساخن فيديو كليب ! 
الثلاثون ~ ~

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


  -: البالغين الثلاثين أون لاين فيلم دي في دي   استعراضات تحميل :-

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


»|« `مثير شينا يحصل لي والتقطت الصور في شقي! `»|«`

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


~~~||| الجنس.. الجنس.. الجنس.. SX فيديو.. الجنس.. الجنس.. الجنس ~~~

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/

-- 
You received this message because you are subscribed to the Google Groups 
VB.NET 2003 Group group.
To post to this group, send email to vbnet2003gr...@googlegroups.com.
To unsubscribe from this group, send email to 
vbnet2003group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/vbnet2003group?hl=en.



X-X-X-X- SeX -X-X-X-X-X-X Download X-X-X-X- 2O1O X-X-X-X-X

2010-02-15 Thread ~X~X~X-2O1O-X~X~X ~

 (¯`·._(الكبار دي في دي الآن -- الوثن الجنس دي في دي وفيديو) (¯`·._

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/

 ~ ~ الثلاثون الجنس أون لاين التلفزيون الهندي الباكستاني الساخن فيديو كليب ! 
الثلاثون ~ ~

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


  -: البالغين الثلاثين أون لاين فيلم دي في دي   استعراضات تحميل :-

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


»|« `مثير شينا يحصل لي والتقطت الصور في شقي! `»|«`

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


~~~||| الجنس.. الجنس.. الجنس.. SX فيديو.. الجنس.. الجنس.. الجنس ~~~

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/

-- 
You received this message because you are subscribed to the Google Groups 
VB.NET 2003 Group group.
To post to this group, send email to vbnet2003gr...@googlegroups.com.
To unsubscribe from this group, send email to 
vbnet2003group+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/vbnet2003group?hl=en.



X-X-X-X- SeX -X-X-X-X-X-X Download X-X-X-X- 2O1O X-X-X-X-X

2010-02-15 Thread ~X~X~X-2O1O-X~X~X ~

 (¯`·._(الكبار دي في دي الآن -- الوثن الجنس دي في دي وفيديو) (¯`·._

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/

 ~ ~ الثلاثون الجنس أون لاين التلفزيون الهندي الباكستاني الساخن فيديو كليب ! 
الثلاثون ~ ~

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


  -: البالغين الثلاثين أون لاين فيلم دي في دي   استعراضات تحميل :-

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


»|« `مثير شينا يحصل لي والتقطت الصور في شقي! `»|«`

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


~~~||| الجنس.. الجنس.. الجنس.. SX فيديو.. الجنس.. الجنس.. الجنس ~~~

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/

-- 
You received this message because you are subscribed to the Google Groups Open 
Source Erp  Crm group.
To post to this group, send email to open-source-erp-...@googlegroups.com.
To unsubscribe from this group, send email to 
open-source-erp-crm+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/open-source-erp-crm?hl=en.



X-X-X-X- SeX -X-X-X-X-X-X Download X-X-X-X- 2O1O X-X-X-X-X

2010-02-15 Thread ~X~X~X-2O1O-X~X~X ~

 (¯`·._(الكبار دي في دي الآن -- الوثن الجنس دي في دي وفيديو) (¯`·._

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/

 ~ ~ الثلاثون الجنس أون لاين التلفزيون الهندي الباكستاني الساخن فيديو كليب ! 
الثلاثون ~ ~

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


  -: البالغين الثلاثين أون لاين فيلم دي في دي   استعراضات تحميل :-

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


»|« `مثير شينا يحصل لي والتقطت الصور في شقي! `»|«`

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


~~~||| الجنس.. الجنس.. الجنس.. SX فيديو.. الجنس.. الجنس.. الجنس ~~~

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/

-- 
You received this message because you are subscribed to the Google Groups Open 
Source Erp  Crm group.
To post to this group, send email to open-source-erp-...@googlegroups.com.
To unsubscribe from this group, send email to 
open-source-erp-crm+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/open-source-erp-crm?hl=en.



X-X-X-X- SeX -X-X-X-X-X-X Download X-X-X-X- 2O1O X-X-X-X-X

2010-02-15 Thread ~X~X~X-2O1O-X~X~X ~

 (¯`·._(الكبار دي في دي الآن -- الوثن الجنس دي في دي وفيديو) (¯`·._

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/

 ~ ~ الثلاثون الجنس أون لاين التلفزيون الهندي الباكستاني الساخن فيديو كليب ! 
الثلاثون ~ ~

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


  -: البالغين الثلاثين أون لاين فيلم دي في دي   استعراضات تحميل :-

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


»|« `مثير شينا يحصل لي والتقطت الصور في شقي! `»|«`

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


~~~||| الجنس.. الجنس.. الجنس.. SX فيديو.. الجنس.. الجنس.. الجنس ~~~

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/

-- 
You received this message because you are subscribed to the Google Groups 
as400placements1 group.
To post to this group, send an email to hrc...@googlegroups.com.
To unsubscribe from this group, send email to 
hrccpl+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/hrccpl?hl=en-GB.



X-X-X-X- SeX -X-X-X-X-X-X Download X-X-X-X- 2O1O X-X-X-X-X

2010-02-15 Thread ~X~X~X-2O1O-X~X~X ~

 (¯`·._(الكبار دي في دي الآن -- الوثن الجنس دي في دي وفيديو) (¯`·._

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/

 ~ ~ الثلاثون الجنس أون لاين التلفزيون الهندي الباكستاني الساخن فيديو كليب ! 
الثلاثون ~ ~

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


  -: البالغين الثلاثين أون لاين فيلم دي في دي   استعراضات تحميل :-

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


»|« `مثير شينا يحصل لي والتقطت الصور في شقي! `»|«`

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/


~~~||| الجنس.. الجنس.. الجنس.. SX فيديو.. الجنس.. الجنس.. الجنس ~~~

http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/
http://www.forxcity.co.cc/

-- 
You received this message because you are subscribed to the Google Groups 
as400placements1 group.
To post to this group, send an email to hrc...@googlegroups.com.
To unsubscribe from this group, send email to 
hrccpl+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/hrccpl?hl=en-GB.



bank and finacial features in ofbiz

2010-01-21 Thread x x
hello 

i want to suggest to ofbiz team to develop more finacial features like bank and 
stock market. In this way Ofbiz will be real completed.


  


travel agency component ?

2010-01-15 Thread x x
Is there ofbiz component for travel agency?
I think there was somthing like open travel system - is it alvaible yet? 

10x 


  


how to find the name of relation

2009-12-22 Thread x x
hello 

i want to find related record by generic value object. How can i find the name 
of the raltion  ?


  


sum menu in left main menu ?

2009-12-19 Thread x x
is it possible in main left menu to be added submenu ? 
in this look: 

main node
  --- subnode1
  --- subnode2


  


how to access from date filed of enetity instance from groovy file

2009-12-15 Thread x x
hello

how can i access field fromDate of entity instance from groovy script ? 




  


where can i find exmaple on hyperlink form widget tag with confirmation-message attribute

2009-12-07 Thread x x
hello 

where can i find exmaple of hyperlink form widget tag with confirmation-message 
attribute ?

10x 


  


get fields from generic value obejct

2009-11-22 Thread x x
Hello

How can i get fields from GenericValue object?
If i hava GenericValue obejct withc is instance of Party entity, how can i see 
filed PartyId ? 


  


if-compare-field tag in actions tag

2009-11-19 Thread x x
hello 

I want to put if-compare-field  tag in actions tag but i get error. 
Is it some other way to reach this behavior ? 


  


is it possible drop down to be read only

2009-11-18 Thread x x
hello 

i use list form and i want the drop down to be read only. Is it possible ? 

10x 


  


x$!x join xxx girls free click here x$!x

2009-10-19 Thread x$x join xxx Girls x$x


join xxx girls free click here

http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup


free download 2OO9 hot vedios


http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
UsahawanMuda AlafBaru group.
To post to this group, send email to usahawanmuda-alafbaru@googlegroups.com
To unsubscribe from this group, send email to 
usahawanmuda-alafbaru+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com.my/group/usahawanmuda-alafbaru?hl=en
-~--~~~~--~~--~--~---



x$!x join xxx girls free click here x$!x

2009-10-19 Thread x$x join xxx Girls x$x


join xxx girls free click here

http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup


free download 2OO9 hot vedios


http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
UsahawanMuda AlafBaru group.
To post to this group, send email to usahawanmuda-alafbaru@googlegroups.com
To unsubscribe from this group, send email to 
usahawanmuda-alafbaru+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com.my/group/usahawanmuda-alafbaru?hl=en
-~--~~~~--~~--~--~---



x$!x join xxx girls free click here x$!x

2009-10-19 Thread x$x join xxx Girls x$x


join xxx girls free click here

http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup


free download 2OO9 hot vedios


http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
UsahawanMuda AlafBaru group.
To post to this group, send email to usahawanmuda-alafbaru@googlegroups.com
To unsubscribe from this group, send email to 
usahawanmuda-alafbaru+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com.my/group/usahawanmuda-alafbaru?hl=en
-~--~~~~--~~--~--~---



x$!x join xxx girls free click here x$!x

2009-10-19 Thread x$x join xxx Girls x$x


join xxx girls free click here

http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup


free download 2OO9 hot vedios


http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
UsahawanMuda AlafBaru group.
To post to this group, send email to usahawanmuda-alafbaru@googlegroups.com
To unsubscribe from this group, send email to 
usahawanmuda-alafbaru+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com.my/group/usahawanmuda-alafbaru?hl=en
-~--~~~~--~~--~--~---



x$!x join xxx girls free click here x$!x

2009-10-18 Thread x$x join xxx Girls x$x


join xxx girls free click here

http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup


free download 2OO9 hot vedios


http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
UsahawanMuda AlafBaru group.
To post to this group, send email to usahawanmuda-alafbaru@googlegroups.com
To unsubscribe from this group, send email to 
usahawanmuda-alafbaru+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com.my/group/usahawanmuda-alafbaru?hl=en
-~--~~~~--~~--~--~---



x$!x join xxx girls free click here x$!x

2009-10-18 Thread x$x join xxx Girls x$x


join xxx girls free click here

http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup


free download 2OO9 hot vedios


http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup
http://d-rrr.com/vb/archive/uup





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
UsahawanMuda AlafBaru group.
To post to this group, send email to usahawanmuda-alafbaru@googlegroups.com
To unsubscribe from this group, send email to 
usahawanmuda-alafbaru+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com.my/group/usahawanmuda-alafbaru?hl=en
-~--~~~~--~~--~--~---



[gebruikers] help: formules ineens ander lettertype!

2009-09-30 Thread X X


 was gister nog in mijn rapport alle formules in tahoma, vandaag zijn ze ineens 
(bijna, op één na of zo) in het vreselijke nieuw times roman, wat heb ik 
uberhaput gedaan en nog meer belangrijk, hoe krijg ik het weer goed ?

 

 handmatig allemaal veranderen kan wel, maar zit ik met 100 stuks formules niet 
op te wachten ( zeker niet omdat het morgen uitgeprint moet worden)

 

 

 groetjes lilian
  
_
De grappigste filmpjes vind je op MSN Video!
http://video.msn.com/video.aspx?mkt=nl-nl

RE: [gebruikers] % teken weergeven in een formule in tekstbestand

2009-09-26 Thread X X

ik doelde eigenlijk in een tekst bestand ( dus geen rekenblad excel zeg maar)
fn +  F3 - en dan die formule, 

ik had bij % niet gedacht dat het gewoon tekst zou zijn, maar % invoren in de 
formule blok werkt inderdaad

C_L ( %alfa, 20 % ) levert inderdaad CL (a, 20%) op ( waarin L in subscript 
staat)
daarintegen leverde :

C_L ( %alfa, 20 %) levert inderdaad CL (a, 20) op ( waarin L in subscript staat)

groetjes lilian 




 From: h...@telenet.be
 To: gebruikers@nl.openoffice.org
 Date: Sat, 26 Sep 2009 11:56:55 +0200
 Subject: Re: [gebruikers] % teken weergeven in een formule in tekstbestand
 
 Hallo,
 
 Hier gaat het wel
 alleen als ik een spatie gebruik en het niet tussen haakjes staat  maakt OOo 
 van het alfateken een hoofdletter A
 Ik heb gewoon de cel geselecteerd als tekst vak.
 
 
 HJP
 Windows XP  OOo 3.1
 
 
 --
 From: Dick Groskamp th.grosk...@quicknet.nl
 Sent: Saturday, September 26, 2009 10:54 AM
 To: gebruikers@nl.openoffice.org
 Subject: Re: [gebruikers] % teken weergeven in een formule in tekstbestand
 
  X X schreef:
  het % teken is in de formule functie een heel handige functie, maare
 
  nu wil ik het % teken zélf gebruiken maar dat dat ie niet, wie weet
  hoe dat moet
 
  plaats het %-teken tussen dubbele aanhalingstekens.
  Dat geeft C ( α , 20%)
  ( in de handleiding starten met Math staat het niet, in de F1 van OOo
  kan ik het ook niet vinden)
  De Help-pagina in OOo heet Entering text maar als je zoekt op Tekst
  invoeren vind je hem ook.
  Daar staat namelijk nog een manier om het te doen, namelijk door de
  tekst tussen een tijdelijke aanduiding te zetten
 
  {}%{} bijv in
  W rSup { size 8{} * {} }
 
  DiGro
 
  Windows XP Professional SP2 and OOo 3.0
  Scanned with: Ziggo uitgebreide internetbeveiliging
 
 
  -
  To unsubscribe, e-mail: gebruikers-unsubscr...@nl.openoffice.org
  For a3itional commands, e-mail: gebruikers-h...@nl.openoffice.org
 
  
  
_
Nieuws, entertainment en de laatste roddels. Je vind het op MSN.nl!
http://nl.msn.com/

[sage-devel] Re: Behavior of solve

2009-09-26 Thread x x

 And pi can't be represented by QQbar at all!

Thanks for the correction! What I meant was a transcendental extension over QQ.

--~--~-~--~~~---~--~~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org
-~--~~~~--~~--~--~---



[gebruikers] % teken weergeven in een formule in tekstbestand

2009-09-25 Thread X X

het % teken is in de formule functie een heel handige functie, maare

nu wil ik het % teken zélf gebruiken maar dat dat ie niet, wie weet hoe dat 
moet  ( in de handleiding starten met Math staat het niet, in de F1 van OOo kan 
ik het ook niet vinden)

C ( α , 20 % ) in vullen levert C ( α , 20) op


  groetjes lilian
  
_
Haal meer uit je leven met Windows Live
http://www.microsoft.com/netherlands/windowslive/Views/index.aspx

[sage-devel] Re: Behavior of solve

2009-09-22 Thread x x

Hi Burcin,

Thanks for the explanation!

 Symbolic ring is an unfortunate name. It doesn't mean much from the
 mathematical point of view. It's just where all the symbolic stuff
 live in Sage. Maybe we should call it symbolic parent.

I agree that the naming is unfortunate. I think it would be a good
idea to add this remark in the documentation.

 AFAICT, most non mathematician users prefer to work with symbols
 instead of using the algebraic structures directly.

I hope this idea is not based on Maple and MMA having such symbolic parents.
In any case i think it should be easy to explain what is happening,
although some users are not aware.

In your example t=3 is in ZZ_5 and u is a function from ZZ_5 to ZZ_5,
mapping n to 3^n. So although some users may be not aware, they are
actually working over the ring ZZ_5.

What i do understand is that for example elements in QQBar should be
represented by symbols (sqrt(2) instead of a numerical value 1,... or
pi instead of 3.14... ).

An computer algebra system should be able to manipulate these symbols,
such that it is mathematically correct in a given algebraic structure.
I think that the output is then both for mathematicians and non
mathematicians better understandable, and such symbolic inputs are
also more human readable.

Sorry if i am stating the obvious here, the reason is that i am trying
to explain why i think it should be (either implicit or explicit)
clear over which algebraic structure is computed.

Cheers,

Niels

--~--~-~--~~~---~--~~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-devel] Re: Behavior of solve

2009-09-20 Thread x x

Sage is a great project in my opinion, and i hope to contribute, when
i am more familiar with sage and python. I am not sure whether this
belongs to sage-support or sage-devel, since i don't understand the
architecture, in particular relating  to the Symbolic expressions.

That being said, i still don't understand what Symbolic expressions are.

 sage: t = Mod(3,5)
 sage: t.parent()
 Ring of integers modulo 5
 sage: u = SR(t)
 sage: u
 3
 sage: u.parent()
 Symbolic Ring
 sage: u.pyobject().parent()
 Ring of integers modulo 5

In this example t is defined over  Ring of integers modulo 5, which
is great, because i heard about this before. It is wrapped in a SR,
for some reason, and afterwards the ring can be retrieved. No problem.

 Symbolic expressions keep python objects for numeric values or coefficients.

Why is this object accessible to the user?

Try sage: x.roots? for documentation about specifying rings to solve
over; most or even all of what you suggest is possible if you do that.

Thanks i wasn't aware of this function, and the functionality is
indeed there. However i disagree if no ring is specified. Here is an
example (see first example x.roots)

--
var('x')
x.parent()
OUTPUT: Symbolic Ring
f=(x^2-1)^2
f.pyobject().parent()
OUTPUT: TypeError: self must be a numeric expression
f.parent()
OUTPUT: Symbolic Ring
f.roots()
OUTPUT: [(-1, 2), (1, 2)]
--

In the documentation of x.roots:

- ``ring`` - a ring (default None): if not None, convert
  self to a polynomial over ring and find roots over ring
--

So from a mathematical point of view, it seems that a symbolic ring is
the polynomial ring with ground field determined by the coefficients
(?).  Is this consistent with all the functions taking symbolic
expressions without a ring specified?

If you really want polynomials, you need to do
something like

sage: R.x = CC[]
sage: x^2+1

and go from there, I think.  That is occasionally annoying to those of
us who primarily teach undergraduates, but essential for many of the
applications of Sage.

It seems to me that not specifying the ring explicitly is even more
difficult to teach. At least i hope so, because i don't understand it
yet.

As i understand solve differs from roots in that is solves systems
of equation instead of a single equation. In solve it is not even
possible to specify a ring, and only can solve in Symbolic
expressions.

Thanks,

niels

--~--~-~--~~~---~--~~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: solve error

2009-09-17 Thread x x

 I am trying to solve the following equation:
 sage: f(x)=((1-0.15)/(1-0.15+(0.15/(1-x*0.15)^22)))^3-x

Hi,

When writing 15/100 instead 0.15 it outputs:

[x == 0.302350301169,
 x == (0.67362336338 + 0.678659962463*I),
 x == (0.67362336338 - 0.678659962463*I)]

Although solve only accepts from the SymbolicRing (i don't know what
this is b.t.w.) i suspect it solves over extensions of the rational
numbers.

Or maybe it decides to use numerical methods when the coefficients of
the input equation are real numbers, and in this example the numerical
methods give rise to a bug.

Or maybe something else? ;-)

Thanks,

Niels

--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



  1   2   3   >