Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Japanese Code?

Name: Anonymous 2010-06-08 18:29

Anyone have examples of Japanese programming code? What about any language other than English? I find it hard to believe the whole world codes in English.

Name: Anonymous 2010-06-08 18:36

Name: Anonymous 2010-06-08 18:38

"GRUNNUR"

Name: Anonymous 2010-06-08 18:57

All the world loves Japanese coeds

Name: Anonymous 2010-06-08 20:15

#inclusief <stdio.h>

geheel hoofd(leeg)
{
    geheel i = 5;

    terwijl (--i) drukaff("LOL NEDERLANDS\n");

    geef 0;
}

Name: Anonymous 2010-06-08 20:57

>>5
hoofd(leeg)
Sounds like a thing my dog would do.

Name: Anonymous 2010-06-08 21:30

>>6
Sounds like a thing my dog would do.
lolol is ur dof ded
U MENA HASKAL

Name: Anonymous 2010-06-08 21:34

>>7
back to the imageboards, please

Name: Anonymous 2010-06-08 21:43

>>8
Hey now. >>7 is worthless, but I'm pretty sure it's our own brand.

Name: Anonymous 2010-06-08 21:48

>>2
The whole world still codes in English because no one actually uses those languages.

Name: Anonymous 2010-06-08 22:47

>>8
You haven't been around here for long, have you?

Name: Anonymous 2010-06-08 23:01

This is what russkie have instead of COBOL. Generally it's like some sort of PL/SQL after googletranslating.

Функция ПечатьСчетаЗаказа(Тип)

   Запрос = Новый Запрос;
   Запрос.Текст =
   "ВЫБРАТЬ
   |   Номер,
   |   Дата,
   |   ДатаПоступления,
   |   ДоговорКонтрагента,
   |   Контрагент КАК Поставщик,
   |   Организация,
   |   СуммаДокумента,
   |   ВалютаДокумента,
   |   УчитыватьНДС,
   |   СуммаВключаетНДС
   |ИЗ
   |   Документ.ЗаказПоставщику КАК ЗаказПоставщику
   |
   |ГДЕ
   |   ЗаказПоставщику.Ссылка = &ТекущийДокумент";
  
   Запрос.УстановитьПараметр("ТекущийДокумент", СсылкаНаОбъект);
  
   Шапка = Запрос.Выполнить().Выбрать();
   Шапка.Следующий();

   Запрос = Новый Запрос;

   Макет = ПолучитьМакет("СчетЗаказ");

   // Определим параметры запроса и табличного документа
   // в зависимости от необходимости отображения артикула поставщика
   Если Тип = "ЗаказПоДаннымПоставщика" Тогда

      ВыводитьКоды    = Истина;
      ТекстКодАртикул = "Код";
        Колонка         = "Артикул" + Символы.ПС + "поставщика";
      ОбластьШапки    = Макет.ПолучитьОбласть("ШапкаСКодом");
      ОбластьСтроки   = Макет.ПолучитьОбласть("СтрокаСКодом");

      Запрос.УстановитьПараметр("Контрагент", ЭтотОбъект.Контрагент);

      ТекстПоляТовараДляТоваров = "
      |   ВЫБОР КОГДА (ВЫРАЗИТЬ (НаименованиеКонтрагента КАК Строка(100)) ЕСТЬ NULL ИЛИ ВЫРАЗИТЬ (НаименованиеКонтрагента КАК Строка(100)) = """") ТОГДА ВЫРАЗИТЬ (ВложенныйЗапрос.Номенклатура.НаименованиеПолное КАК Строка(100)) ИНАЧЕ ВЫРАЗИТЬ (НаименованиеКонтрагента КАК Строка(100)) КОНЕЦ КАК Товар,";

      ТекстПоляТовараДляУслуг = "
      |   ВЫБОР КОГДА (ВЫРАЗИТЬ (НаименованиеНоменклатурыКонтрагента КАК Строка(100)) ЕСТЬ NULL ИЛИ ВЫРАЗИТЬ (НаименованиеНоменклатурыКонтрагента КАК Строка(100)) = """") ТОГДА ВЫРАЗИТЬ (ЗаказПоставщику.Номенклатура.НаименованиеПолное КАК Строка(100)) ИНАЧЕ ВЫРАЗИТЬ (НаименованиеНоменклатурыКонтрагента КАК Строка(100)) КОНЕЦ КАК Товар,";
.....

Name: Anonymous 2010-06-08 23:11

>>11
Yes, I have.
All of those so-called ``memes'' were started by idiots wandering in from /g/. They are not funny.

Name: Anonymous 2010-06-09 0:24

English is the official language of internation business. Indians are required to know it, and any decent programmers in other non-English speaking countries learn it.

I have worked on code from foriegners. It's mostly terrible broken English or variable names in their language.

var Window fenster = new Window()

Shit like that.

Name: Anonymous 2010-06-09 0:33

Lenklest *ll = new Lenklest;
ll->next = NULL;

Name: Anonymous 2010-06-09 0:39

>>14
Why do Indians have such an utterly horrible grasp of the language, then?

Name: Anonymous 2010-06-09 1:55

>>16
Outsourcing work to what is essentially a slave labor force and making sure that they're properly educated in what is a foreign language to them would destroy the profits of the evil scum corporations that hire them in the first place.

Name: Anonymous 2010-06-09 6:18

Name: Anonymous 2010-06-09 10:07

>>18
Those sites are scams, just pay for your lancer. They're only a few dollars anyway.

Name: Anonymous 2010-06-09 14:58

>>12
Thanks, now Chromium thinks this page is in Russian.

Name: Anonymous 2010-06-09 16:04

Anyone have exampres of Japanese programming code? What about any ranguage other than Engrish? I find it hard to berieve the whore worrd codes in Engrish.

Name: Anonymous 2010-06-09 16:38

>> 21
You win.  End of thread.

Name: Anonymous 2010-06-09 16:39

>>21,22
SPAWHBTIPT

Name: Anonymous 2010-06-09 17:32

$ progmeme 1276036151 23
Parse error on line 2: "IPT" unrecognized acronym token

Name: Anonymous 2010-06-09 17:42

>>24
Looks like /prog/ bug #4728. Switch to Frisky Fortran and run apt-get dist-upgrade, and that'll be fixed.

Name: Anonymous 2010-06-09 17:43

Name: Anonymous 2010-06-09 17:56

>>24
In polynomial time

Name: Anonymous 2010-06-09 18:20

>>27
Oh, I didn't know there was a backport for Erotic Erlang. That's probably easier than a full upgrade.

Name: Anonymous 2010-06-09 18:37

>>28
Any news about the upcoming Google Go release?

Name: Anonymous 2010-06-09 20:35

#ifdef WAKATIGAKI
/* As for the hiragana as well, the function which isn't necessarily needed if reading raising becomes possible. */

Name: Anonymous 2010-06-09 20:43

>>29
What the hell is that?

Name: Anonymous 2010-11-14 7:50

Name: Anonymous 2010-11-15 0:52

Name: Anonymous 2011-02-02 23:48

Name: Anonymous 2011-02-03 3:41

Name: Anonymous 2011-09-25 14:08

pantsu

Name: Anonymous 2013-02-10 5:43

>>12
Translate this shit, Nikita.

Name: Anonymous 2013-02-10 5:50

The terrible, racist, and rude gcc balks at even the simplest of kanji. How typical of a program written by the barbaric gaijin.

Don't change these.
Name: Email:
Entire Thread Thread List