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

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

did you get the intership

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

PHP Kenya

Which provider is this?

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

PHP Kenya

Merry Christmas ☃️🌲

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

PHP Kenya

wasee apa ni software engineers not computer scientists

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

PHP Kenya

Are you a fan of kenyan football, check out this livescore app. It's purely meant for kenyan football and major competitions in Africa https://play.google.com/store/apps/details?id=com.jammo.app.jammoapp

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

PHP Kenya

Shouldn't the added advantages be more in line with the role? 🤔 🤔 🤔

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

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

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

PHP Kenya

Hello, Am looking for php developers

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

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

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

PHP Kenya

Ni software developers

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

PHP Kenya

Bado mnakumbuka hizi vitu ama campo yenu ilisema IT na mathematics hazipelekani?😁

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

PHP Kenya

That line is geared towards mobile development - totally not required but could be useful if they had it

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

PHP Kenya

The requirements are somehow interesting, they are looking for a php dev but java is an added advantage? 🤔 🤔

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