Battle: Dar es Salaam vs Nairobi

Battle: Dar es Salaam vs Nairobi

🤣🤣🤣🤣🤣🤣🤣🤣 ona vile unajifunga mwenyewe si nilidhani ni wewe tu ulikua unasema c# haiwezi andika Application and it's not an object oriented language hehe sawa ndo umejua inaeza andika that's funny.... told you ukitoa vitu Google sometimes unajikanganya mwenyewe
Mbona unaongea maneno mengi anza kazi sitaki maneno.
1611389548850.png
 
mention airport moja usitaje ya Czech maana Czech ni some other European country!
Terminal 3 ya dubai haina revolving door. Sikumbuki nikiona revolving door wakati napitia terminal 3 ya Dubai. Watu wengi sana wanaotumia emirates wamepitia hapo. I may be wrong. Mtu yeyote aliyepitia terminal 3 ya Dubai airport can correct me. But kwa memory yangu sikumbuki nikiona revolving door pale
 
Physics inaongelea energy ambayo inaishia kwa Einstein. Kama wewe ni mtaalamu wa physics jamaa huyu utamwelewa.

But tunapojifunza cosmology tunaongelea universe as whole.
Ndani ya universe kuna galaxy mabiliions. Tunajifunza the origin of the universe. Tuna calculate big measurements na mambo mengine.

Inshort Cosmology tunaongelea masuala ya universe ni somo pana mno.

Kuna masuala ya Space Mining na Space tourism etc.
Endelea kudanganya gullible people in JF. Definition ya cosmology ni rahisi kuipata online. Umepata lakini hapo hakuna kitu kikubwa umefanya. Cosmology ni specialty ya physics. University nyingi zinai-offer at the graduate level. Yaani masters na Phd. Wewe umesema ulifanya degree ya cosmology. Kuna uwezekano mkubwa kwamba huo ni uongo. Kuna university chache sana zinazo-offer degree ya cosmology kwanza hapa Africa nadhani hakuna au moja mbili. Sasa hio degree ya cosmology ulisomea university gani? University yenyewe iko nchi gani?
 
Endelea kudanganya gullible people in JF. Definition ya cosmology ni rahisi kuipata online. Umepata lakini hapo hakuna kitu kikubwa umefanya. Cosmology ni specialty ya physics. University nyingi zinai-offer at the graduate level. Yaani masters na Phd. Wewe umesema ulifanya degree ya cosmology. Kuna uwezekano mkubwa kwamba huo ni uongo. Kuna university chache sana zinazo-offer degree ya cosmology kwanza hapa Africa nadhani hakuna au moja mbili. Sasa hio degree ya cosmology ulisomea university gani? University yenyewe iko nchi gani?
Sasa unataka kujua cosmology au unataka kujua chuo nilichosomea? chagua moja.
 
Nitajibu

Sawa I will do it ndo usiseme nimehepa but najua unajua ulidanganya 🤣🤣🤣🤣🤣🤣
codes hizi hapa:
Code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace Simba254
{
    public partial class Form1 : Form
    {
       private Thread thread;
        public delegate void InvokeDelegate();
        public Form1()
        {
            InitializeComponent();
            thread = new Thread(threadMethod);
        }
        private void threadMethod()
        {

            int i = 0;
            while (i < 100)
            {
                Thread.Sleep(500);
                BeginInvoke(new InvokeDelegate(JoinGuIThread));

            }

            //Write code here simba25
        }
        private void JoinGuIThread()
        {
            //write code here simba 254
            this.label1.Text = DateTime.Now.ToString("dd MMM yyyy HH:mm:ss");
        }
        private void Startthread()
        {
            //write code here simba 254
            thread.Start();
        }

        private void Form1_Load(object sender, EventArgs e)
        {
            Startthread();
        }
    }
}
 
Oyah, Venus ukikutana na project wanataka Spring boot kwa gateway au any backend au react/angular frontend nipe dill mkuu. Mimi connection yangu finyu sana
Mbona sijawahi kuona a serious programmer from TZ akiwa ameunda a serious app? Wakenya ndio najua wengi ambao wameunda app zinazotumika kote kote from agri-business to mobile money applications to education apps. Sasa mbona nyinyi mpo mpo tu.
Venus Star
 
codes hizi hapa:
Code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace Simba254
{
    public partial class Form1 : Form
    {
       private Thread thread;
        public delegate void InvokeDelegate();
        public Form1()
        {
            InitializeComponent();
            thread = new Thread(threadMethod);
        }
        private void threadMethod()
        {

            int i = 0;
            while (i < 100)
            {
                Thread.Sleep(500);
                BeginInvoke(new InvokeDelegate(JoinGuIThread));

            }

            //Write code here simba25
        }
        private void JoinGuIThread()
        {
            //write code here simba 254
            this.label1.Text = DateTime.Now.ToString("dd MMM yyyy HH:mm:ss");
        }
        private void Startthread()
        {
            //write code here simba 254
            thread.Start();
        }

        private void Form1_Load(object sender, EventArgs e)
        {
            Startthread();
        }
    }
}
🤣🤣🤣🤣🤣🤣🤣🤣🤣 hiyo hadi yenye iko commented out aki ndugu sacha hizo hiyo code umechukua template .....
 
View attachment 1684044
Yeah inatoka moja kwa moja let me run it first
hahahaha!!! chukua somo hapa:
Code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace Simba254
{
    public partial class Form1 : Form
    {
       private Thread thread;
        public delegate void InvokeDelegate();
        public Form1()
        {
            InitializeComponent();
            thread = new Thread(threadMethod);
        }
        private void threadMethod()
        {

            int i = 0;
            while (i < 100)
            {
                Thread.Sleep(500);
                BeginInvoke(new InvokeDelegate(JoinGuIThread));

            }

            //Write code here simba25
        }
        private void JoinGuIThread()
        {
            //write code here simba 254
            this.label1.Text = DateTime.Now.ToString("dd MMM yyyy HH:mm:ss");
        }
        private void Startthread()
        {
            //write code here simba 254
            thread.Start();
        }

        private void Form1_Load(object sender, EventArgs e)
        {
            Startthread();
        }
    }
}
 
codes hizi hapa:
Code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace Simba254
{
    public partial class Form1 : Form
    {
       private Thread thread;
        public delegate void InvokeDelegate();
        public Form1()
        {
            InitializeComponent();
            thread = new Thread(threadMethod);
        }
        private void threadMethod()
        {

            int i = 0;
            while (i < 100)
            {
                Thread.Sleep(500);
                BeginInvoke(new InvokeDelegate(JoinGuIThread));

            }

            //Write code here simba25
        }
        private void JoinGuIThread()
        {
            //write code here simba 254
            this.label1.Text = DateTime.Now.ToString("dd MMM yyyy HH:mm:ss");
        }
        private void Startthread()
        {
            //write code here simba 254
            thread.Start();
        }

        private void Form1_Load(object sender, EventArgs e)
        {
            Startthread();
        }
    }
}
Nikichukuanga code online ndo Huwa inakuambia where to place extra code hizo commented out statements za write your code here..... mimi nangangana hapa na sublime niandike code kumbe wenzangu anaibia aaaai me sitaki mambo yako tena 🤣🤣🤣🤣🤣🤣
 
Nikichukuanga code online ndo Huwa inakuambia where to place extra code hizo commented out statements za write your code here..... mimi nangangana hapa na sublime niandike code kumbe wenzangu anaibia aaaai me sitaki mambo yako tena 🤣🤣🤣🤣🤣🤣
Hujui chochote usinipotezee muda.
 
Mbona sijawahi kuona a serious programmer from TZ akiwa ameunda a serious app? Wakenya ndio najua wengi ambao wameunda app zinazotumika kote kote from agri-business to mobile money applications to education apps. Sasa mbona nyinyi mpo mpo tu.
Venus Star
Hujaona au hutaki kuona? halafu hua mnajinadi tu hamna kitu. Kuna ndugu yako moja alitaka kuintegrate web yake kwenye gateway yangu nkakuta kumbe hajui hata api ni nini ndio akaanza kugoogle
 
Back
Top Bottom