gobject introspection 0.6.2
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 123
GObject Introspection 0.6.2
GObject Introspections goal is to describe the APIs and collect them in a uniform, machine readable format. more>> <<less
Added: 2009-01-22 License: GPL Price: FREE
1 downloads
Class::IntrospectionMethods 1.003
Class::IntrospectionMethods is a Perl module that creates methods with introspection. more>>
Class::IntrospectionMethods is a Perl module that creates methods with introspection.
SYNOPSIS
use Class::IntrospectionMethods qw/make_methods/;
make_methods
(
parent,
global_catalog =>
{
name => metacat,
list =>
[
[qw/foo/] => f_cat,
[qw/bar baz/] => b_cat,
],
}
new_with_init => new,
get_set => [ qw /foo bar baz / ];
) ;
This module provides:
A way to set up a lot of get/set method. These get/set methods can access plain scalars, array, hash. These scalar, hash or array can be tied (See perltie) with classes specified by the user. The element of these arrays or hashes can be constrained to be object, tied scalar.
A way to later query the object or class to retrieve the list of methods (aka slots) created by this module.
A way to organize these slots in several catalogs.
When a slot contains object or tied scalars hashes or arrays, the contained object can be queried for the container object. In other words, the parent object (the one constructed by Class::IntrospectionMethods contains a child object in one of its slots either as a plain object or an object hidden behind a tied construct. Class::IntrospectionMethods will provide the child object a method to retrieve the parent object reference.
For instance, you can use this module to create a tree where each node or leaf is an object. In this case, this module provides methods to navigate up the tree of objects with the installed "parent" method.
In other words, this module provides special methods to enable the user to navigate up or down a tree (or directed graph) using introspection (to go down) and the "parent" method to go up.
You may notice similarities between this module and Class::MethodMaker. In fact this module was written from Class::MethodMaker v1.08, but it does not provide most of the fancy methods of Class::MethodMaker. Only scalar, array and hash accessors (with their tied and objects variants) are provided.
Originally, the introspection and "parent" functionalities were implemented in Class::MethodMaker. Unfortunately, they were not accepted by Class::MethodMakers author since they did not fit his own vision of his module (fair enough).
The old API of Class::MethodMaker is provided as deprecated methods. Using the new (and hopefully more consistent) API is prefered.
<<lessSYNOPSIS
use Class::IntrospectionMethods qw/make_methods/;
make_methods
(
parent,
global_catalog =>
{
name => metacat,
list =>
[
[qw/foo/] => f_cat,
[qw/bar baz/] => b_cat,
],
}
new_with_init => new,
get_set => [ qw /foo bar baz / ];
) ;
This module provides:
A way to set up a lot of get/set method. These get/set methods can access plain scalars, array, hash. These scalar, hash or array can be tied (See perltie) with classes specified by the user. The element of these arrays or hashes can be constrained to be object, tied scalar.
A way to later query the object or class to retrieve the list of methods (aka slots) created by this module.
A way to organize these slots in several catalogs.
When a slot contains object or tied scalars hashes or arrays, the contained object can be queried for the container object. In other words, the parent object (the one constructed by Class::IntrospectionMethods contains a child object in one of its slots either as a plain object or an object hidden behind a tied construct. Class::IntrospectionMethods will provide the child object a method to retrieve the parent object reference.
For instance, you can use this module to create a tree where each node or leaf is an object. In this case, this module provides methods to navigate up the tree of objects with the installed "parent" method.
In other words, this module provides special methods to enable the user to navigate up or down a tree (or directed graph) using introspection (to go down) and the "parent" method to go up.
You may notice similarities between this module and Class::MethodMaker. In fact this module was written from Class::MethodMaker v1.08, but it does not provide most of the fancy methods of Class::MethodMaker. Only scalar, array and hash accessors (with their tied and objects variants) are provided.
Originally, the introspection and "parent" functionalities were implemented in Class::MethodMaker. Unfortunately, they were not accepted by Class::MethodMakers author since they did not fit his own vision of his module (fair enough).
The old API of Class::MethodMaker is provided as deprecated methods. Using the new (and hopefully more consistent) API is prefered.
Download (0.031MB)
Added: 2007-03-06 License: Perl Artistic License Price:
962 downloads
NodeBrain 0.6.2
NodeBrain is an interpreter of a declarative rule-based language. more>>
The NodeBrain program, nb, is an interpreter of a declarative rule-based language designed for construction of state and event monitoring applications.
It is an event correlation engine that can interface with other monitoring components to make rule-based decisions.
For the purpose of generating event streams and performing rule administration, it supports authenticated and encrypted peer-to-peer communication over TCP/IP, including encrypted file transfers, store-and-forward message queues, and remote command execution.
Installation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation.
It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up
reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system.
If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.
There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
<<lessIt is an event correlation engine that can interface with other monitoring components to make rule-based decisions.
For the purpose of generating event streams and performing rule administration, it supports authenticated and encrypted peer-to-peer communication over TCP/IP, including encrypted file transfers, store-and-forward message queues, and remote command execution.
Installation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation.
It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up
reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system.
If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.
There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Download (0.89MB)
Added: 2005-10-17 License: GPL (GNU General Public License) Price:
1469 downloads
moinupdate 0.6.2
moinupdate project allows you to update a remote MoinMoin Wiki from files. more>>
moinupdate project allows you to update a remote MoinMoin Wiki from files in the file system or another MoinMoin Wiki using an XML-RPC interface.
Installation:
Scripts
Installation of these mini-projects is straight-forward: Just put them in a directory in your path and make them executable.
Some mini-projects have prerequisites which are listed in the manual page. Make sure to have the prerequisites installed.
Perl modules
Perl modules are of course installed with the usual sequence of
gunzip < dist >.tar.gz
tar xvf < dist >.tar
cd < dist >
perl Makefile.PL
make
make test
make install
Emacs
Refer to the file itself how to embed the code into your Emacs environment.
MoinMoin
Some mini projects are plugins for MoinMoin and you must put them to the right directory in the plugin structure of your Wiki. For instance see installation instructions for parsers.
Other mini projects are regular scripts.
Please note that the current hoster of this site does not like .py files. Therefore they are extended by a .txt. Please strip the .txt before installation.
Enhancements:
- Compatibility with Python 2.5 was improved.
<<lessInstallation:
Scripts
Installation of these mini-projects is straight-forward: Just put them in a directory in your path and make them executable.
Some mini-projects have prerequisites which are listed in the manual page. Make sure to have the prerequisites installed.
Perl modules
Perl modules are of course installed with the usual sequence of
gunzip < dist >.tar.gz
tar xvf < dist >.tar
cd < dist >
perl Makefile.PL
make
make test
make install
Emacs
Refer to the file itself how to embed the code into your Emacs environment.
MoinMoin
Some mini projects are plugins for MoinMoin and you must put them to the right directory in the plugin structure of your Wiki. For instance see installation instructions for parsers.
Other mini projects are regular scripts.
Please note that the current hoster of this site does not like .py files. Therefore they are extended by a .txt. Please strip the .txt before installation.
Enhancements:
- Compatibility with Python 2.5 was improved.
Download (MB)
Added: 2007-07-15 License: GPL (GNU General Public License) Price:
832 downloads
pygobject 2.13.2
pygobject archive contains bindings for the GObject, to be used in Python. more>>
pygobject archive contains bindings for the GObject, to be used in Python.
It is a fairly complete set of bindings, its already rather useful, and is usable to write moderately complex programs. (see the examples directory for some examples of the simpler programs you could write).
<<lessIt is a fairly complete set of bindings, its already rather useful, and is usable to write moderately complex programs. (see the examples directory for some examples of the simpler programs you could write).
Download (0.42MB)
Added: 2007-07-07 License: LGPL (GNU Lesser General Public License) Price:
843 downloads
openMSX 0.6.2
openMSX is the MSX home computer system emulator that aims for perfection. more>>
openMSX is the MSX home computer system emulator that aims for perfection.
Almost all MSX machines are emulated: MSX1, MSX2, MSX2+, Turbo-R... And also quite some extra hardware is emulated: SCC, SCC+, FM-PAC, Music Module, PSG, Moonsound, Sunrise IDE, Disk Controllers, MIDI, almost all memory mappers, etc... Actually, more than any other MSX emulator!
It also features quite some extras: rendering using openGL acceleration, full screen, built in console (based on TCL), MSX debugging facilities, scalers, using directories as disk images (still buggy though), screenshots, speed settings, frame skip, scanlines, TV-blur, afterglow (GL), and more...
For a really long description: again, please see our home page.
Do note that openMSX is alpha software, which means that some things work but not all features are implemented yet.
<<lessAlmost all MSX machines are emulated: MSX1, MSX2, MSX2+, Turbo-R... And also quite some extra hardware is emulated: SCC, SCC+, FM-PAC, Music Module, PSG, Moonsound, Sunrise IDE, Disk Controllers, MIDI, almost all memory mappers, etc... Actually, more than any other MSX emulator!
It also features quite some extras: rendering using openGL acceleration, full screen, built in console (based on TCL), MSX debugging facilities, scalers, using directories as disk images (still buggy though), screenshots, speed settings, frame skip, scanlines, TV-blur, afterglow (GL), and more...
For a really long description: again, please see our home page.
Do note that openMSX is alpha software, which means that some things work but not all features are implemented yet.
Download (1.5MB)
Added: 2007-04-15 License: GPL (GNU General Public License) Price:
926 downloads
Infinity 0.6.2
Infinity is a visualization plugin for the XMMS audio player. more>>
Infinity is a visualization plugin for the XMMS audio player. Infinity plugin was originally written by Julien Carme, and is actually maintained by Duilio Protti.
The project aims to give end users a ready to run visualization plugin for to show beautiful graphics while listen his preferred music. It is not intended to be a fully customizable graphic renderer for a graphic hobbyst, instead it must be an easy to install and easy to use visualization plugin.
Actually the project is on beta state, which means that supported features are almost completely defined. Currently there are packages available for Gentoo and Debian Linux distributions. However, as well as this is an end user oriented application and one well known thing at this point is the lack of translations, if you want to help on this area, even if you dont have all the necessary technical skills, please contact the author.
Other important issue are the bug reports. If you have any problem installing or running the application, please fill a bug report as explained here.
<<lessThe project aims to give end users a ready to run visualization plugin for to show beautiful graphics while listen his preferred music. It is not intended to be a fully customizable graphic renderer for a graphic hobbyst, instead it must be an easy to install and easy to use visualization plugin.
Actually the project is on beta state, which means that supported features are almost completely defined. Currently there are packages available for Gentoo and Debian Linux distributions. However, as well as this is an end user oriented application and one well known thing at this point is the lack of translations, if you want to help on this area, even if you dont have all the necessary technical skills, please contact the author.
Other important issue are the bug reports. If you have any problem installing or running the application, please fill a bug report as explained here.
Download (0.36MB)
Added: 2006-04-04 License: GPL (GNU General Public License) Price:
1376 downloads
tc_config 0.6.2
tc_config provides a set of scripts for Linux traffic control. more>>
tc_config provides a set of scripts for Linux traffic control.
tc_config is set of scripts for Linux 2.4+ traffic control configuration on Red Hat systems and (hopefully) derivatives. It uses cbq qdisc as root one, and sfq qdisc at the leaves.
It includes the snmp_pass utility for getting stats on traffic control via SNMP.
Run: rpm -tb tc-config-0.6.tar.gz (rmpbuild on redhat 8+ systems).
After package will be built, run
rpm -Uvh /usr/src/redhat/RPMS/i386/tc-config-0.6-1.i386.rpm.
<<lesstc_config is set of scripts for Linux 2.4+ traffic control configuration on Red Hat systems and (hopefully) derivatives. It uses cbq qdisc as root one, and sfq qdisc at the leaves.
It includes the snmp_pass utility for getting stats on traffic control via SNMP.
Run: rpm -tb tc-config-0.6.tar.gz (rmpbuild on redhat 8+ systems).
After package will be built, run
rpm -Uvh /usr/src/redhat/RPMS/i386/tc-config-0.6-1.i386.rpm.
Download (0.073MB)
Added: 2007-03-05 License: Public Domain Price:
967 downloads
Typespeed 0.6.2
Typespeed is a tool and game for testing your typing speed. more>>
Typespeed project is a tool and game for testing your typing speed.
Typespeeds idea is ripped from ztspeed (a DOS game made by Zorlim). The Idea behind the game is rather easy: type words that are flying by from left to right as fast as you can. If you miss 10 or more words, game is over.
There exist 3 different game modes in typespeed:
- Single player: In this mode you can play for yourself and try to get a place in your top 10 list. As you enter correct words, the speed will increase, so watch out. You can even pause the game if you are skilled enough to play so long that you need a little break.
- Training: If single player is too fast for you or you want to concentrate on correct typing, training is the perfect choice for you! In this mode you can set a constant speed. Obviously no highscore game.
- Multiplayer: If you are brave enough to use our current network code (or sit in LAN with your friends), you can experience the most fun of typespeed: challenge an opponent. During the game, written words by you or your opponent will be thrown into the opposite game, so words can be strategicaly used to make life of your opponent even harder.
Typespeed is written in C and uses curses to display the menu and game. The network code is written using core library functions. As of now, the network code is rather unstable/buggy when it comes to high loads, so dont rely on internet games; LAN works fine (and of course localhost).
Generally any POSIX-compatible system with a curses library should work, although development concentrates on GNU/Linux and ncurses. Feel free to contribute patches for your system, too! Beside of that the following systems have been tested and/or have maintained ports:
- Cygwin
- Debian GNU/Linux
- FreeBSD
- OpenBSD
<<lessTypespeeds idea is ripped from ztspeed (a DOS game made by Zorlim). The Idea behind the game is rather easy: type words that are flying by from left to right as fast as you can. If you miss 10 or more words, game is over.
There exist 3 different game modes in typespeed:
- Single player: In this mode you can play for yourself and try to get a place in your top 10 list. As you enter correct words, the speed will increase, so watch out. You can even pause the game if you are skilled enough to play so long that you need a little break.
- Training: If single player is too fast for you or you want to concentrate on correct typing, training is the perfect choice for you! In this mode you can set a constant speed. Obviously no highscore game.
- Multiplayer: If you are brave enough to use our current network code (or sit in LAN with your friends), you can experience the most fun of typespeed: challenge an opponent. During the game, written words by you or your opponent will be thrown into the opposite game, so words can be strategicaly used to make life of your opponent even harder.
Typespeed is written in C and uses curses to display the menu and game. The network code is written using core library functions. As of now, the network code is rather unstable/buggy when it comes to high loads, so dont rely on internet games; LAN works fine (and of course localhost).
Generally any POSIX-compatible system with a curses library should work, although development concentrates on GNU/Linux and ncurses. Feel free to contribute patches for your system, too! Beside of that the following systems have been tested and/or have maintained ports:
- Cygwin
- Debian GNU/Linux
- FreeBSD
- OpenBSD
Download (0.067MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
1087 downloads
Volumevis 0.6.2
Volumevis displays pixel-based 3-dimensional datasets. more>>
Volumevis displays pixel-based 3-dimensional datasets. 3-D pixel datasets mostly come from 3-D computer tomography (CT) and magnetic resonance (MR) images. These datasets usually come in the form of a set of 2-D picture files each being a slice of the 3D dataset.
To be displayed by volumevis, the files have to be ordered with identical names except for a number somwhere in the name corresponding to the slice number. Most image formats (jpg, tiff, dicom, etc ..) are supported.
Volumevis is a tool for visualizing 3D dimensional pixel-based datasets. Most computer 3D visualization in the world is with surfaced-based visualization. This is true for most 3D games, CAD tool, etc.
By stating it simply, surface-based rendering works by dividing a predefined surface into small triangles, and then sending those triangles along with their color to graphicscard to be rendered. For example,if you want to render a sphere in 3D, you would create a surface of the sphere, divide it into triangles, send the triangles to the graphics card, which would then turn the triangles into pixels and displaythem.
The unfortunate side-effect of this is, that if you happen to cut the sphere, or go inside it, you will see that its in fact hollow. Also, you cannot see any of the details that might be inside of the sphere.
Volume visualization is the equivalent in 3D of displaying a photo in 2D. The surface 3D visualizations on the other hand, are the equivalent of reducing a photo to a representation of lines (such as the outlines of people and houses) and drawing the lines on screen. Obviously a lot of information goes lost in the line representation.
The visualization works like this. In openGL (a graphics programming API), all fragments (3D equivalent of pixels) have an alpha value. The alpha value corresponds to the opacity of the fragment. If the fragment has a small alpha value, it will be easy to see through it and see the fragments behind it.
If the alpha value is high, the fragments behind it will be obscured. A 3D dataset is simply a block of data in the shape of a cube. Somewhere in the image there is an object which is white or grey. All the other places in the image are black. To render the object, all the pixels which are black are assigned and alpha value of 0 (meaning they are transparent). Therefore we dont see the black pixels.
The fragments belonging to the object are white and have an alpha value higher than zero. Therefore its not possible to see through them, and we perceive the location of the object fragment to be the surface of the object. Depending on the alpha value of the fragment, we might also be able to see some of the fragments behind it a bit (see inside the object).
At the moment, Volumevis only supports black/white images (which is fine for most CT and MRI datasets).
Enhancements:
- A bug with slice loading of textures which are not a power of two was fixed.
- Movie recording, cropping, and file saving for slices were fixed.
- Various feature improvements were made.
<<lessTo be displayed by volumevis, the files have to be ordered with identical names except for a number somwhere in the name corresponding to the slice number. Most image formats (jpg, tiff, dicom, etc ..) are supported.
Volumevis is a tool for visualizing 3D dimensional pixel-based datasets. Most computer 3D visualization in the world is with surfaced-based visualization. This is true for most 3D games, CAD tool, etc.
By stating it simply, surface-based rendering works by dividing a predefined surface into small triangles, and then sending those triangles along with their color to graphicscard to be rendered. For example,if you want to render a sphere in 3D, you would create a surface of the sphere, divide it into triangles, send the triangles to the graphics card, which would then turn the triangles into pixels and displaythem.
The unfortunate side-effect of this is, that if you happen to cut the sphere, or go inside it, you will see that its in fact hollow. Also, you cannot see any of the details that might be inside of the sphere.
Volume visualization is the equivalent in 3D of displaying a photo in 2D. The surface 3D visualizations on the other hand, are the equivalent of reducing a photo to a representation of lines (such as the outlines of people and houses) and drawing the lines on screen. Obviously a lot of information goes lost in the line representation.
The visualization works like this. In openGL (a graphics programming API), all fragments (3D equivalent of pixels) have an alpha value. The alpha value corresponds to the opacity of the fragment. If the fragment has a small alpha value, it will be easy to see through it and see the fragments behind it.
If the alpha value is high, the fragments behind it will be obscured. A 3D dataset is simply a block of data in the shape of a cube. Somewhere in the image there is an object which is white or grey. All the other places in the image are black. To render the object, all the pixels which are black are assigned and alpha value of 0 (meaning they are transparent). Therefore we dont see the black pixels.
The fragments belonging to the object are white and have an alpha value higher than zero. Therefore its not possible to see through them, and we perceive the location of the object fragment to be the surface of the object. Depending on the alpha value of the fragment, we might also be able to see some of the fragments behind it a bit (see inside the object).
At the moment, Volumevis only supports black/white images (which is fine for most CT and MRI datasets).
Enhancements:
- A bug with slice loading of textures which are not a power of two was fixed.
- Movie recording, cropping, and file saving for slices were fixed.
- Various feature improvements were made.
Download (0.67MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1543 downloads
Torus 0.6.2
Torus is a simple and easy game. more>>
Torus is a simple game inspired by Torus for DOS. The object of Torus is to clear falling toruses by aligning toruses with the same color on one of several protruding pipes (the game concept is similar to Tetris(R)). It is written in C++ with Qt and STL. Torus for win32 is written in C++ with VXCL.
<<less Download (0.095MB)
Added: 2005-09-07 License: GPL (GNU General Public License) Price:
1510 downloads
Cynus 0.6.2
Cynus project is a Content Management System aimed at academic establishments. more>>
Cynus project is a Content Management System aimed at academic establishments.
Cynus is a Content Management System which aims at providing academic establishments a means of simple, yet elegant Web site generation.
Its modular design and plugin repository system make extending features and upgrading simple.
Easy to extend, any person who knows PHP can create their own module for Cynus, and even submit it to the Cynus team for inclusion in the official modules list.
Enhancements:
- Because this fixes problems in the install, all users are urged to upgrade.
<<lessCynus is a Content Management System which aims at providing academic establishments a means of simple, yet elegant Web site generation.
Its modular design and plugin repository system make extending features and upgrading simple.
Easy to extend, any person who knows PHP can create their own module for Cynus, and even submit it to the Cynus team for inclusion in the official modules list.
Enhancements:
- Because this fixes problems in the install, all users are urged to upgrade.
Download (0.25MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1100 downloads
Location Navigator 0.6.2
Location Navigator is a Firefox extension that lets you grab a location and then navigate up or down from that starting spot. more>>
Location Navigator is a Firefox extension that lets you grab a location, select a portion of the location that varies, and then navigate up or down from that starting spot.
<<less Download (0.046MB)
Added: 2007-07-18 License: MPL (Mozilla Public License) Price:
843 downloads
Gnomba 0.6.2
Gnomba is a share browser for the smb protocol. more>>
Gnomba is a share browser for the smb protocol.
Gnomba allows you to scan any number of subnets for machines with smb. The workgroups, machines and share are shown in a tree-view.
For each machine you can then view the list of shares, and mount, unmount or browse them.
Right now gnomba is a separate tool. In theory it could/should co-exist with a file manager, perhaps even be part of it. We have made no attempt to do any file browsing, instead we leave that for your favorite file browser (or command line).
Well, I used to explain here how we dont use smb "master browser" scanning. However now we do. If you specify smb scanning (which is set by default) you need to have smbd and nmbd running on your machine.
If you specify IP scanning, you must specify a range of IPs to scan. This is usually just your subnet, so for instance if your network address is 10.23.45.0 then you would probably want to scan from 10.23.45.1 - 10.23.45.254.
<<lessGnomba allows you to scan any number of subnets for machines with smb. The workgroups, machines and share are shown in a tree-view.
For each machine you can then view the list of shares, and mount, unmount or browse them.
Right now gnomba is a separate tool. In theory it could/should co-exist with a file manager, perhaps even be part of it. We have made no attempt to do any file browsing, instead we leave that for your favorite file browser (or command line).
Well, I used to explain here how we dont use smb "master browser" scanning. However now we do. If you specify smb scanning (which is set by default) you need to have smbd and nmbd running on your machine.
If you specify IP scanning, you must specify a range of IPs to scan. This is usually just your subnet, so for instance if your network address is 10.23.45.0 then you would probably want to scan from 10.23.45.1 - 10.23.45.254.
Download (0.54MB)
Added: 2006-02-02 License: GPL (GNU General Public License) Price:
1359 downloads
Qore Programming Language 0.6.2
Qore is a modular, multi-threaded, SQL-integrated, weakly- typed scripting language. more>>
Qore is a modular, multi-threaded, SQL-integrated, weakly- typed scripting language with procedural and object-oriented features, powerful and easy-to-use data types, structures, and operators, and a clean and easy-to-learn/read syntax.
Qore Programming Language features Oracle and MySQL DBI drivers, optional TIBCO AE integration, and easy date arithmetic, is very scalable on SMP systems, and much more.
Enhancements:
- 3 new DBI drivers, PostgreSQL, Sybase, and FreeTDS ("pgsql", "sybase", "mssql")
- more support for database and driver-independent programming
- new DatasourcePool class for transparent Datasource connection pooling
- HTTPClient improvements (redirections, basic authentication, proxy support)
- safe signal handling
- complete deadlock detection and thread primitive error handling
- all thread locking primitives now take an optional timeout value
- call references (including object method references that will be executed in the context of the object referenced)
- mysql and oracle driver improvements
- extensive enhancements for exception-safe programming (on_exit, on_error, on_success statements, new classes, etc)
- significant performance improvements
- tibae module improvements
- many new functions and methods, bug fixes, extensive documentation updates, etc
<<lessQore Programming Language features Oracle and MySQL DBI drivers, optional TIBCO AE integration, and easy date arithmetic, is very scalable on SMP systems, and much more.
Enhancements:
- 3 new DBI drivers, PostgreSQL, Sybase, and FreeTDS ("pgsql", "sybase", "mssql")
- more support for database and driver-independent programming
- new DatasourcePool class for transparent Datasource connection pooling
- HTTPClient improvements (redirections, basic authentication, proxy support)
- safe signal handling
- complete deadlock detection and thread primitive error handling
- all thread locking primitives now take an optional timeout value
- call references (including object method references that will be executed in the context of the object referenced)
- mysql and oracle driver improvements
- extensive enhancements for exception-safe programming (on_exit, on_error, on_success statements, new classes, etc)
- significant performance improvements
- tibae module improvements
- many new functions and methods, bug fixes, extensive documentation updates, etc
Download (0.88MB)
Added: 2007-06-14 License: LGPL (GNU Lesser General Public License) Price:
863 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above gobject introspection 0.6.2 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed