/* * PHP Group for devs and wannabes. * Add More * Share * Thats All Checkout https://github.com/phpkenya https://t.me/phpkenya */
Hi
A friend is looking for a codeigniter Dev for some task
0729040226 is the contact
Hello Devs
Test out this app for me and dm me your thoughts.If it's nice share with friends. It's Built on flutter and Laravel.
Name : "Budget Yangu"
Thank you..
https://play.google.com/store/apps/details?id=com.ke.budgetyangu
Can you handle business related challenge. Finding aging, running balances, variances?👀
Читать полностью…I've run this code and I now have 2035 shillings in my wallet
Читать полностью…What if the amount necessitates using the 1 shilling coin?
Читать полностью…I am sure this can be done in one line of python 😅 but I don't know much python.
In php you'd need a bunch of variables from one expression to the next
for example, given the amount 2035, you need:
Two 1000 notes
One 20 shilling coin
One 10 shilling coin
One 5 shilling coin
Idle minds, i have something for you to keep yourself busy with
Читать полностью…For anyone intrested in knowing cloud computing check out this link https://www.youtube.com/watch?v=q9EudSINGAg&list=PLMTciOfb1hbRCCTGJrfYTrobXw7pDIY6l&ab_channel=THOMASAMBETSA dont forget to like comment and share
Читать полностью…We are still waiting for our Java devs to restart the JVM
Читать полностью…Are you facing challenges with hashed phone numbers from M-Pesa callbacks? We've got the solution for you!
Hashed numbers can be problematic, but not anymore. Our API seamlessly converts hashed phone numbers to real numbers.Create your account at hashback .co.ke today!
I need help troubleshooting a student assignment, written in ASP.net. has a bug, which I am unable to find. Only 2 web forms. Chat me, we connect via teamviewer. We will discuss the pay
Читать полностью…<?phpЧитать полностью…
$notes = array(1000,500,200,100,50,20,10,5,1);
$counter = [];
function parse($amount, $counter)
{
global $notes;
if ($amount <= 0)
{
return $counter;
}
foreach ($notes as $note)
{
if ($amount >= $note)
{
$amount = $amount - $note;
if (empty($counter[$note.""]))
{
$counter[$note.""] = 0;
}
$counter[$note.""] = $counter[$note.""] + 1;
return parse($amount, $counter);
}
}
return $counter;
}
// example
$counter = parse(2035, $counter);
print_r($counter);
Given any amount, determine which of Kenya's accepted legal tender (except 1 shilling and 50 cent coins), is needed to constitute that amount
Читать полностью…Get bulk SMS at flat rate of@ 0.39. Sender ID at @4990 per Network. We also allow Sender ID Transfer at no cost. Contact us for more information 0721512910
Читать полностью…