Size: a a a

JS Liberty [ОЫ]

2020 June 03

N

Nick in JS Liberty [ОЫ]
Где пишешь цифру и она сразу суммируется в тотал
источник

N

Nick in JS Liberty [ОЫ]
Там жесть какая то все равно. Она страшная )))
источник

НА

Николай Алиферов... in JS Liberty [ОЫ]
скинь сюда плиз)
источник

N

Nick in JS Liberty [ОЫ]
Ща найду
источник

DE

Denis Efremov in JS Liberty [ОЫ]
        if (w == "d") {

           if (currentq === 1)
           {
               data[0] = 0;
               remove('50', '37', '47', '25', at, at1, msgdisc, msg, p, q);
           }

           if (currentq === 2)
           {
               if (q === 2) {
                   data[0] = q1;
                   data[1] = 0;
                   if (q1 === 1) {
                       remove(price[0][1], price[1][1], price[2][1], price[3][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }
                   if (q1 === 3) {
                       remove(price[8][1], price[9][1], price[10][1], price[11][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }
                   if (q1 === 4) {
                       remove(price[14][1], price[15][1], price[16][1], price[17][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }

               } else {

                   data[1] = 0;

                   if (q === 1) {
                       remove(price[0][1], price[1][1], price[2][1], price[3][1], at, at1, msgdisc, msg, p, q, '0', '0', '0');
                   }
                   if (q === 3) {
                       remove(price[8][1], price[9][1], price[10][1], price[11][1], at, at1, msgdisc, msg, p, q, '0', '0', '0');
                   }
                   if (q === 4) {
                       remove(price[14][1], price[15][1], price[16][1], price[17][1], at, at1, msgdisc, msg, p, q, '0', '0', '0');
                   }

               }
           }

           if (currentq === 3)
           {

               if (q === 2) {
                   data[0] = q1;
                   data[1] = q2;
                   data[2] = 0;

                   if ((q1 == 1 && q2 == 3) || (q1 == 1 && q2 == 4)) {
                       remove(price[0][1], price[1][1], price[2][1], price[3][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }

                   if (q1 == 3 && q2 == 4) {
                       remove(price[8][1], price[9][1], price[10][1], price[11][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }

                   if (q1 == 3 && q2 == 1) {
                       refresh('1', '1');
                       remove(price[8][1], price[13][1], price[10][1], price[11][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                       //PB
                   }

                   if (q1 == 4 && q2 == 1) {
                       remove(price[14][1], price[15][1], price[19][1], price[17][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }

                   if (q1 == 4 && q2 == 3) {
                       refresh('3', '1');
                       remove(price[18][1], price[9][1], price[16][1], price[17][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                       // PB
                   }

               }
источник

S

Syntax Highlight Bot in JS Liberty [ОЫ]
Denis Efremov
        if (w == "d") {

           if (currentq === 1)
           {
               data[0] = 0;
               remove('50', '37', '47', '25', at, at1, msgdisc, msg, p, q);
           }

           if (currentq === 2)
           {
               if (q === 2) {
                   data[0] = q1;
                   data[1] = 0;
                   if (q1 === 1) {
                       remove(price[0][1], price[1][1], price[2][1], price[3][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }
                   if (q1 === 3) {
                       remove(price[8][1], price[9][1], price[10][1], price[11][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }
                   if (q1 === 4) {
                       remove(price[14][1], price[15][1], price[16][1], price[17][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }

               } else {

                   data[1] = 0;

                   if (q === 1) {
                       remove(price[0][1], price[1][1], price[2][1], price[3][1], at, at1, msgdisc, msg, p, q, '0', '0', '0');
                   }
                   if (q === 3) {
                       remove(price[8][1], price[9][1], price[10][1], price[11][1], at, at1, msgdisc, msg, p, q, '0', '0', '0');
                   }
                   if (q === 4) {
                       remove(price[14][1], price[15][1], price[16][1], price[17][1], at, at1, msgdisc, msg, p, q, '0', '0', '0');
                   }

               }
           }

           if (currentq === 3)
           {

               if (q === 2) {
                   data[0] = q1;
                   data[1] = q2;
                   data[2] = 0;

                   if ((q1 == 1 && q2 == 3) || (q1 == 1 && q2 == 4)) {
                       remove(price[0][1], price[1][1], price[2][1], price[3][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }

                   if (q1 == 3 && q2 == 4) {
                       remove(price[8][1], price[9][1], price[10][1], price[11][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }

                   if (q1 == 3 && q2 == 1) {
                       refresh('1', '1');
                       remove(price[8][1], price[13][1], price[10][1], price[11][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                       //PB
                   }

                   if (q1 == 4 && q2 == 1) {
                       remove(price[14][1], price[15][1], price[19][1], price[17][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }

                   if (q1 == 4 && q2 == 3) {
                       refresh('3', '1');
                       remove(price[18][1], price[9][1], price[16][1], price[17][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                       // PB
                   }

               }
источник

В

Виктория in JS Liberty [ОЫ]
Бля охуенно
Я чуть со стула не упала, когда увидела это сегодня
источник

B

Bunk Bunkovich 🐈 in JS Liberty [ОЫ]
Denis Efremov
        if (w == "d") {

           if (currentq === 1)
           {
               data[0] = 0;
               remove('50', '37', '47', '25', at, at1, msgdisc, msg, p, q);
           }

           if (currentq === 2)
           {
               if (q === 2) {
                   data[0] = q1;
                   data[1] = 0;
                   if (q1 === 1) {
                       remove(price[0][1], price[1][1], price[2][1], price[3][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }
                   if (q1 === 3) {
                       remove(price[8][1], price[9][1], price[10][1], price[11][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }
                   if (q1 === 4) {
                       remove(price[14][1], price[15][1], price[16][1], price[17][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }

               } else {

                   data[1] = 0;

                   if (q === 1) {
                       remove(price[0][1], price[1][1], price[2][1], price[3][1], at, at1, msgdisc, msg, p, q, '0', '0', '0');
                   }
                   if (q === 3) {
                       remove(price[8][1], price[9][1], price[10][1], price[11][1], at, at1, msgdisc, msg, p, q, '0', '0', '0');
                   }
                   if (q === 4) {
                       remove(price[14][1], price[15][1], price[16][1], price[17][1], at, at1, msgdisc, msg, p, q, '0', '0', '0');
                   }

               }
           }

           if (currentq === 3)
           {

               if (q === 2) {
                   data[0] = q1;
                   data[1] = q2;
                   data[2] = 0;

                   if ((q1 == 1 && q2 == 3) || (q1 == 1 && q2 == 4)) {
                       remove(price[0][1], price[1][1], price[2][1], price[3][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }

                   if (q1 == 3 && q2 == 4) {
                       remove(price[8][1], price[9][1], price[10][1], price[11][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }

                   if (q1 == 3 && q2 == 1) {
                       refresh('1', '1');
                       remove(price[8][1], price[13][1], price[10][1], price[11][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                       //PB
                   }

                   if (q1 == 4 && q2 == 1) {
                       remove(price[14][1], price[15][1], price[19][1], price[17][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }

                   if (q1 == 4 && q2 == 3) {
                       refresh('3', '1');
                       remove(price[18][1], price[9][1], price[16][1], price[17][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                       // PB
                   }

               }
блять
источник

k

kems in JS Liberty [ОЫ]
Denis Efremov
        if (w == "d") {

           if (currentq === 1)
           {
               data[0] = 0;
               remove('50', '37', '47', '25', at, at1, msgdisc, msg, p, q);
           }

           if (currentq === 2)
           {
               if (q === 2) {
                   data[0] = q1;
                   data[1] = 0;
                   if (q1 === 1) {
                       remove(price[0][1], price[1][1], price[2][1], price[3][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }
                   if (q1 === 3) {
                       remove(price[8][1], price[9][1], price[10][1], price[11][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }
                   if (q1 === 4) {
                       remove(price[14][1], price[15][1], price[16][1], price[17][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }

               } else {

                   data[1] = 0;

                   if (q === 1) {
                       remove(price[0][1], price[1][1], price[2][1], price[3][1], at, at1, msgdisc, msg, p, q, '0', '0', '0');
                   }
                   if (q === 3) {
                       remove(price[8][1], price[9][1], price[10][1], price[11][1], at, at1, msgdisc, msg, p, q, '0', '0', '0');
                   }
                   if (q === 4) {
                       remove(price[14][1], price[15][1], price[16][1], price[17][1], at, at1, msgdisc, msg, p, q, '0', '0', '0');
                   }

               }
           }

           if (currentq === 3)
           {

               if (q === 2) {
                   data[0] = q1;
                   data[1] = q2;
                   data[2] = 0;

                   if ((q1 == 1 && q2 == 3) || (q1 == 1 && q2 == 4)) {
                       remove(price[0][1], price[1][1], price[2][1], price[3][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }

                   if (q1 == 3 && q2 == 4) {
                       remove(price[8][1], price[9][1], price[10][1], price[11][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }

                   if (q1 == 3 && q2 == 1) {
                       refresh('1', '1');
                       remove(price[8][1], price[13][1], price[10][1], price[11][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                       //PB
                   }

                   if (q1 == 4 && q2 == 1) {
                       remove(price[14][1], price[15][1], price[19][1], price[17][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                   }

                   if (q1 == 4 && q2 == 3) {
                       refresh('3', '1');
                       remove(price[18][1], price[9][1], price[16][1], price[17][1], at, at1, msgdisc, msg, p, q1, '1', '0', '0');
                       // PB
                   }

               }
Какой чистый и понятный код 😍
источник

k

kems in JS Liberty [ОЫ]
kems
Какой чистый и понятный код 😍
Кодеру респект
источник

В

Виктория in JS Liberty [ОЫ]
Мудак-стайл
источник

B

Bunk Bunkovich 🐈 in JS Liberty [ОЫ]
Виктория
Мудак-стайл
*бан*
источник

В

Виктория in JS Liberty [ОЫ]
Я про код же
источник

M

Mr. Nobody in JS Liberty [ОЫ]
а кто его писал?
источник

DE

Denis Efremov in JS Liberty [ОЫ]
Бан к?
источник

НА

Николай Алиферов... in JS Liberty [ОЫ]
ну там есть свои причины наверное, как и всегда) а что он делает?
источник

M

Mr. Nobody in JS Liberty [ОЫ]
Николай Алиферов
ну там есть свои причины наверное, как и всегда) а что он делает?
ну как минимум все эти price[x][y] перед проверками в норм переменные переложить и свитчи добавить где уместно
источник

В

Виктория in JS Liberty [ОЫ]
Николай Алиферов
ну там есть свои причины наверное, как и всегда) а что он делает?
Какие тут могут быть причины?
источник

M

Mr. Nobody in JS Liberty [ОЫ]
++
источник

DE

Denis Efremov in JS Liberty [ОЫ]
Свитчи
источник