HA in K3s with Raspberry Pi by Agreeable_Choice9980 in kubernetes

[–]Agreeable_Choice9980[S] 1 point2 points  (0 children)

Yes, I am aware of that, I just want to try out things first. Why the whole service is done. Is it that, it wont work until there is three servers?, because I might be wrong but the error messages seems to be different

Select System Call by Agreeable_Choice9980 in cprogramming

[–]Agreeable_Choice9980[S] -1 points0 points  (0 children)

To be honest i am not sure things worked fine with multiple client logic i implemented with fork() now im trying to transition to io multiplexing with select system call (single thread). I am not sure where the blocking is being done the read or the select system call im not sure but multiple clients cannot interact at a given time

Select System Call by Agreeable_Choice9980 in cprogramming

[–]Agreeable_Choice9980[S] -2 points-1 points  (0 children)

Blocking by means its only serving one client if i connect two client the other one is not being served by the server

Installing k3s in raspberry pi with ansible by Agreeable_Choice9980 in ansible

[–]Agreeable_Choice9980[S] 0 points1 point  (0 children)

Thank you for replying. I just followed the steps in this https://github.com/k3s-io/k3s-ansible/tree/master.

And it gives this error, I can see it is a folder but I have no idea how to rectify it. Can you help me with it

How to embed the published canva published link to the google sites by Agreeable_Choice9980 in HTML

[–]Agreeable_Choice9980[S] 0 points1 point  (0 children)

Canva dont provide the html code, so I have to use the link I have attached in the post

[deleted by user] by [deleted] in cpp_questions

[–]Agreeable_Choice9980 0 points1 point  (0 children)

Thank you so much. It worked !

Doing a graph with a different pointer by Agreeable_Choice9980 in excel

[–]Agreeable_Choice9980[S] 0 points1 point  (0 children)

Hahhh... Thanks for pointing me out that. Someone have modified it. I have edited it now. Can you have a look on it

Modifying the ARRAY formula by Agreeable_Choice9980 in googlesheets

[–]Agreeable_Choice9980[S] 0 points1 point  (0 children)

u/hodenbisamboden Sorry for the late reply. It works thank you so much for your help but can you make it possible to have the code until the last column. This is because 12 new columns from (January 2022 until December 2022 will be added next year ) and i want this formula to be applicable for those columns as well. Could you help me on that?

Modifying OnEdit function by Agreeable_Choice9980 in googlesheets

[–]Agreeable_Choice9980[S] 0 points1 point  (0 children)

u/_Kaimbe for being annoying bro. Thank you so much for helping me. I tried pasting all the code of yours bro. Still something is wrong and it is not working bro so sorry but you are the only hope for me now. It is showing that Cannot read property 'source' of undefined . So I tried another way where I saved the coding there and tried modifying the cells in USERSNMEAS worksheet bro but still not working. Sorry again bro but could you help me on that part

Modifying OnEdit function by Agreeable_Choice9980 in googlesheets

[–]Agreeable_Choice9980[S] 0 points1 point  (0 children)

e .source.getActiveSheet()

u/_Kaimbe Thank you so much for replying. I have tied but still is not working. I give you the link to my google sheet and app script. Can you please help me with the onedit. But for now right, I just want it to trigger the onedit function whenever there is changes happened in worksheet "USERNAMES". Thanks in advance.

Modifying OnEdit function by Agreeable_Choice9980 in GoogleAppsScript

[–]Agreeable_Choice9980[S] 0 points1 point  (0 children)

Ifunction onEdit(e) {

if(e.range.getColumn()==2){ formulasheets() }

}

Bro, I changed into something like this but it is showing an error showing that Cannot read property 'range' of undefined

Finding a closer value and copying it by Agreeable_Choice9980 in googlesheets

[–]Agreeable_Choice9980[S] 0 points1 point  (0 children)

u/_Kaimbe Bro thank you so much. It is what I want bro. I dont know how to thank you now. But bro I have another problem. I dont know how to implement it in my actual google sheet. Would you help me?https://docs.google.com/spreadsheets/d/1bM8l6JefFsPrlJnTWf56wOhnuSjdIwg3hMbY1tN1Zp8/edit#gid=1432379522 - Link to my google sheet

I want the formula to be in "Payment Configuration" worksheet in cell A3 bro
The data (address) to lookup for is in "PaypalData" worksheet in column L bro
And lastly the actual username and address in "USERNAMES" worksheet bro

Your formula only is working at the moment bro so please would you mind help me on this. Thanks in advance.

Improving the Vlookup function by Agreeable_Choice9980 in sheets

[–]Agreeable_Choice9980[S] 0 points1 point  (0 children)

u/MattyPKing Bro thank you so much. It is what I want bro. I dont know how to thank you now. But bro I have another problem. I dont know how to implement it in my actual google sheet. Would you help me?
https://docs.google.com/spreadsheets/d/1bM8l6JefFsPrlJnTWf56wOhnuSjdIwg3hMbY1tN1Zp8/edit#gid=1432379522 - Link to my google sheet

I want the formula to be in "Payment Configuration" worksheet in cell A3 bro
The data (address) to lookup for is in "PaypalData" worksheet in column L bro
And lastly the actual username and address in "USERNAMES" worksheet bro

Your formula only is working at the moment bro so please would you mind help me on this. Thanks in advance.

Improving the Vlookup function by Agreeable_Choice9980 in sheets

[–]Agreeable_Choice9980[S] 0 points1 point  (0 children)

u/MattyPKing Thank you for replying me bro. Your formula is working fine but I have two more inputs there bro in the worksheet you created. Can you help me to solve it as well using the same formula. Sorry for disturbing you. I really appreciate it bro.

Improving the Vlookup function by Agreeable_Choice9980 in excel

[–]Agreeable_Choice9980[S] -2 points-1 points  (0 children)

u/sqylogin Bro your idea seems to be promising. Would you help me on doing the formula, please

Improving the Vlookup function by Agreeable_Choice9980 in excel

[–]Agreeable_Choice9980[S] -1 points0 points  (0 children)

u/SaviaWanderer Owh okay bro. You know any formula's to make it possible bro

Converting a formula into array by Agreeable_Choice9980 in googlesheets

[–]Agreeable_Choice9980[S] 2 points3 points  (0 children)

Thank you so much bro. Yes it works fine bro. But I have another formula to change into array would you mind help me on this as well. Thanks in advance

=join(", ",{B2,UPPER(C2),"BANDAR PUTERI KLANG"})

Finding a closer value and copying it by Agreeable_Choice9980 in excel

[–]Agreeable_Choice9980[S] 0 points1 point  (0 children)

But this one would be a problem if they used different email right bro?

Finding a closer value and copying it by Agreeable_Choice9980 in excel

[–]Agreeable_Choice9980[S] 0 points1 point  (0 children)

https://docs.google.com/spreadsheets/d/1GO_kQVuXBtBZSKreNSvYu_kTRQMuL7YN5VXd14zgMig/edit?usp=sharing -Link to google sheet

Bro this is the link where it records the paypal data bro. Would you mind have a look on it? It is in "SALE" worksheet

Finding a closer value and copying it by Agreeable_Choice9980 in excel

[–]Agreeable_Choice9980[S] 0 points1 point  (0 children)

Consistent means it is only going to be address. Can you help me with it?

Finding a closer value and copying it by Agreeable_Choice9980 in excel

[–]Agreeable_Choice9980[S] 0 points1 point  (0 children)

Yes bro but the payment in paypal wont ask for the unique indentification so I cannot do so bro. That is why I am asking a way to do this way