mikrotik hotspot
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 17
Gtk2::Ex::MindMapView::HotSpot 0.000001
Gtk2::Ex::MindMapView::HotSpot is a base class for grips and toggles. more>>
Gtk2::Ex::MindMapView::HotSpot is a base class for grips and toggles.
SYNOPSIS
use base Gtk2::Ex::MindMapView::HotSpot;
This module is internal to Gtk2::Ex::MindMapView. Four Gtk2::Ex::MindMapView::HotSpots are created for each Gtk2::Ex::MindMapView::Item. The hotspots are areas on a mind map item that when clicked, cause an action to be performed on an item. These hotspots allow the user to expand/collapse the items in the mind map, or to resize an item.
INTERFACE
Properties
Use the set method to set these properties. Accessing them directly will only cause you trouble.
item (Gtk2::Ex::MindMapView::Item)
Items and hotspots are rather fond of each other. This item is the one this hotspot is attached to.
enabled (boolean)
If enabled, this hotspot is ready for action. The type of action depends on whether it is a grip or a toggle. Grips are used to resize an item. Toggles are used to expand or collapse paths on the mind map graph.
fill_color_gdk (Gtk2::Gdk::Color)
The color with which to fill in the hotspot.
outline_color_gdk (Gtk2::Gdk::Color)
The color with which to fill in the hotspot outline. Toggles normally have a visible outline, while grips usually have the outline set to the same color as the item fill color.
hotspot_color_gdk (Gtk2::Gdk::Color)
The color of the hotspot once it is engaged. A hotspot becomes engaged when the mouse is placed close to it.
Methods
new (item=>$item)
Instantiates a hotspot that is associated with the Gtk2::Ex::MindMapView::Item.
This module connects to the Gnome2::Canvas::Item "event" event, and depending on the event type will call back to its Gtk2::Ex::MindMapView::Item.
hotspot_adjust_event_handler
This method must be overridden. It handles the "hotspot_adjust" event.
hotspot_button_press
This method may optionally be overridden to handle the "button-press" event.
hotspot_button_release
This method may optionally be overridden to handle the "button-release" event.
hotspot_engaged
This method may optionally be overridden to set the "engaged" flag in a non-standard way.
hotspot_enter_notify
This method may optionally be overridden to handle the "enter-notify" event.
hotspot_get_image()
This method must be overridden. It is used to instantiate a hotspot toggle or grip.
hotspot_leave_notify
This method may optionally be overridden to handle the "leave-notify" event.
hotspot_motion_notify
This method may optionally be overridden to handle the "motion-notify" event.
<<lessSYNOPSIS
use base Gtk2::Ex::MindMapView::HotSpot;
This module is internal to Gtk2::Ex::MindMapView. Four Gtk2::Ex::MindMapView::HotSpots are created for each Gtk2::Ex::MindMapView::Item. The hotspots are areas on a mind map item that when clicked, cause an action to be performed on an item. These hotspots allow the user to expand/collapse the items in the mind map, or to resize an item.
INTERFACE
Properties
Use the set method to set these properties. Accessing them directly will only cause you trouble.
item (Gtk2::Ex::MindMapView::Item)
Items and hotspots are rather fond of each other. This item is the one this hotspot is attached to.
enabled (boolean)
If enabled, this hotspot is ready for action. The type of action depends on whether it is a grip or a toggle. Grips are used to resize an item. Toggles are used to expand or collapse paths on the mind map graph.
fill_color_gdk (Gtk2::Gdk::Color)
The color with which to fill in the hotspot.
outline_color_gdk (Gtk2::Gdk::Color)
The color with which to fill in the hotspot outline. Toggles normally have a visible outline, while grips usually have the outline set to the same color as the item fill color.
hotspot_color_gdk (Gtk2::Gdk::Color)
The color of the hotspot once it is engaged. A hotspot becomes engaged when the mouse is placed close to it.
Methods
new (item=>$item)
Instantiates a hotspot that is associated with the Gtk2::Ex::MindMapView::Item.
This module connects to the Gnome2::Canvas::Item "event" event, and depending on the event type will call back to its Gtk2::Ex::MindMapView::Item.
hotspot_adjust_event_handler
This method must be overridden. It handles the "hotspot_adjust" event.
hotspot_button_press
This method may optionally be overridden to handle the "button-press" event.
hotspot_button_release
This method may optionally be overridden to handle the "button-release" event.
hotspot_engaged
This method may optionally be overridden to set the "engaged" flag in a non-standard way.
hotspot_enter_notify
This method may optionally be overridden to handle the "enter-notify" event.
hotspot_get_image()
This method must be overridden. It is used to instantiate a hotspot toggle or grip.
hotspot_leave_notify
This method may optionally be overridden to handle the "leave-notify" event.
hotspot_motion_notify
This method may optionally be overridden to handle the "motion-notify" event.
Download (0.049MB)
Added: 2007-02-08 License: Perl Artistic License Price:
989 downloads
Gtk2::Ex::MindMapView::ItemHotSpot 0.000001
Gtk2::Ex::MindMapView::ItemHotSpot is a Perl module to manage a hot spot on a view item. more>>
Gtk2::Ex::MindMapView::ItemHotSpot is a Perl module to manage a "hot spot" on a view item.
SYNOPSIS
use Gtk2::Ex::MindMapView::ItemHotSpot;
Four Gtk2::Ex::MindMapView::ItemHotSpots are created for each Gtk2::Ex::MindMapView::Item. The hotspots are areas on the mind map, that when clicked, cause an action to be performed on an item. These hotspots allow the user to expand/collapse the items in the mind map, or to resize an item.
INTERFACE
Properties
item (Gtk2::Ex::MindMapView::Item)
The item that this hotspot belongs to.
enabled
If true, the toggle is receiving events and may act on them. Otherwise it is not receiving events.
fill_color_gdk (Gtk2::Gdk::Color)
The color with which to fill the toggle.
outline_color_gdk (Gtk2::Gdk::Color)
The color with which to fill in the hotspot outline. Toggles normally have a visible outline, while grips usually have the outline set to the same color as the item fill color.
hotspot_color_gdk (Gtk2::Gdk::Color)
The color of the hotspot once it is engaged. A hotspot becomes engaged when the mouse is placed close to it.
Methods
new (item=>$item)
Instantiates a hotspot. The following properties may be passed: item, enabled, fill_color_gdk, outline_color_gdk, hotspot_color_gdk.
hotspot_adjust_event_handler
Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. This method sets the proper state of the toggle when a "hotspot_adjust" event occurs.
hotspot_get_image
Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. Returns a circle (Gnome2::Canvas::Ellipse) image.
<<lessSYNOPSIS
use Gtk2::Ex::MindMapView::ItemHotSpot;
Four Gtk2::Ex::MindMapView::ItemHotSpots are created for each Gtk2::Ex::MindMapView::Item. The hotspots are areas on the mind map, that when clicked, cause an action to be performed on an item. These hotspots allow the user to expand/collapse the items in the mind map, or to resize an item.
INTERFACE
Properties
item (Gtk2::Ex::MindMapView::Item)
The item that this hotspot belongs to.
enabled
If true, the toggle is receiving events and may act on them. Otherwise it is not receiving events.
fill_color_gdk (Gtk2::Gdk::Color)
The color with which to fill the toggle.
outline_color_gdk (Gtk2::Gdk::Color)
The color with which to fill in the hotspot outline. Toggles normally have a visible outline, while grips usually have the outline set to the same color as the item fill color.
hotspot_color_gdk (Gtk2::Gdk::Color)
The color of the hotspot once it is engaged. A hotspot becomes engaged when the mouse is placed close to it.
Methods
new (item=>$item)
Instantiates a hotspot. The following properties may be passed: item, enabled, fill_color_gdk, outline_color_gdk, hotspot_color_gdk.
hotspot_adjust_event_handler
Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. This method sets the proper state of the toggle when a "hotspot_adjust" event occurs.
hotspot_get_image
Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. Returns a circle (Gnome2::Canvas::Ellipse) image.
Download (0.049MB)
Added: 2007-01-22 License: Perl Artistic License Price:
1005 downloads
Gtk2::Ex::MindMapView::HotSpot::Grip 0.000001
Gtk2::Ex::MindMapView::HotSpot::Grip is a Perl module to manage a grip type hot spot on a view item. more>>
Gtk2::Ex::MindMapView::HotSpot::Grip is a Perl module to manage a grip type "hot spot" on a view item.
SYNOPSIS
use base Gtk2::Ex::MindMapView::HotSpot::Grip;
The Gtk2::Ex::MindMapView::HotSpot::Grip defined grip type hotspots. This kind of hot spot is used to resize Gtk2::Ex::MindMapView::Items.
INTERFACE
Properties
x (double)
The x-coordinate of the mouse location when resizing an item.
y (double)
The y-coordinate of the mouse location when resizing an item.
x_prime (double)
The x-coordinate of the previous mouse location when resizing an item.
y_prime (double)
The y-coordinate of the previous mouse location when resizing an item.
Methods
new (item=>$item)
Instantiates a grip type hotspot.
hotspot_button_press
Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. This method records the position of the cursor when the mouse is first pressed.
hotspot_button_release
Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. This method signals that the mind map should be redrawn.
hotspot_motion_notify
Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. This method actually resizes the Gtk2::Ex::MindMapView::Item.
<<lessSYNOPSIS
use base Gtk2::Ex::MindMapView::HotSpot::Grip;
The Gtk2::Ex::MindMapView::HotSpot::Grip defined grip type hotspots. This kind of hot spot is used to resize Gtk2::Ex::MindMapView::Items.
INTERFACE
Properties
x (double)
The x-coordinate of the mouse location when resizing an item.
y (double)
The y-coordinate of the mouse location when resizing an item.
x_prime (double)
The x-coordinate of the previous mouse location when resizing an item.
y_prime (double)
The y-coordinate of the previous mouse location when resizing an item.
Methods
new (item=>$item)
Instantiates a grip type hotspot.
hotspot_button_press
Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. This method records the position of the cursor when the mouse is first pressed.
hotspot_button_release
Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. This method signals that the mind map should be redrawn.
hotspot_motion_notify
Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. This method actually resizes the Gtk2::Ex::MindMapView::Item.
Download (0.049MB)
Added: 2007-01-15 License: Perl Artistic License Price:
1012 downloads
Gtk2::Ex::MindMapView::HotSpot::GripFactory 0.000001
Gtk2::Ex::MindMapView::HotSpot::GripFactory is the maker of standard grips. more>>
Gtk2::Ex::MindMapView::HotSpot::GripFactory is the maker of standard grips.
SYNOPSIS
use Gtk2::Ex::MindMapView::HotSpot::GripFactory;
This factory makes grips that are used to resize Gtk2::Ex::MindMapView::Items.
The following types of grips are supported:
Gtk2::Ex::MindMapView::HotSpot::Grip::Round - A circular grip.
Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil - A lentil shaped grip.
Gtk2::Ex::MindMapView::HotSpot::Grip::RightAngle - A right triangle shaped grip.
Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound - A special round grip for ellipses.
This factory is used by the Gtk2::Ex::MindMapView::ItemFactory.
INTERFACE
Properties
item (Gtk2::Ex::MindMapView::Item)
The item to attach the grip to.
border (Gtk2::Ex::MindMapView::Border)
The border that is used to determine the type of grip to create.
side (string)
The side of the item to attach to. May be: left or right.
fill_color_gdk (Gtk2::Gdk::Color)
The color of the grip.
hotspot_color_gdk (Gtk2::Gdk::Color)
The color of the grip when it is engaged.
Methods
new ( ...)
Constructor for the grip factory.
create_grip (item=>$item, border=>$border, side=>$side, ...)
Creates a new Gtk2::Ex::MindMapView::HotSpot::Grip given the Gtk2::Ex::MindMapView::Item that the grip will attach to. The Gtk2::Ex::MindMapView::Border is used to determine what grip to return to the caller. The side may be left or right.
DIAGNOSTICS
Invalid item. Item must be a Gtk2::Ex::MindMapView::Item
You must pass in a Gtk2::Ex::MindMapView::Item argument.
Invalid side. Must be right or left
You must set the side to be either: left or right.
Unexpected border: $border
You must give one of the known border types at this time.
<<lessSYNOPSIS
use Gtk2::Ex::MindMapView::HotSpot::GripFactory;
This factory makes grips that are used to resize Gtk2::Ex::MindMapView::Items.
The following types of grips are supported:
Gtk2::Ex::MindMapView::HotSpot::Grip::Round - A circular grip.
Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil - A lentil shaped grip.
Gtk2::Ex::MindMapView::HotSpot::Grip::RightAngle - A right triangle shaped grip.
Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound - A special round grip for ellipses.
This factory is used by the Gtk2::Ex::MindMapView::ItemFactory.
INTERFACE
Properties
item (Gtk2::Ex::MindMapView::Item)
The item to attach the grip to.
border (Gtk2::Ex::MindMapView::Border)
The border that is used to determine the type of grip to create.
side (string)
The side of the item to attach to. May be: left or right.
fill_color_gdk (Gtk2::Gdk::Color)
The color of the grip.
hotspot_color_gdk (Gtk2::Gdk::Color)
The color of the grip when it is engaged.
Methods
new ( ...)
Constructor for the grip factory.
create_grip (item=>$item, border=>$border, side=>$side, ...)
Creates a new Gtk2::Ex::MindMapView::HotSpot::Grip given the Gtk2::Ex::MindMapView::Item that the grip will attach to. The Gtk2::Ex::MindMapView::Border is used to determine what grip to return to the caller. The side may be left or right.
DIAGNOSTICS
Invalid item. Item must be a Gtk2::Ex::MindMapView::Item
You must pass in a Gtk2::Ex::MindMapView::Item argument.
Invalid side. Must be right or left
You must set the side to be either: left or right.
Unexpected border: $border
You must give one of the known border types at this time.
Download (0.049MB)
Added: 2007-01-18 License: Perl Artistic License Price:
1009 downloads
Gtk2::Ex::MindMapView::HotSpot::Grip::Round 0.000001
Gtk2::Ex::MindMapView::HotSpot::Grip::Round is a Perl module to manage a round grip type hot spot on a view item. more>>
Gtk2::Ex::MindMapView::HotSpot::Grip::Round is a Perl module to manage a round grip type "hot spot" on a view item.
SYNOPSIS
use Gtk2::Ex::MindMapView::HotSpot::Grip::Round;
The Gtk2::Ex::MindMapView::HotSpot::Grip::Round is a round grip that may be used to resize a Gtk2::Ex::MindMapView::Item.
INTERFACE
Properties
item (Gtk2::Ex::MindMapView::Item)
The item this grip is attached to.
enabled (boolean)
If enabled, this grip is ready for action.
side (string)
The side on which to attach the grip. May be left or right.
fill_color_gdk (Gtk2::Gdk::Color)
The color with which to fill in the hotspot.
outline_color_gdk (Gtk2::Gdk::Color)
The color with which to fill in the hotspot outline. Grips usually have the outline set to the same color as the item fill color.
hotspot_color_gdk (Gtk2::Gdk::Color)
The color of the hotspot once it is engaged. A hotspot becomes engaged when the mouse is placed close to it.
Methods
new (item=>$item)
Instantiates a Gtk2::Ex::MindMapView::HotSpot::Grip::Round hotspot.
hotspot_adjust_event_handler
Positions the grip at the lower left or right corner of the rectangle defined by the insets. This will change for the next release.
hotspot_get_image
Returns a circle (Gnome2::Canvas::Ellipse) as grip image.
<<lessSYNOPSIS
use Gtk2::Ex::MindMapView::HotSpot::Grip::Round;
The Gtk2::Ex::MindMapView::HotSpot::Grip::Round is a round grip that may be used to resize a Gtk2::Ex::MindMapView::Item.
INTERFACE
Properties
item (Gtk2::Ex::MindMapView::Item)
The item this grip is attached to.
enabled (boolean)
If enabled, this grip is ready for action.
side (string)
The side on which to attach the grip. May be left or right.
fill_color_gdk (Gtk2::Gdk::Color)
The color with which to fill in the hotspot.
outline_color_gdk (Gtk2::Gdk::Color)
The color with which to fill in the hotspot outline. Grips usually have the outline set to the same color as the item fill color.
hotspot_color_gdk (Gtk2::Gdk::Color)
The color of the hotspot once it is engaged. A hotspot becomes engaged when the mouse is placed close to it.
Methods
new (item=>$item)
Instantiates a Gtk2::Ex::MindMapView::HotSpot::Grip::Round hotspot.
hotspot_adjust_event_handler
Positions the grip at the lower left or right corner of the rectangle defined by the insets. This will change for the next release.
hotspot_get_image
Returns a circle (Gnome2::Canvas::Ellipse) as grip image.
Download (0.049MB)
Added: 2007-01-27 License: Perl Artistic License Price:
1000 downloads
Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil 0.000001
Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil is a Perl module to manage a lentil shaped grip hot spot on a view item. more>>
Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil is a Perl module to manage a lentil shaped grip "hot spot" on a view item.
SYNOPSIS
use Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil;
A LentilGrip hotspot may be used to resize a Gtk2::Ex::MindMapView::Item. Normally, this grip will be used with an Gtk2::Ex::MindMapView::Border:RoundedRect.
INTERFACE
Properties
item (Gtk2::Ex::MindMapView::Item)
The item this grip is attached to.
enabled (boolean)
If enabled, this grip is ready for action.
side (string)
The side of the item on which to attach the grip. May be left or right.
fill_color_gdk (Gtk2::Gdk::Color)
The color with which to fill in the hotspot.
outline_color_gdk (Gtk2::Gdk::Color)
The color with which to fill in the hotspot outline. Grips usually have the outline set to the same color as the item fill color.
hotspot_color_gdk (Gtk2::Gdk::Color)
The color of the hotspot once it is engaged. A hotspot becomes engaged when the mouse is placed close to it.
Methods
new (item=>$item, side=>left)
Instantiates a hotspot. The following properties may be passed: item, side, visible, enabled, fill_color_gdk, outline_color_gdk, hotspot_color_gdk.
hotspot_adjust_event_handler
Positions the grip at the lower left or right corner of the rectangle defined by the insets. This will change for the next release.
hotspot_get_image
Returns a right triangle shaped grip image.
<<lessSYNOPSIS
use Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil;
A LentilGrip hotspot may be used to resize a Gtk2::Ex::MindMapView::Item. Normally, this grip will be used with an Gtk2::Ex::MindMapView::Border:RoundedRect.
INTERFACE
Properties
item (Gtk2::Ex::MindMapView::Item)
The item this grip is attached to.
enabled (boolean)
If enabled, this grip is ready for action.
side (string)
The side of the item on which to attach the grip. May be left or right.
fill_color_gdk (Gtk2::Gdk::Color)
The color with which to fill in the hotspot.
outline_color_gdk (Gtk2::Gdk::Color)
The color with which to fill in the hotspot outline. Grips usually have the outline set to the same color as the item fill color.
hotspot_color_gdk (Gtk2::Gdk::Color)
The color of the hotspot once it is engaged. A hotspot becomes engaged when the mouse is placed close to it.
Methods
new (item=>$item, side=>left)
Instantiates a hotspot. The following properties may be passed: item, side, visible, enabled, fill_color_gdk, outline_color_gdk, hotspot_color_gdk.
hotspot_adjust_event_handler
Positions the grip at the lower left or right corner of the rectangle defined by the insets. This will change for the next release.
hotspot_get_image
Returns a right triangle shaped grip image.
Download (0.049MB)
Added: 2007-01-27 License: Perl Artistic License Price:
1000 downloads
ROSInfo 1.13
ROSInfo is a simple tool for monitoring signal levels, traffic, and network latency of x86 machines. more>>
ROSInfo is a simple tool for monitoring signal levels, traffic, and network latency of x86 machines, RouterBoards, and other devices running Mikrotik RouterOS.
The project was designed to be used with Mikrotik RouterOS 2.9 and is being developed and tested on a large network with many Mikrotik routers.
Currently supported and tested are all versions of Mikrotik RouterOS 2.9.
<<lessThe project was designed to be used with Mikrotik RouterOS 2.9 and is being developed and tested on a large network with many Mikrotik routers.
Currently supported and tested are all versions of Mikrotik RouterOS 2.9.
Download (0.074MB)
Added: 2006-12-08 License: GPL (GNU General Public License) Price:
1081 downloads
Gtk2::Ex::MindMapView::HotSpot::ToggleFactory 0.000001
Gtk2::Ex::MindMapView::HotSpot::ToggleFactory is a Maker of standard toggle items. more>>
Gtk2::Ex::MindMapView::HotSpot::ToggleFactory is a Maker of standard toggle items.
SYNOPSIS
use Gtk2::Ex::MindMapView::HotSpot::ToggleFactory;
This factory makes toggles that are used to expand or collapse the tree of items shown in the mind map.
The following types of toggles are currently supported:
Gtk2::Ex::MindMapView::HotSpot::Toggle::Round - The standard round toggle.
This factory is used by the Gtk2::Ex::MindMapView::ItemFactory.
INTERFACE
Properties
item (Gtk2::Ex::MindMapView::Item)
The item to attach the grip to.
border (Gtk2::Ex::MindMapView::Border)
The border that is used to determine the type of toggle to create.
side (string)
The side of the item to attach to. May be: left or right.
fill_color_gdk (Gtk2::Gdk::Color)
The color of the toggle.
outline_color_gdk (Gtk2::Gdk::Color)
The color of the toggle outline.
hotspot_color_gdk (Gtk2::Gdk::Color)
The color of the toggle when it is engaged.
Methods
new ( ...)
Constructor for the toggle factory.
create_toggle (item=>$item, border=>$border, side=>$side, ...)
Creates a new Gtk2::Ex::MindMapView::HotSpot::Toggle given the Gtk2::Ex::MindMapView::Item that the toggle will attach to. The Gtk2::Ex::MindMapView::Border is used to determine what toggle to return to the caller. The side may be left or right.
DIAGNOSTICS
Invalid item. Item must be a Gtk2::Ex::MindMapView::Item
You must pass in a Gtk2::Ex::MindMapView::Item argument.
Invalid side. Must be right or left
You must set the side to be either: left or right.
Unexpected border: $border
You must give one of the known border types at this time.
<<lessSYNOPSIS
use Gtk2::Ex::MindMapView::HotSpot::ToggleFactory;
This factory makes toggles that are used to expand or collapse the tree of items shown in the mind map.
The following types of toggles are currently supported:
Gtk2::Ex::MindMapView::HotSpot::Toggle::Round - The standard round toggle.
This factory is used by the Gtk2::Ex::MindMapView::ItemFactory.
INTERFACE
Properties
item (Gtk2::Ex::MindMapView::Item)
The item to attach the grip to.
border (Gtk2::Ex::MindMapView::Border)
The border that is used to determine the type of toggle to create.
side (string)
The side of the item to attach to. May be: left or right.
fill_color_gdk (Gtk2::Gdk::Color)
The color of the toggle.
outline_color_gdk (Gtk2::Gdk::Color)
The color of the toggle outline.
hotspot_color_gdk (Gtk2::Gdk::Color)
The color of the toggle when it is engaged.
Methods
new ( ...)
Constructor for the toggle factory.
create_toggle (item=>$item, border=>$border, side=>$side, ...)
Creates a new Gtk2::Ex::MindMapView::HotSpot::Toggle given the Gtk2::Ex::MindMapView::Item that the toggle will attach to. The Gtk2::Ex::MindMapView::Border is used to determine what toggle to return to the caller. The side may be left or right.
DIAGNOSTICS
Invalid item. Item must be a Gtk2::Ex::MindMapView::Item
You must pass in a Gtk2::Ex::MindMapView::Item argument.
Invalid side. Must be right or left
You must set the side to be either: left or right.
Unexpected border: $border
You must give one of the known border types at this time.
Download (0.049MB)
Added: 2007-01-27 License: Perl Artistic License Price:
1000 downloads
Lintrack 2.0
Lintrack is a small, easy to configure and highly integrated GNU/Linux distribution for routers. more>>
Lintrack is a small, easy to configure and highly integrated GNU/Linux distribution for routers, firewalls, network access servers, content filters and more. Lintrack is targetted especially to small and medium-sized wireless Internet service providers. Lintrack comes with many outstanding features.
Main features:
- wireless router
- network access server
- PPPoE concentrator
- HotSpot concentrator
- VPN server/client
- firewall
- traffic shaper
- HTTP content filter
- OSPF router
- PIMv2 (multicast) router
- and more
What makes Lintrack unique is that it is highly integrated and automated by the Flatconf configuration system. Lintrack is mainly administered using an interactive CLI tool, fcc, which makes system configuration easy and fast.
While giving the end user a powerful, high-level interface, Lintrack has still all the posibilities of traditional Linux administration. Whats more, some functionality may be managed by fcc, and some by die-hard Unix tools, eg. vim.
<<lessMain features:
- wireless router
- network access server
- PPPoE concentrator
- HotSpot concentrator
- VPN server/client
- firewall
- traffic shaper
- HTTP content filter
- OSPF router
- PIMv2 (multicast) router
- and more
What makes Lintrack unique is that it is highly integrated and automated by the Flatconf configuration system. Lintrack is mainly administered using an interactive CLI tool, fcc, which makes system configuration easy and fast.
While giving the end user a powerful, high-level interface, Lintrack has still all the posibilities of traditional Linux administration. Whats more, some functionality may be managed by fcc, and some by die-hard Unix tools, eg. vim.
Download (175.6MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1103 downloads
OthBase 1.8.1
OthBase is an Othello game. more>>
As an Othello player I have used since 1988 several tools and programs for improving my game play. The most often used tools have been: Thor, Cassio and WZebra. Those programs are very interesting tools for studying Othello but they have all the same drawback: you are locked to one OS platform.
The OthBase project has started beginning of November 2002 based on the following constatations:
- there was no cross platform Othello database program that was available on several platforms; you needed for example to use Cassio for MacOS 9.X, or use WZebra for Windows if you wanted to study tournament level games
- there was no Othello database program available on the Java platform nor Linux (sorry LZebra was not very well supported on Linux)
- there was always the need to update manually the database when using Cassio or WZebra; this task should have been done automatically via the program itself
Ajax and Cyrano, two good Othello programs written in Java, have shown that we can have strong and interesting Othello programs written on the Java platform
As an early Java adopter (since the first JDK 1.0 beta release in 1996!) and Othello addict, I decided on November 2002 to start this project as the Java platform is now very popular and really more mature than a couple of years ago. The JFC/SWING GUI library is now at a good level and JVM performances are increasing each year. Check for example infos about HotSpot. Moreover the Java developers community is really alive and responsive. You can check at Apache Jakarta Project and at JavaDesktop.
My main goals are:
- to promote Othello thru the use of a database program for studying games of tournament players
- to develop an Othello database program in Java that will be the same on Windows, MacOSX or Linux
- to support the Thor database format and other popular game file formats (e.g. XOF, SGF, PGN, Cassio)
- to implement a database feature set identical at minimum to Cassios one
- to allow an easy installation and update of the program
- to allow an easy update of the FFO game database available in the Thor database format
- to add new cool extra features that are needed by Othello players in a responsive way
- to allow developers to add some plugins into the program to add new features
Main features:
Database Formats Support
- XOF database files
- Thor database (.WTH / .JOU / .TRN files)
- PGN database files (Kurnik and VOG)
- GGF (old GGS server)
- Yahoo! Japan logs from Uniyma (text export format)
Database Management
- Create / Read / Import / Save XOF database files
- Read / Import Thor database directory
- Clean Thor database directory
- Synchronize manually / autimatically a Thor database directory with a FTP server
- Read / Import PGN database files
- Read / Import GGF database files
- Read / Import TXT database files from Uniyma logs
- In memory Database Merge thru import
- In memory Database export to XOF
- Add game to In memory Database
- Delete game(s) from In memory Database
- MRU support (most recently used database files)
- In memory Database filtering on Tournament (name, date), player name with support of complex boolean filters
- On the fly computed statistics for In memory Database depending on the moves played and filter
- Set / Unset Games bookmark
- Manage Games bookmarks
- Go to bookmarked game
Game Management
- Play game with backward/forward/go to start/go to end
- Mouse wheel support for fast move forward / backward
- Enter game as sequence of move on board
- Enter a game as a diagram
- Copy move list / position / diagram
- Paste move list
- Drag and drop a game from game list to Othello board
- Show game diagram
- Goto Move: by clicking on a move in diagram mode
<<lessThe OthBase project has started beginning of November 2002 based on the following constatations:
- there was no cross platform Othello database program that was available on several platforms; you needed for example to use Cassio for MacOS 9.X, or use WZebra for Windows if you wanted to study tournament level games
- there was no Othello database program available on the Java platform nor Linux (sorry LZebra was not very well supported on Linux)
- there was always the need to update manually the database when using Cassio or WZebra; this task should have been done automatically via the program itself
Ajax and Cyrano, two good Othello programs written in Java, have shown that we can have strong and interesting Othello programs written on the Java platform
As an early Java adopter (since the first JDK 1.0 beta release in 1996!) and Othello addict, I decided on November 2002 to start this project as the Java platform is now very popular and really more mature than a couple of years ago. The JFC/SWING GUI library is now at a good level and JVM performances are increasing each year. Check for example infos about HotSpot. Moreover the Java developers community is really alive and responsive. You can check at Apache Jakarta Project and at JavaDesktop.
My main goals are:
- to promote Othello thru the use of a database program for studying games of tournament players
- to develop an Othello database program in Java that will be the same on Windows, MacOSX or Linux
- to support the Thor database format and other popular game file formats (e.g. XOF, SGF, PGN, Cassio)
- to implement a database feature set identical at minimum to Cassios one
- to allow an easy installation and update of the program
- to allow an easy update of the FFO game database available in the Thor database format
- to add new cool extra features that are needed by Othello players in a responsive way
- to allow developers to add some plugins into the program to add new features
Main features:
Database Formats Support
- XOF database files
- Thor database (.WTH / .JOU / .TRN files)
- PGN database files (Kurnik and VOG)
- GGF (old GGS server)
- Yahoo! Japan logs from Uniyma (text export format)
Database Management
- Create / Read / Import / Save XOF database files
- Read / Import Thor database directory
- Clean Thor database directory
- Synchronize manually / autimatically a Thor database directory with a FTP server
- Read / Import PGN database files
- Read / Import GGF database files
- Read / Import TXT database files from Uniyma logs
- In memory Database Merge thru import
- In memory Database export to XOF
- Add game to In memory Database
- Delete game(s) from In memory Database
- MRU support (most recently used database files)
- In memory Database filtering on Tournament (name, date), player name with support of complex boolean filters
- On the fly computed statistics for In memory Database depending on the moves played and filter
- Set / Unset Games bookmark
- Manage Games bookmarks
- Go to bookmarked game
Game Management
- Play game with backward/forward/go to start/go to end
- Mouse wheel support for fast move forward / backward
- Enter game as sequence of move on board
- Enter a game as a diagram
- Copy move list / position / diagram
- Paste move list
- Drag and drop a game from game list to Othello board
- Show game diagram
- Goto Move: by clicking on a move in diagram mode
Download (MB)
Added: 2006-03-16 License: Freeware Price:
748 downloads
Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound 0.000001
Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound is a Perl module to manage a round grip type hot spot on a ellipse item. more>>
Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound is a Perl module to manage a round grip type "hot spot" on a ellipse item. This grip differs from the standard grip with respect to where it is placed on the Gtk2::Ex::MindMapView::Item.
SYNOPSIS
use Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound;
The Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound is a round grip that may be used to resize a Gtk2::Ex::MindMapView::Border::Ellipse.
This special grip positions itself differently from the other grips.
INTERFACE
Properties
item (Gtk2::Ex::MindMapView::Item)
The item this grip is attached to.
enabled (boolean)
If enabled, this grip is ready for action.
side (string)
The side on which to attach the grip. May be left or right.
fill_color_gdk (Gtk2::Gdk::Color)
The color with which to fill in the hotspot.
outline_color_gdk (Gtk2::Gdk::Color)
The color with which to fill in the hotspot outline. Grips usually have the outline set to the same color as the item fill color.
hotspot_color_gdk (Gtk2::Gdk::Color)
The color of the hotspot once it is engaged. A hotspot becomes engaged when the mouse is placed close to it.
Methods
new (item=>$item)
Instantiates a Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound hotspot.
hotspot_adjust_event_handler
Positions the grip at the lower left or right corner of the rectangle defined by the insets. This will change for the next release.
hotspot_get_image
Returns a circle (Gnome2::Canvas::Ellipse) as grip image.
<<lessSYNOPSIS
use Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound;
The Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound is a round grip that may be used to resize a Gtk2::Ex::MindMapView::Border::Ellipse.
This special grip positions itself differently from the other grips.
INTERFACE
Properties
item (Gtk2::Ex::MindMapView::Item)
The item this grip is attached to.
enabled (boolean)
If enabled, this grip is ready for action.
side (string)
The side on which to attach the grip. May be left or right.
fill_color_gdk (Gtk2::Gdk::Color)
The color with which to fill in the hotspot.
outline_color_gdk (Gtk2::Gdk::Color)
The color with which to fill in the hotspot outline. Grips usually have the outline set to the same color as the item fill color.
hotspot_color_gdk (Gtk2::Gdk::Color)
The color of the hotspot once it is engaged. A hotspot becomes engaged when the mouse is placed close to it.
Methods
new (item=>$item)
Instantiates a Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound hotspot.
hotspot_adjust_event_handler
Positions the grip at the lower left or right corner of the rectangle defined by the insets. This will change for the next release.
hotspot_get_image
Returns a circle (Gnome2::Canvas::Ellipse) as grip image.
Download (0.049MB)
Added: 2007-01-22 License: Perl Artistic License Price:
1005 downloads
mysqlWisp 0.4 RC5
mysqlWisp is a project which provides a standalone or mysqlISP-controlled subsystem. more>>
mysqlWisp is a project which provides a standalone or mysqlISP-controlled subsystem.
mysqlWisp provides a standalone or mysqlISP-controlled subsystem for managing one or hundreds of hotspots with access controlled by iptables, MAC addresses, IP addresses, and passwords.
Access points are connected to a second NIC, and all traffic is initially redirected to a login page.
mysqlWisp provides a mysqlISP family standalone or mysqlISP controlled subsystem for managing 1 or 100s of hotspots with full iptables/MAC+IP+Login+Passwd controlled access.
Easy on the end-user -and the hotspot staff- wide open WAPs are supported. The WAP -or LAN of WAPs- is connected to a 2nd NIC (like eth1 for example, or via a WAP capable card for low cost and very flexible linux WAP/Gateway box.) The model used is the captive portal: "redirect all traffic to hotspot login page -unless logged in" on the WAP/Gateway controlled by a local instance of mysqlWisp.
The gateway linux server running mysqlWisp usually will also provide dhcpd, named, and two instances of apache2: One for the webmin and the other the login page. After hotspot user logs in, she then is allowed through the WAP/Gateway, via advanced iptables SNAT, DNAT and REDIRECT rules managed by mysqlWisp.
Started adding accounting and QoS control along with mysqlCart provided online credit card processing support.
Enhancements:
- Adding mysqlISP external job queue handling.
- Adding more WISP AAA/NOC support based on Chicago installation.
- Use tUser.cProfile for cMAC and cIP if exists (fixed users.)
- Add cProfile dictionary to tConfiguration to check new user addition.
<<lessmysqlWisp provides a standalone or mysqlISP-controlled subsystem for managing one or hundreds of hotspots with access controlled by iptables, MAC addresses, IP addresses, and passwords.
Access points are connected to a second NIC, and all traffic is initially redirected to a login page.
mysqlWisp provides a mysqlISP family standalone or mysqlISP controlled subsystem for managing 1 or 100s of hotspots with full iptables/MAC+IP+Login+Passwd controlled access.
Easy on the end-user -and the hotspot staff- wide open WAPs are supported. The WAP -or LAN of WAPs- is connected to a 2nd NIC (like eth1 for example, or via a WAP capable card for low cost and very flexible linux WAP/Gateway box.) The model used is the captive portal: "redirect all traffic to hotspot login page -unless logged in" on the WAP/Gateway controlled by a local instance of mysqlWisp.
The gateway linux server running mysqlWisp usually will also provide dhcpd, named, and two instances of apache2: One for the webmin and the other the login page. After hotspot user logs in, she then is allowed through the WAP/Gateway, via advanced iptables SNAT, DNAT and REDIRECT rules managed by mysqlWisp.
Started adding accounting and QoS control along with mysqlCart provided online credit card processing support.
Enhancements:
- Adding mysqlISP external job queue handling.
- Adding more WISP AAA/NOC support based on Chicago installation.
- Use tUser.cProfile for cMAC and cIP if exists (fixed users.)
- Add cProfile dictionary to tConfiguration to check new user addition.
Download (0.11MB)
Added: 2007-02-22 License: GPL (GNU General Public License) Price:
974 downloads
Zekr 0.6.0
Zekr is an open platform for research and development on the Holly Quran. more>>
Zekr is an open platform for research and development on the Holly Quran.
It is a Quran based project, planned to be a universal, open source, cross-platform application to perform most of the usual refers to Quran.
The main idea is to build an as generic as possible platform to be capable of having different add-ins for its tasks.
The current release, 0.2.0, is planned to search the Quran, and support multiple languages The program is written in Java (HotSpot JVM), using Eclipse IDE, and SWT as the widget toolkit.
<<lessIt is a Quran based project, planned to be a universal, open source, cross-platform application to perform most of the usual refers to Quran.
The main idea is to build an as generic as possible platform to be capable of having different add-ins for its tasks.
The current release, 0.2.0, is planned to search the Quran, and support multiple languages The program is written in Java (HotSpot JVM), using Eclipse IDE, and SWT as the widget toolkit.
Download (4.5MB)
Added: 2007-08-05 License: GPL (GNU General Public License) Price:
1115 downloads
Charon 0.5
Charon aims to make it easy to start reselling Internet access via WiFi access point. more>>
Charon aims to make it easy to start reselling Internet access via WiFi access point.
Charon installs onto a Linksys WiFi access point (or similar Linux device) and manages automatic price and access negotiation with local wireless customers, charging them via the mikolaj.cx settlement/micropayment system.
It will ultimately provide secure and fraud-resistant access by utilizing cash-based settlement, reputation tracking, and PKI-based non-repudiable contracts, to protect both the end-user and the access provider.
Enhancements:
- Cash prepayment support: prospective users can now pay with either cash or a credit card, at the option of the provider.
- Funds are transferred direct into their mikolaj.cx account and can be used at any Charon hotspot.
- Real-time balance query and account transaction history for the provider are now available from the administrative Web pages.
- PayPals Akamaized IP addresses are now detected and added to the firewall at every upstream reconnect, which should make Charons credit card payments usable out of the box anywhere in the world.
<<lessCharon installs onto a Linksys WiFi access point (or similar Linux device) and manages automatic price and access negotiation with local wireless customers, charging them via the mikolaj.cx settlement/micropayment system.
It will ultimately provide secure and fraud-resistant access by utilizing cash-based settlement, reputation tracking, and PKI-based non-repudiable contracts, to protect both the end-user and the access provider.
Enhancements:
- Cash prepayment support: prospective users can now pay with either cash or a credit card, at the option of the provider.
- Funds are transferred direct into their mikolaj.cx account and can be used at any Charon hotspot.
- Real-time balance query and account transaction history for the provider are now available from the administrative Web pages.
- PayPals Akamaized IP addresses are now detected and added to the firewall at every upstream reconnect, which should make Charons credit card payments usable out of the box anywhere in the world.
Download (0.31MB)
Added: 2006-12-27 License: GPL (GNU General Public License) Price:
1034 downloads
WeWiMo 0.1.1
WeWiMo (Web WiFi Monitor) is a small script for monitoring computers connected to access point running Linux. more>>
WeWiMo is short from Web WiFi Monitor and is a small script for monitoring computers connected to access point running Linux and hostap driver for WiFi cards (ZCom XI-626).
I made this program mainly for monitoring clients connected to our access point (hotspot) in CZFree community network.
Enhancements:
- A pak and lore hkfree.org patch was added for HostAP 0.2.x and newer.
<<lessI made this program mainly for monitoring clients connected to our access point (hotspot) in CZFree community network.
Enhancements:
- A pak and lore hkfree.org patch was added for HostAP 0.2.x and newer.
Download (0.005MB)
Added: 2006-12-13 License: Freeware Price:
1046 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 2
- 1
- 2
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above mikrotik hotspot 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