| Every thread of the Alençon lace is perfect and the design is extraordinarily delicate. | Каждая нить аленсонского кружева идеальна, а узор чрезвычайно тонок. |
| I should soak both needle and thread in the rum. | Я должен окунуть иглу и нить в ром. |
| There's a light blue thread woven through, which gives it a special character. | Проходящая здесь голубая нить придает ей особый характер. |
| The thread that binds you and I together... | Нить между нами, ...должна быть чернее ночи. |
| The spider drops him a thread to climb up into heaven. | За это паук бросает Кандате нить, по которой он может подняться в рай. |
| When a thread wants to enter the critical section, it has to check whether now is its turn to do so. | Когда поток хочет войти в критическую секцию, он должен проверить, может ли он это сейчас сделать. |
| When an operation requires the value of x, it blocks until the thread is done with the computation. | Когда какой-либо операции потребуется непосредственное значение х, она будет заблокирована до тех пор, пока поток не завершит вычисления. |
| The main thread prints exceptions to the console, but user-created threads need a handler registered to do so. | Главный поток автоматически напечатает исключение в консоль, а потоки, созданные пользователем, могут сделать это только зарегистрировав обработчик. |
| 32} 33 34 public void unlock(int pid) 35 {36 tickets.set(pid, 0); 37} Each thread only writes its own storage, only reads are shared. | 32} 33 34 public void unlock(int pid) 35 {36 ticket.set(pid, 0); 37} Каждый поток пишет в свою собственную память, только операция чтения может выполняться в общей памяти. |
| One of the major drawbacks, however, is that it cannot benefit from the hardware acceleration on multithreaded processors or multi-processor computers: there is never more than one thread being scheduled at the same time. | Однако, одним из главных недостатков его является то, что в нём нельзя извлечь никакой выгоды из аппаратного ускорения на многопоточных процессорах или многопроцессорных компьютерах, потому что только один поток выполнения может быть запланирован на любой момент времени. |
| First... this thread from your sweater. | Во-первых... эта нитка с твой кофты. |
| We just need needle and thread. | Нужна иголка и нитка. |
| The turquoise string that you found in the shifter Is embroidery thread. | Бирюзовая нитка, которую ты нашел под рычагом переключения передач, это нить для вышивания. |
| We need a needle and thread. | Нужна нитка с иголкой. |
| The stitching of the passport is made by the chain method, the end of the thread being re. | Паспорт прошит цепным методом с обратным вплетением конца нитки. Нитка состоит из трех отдельных волокон желто-голубой раскраски. |
| Okay, I have checked their vitals. I know, they're hanging by a thread. | Я знаю, я проверила их состояние, они все висят на волоске. |
| There were times when the very fate of this document hung by a thread. | Были в этот период взлеты и падения, были моменты, когда сама судьба этого документа висела на волоске. |
| I hate it when they manipulate children like this, and with your entire future hanging by a thread. | Терпеть не могу, когда они вот так манипулируют детьми, и это когда все твое будущее висит на волоске. |
| Our kind is hanging on by a thread. | Наш вид висит на волоске. |
| In the span of a single night, when his life was hanging by a thread... The poet's hair had turned a pale white. | Жизнь поэта висела на волоске, и за одну ночь его волосы стали пепельно-белыми. |
| "I can't believe it, a left-hand thread at this time of the night!" | "Не могу поверить, леворукая резьба в такое время ночи!" |
| The continuous thread is a single or a multiple thread. | Непрерывная резьба выполнена однозаходной или многозаходной. |
| The thread is compatible with the thread of the plug or the cap. | Резьба совместима с резьбой заглушки или колпачка. |
| The thread on the surface of the screw can be a single thread or a multiple thread. | Резьба на поверхности винта выполнена однозаходной или многозаходной. |
| At least three through holes for the spongious screws are provided with a metric thread whose pitch is equal to the spongious thread thereof. | По меньшей мере, в трех сквозных отверстиях для спонгиозных винтов выполнена метрическая резьба с шагом равным шагу спонгиозной резьбы винтов. |
| Which means there's still one loose thread out there. | Что значит, остается одна свободная ниточка. |
| And there's still one loose thread that needs to be clipped. | И у нас всё ещё есть одна ниточка, которую нужно срезать. |
| An eyebrow should be thin as a thread and raised in amazement. | Бровь должна быть тоненькая, как ниточка, удивленно-приподнятая. |
| A brow should be as thin as a thread, raised a little as if in surprise. | Бровь должна быть тоненькая, как ниточка, удивленно-приподнятая. |
| There'll always be another thread to pull. | Всегда найдется ниточка, за которую можно потянуть. |
| In this example, all threads execute the same "main" function, Thread. | В примере ниже все потоки выполняют одну и ту же «главную» функцию Thread. |
| This album includes "Moving On", "Hanging On by a Thread" and "Best of Me" from the Breaking the Silence EP. | В альбом вошли треки «Moving On», «Hanging On by a Thread», и «Best of Me» с их предыдущего релиза Breaking the Silence EP. |
| The Norwegian Film Institute (the successor to the NFF) provided a new grant of 1 million NOK (ca. $174,000) for Red Thread Games to begin pre-production of Dreamfall Chapters in November 2012. | Норвежский институт кино, унаследовавший функции расформированного в 2008 году кинофонда, предоставил Red Thread Games грант размером в 1 миллион крон (ок. 174 тысяч долларов США), чтобы начать разработку Dreamfall Chapters в ноябре 2012 года. |
| A thread class (std::thread) is provided, which takes a function object (and an optional series of arguments to pass to it) to run in the new thread. | Предоставляется класс потока (std::thread), который принимает объект функции (и необязательный список аргументов для передачи ему) для запуска в новом потоке. |
| The service tag for each thread is stored in the SubProcessTag of its thread environment block (TEB). | Место для ВВТ резервируется в Thread Environment Block (TEB) каждого потока. |
| Articles labeled with this symbol are parts of a guarded thread. This corresponds to a score of 100. | Статьи, помеченные этим символом являются частью наблюдаемой дискуссии. Это соответствует отметке 100. |
| This is the valuation of an article or a thread. | Ваша оценка статьи или дискуссии. |
| Show unread count in thread | Показать количество непрочитанных статей в дискуссии |
| This shows only threads chosen as watched threads by you; you may be watching a thread because, for example, you are participating in it, or because you are particularly interested in the answers. You can choose this filter by selecting View Filter Watched | Это отображает только дискуссии которыми вы интересуетесь. Например, потому что вы участвуете в этой дискуссии либо заинтересованы в ответах. Вы можете выбрать его в меню Вид Фильтр Наблюдаемые |
| Jumps to the next unread thread, and to the next unread thread in the next newsgroup if necessary. | Перейти к следующей непрочитанной дискуссии либо к непрочитанной дискуссии в следующей группе, если необходимо. |
| "Mark Thread as Read" Triggers Following Actions | При выборе «Отметить дискуссию как прочитанную» |
| This command jumps to the next thread containing unread articles: the first unread article is then selected and shown. The sequence follows the order of articles in the article view. | Эта команда перехода на следующею дискуссию, содержащую непрочитанные статьи. Будет выбрана и отображена первая непрочитанная статья. Последовательность перехода определяется сортировкой статей в списке. |
| Mark Thread as & Unread | Отметить дискуссию как & непрочитанную |
| Mark Thread as & New | Отметить дискуссию как & новую |
| "Ignore Thread" Triggers Following Actions | При выборе «Игнорировать дискуссию» |
| In a seperate thread Cedric Veilleux asked which vendor of laptop should be purchased. | В другом треде Cedric Veilleux спрашивает, ноутбук какого производителя лучше всего покупать. |
| When oubipaws casually claimed he had been running Gentoo Linux on his Apple Macintosh G5, the Gentoo PPC developer elite flocked to the thread to see what was going on. | Когда oubipaws так запросто заявил, что он запустил Gentoo Linux на своем Apple Macintosh G5, вся элита Gentoo PPC разработчиков собралась в этом треде, чтобы узнать, что происходит. |
| In an uncommonly active thread, Spider called for the -user community to submit glxgear benchmark results of their Nvidia graphics cards. | В необычно активном треде Spider предложил сообществу пользователей отправлять результаты glxgear бенчмарк тестов своих графических карт Nvidia. |
| Tell the other lads you're coming at at the corresponding forum thread (in German). | Сообщите, остальным, что в там будете в соответствующем треде форума (на немецком). |
| I do not want OpenAL mixer thread, I want mixer working from my own thread. | Я хочу заниматься микшированием в своём треде. Я не хочу чтобы OpenAL создавал тред! |
| CP: I stuck that thread so it lasted a few days. | Крис П: Тред продержался несколько дней |
| As usual, a coordination thread is in the German forum. | Как всегда в немецком форуме есть тред для координации. |
| You might be interested in this thread discussing smaller, simpler alternatives to Apache. | Тогда, возможно, вас заинтересует этот тред, где рассматриваются более лёгкие и маленькие альтернативы Апача. |
| Gentoo developer Genone has set up a sticky thread a while ago that deals with the upcoming integration of security announcements in Portage. | Разработчик Gentoo Genone приклеил в форуме тред по вопросам скорой интеграции системы GLSA в Portage. |
| I do not want OpenAL mixer thread, I want mixer working from my own thread. | Я хочу заниматься микшированием в своём треде. Я не хочу чтобы OpenAL создавал тред! |
| A little guy with a needle and thread brings down an empire. | Находится маленький человек с иголкой, и дырочка рушит всю империю. |
| Do you have a needle and thread? | У Вас есть нитка с иголкой? |
| You're certainly Edward Sexton with that needle and thread. | Ты прям Эдвард Секстон с этими иголкой и ниткой. |
| Will needle and thread? | Не найдется ли у вас нитки с иголкой? |
| Say, are you good with a needle and thread? | Ты с иголкой управляться умеешь? |