четверг, 26 августа 2010 г.

RS232-Ethernet

Аппаратура Арлан®-9000-16-RS232 предназначена для подключения до 16 устройств с интерфейсом RS-232/485 к IP-сетям.

http://www.plgn.ru/ru/products/catalog/rs-232-server/rs-232-server_43.html

среда, 25 августа 2010 г.

Весы для магазинов

Весы для магазинов Модели весов для магазинов отличаются друг от друга такими параметрами, как:
  • наибольший предел взвешивания,
  • точность,
  • габариты,
  • конструкцией,
  • функциями и
  • объёмом памяти.
Почти все современные торговые весы могут быть подключены к компьютеру, так как это позволяет использовать их в составе системы управления магазином, быстро обновлять список товаров (для весов, в которых предусмотрено хранение стоимости товаров).

УФМС по г. Москве

УФМС по г. Москве
загранпаспорт

Весы для магазинов самообслуживания

Весы для магазинов самообслуживания

UserControl's RenderControl is asking for a form tag in (C# .NET) - Stack Overflow

UserControl's RenderControl is asking for a form tag in (C# .NET) - Stack Overflow



Alternatively you could disable the ServerForm/Event-validation on the page that is rendering the control to a string.
The following example illustrates how to do this.

 public override void VerifyRenderingInServerForm(Control control)
{ /* Do nothing */ }

public override bool EnableEventValidation
{
get { return false; }
set     { /* Do nothing */}
}

jankovoy - Фототуры в Непал (осень 2010)

jankovoy - Фототуры в Непал (осень 2010)

Advanced XI Mapping useful with MDM


Advanced XI Mapping useful with MDM

SAP Community Network Blogs

Advanced XI Mapping useful with MDM

Advanced XI Mapping useful with MDM

SAP Community Network Blogs

вторник, 24 августа 2010 г.

А. Шень Программирование: теоремы и задачи

А. Шень Программирование: теоремы и задачи

http://sulkhansaba.com/biblio/0708/0081/contentview.php-content=225.htm

DELL U2311H – Мониторы – Яндекс.Маркет

DELL U2311H – Мониторы – Яндекс.Маркет

Given a dictionary of words an... | CareerCup

Given a dictionary of words an... | CareerCup: "Given a dictionary of words and a string with all spaces removed, return whether the string is composed of valid words
e.g
helloworld-> hello world (valid)
isitniceinhere-> is it nice in here (valid)
zxyy-> invalid
Using dynamic programming I got an O(n3) algorithm but he insisted on an O(n2), any idea?"

function getValidWords(i) returns [list, boolean]
if we have reached end of the string
return [empty_list, true]

let js = start from index i, find an array of j's
such that the span [i, j] is a valid word.

for each j in js
let [lista, boola] = getValidWords(j)
if boola is true then
let listb = span[i, j] ++ lista
return [listb, true]
else
return [empty_list, false]
end for
end function

Programming Interview Questions | CareerCup

Programming Interview Questions | CareerCup

Geeks for Geeks

Geeks for Geeks
Add Interview/written questions to Interview Corner!!

четверг, 19 августа 2010 г.

Ремонт весов, поверка (проверка) весов, монтаж весов ООО ВАГА Москва

Ремонт весов, поверка (проверка) весов, монтаж весов ООО ВАГА Москва Специалист поверитель приедет к клиенту, оформит свидетельство поверки.
Поверка весов гарантирует, что весы настроены качественно, их можно использовать как средство измерения веса. Иногда не совсем правильно государственную поверку называют проверкой весов.

среда, 18 августа 2010 г.

Apps vs. the Web

http://www.alistapart.com/articles/apps-vs-the-web/

  • Speed: JavaScript performance has increased dramatically in the past few years, but as an interpreted language, it will never be as fast as compiled code that runs directly on the processor. In a mobile environment where processors run slower to conserve power, every clock cycle counts.
  • Data Management: Cocoa Touch has several mechanisms that make it easy to store your application’s data. This is important because caching information retrieved from a network can greatly improve a mobile application’s ease of use. The persistent data storage in HTML5 provides simple key/value access or raw database access using SQL. Core Data on the iPhone provides a much more sophisticated system where relationships between your data objects are managed automatically.
  • Animation: One of the hallmarks of both web and native iPhone applications is animation that reinforces a user’s actions. CSS3 provides ways to animate page elements, but much more sophisticated effects are possible when you access the underlying Core Animation framework with native code.
  • Resources: Mobile developers never have enough memory, network speed, or CPU power. These limited resources are much harder to control when they’re being managed by JavaScript or the browser. It’s easier for native applications to detect these situations and adapt the user experience accordingly.
  • Usability: iPhone users feel most comfortable when they’re using the standard controls they’ve become accustomed to in Apple’s built-in apps. HTML abstracts controls like <input> and <textarea> so they can work in many different environments. JavaScript frameworks, like jQTouch mentioned above, do a fantastic job extending these basic control mechanisms, but an iPhone user will still notice that they feel a bit different than platform-native controls.
  • Productivity: From the developer’s point of view, it’s typically easier to build complex user interfaces using Cocoa Touch: The frameworks do much of the heavy lifting and allow you to focus on the problem rather than its implementation. With the limited amount of screen real estate on a mobile device, a simple form on the desktop often turns into multiple views whose state needs to be managed by your application. Apple developed Cocoa Touch specifically to deal with this situation.
  • Integration: An iPhone has many capabilities that are beyond the reach of the web browser. Some simple examples are the user’s contacts, the photo library, voice recording, and device movement. Cocoa Touch frameworks are the only way to access this information.

Генерация HTML таблиц запросом SELECT FOR XML / GotDotNet.Ru

Генерация HTML таблиц запросом SELECT FOR XML / GotDotNet.Ru

вторник, 10 августа 2010 г.

Основные тенденции

  • Медиа-компании также учитывают тот факт, что многие пользователи больше привязаны к своим устройствам, нежели к их контенту (для них важнее иметь iPhone от компании Apple, чем доступ к контенту ESPN)
  • Связанная с этим озабоченность – использование мобильного контента в виде приложений (а не веб-страниц), и многие игроки пока еще не сформировали четкую стратегию в части приложений. Их усилия до сих пор направлены на веб-присутствие.