User contributions for Digimer
Jump to navigation
Jump to search
12 October 2009
- 02:4502:45, 12 October 2009 diff hist +10,945 N Net::DBus::Binding::Iterator Methods Created page with '{{dbtut_header}} In the following sections there are many references to type codes. For a detailed list of these codes see either; * DBus Type Codes * [http://dbus.freedeskt…' current
- 02:4402:44, 12 October 2009 diff hist +18 N Bytes Redirected page to Byte current
- 02:4302:43, 12 October 2009 diff hist +13,666 N Net::DBus::Binding::Connection Methods Created page with '{{dbtut_header}} = new = Connect to a remote server specified by the 'address'. May also have 'private' set to true (1) in which case a private connection is established. Other…' current
- 02:3702:37, 12 October 2009 diff hist +2,301 N Net::DBus::ASyncReply Methods Created page with '{{dbtut_header}} = discard_result = Usage: <source lang="perl">$asyncreply->discard_result;</source> This tells the program that the caller is no longer interested in any furt…' current
- 02:0102:01, 12 October 2009 diff hist +1,253 N Net::DBus::Annotation Methods Created page with '{{dbtut_header}} = dbus_call_sync = Usage: <source lang="perl">my $processes=$object->list_processes("someuser");</source> :(MADI: no (specific) example given in the POD for th…' current
- 01:5801:58, 12 October 2009 diff hist +813 N Hash Created page with '{{header}} A hash table, also known as a dictionary, is a programmatic way of storing elements in a way that allows their retrieval by using a named key. This allows a program t…' current
- 01:5701:57, 12 October 2009 diff hist +1,027 N Array Created page with '{{header}} An array, in programming terms, usually refers to an indexed collection of elements. The index is usually numerical, with each element being added increasing the inde…' current
- 01:5701:57, 12 October 2009 diff hist −2 Boolean No edit summary current
- 01:5601:56, 12 October 2009 diff hist +582 N Boolean Created page with '{{header}} The term '''boolean''', sometimes shortened to ''bool'', refers to a value that can have two (sometimes three) values; ''true'', ''false'' and sometimes ''null'' or '…'
- 01:4801:48, 12 October 2009 diff hist +513 Floating point No edit summary current
- 01:4701:47, 12 October 2009 diff hist +154 N Floating point Created page with '{{header}} IEEE standard defining the binary representation of a floating point number. * See: http://en.wikipedia.org/wiki/IEEE_754 {{footer}}'
- 01:4601:46, 12 October 2009 diff hist +254 N IEEE Created page with '{{header}} '''IEEE''' is an acronym for '''''I'''nstitute of '''E'''lectrical and '''E'''lectronics '''E'''ngineers, Inc.''', a group responsible for many of the standards in us…' current
- 01:4601:46, 12 October 2009 diff hist +154 N IEEE 754 Created page with '{{header}} IEEE standard defining the binary representation of a floating point number. * See: http://en.wikipedia.org/wiki/IEEE_754 {{footer}}' current
- 01:4501:45, 12 October 2009 diff hist +27 List of DBus data types No edit summary
- 01:4501:45, 12 October 2009 diff hist +215 N String Created page with '{{header}} In computers, a string usually refers to a a set of data that has no inherent computational or programmatic value. It is often used in comparative functions or for in…' current
- 01:4401:44, 12 October 2009 diff hist +292 N Integer Created page with '{{header}} In computing terms, an "integer" references a whole number (no decimal place or fraction). Often integers are referred to as "signed" or "unsigned". A signed integer …' current
- 01:4401:44, 12 October 2009 diff hist +6,561 N List of DBus data types Created page with '{{dbtut_header}} DBus uses strongly "typed" data. What this means is that all data passed on the DBus needs to be explicitely "typed" which tells the DBus exactly what kind of d…'
- 01:4301:43, 12 October 2009 diff hist +8,875 N Net::DBus Methods Created page with '{{dbtut_header}} = find = Usage: <source lang="perl">my $bus=Net::DBus->find(%params);</source> Where '<span class="code">$bus</span>' is a handle to either the '<span class="…' current
- 01:4201:42, 12 October 2009 diff hist +52 Net::DBus Modules and Methods →List of modules in the Net::DBus Perl bindings current
- 01:4101:41, 12 October 2009 diff hist −6 Perl No edit summary current
- 01:4101:41, 12 October 2009 diff hist +133 N C Created page with '{{header}} ''C'' is the name of one of the most popular and one of the oldest programming languages still in active use. {{footer}}' current
- 01:4101:41, 12 October 2009 diff hist −47 Perl No edit summary
- 01:4001:40, 12 October 2009 diff hist +301 N Perl Created page with '{{dbtut_header}} Perl is a popular "interpreted" programming language. This means that the source code is directly executed and compiled "on the fly", as opposed to being pre-co…'
- 01:4001:40, 12 October 2009 diff hist +7 Template:Footer No edit summary
- 01:3901:39, 12 October 2009 diff hist −2 POD No edit summary current
- 01:3901:39, 12 October 2009 diff hist +484 N POD Created page with '{{header}} ''POD'' is an acronym for "Plain Old Documentation", a perl in-line documentation mechanism used for documenting how a program or module is used. There are comman…'
- 01:3801:38, 12 October 2009 diff hist +23,536 N Net::DBus Modules and Methods Created page with '{{dbtut_header}} This will be a complete list of modules used in the general '<span class="code">Net::DBus</span>' bindings. Much of the documentation below comes from the [[PO…'
- 01:3701:37, 12 October 2009 diff hist +9,682 N Reference Material Created page with '{{dbtut_header}} Below are my raw notes I took for my own use before deciding to write a general-consumption tutorial. These will disappear as the document grows and will be com…'
- 01:3601:36, 12 October 2009 diff hist 0 Sample Script: client.pl No edit summary current
- 01:2801:28, 12 October 2009 diff hist +4,065 N Sample Script: client.pl Created page with '{{dbtut_header}} <source lang="perl"> #!/usr/bin/perl # # This is a sample script that shows how to use the Net::DBus bindings to # connect to a bus and interact with existing m…'
- 01:2801:28, 12 October 2009 diff hist +150 N Template:Dbtut header Created page with '{| style="border: 1px solid #f7f7f7; width: 100%;" cellpadding=1 | AN!Tools :: Net::DBus Binding Tutorial :: '''''{{PAGENAME}}''''' |}'
- 01:2601:26, 12 October 2009 diff hist +1 Net::DBus Binding Tutorial →Simple Client
- 01:2501:25, 12 October 2009 diff hist +216 N Bash Created page with '{{header}} The GNU terminal program 'bash' (Bourne Again SHell) is a popular terminal program used on Linux and BSD operating systems. * [http://www.gnu.org/softwar…' current
- 01:2501:25, 12 October 2009 diff hist +329 N GNU Created page with '{{header}} GNU is a recursive acronym for "GNU is Not Unix" (pronounced /gnuː/ like "new"). The term GNU can relate to several projects or the GNU GPL license, which cover…' current
- 01:2401:24, 12 October 2009 diff hist +627 N GPL Created page with '{{header}} GPL is an acronym for 'GNU Public License'. The GNU GPL version 2 is the license that TLE-BU is released under. In short, the GPL license dictates that software …' current
- 01:2401:24, 12 October 2009 diff hist +1 Net::DBus Binding Tutorial →Well Known Name
- 01:2301:23, 12 October 2009 diff hist +25 N Filesystem Redirected page to Filesystems current
- 01:2201:22, 12 October 2009 diff hist +295 N UTF-8 Created page with '{{header}} UTF-8 is the default character encoding used by all AN::Tools modules and methods. It is meant to be a single, unified character set that supports all written lan…' current
- 01:2101:21, 12 October 2009 diff hist +451 N Alphanumeric Created page with '{{header}} The term '''Alphanumeric''' refers to one or more characters that is a roman letter (alpha) in either upper or lower case or a number (numeric). Specifically, the let…' current
- 01:1901:19, 12 October 2009 diff hist +197 N HAL Created page with '{{header}} '''HAL''' is an acronym for '''''H'''ardware '''A'''bstraction '''L'''ayer''. In function, it provides a glue layer between applications and underlying hardware in a …' current
- 01:1801:18, 12 October 2009 diff hist +395 N API Created page with '{{header}} '''API''' is an acronym for '''''A'''pplication '''P'''rogram '''I'''nterface''. It refers to methods and functions made available by a program intended for other pro…' current
- 01:1701:17, 12 October 2009 diff hist −14 Net::DBus Binding Tutorial →First, Some Key Definitions
- 01:1401:14, 12 October 2009 diff hist −13 Net::DBus Binding Tutorial →First, Some Key Definitions
- 01:1301:13, 12 October 2009 diff hist +364 N UNIX socket Created page with '{{header}} A UNIX socket, properly known as a ''POSIX Local IPC Socket'', is a byte-stream interface to a program whose interface exists in the operating system's [[file sys…' current
- 01:1101:11, 12 October 2009 diff hist +377 User:Digimer No edit summary
- 01:0201:02, 12 October 2009 diff hist −14 Template:Footer No edit summary
- 01:0201:02, 12 October 2009 diff hist +250 Template:Footer No edit summary
- 00:5700:57, 12 October 2009 diff hist −1 Template:Footer No edit summary
- 00:5600:56, 12 October 2009 diff hist +49 Template:Footer Undo revision 400 by Digimer (Talk)
- 00:5500:55, 12 October 2009 diff hist −49 Template:Footer No edit summary