"breiten technologie stack" -г Англи руу орчуулах

Герман -с Англи руу орчуулсан "breiten technologie stack" хэллэгийн 50 орчуулгын 50 -г харуулж байна

Герман-г {хайлт}-ын Англи руу орчуулах

Герман
Англи

DE Exponierte Stack-Traces. Stack-Traces alleine stellen noch kein Sicherheitsproblem dar. Wenn du in einem Stack-Trace personenbezogene Daten oder benutzergenerierte Inhalte findest, sende uns bitte einen Bericht mit einer Problembeschreibung.

EN Exposed stack traces.  We do not consider stack traces by themselves to be a security issue. If you find that a stack trace details personally identifiable information or user generated content, please submit a report detailing the issue.

Герман Англи
exponierte exposed
sicherheitsproblem security issue
stack stack
inhalte content
bericht report
oder or
bitte please
sende submit
dar the
findest you find
daten details
uns we

DE Exponierte Stack-Traces. Stack-Traces alleine stellen noch kein Sicherheitsproblem dar. Wenn du in einem Stack-Trace personenbezogene Daten oder benutzergenerierte Inhalte findest, sende uns bitte einen Bericht mit einer Problembeschreibung.

EN Exposed stack traces.  We do not consider stack traces by themselves to be a security issue. If you find that a stack trace details personally identifiable information or user generated content, please submit a report detailing the issue.

Герман Англи
exponierte exposed
sicherheitsproblem security issue
stack stack
inhalte content
bericht report
oder or
bitte please
sende submit
dar the
findest you find
daten details
uns we

DE Unsere Projektwelt garantiert dir als Softwareentwickler vor allem eins: Vielfalt und Abwechslung im Arbeitsalltag, stetige Weiterentwicklung und einen breiten Technologie-Stack

EN As a Software Developer, the abundance of projects guarantees one thing above all else; diversity and variety in everyday work, continuous professional development and a broad technology stack

Герман Англи
garantiert guarantees
arbeitsalltag everyday work
weiterentwicklung development
breiten broad
stack stack
vielfalt diversity
technologie technology
abwechslung variety
softwareentwickler software developer
und and
im above
als as

DE Völlig neue Einblicke zu System-Health und Gesamt-Stack im Zuge von Re-Launch der New Relic Full-Stack Observability Plattform

EN New Relic Announces Fourth Quarter and Full Fiscal Year 2021 Results

Герман Англи
relic relic
und and
neue new
von year

DE Am 1. Juli 2019 haben wir bekannt gegeben, dass die Lizenzierung für unseren Atlassian Stack eingestellt wird. Du kannst also keine neue Stack-Lizenz mehr kaufen.

EN On July 1, 2019, we announced the end of life of our Atlassian Stack license.  You can no longer purchase a new Stack license.

Герман Англи
juli july
atlassian atlassian
stack stack
neue new
bekannt gegeben announced
lizenz license
wir we
kannst you can
keine no
du you
wird the

DE Aus diesem Grund haben wir uns entschieden, Atlassian Stack einzustellen. Du kannst also keine neue Stack-Lizenz mehr kaufen.

EN Therefore, we have decided to discontinue the Atlassian Stack offering. You can no longer purchase a new Stack license.

Герман Англи
entschieden decided
atlassian atlassian
stack stack
einzustellen to discontinue
neue new
lizenz license
kannst you can
keine no
du you
also to
wir we

DE Full-Stack-Observability verhilft Ihnen zu einfacher Visualisierung und Problembehebung für Ihren gesamten Software-Stack in einer kompakten Benutzeroberfläche. 

EN Full-Stack Observability lets you easily visualize and troubleshoot your entire software stack in one connected experience. 

Герман Англи
visualisierung visualize
software software
stack stack
ihren your
in in
und and
ihnen you
gesamten entire

DE 4. Fügen Im nächsten Schritt wird der Stack durch Druck- und Temperatureinwirkung gefügt. Abhängig der bauteilgebenden Verfahren kann der Stack vollflächig oder punktuell gefügt werden.

EN 4. Joining In the next step, the stack is joined by applying pressure and temperature. Depending on the process used, the stack can be joined over the entire surface or at specific points.

Герман Англи
stack stack
abhängig depending
druck pressure
im in the
schritt step
oder or
und and
kann can
werden be
durch by
verfahren process

DE 5. Der fertige Stack Der maßgeschneiderte SIGRATEX Stack kann nun an den Bauteilhersteller geliefert und direkt für die Weiterverarbeitung im Formwerkzeug genutzt werden.

EN 5. The finished stack The customized SIGRATEX stack can now be delivered to the component manufacturer and used directly for further processing in the mold.

Герман Англи
fertige finished
stack stack
maßgeschneiderte customized
geliefert delivered
genutzt used
direkt directly
im in the
kann can
nun now
für for
und and
den the

DE In der Zeile vor dem ersten "ret" muss sie den Stack-Inhalt (der den Rückgabewert enhält, und sonst nichts) in dieser Variablen speichern, die Zeilen mit den versteckten Bytes einfügen, und dann den Wert zurück auf den Stack laden.

EN At the line before the first "ret" it has to store the stack's content (which is only the return value and nothing else) into the additional variable, insert the lines with the secret bytes, and then load the value back onto the stack.

Герман Англи
ret ret
rückgabewert return value
bytes bytes
stack stack
variablen variable
inhalt content
einfügen insert
laden load
ersten the first
mit with
und and
sonst the
speichern store
dann then
zurück back

DE Wir könnten ihn in einer lokalen Variable speichern, zusätzlichen Code einfügen, der einen leeren Stack hinterlässt, und dann den Rückgabewert zurück auf den Stack schreiben

EN We could store it in a local variable, insert some code leaving the stack empty, and then put the return value back onto the stack

Герман Англи
könnten could
lokalen local
variable variable
speichern store
stack stack
rückgabewert return value
code code
in in
einfügen insert
wir we
zurück back
ihn it
leeren empty
dann then

