Jump to content

Jupi

Members
  • Posts

    1,474
  • Joined

  • Last visited

Details

  • Gang
    [✖‿✖]
  • Location
    Egypt
  • Occupation
    Potatoez
  • Interests
    Programming, Modeling, Animating, Music, Monstercat

Recent Profile Visitors

2,906 profile views

Jupi's Achievements

Loc

Loc (38/54)

55

Reputation

  1. LOOOL تعريف فنكشن ماله اي لازمة math.abs بس وخلصنا
  2. لول من أكبر المواضيع في المنتدى سنتين للحين ولسا ما مات Iron ولا Silver
  3. مثال مطبق علي مشروع من نوع كونسل using System; using System.Threading; namespace Test { class MainClass { public static void Main(string[] args) { for (int Index = 0; Index <= 100000; Index++) { Console.WriteLine(Index); Thread.Sleep(1000); // نوقف تنفيذ الثريد الحالي فترة مقدارها ثانية قبل الانتقال للدورة الاخرى من الحلقة } Console.ReadKey(); } } } بلتوفيق
  4. جدال علي صورة بقرة ... يا حلاوة ( ͡° ͜ʖ ͡°)
×
×
  • Create New...