phpkenya | Unsorted

Telegram-канал phpkenya - PHP KENYA

-

/* * PHP Group for devs and wannabes. * Add More * Share * Thats All Checkout https://github.com/phpkenya https://t.me/phpkenya */

Subscribe to a channel

PHP KENYA

Mko sure si huyu Java dev anatafutwa? 🤔 🤔

Читать полностью…

PHP KENYA

Karibu uchonge viazi ama namna gani?😁

Читать полностью…

PHP KENYA

Hey guys... Nani ako sawa Java.

Inbox me.

Читать полностью…

PHP KENYA

Hi
A friend is looking for a codeigniter Dev for some task
0729040226 is the contact

Читать полностью…

PHP KENYA

I've paid multiple udemy courses

Читать полностью…

PHP KENYA

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

Читать полностью…

PHP KENYA

Can you handle business related challenge. Finding aging, running balances, variances?👀

Читать полностью…

PHP KENYA

Bring more challenges

Читать полностью…

PHP KENYA

Nani anajua ni tool gani hujenga code ikae hivi?

Читать полностью…

PHP KENYA

I've run this code and I now have 2035 shillings in my wallet

Читать полностью…

PHP KENYA

What if the amount necessitates using the 1 shilling coin?

Читать полностью…

PHP KENYA

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

Читать полностью…

PHP KENYA

for example, given the amount 2035, you need:

Two 1000 notes
One 20 shilling coin
One 10 shilling coin
One 5 shilling coin

Читать полностью…

PHP KENYA

Idle minds, i have something for you to keep yourself busy with

Читать полностью…

PHP KENYA

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

Читать полностью…

PHP KENYA

We are still waiting for our Java devs to restart the JVM

Читать полностью…

PHP KENYA

Has mpesa been fixed?

Читать полностью…

PHP KENYA

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!

Читать полностью…

PHP KENYA

I just want the chick in your dp.

Anyways minimum SMS?

Читать полностью…

PHP KENYA

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 KENYA

https://pastebin.com/5svB2Knh

Читать полностью…

PHP KENYA

I guess screenshot was by carbon.now.sh

Читать полностью…

PHP KENYA

Code snippet vscode extension

Читать полностью…

PHP KENYA

modulus period, from the highest to lowest

Читать полностью…

PHP KENYA

<?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);

Читать полностью…

PHP KENYA

Chain of responsibility design pattern will do it

Читать полностью…

PHP KENYA

And no, its not a class assignment

Читать полностью…

PHP KENYA

Given any amount, determine which of Kenya's accepted legal tender (except 1 shilling and 50 cent coins), is needed to constitute that amount

Читать полностью…

PHP KENYA

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

Читать полностью…

PHP KENYA

am also looking for a junior position

Читать полностью…
Subscribe to a channel