Categoria: Programação
-
Confused about the EPC RFID Tag Classes?
EPC Class Definition Programming Class 0 "Read Only" passive tags Programmed as part of the semiconductor manufacturing process *Class 0+ "Write-Once, Read-Many" version of EPC Class 0 Programmed once by the customer then locked Class 1 "Write-Once, Read-Many" passive tags Programmed once by the customer then locked Class 1 – Gen2 "Write-Once, Read-Many" passive tags.…
-
diversos
HTTP Pocket Reference – HTTP Transactions A basic Particles System Introduction to the basic idea of the particles systems, and how to create basic effects such as explosions and water fountains I/O Ports Uncensored Part 2 – Controlling LCDs (Liquid Crystal Displays) and VFDs (Vacuum Fluorescent Displays) with Parallel Port Controlling LCDs (Liquid Crystal Displays)…
-
Programação de Sockets em .net / progress
Socket Programming in C# – Part 1 – Introduction Socket Programming in C# – Part 2 – Introduction A Simple .NET TCP Socket Component Socket Programming HOWTO So first, let’s make a distinction between a “client” socket – an endpoint of a conversation, and a “server” socket, which is more like a switchboard operator. The…
-
XPathDocument vs XMLDocument
More Information on the XPathDocument/XmlDocument Change in Whidbey beta 2 XmlDocument and XPathDocument Use XPathDocument instead of XMLDocument when doing XSLT to significantly boost peformance.
-
notas soltas rfid
http://www.rfidexchange.com/forum/topic.asp?TOPIC_ID=10&SearchTerms=range,frequency frequ?ncias t?picas – 125Khz (magnetic) — This frequency range was the RFID industry’s first, since the early 1980’s. Read ranges are typically inches to several feet. – 13.56 MHz (magnetic) => 60-80cm — “you get natural noise from all around (mainly the sun) that gives you a read range of about 2-3 feet max,…
-
Progress ODBC + triggers
Fiquei sem perceber. Por um lado h? 2 tipos de triggers: (open edge data management: dataserver for odbc 2-15) ?The DataServer allows an application to execute triggers for both Progress databases (including the schema holder) and ODBC data sources (if the data source supports triggers).? Por outro: Distributed Databases, Array Fields, Database Triggers Our ODBC…
-
Writing Modern Progress
C1350-LV Its Not Your Father?s 4GL apresenta??o sobre como aplicar novos m?todos de programa??o no ambiente progress. gostei principalmente deste bocado de c?digo Def input parameter tablename as char no-undo. Def input parameter wherestring as char no-undo. Def input parameter sortby as char no-undo. Def var qrystring as char no-undo. ? Create buffer hbuf for…
-
ferramentas progress modernaças
An XML Toolkit http://www.innov8cs.com/downloads/AnXMLToolKit.pdf XML Toolkit for simplifying XML Documents. prounit ProUnit is an Open source framework for unit test on Progress 4GL components, just like JUnit, NUnit and others Progress? Compilation Tools PCT (Progress Compilation Tools) is a set of ANT tasks, designed to compile Progress? procedures and dump/load databases. Progress Developer’s Webring
-
ui
para ler quando tiver tempo UI Articles UI Patterns
-
propath
mais umas horas perdidas estupidamente… na minha senda de testar liga??es entre progress e .net segui o procedimento habitual de criar a procedure (.p), compilar (.r), definir broker (Progress Explorer Tool), criar dll (proxy generator), fazer programa (.net) e correr. tudo bem n?o fosse o caso do progress procurar o .r numa path especifica que…