DE Es gibt noch viel mehr solcher Zeilen, zum Beispiel die schließenden Klammern eines .try { und .catch { Blocks (definitiv leerer Stack!) oder Methodeaufrufe (nur ein Wert von bekanntem Typ auf dem Stack!)

EN There are much more lines like that, for example the closing brackets of .try { and .catch { blocks (definitly empty stack!) or method calls (only returned value of known type on the stack!)

Герман Англи
klammern brackets
catch catch
blocks blocks
stack stack
typ type
viel much
oder or
wert value
mehr more
beispiel example
und and
nur only
von of

DE .maxstack 2 //Stack-Grösse anpassen ldc.i4 65 //"A" laden ldloc myintvalue //noch eine Variable laden - die Deklaraion steht irgendwo weiter oben add //65 + myintvalue stsfld int32 NameSpace.ClassName::mystaticvalue //Ergebnis vom Stack entfernen

EN .maxstack 2 //adjust stack size ldc.i4 65 //load the "A" ldloc myintvalue //load another local variable - declaration inserted above add //65 + myintvalue stsfld int32 NameSpace.ClassName::mystaticvalue //remove the result from the stack

Герман Англи
laden load
variable variable
ergebnis result
stack stack
entfernen remove
grösse size
a a
add add
oben the
vom from
die adjust

DE Was auffällt: Das Steuerrohr ist vergleichsweise lang und der Stack daraus resultierend angenehm hoch, bei unserem Test-Bike in Größe 57 ergibt sich ein entspanntes Stack-zu-Reach-Verhältnis von 1,53

EN We noticed: the head tube is comparatively long and the generous stack that results is pleasantly high

Герман Англи
vergleichsweise comparatively
lang long
stack stack
ergibt results
angenehm pleasantly
und and
ist is
zu high
hoch the
unserem we

DE Wie beim konventionellen Stack-to-Reach-Ansatz wird die Sitzposition umso aggressiver, je geringer der Quotient von Stack+ und Reach+ ist

EN As with a conventional “stack-to-reach” approach the following rule applies: the lower the stack+ and reach+ quotient the more aggressive the riding position

Герман Англи
geringer lower
stack stack
reach reach
wird the

DE Am 1. Juli 2019 haben wir bekannt gegeben, dass die Lizenzierung für unseren Atlassian Stack eingestellt wird. Du kannst also keine neue Stack-Lizenz mehr kaufen.

EN On July 1, 2019, we announced the end of life of our Atlassian Stack license.  You can no longer purchase a new Stack license.

Герман Англи
juli july
atlassian atlassian
stack stack
neue new
bekannt gegeben announced
lizenz license
wir we
kannst you can
keine no
du you
wird the

DE Aus diesem Grund haben wir uns entschieden, Atlassian Stack einzustellen. Du kannst also keine neue Stack-Lizenz mehr kaufen.

EN Therefore, we have decided to discontinue the Atlassian Stack offering. You can no longer purchase a new Stack license.

Герман Англи
entschieden decided
atlassian atlassian
stack stack
einzustellen to discontinue
neue new
lizenz license
kannst you can
keine no
du you
also to
wir we

DE Microsoft Full Stack-Anbieter: Profitieren Sie von unserem breiten Microsoft Know-how

EN Microsoft full stack provider: Benefit from our extensive Microsoft know-how

Герман Англи
microsoft microsoft
full full
stack stack
anbieter provider
von from
unserem our
profitieren benefit

DE Geräumige Appartements für 5 Personen ausgelegt, weg vom breiten Strand ist nur 200 m, 800 m vom Zentrum und vom See Bukowo mit einem breiten Angebot an Wassersport 1200m

EN Spatial apartments for 5 persons are a wide beach only 200m from the center of 800m and from Lake Bukowo with a diverse range of water sports 1200m

Герман Англи
appartements apartments
breiten wide
zentrum center
wassersport water sports
m m
strand beach
see lake
und and
für for
mit with
vom from
angebot are
personen the
nur only

DE Dank unserem breiten Sensor-Portfolio und Technologie-Know-how sind wir Ihr idealer Partner für die Bewältigung der komplexen Entwicklungen in Technologie und Vorschriften.

EN Thanks to our broad sensor portfolio and technology know-how, we are your ideal partner for handling the complex developments in technology and regulations.

Герман Англи
breiten broad
idealer ideal
partner partner
komplexen complex
entwicklungen developments
technologie technology
vorschriften regulations
sensor sensor
portfolio portfolio
in in
ihr your
sind are
für for
und and

DE Viele europäische Länder sind auf einen möglichst breiten Einsatz von KI-Technologie angewiesen, und es wäre daher sehr nachteilig, wenn diese Technologie größtenteils im Ausland entwickelt werden würde.

EN Many European countries are well-prepared for major deployment of AI technology, and it would be deeply problematic if this technology were mostly developed elsewhere.

Герман Англи
europäische european
länder countries
entwickelt developed
ki ai
viele many
es it
technologie technology
größtenteils mostly
wenn if
und and
von of
diese this
würde would
wäre be
sehr major
sind are

DE Fastly lässt sich direkt in Ihren Technologie-Stack integrieren, sodass Sie Konfigurationsänderungen in Echtzeit durchführen und deren Auswirkungen sofort einsehen können.

EN We integrate directly into your stack so you can instantly configure, and see your changes in production right then and there.

Герман Англи
integrieren integrate
stack stack
änderungen changes
direkt directly
sodass so
ihren your
können can
und and
in in

DE Fastly lässt sich direkt in Ihren Technologie-Stack integrieren und unterstützt agile Entwicklungsprozesse.

EN We integrate directly into your technology stack supporting agile development processes.

Герман Англи
direkt directly
in into
integrieren integrate
unterstützt supporting
agile agile
technologie technology
stack stack
ihren your

DE Mit Errors Inbox, unserer neuen Technologie für Fehler-Tracking in New Relic Full-Stack Observability

EN Meet Errors Inbox, an error tracking solution, now part of New Relic Full-Stack Observability

Герман Англи
inbox inbox
relic relic
observability observability
tracking tracking
fehler errors
neuen new
unserer of

DE Sie müssen etwas ändern? Die Technologie – in Pega oder dem Front-End-Stack Ihrer Wahl integriert – wird dynamisch und ohne Programmieraufwand aktualisiert.

EN Need to change something? The technology – built in Pega or your front-end stack of choice – updates dynamically without recoding.

DE Kunden Lösungen anzubieten, die die Arbeitslast optimal verteilen und auf den Technologie-Stack und auf Branchen abgestimmt sind

EN Offer solutions to customers that is workload optimized for both the technology stack and industry verticals

Герман Англи
kunden customers
lösungen solutions
technologie technology
stack stack
branchen industry
anzubieten to
und and
den the

DE Erfahren, wo Solace in Ihren Technologie-Stack passt

EN See where Solace fits in your tech stack

Герман Англи
wo where
in in
ihren your
passt fits
technologie tech
stack stack

DE Plattformumfang: Gesamtbetriebskosten in Bezug auf Technologie-Stack verringern.

EN Platform breadth: Lower the total cost of ownership associated with your marketing tech stack.

Герман Англи
technologie tech
stack stack
in lower
auf the

DE Erfahren Sie, wie Ticketmaster mit Fastly seinen Technologie-Stack modernisierte, um seine Performance zu verbessern und gleichzeitig Kosten zu sparen.

EN See how Ticketmaster modernized their tech stack with Fastly for performance improvements and major cost savings

Герман Англи
modernisierte modernized
sparen savings
technologie tech
stack stack
verbessern improvements
performance performance
kosten cost
um for
sie see
mit with
erfahren and
wie how

DE Wir verfolgen einen API-First-Ansatz, damit Ihre Entwickler sämtliche Deliver@Edge Features nahtlos und automatisch in Ihre CI/CD-Workflows und Ihren Technologie-Stack integrieren können.

EN Built API first, so your developers can make use of all of Deliver@Edge features seamlessly and automatically within your own CI/CD workflows and technology stack.

Герман Англи
entwickler developers
deliver deliver
edge edge
features features
nahtlos seamlessly
automatisch automatically
ci ci
api api
cd cd
workflows workflows
technologie technology
stack stack
können can
first first
und and
in all

DE Das integrierte interaktive Menü bietet eine Push-Button-Infrastruktur, mit der Sie Ihren eigenen Technologie-Stack zusammenstellen und umgehend ausführen können.

EN Our interactive menu features a push-button infrastructure that lets you design your own technology stack?allowing you to get started quickly.

Герман Англи
interaktive interactive
menü menu
umgehend quickly
bietet features
infrastruktur infrastructure
technologie technology
stack stack
und allowing
eine a
ihren your
sie you
mit our

DE Fügt sich das CMS in den bestehenden Technologie-Stack Ihres Unternehmens ein?

EN Will the CMS work with your company’s existing tech stack?

Герман Англи
cms cms
bestehenden existing
unternehmens work
technologie tech
stack stack
den the

DE Integrieren Sie Systeme und Datenbanken und bewerten Sie Ihren Technologie-Stack,um eine optimale Funktion und Ausrichtung sicherzustellen

EN Integrate systems and databases and evaluate your technology stack to ensure optimal function and alignment

Герман Англи
integrieren integrate
datenbanken databases
bewerten evaluate
optimale optimal
funktion function
ausrichtung alignment
stack stack
systeme systems
technologie technology
und and
ihren your
sicherzustellen to ensure
um to

DE Aggreko, führender Anbieter von mobilen Mietanlagen für Stromerzeugung und für Kälte-/Klimatechnik-Lösungen, hat mithilfe von Qlik einen effektiven Technologie-Stack in Azure entwickelt, der eine deutlich schnellere Wertschöpfung ermöglicht.

EN Aggreko, the world-leading provider of mobile modular power, temperature control and energy services, leveraged Qlik to design an effective technology stack in Azure which enables them to accelerate the delivery of value.

Герман Англи
führender leading
mobilen mobile
qlik qlik
effektiven effective
ermöglicht enables
technologie technology
stack stack
mithilfe value
anbieter provider
in in
azure azure
und and

DE Nach der Migration zu Fastly stellte Daniel Wellington fest, dass der Technologie-Stack und die Transparenz, die Fastly bietet, den Anforderungen der Technikteams des Unternehmens exakt entsprachen.

EN After migrating to Fastly, Daniel Wellington found that Fastly’s technology stack and philosophy of transparency merged seamlessly with their technical teams’ needs.

Герман Англи
migration migrating
daniel daniel
wellington wellington
transparenz transparency
anforderungen needs
technologie technology
stack stack
zu to
und and
der of
dass that

DE “Die Technologie von Fastly passt einfach zu uns, sowohl in Bezug auf den Development Stack als auch auf die einfache Integration mit unserer bestehenden Infrastruktur

EN “Fastly matches us technically, both in terms of the development stack and the ease of integration with our existing infrastructure

DE Mit dem neuen, leistungsstarken Multithread-DOTS (Datenorientierter Technologie-Stack) von Unity können Sie das Potenzial von Mehrkernprozessoren voll nutzen

EN With Unity’s new high-performance, multithreaded Data-Oriented Technology Stack (DOTS), you will be able to take full advantage of multicore processors

Герман Англи
neuen new
technologie technology
stack stack
mit with
von of
sie you
potenzial will

DE Wir bauen den Kern von Unity mit dem datenorientierten Technologie-Stack (DOTS) neu auf

EN We’re rebuilding the core of Unity with the Data-Oriented Technology Stack

Герман Англи
kern core
unity unity
technologie technology
stack stack
mit with
den the
von of
Герман Англи
technologie technology
stack stack
architektur architecture

DE Unsere Experten sind mit Ihrem gesamten Technologie-Stack ebenso gut vertraut wie mit der DNA Ihres Unternehmen. Dadurch können wir Chancen ermitteln und Lösungen bereitstellen, die komplexe Abläufe vereinfachen.

EN Our thought leaders understand your full technology stack and business DNA to identify opportunities and solutions that simplify the complex.

Герман Англи
dna dna
unternehmen business
chancen opportunities
lösungen solutions
komplexe complex
vereinfachen simplify
technologie technology
stack stack
ermitteln identify
unsere our
der the
und and

DE Wir führten auch den ELK-Stack und ElastAlert als neue Technologie in die Infrastruktur von Celebrity Cruises ein, was zukünftige Möglichkeiten für das Hinzufügen weiterer Metriken zur Verbesserung der Analytik bietet.

EN We also introduced the ELK stack and ElastAlert as a new technology into the Celebrity Cruises’ infrastructure, this provides future opportunities for adding more metrics in, to enhance analytics.

Герман Англи
neue new
technologie technology
infrastruktur infrastructure
zukünftige future
bietet provides
stack stack
metriken metrics
analytik analytics
in in
wir we
hinzufügen adding
verbesserung enhance
und and
als as
für for
ein a

DE Wir setzen auf führende Technologien, um Ihnen die bestmöglichen Ergebnisse zu liefern. Je nach Projekt wählen wir den Technologie-Stack, der die Aufgabe am besten erfüllt.

EN We use leading technology to provide you with better-than-expected results. Depending on your project, we will choose the tech stack that will best do its job.

Герман Англи
führende leading
ergebnisse results
wählen choose
stack stack
projekt project
je nach depending
wir we
besten best
zu to
technologie technology
liefern provide
den the
aufgabe job

DE Unser Technologie-Stack liefert HD-Video und High-Fidelity-Audio, das auf jedem Gerät, einschließlich Computern, Tischen und Smart-TVs, angesehen werden kann.

EN Our technology stack delivers HD video and high fidelity audio that can be viewed on any device including computers, tables, and smart TVs.

Герман Англи
liefert delivers
einschließlich including
angesehen viewed
stack stack
hd hd
video video
smart smart
gerät device
technologie technology
high high
unser our
computern computers
auf on
kann can
audio audio
werden be
das that
und and

DE Mit der umfangreichen Berufserfahrung wählt der Teamleiter den modernsten und optimalen Technologie-Stack, der heute verfügbar ist, um für unsere Kunden einen maximalen kommerziellen Wert zu erhalten

EN Using the vast professional experience, the Team leader selects the most advanced and optimum technology stack available today to obtain maximum commercial value for our customers

Герман Англи
umfangreichen vast
wählt selects
teamleiter team leader
heute today
kunden customers
kommerziellen commercial
technologie technology
stack stack
verfügbar available
berufserfahrung experience
maximalen maximum
optimalen optimum
unsere our
und and
den the
um for

DE Sie müssen keine Änderungen an Ihrem bestehenden Technologie-Stack vornehmen. Installieren Sie einfach die entsprechende Middleware und stellen Sie sicher, dass Ihre Sitemap an Google Webmasters übermittelt wird.

EN You don’t need to make any changes to your existing technology stack. Just install the appropriate middleware and make sure your sitemap is submitted to Google webmasters.

Герман Англи
Änderungen changes
installieren install
middleware middleware
sitemap sitemap
google google
übermittelt submitted
technologie technology
stack stack
einfach just
ihre your
und and
vornehmen to
bestehenden existing
die appropriate
wird the

DE Nutzen Sie die Ibexa Cloud mit Ihrem bevorzugten Technologie-Stack - ob Symfony, node.js oder Java.

EN Build on Ibexa Cloud using your preferred technology stack - whether that's Symfony, node.js, or Java.

Герман Англи
cloud cloud
bevorzugten preferred
node node
js js
java java
technologie technology
stack stack
oder or
nutzen using
ob whether

DE Die Zukunft der Arbeit entwickelt sich rasant. Unternehmen brauchen einen Technologie-Stack, der diese Entwicklungen unterstützt.

EN The future of work is developing before our eyes and businesses need a technology stack that can support it.

Герман Англи
brauchen need
unterstützt support
technologie technology
stack stack
arbeit work
unternehmen businesses

DE Geplanter Technologie-Stack entspricht nicht den Projektanforderungen

EN Planned technology stack doesn’t meet the project needs

Герман Англи
geplanter planned
technologie technology
stack stack
den the

DE Für typische Anwendungsfälle definieren wir einen passenden und erprobten Technologie-Stack. Dies reduziert das technische Risiko in den Projekten unserer Kunden.

EN For typical use cases, we define a suitable and proven technology stack. This reduces the technical risk in our customers' projects.

Герман Англи
typische typical
anwendungsfälle use cases
definieren define
passenden suitable
reduziert reduces
risiko risk
projekten projects
stack stack
technische technical
kunden customers
technologie technology
in in
für for
und and
dies this
den the

DE Bei uns erfahren Sie, inwiefern Sie durch unseren Multiplayer-Technologie-Stack bei der Entwicklung und Bereitstellung des nächsten großen Multiplayer-Spiels unterstützt werden.

EN Get in touch to see how our multiplayer tech stack can help you build and deliver the next big multiplayer game.

Герман Англи
bereitstellung deliver
stack stack
spiels game
technologie tech
inwiefern how
entwicklung build
großen big
nächsten the
unterstützt help
erfahren and

{Totalresult} орчуулгын 50 -г харуулж байна