» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Real + Time

Aproicot Update Follow-Up

Well, venomgfx said it would be done and so it was. Blenders' all-star coder Brecht has done it in record time! Blender now has real-time shadows in the editor and the Game ...

[read the full article on blendernation.com]

blender: BlenderNation

Mini Gum Camcorder!

Mini Gum Camcorder!

The Mini Gum Camcorder can record up to 2 hours at very shitty resolution but still, it’s a size of a gum and it’s impressive.

Features:

  • Built-in Memory Mini Gum Camera Recorder
  • Camera size: 7.3 x 2.0 x 1.1 cm
  • Weight: 18 g
  • Real Time camera recording in 3gp format
  • Colour audio video recorder
  • Built-in rechargeable battery
  • Built-in Memory
  • Playback video on mobile or PC

    Specifications:

  • Video compression: 3gp video format, 176 x 144 pixel
  • Voice recording: Yes
  • Internal memory: Yes
  • Video File size: > 500KB per minute
  • Recording mode: Continuous recording until memory is full
  • Charging type: USB charging cable
  • Record time: up to 2 hours

    Package Included:

  • 1 pc Built-in Memory Mini Gum Camera Recorder
  • 1 pc USB charging cable
  • 1 pc User manual
  • [via boingboing - brando]

    , , , , , , , , , , , , , , , , , , , ,

    User:zedomax: Zedomax

    Monitoring Realtime network interface Using Slurm

    slurm started as a pppstatus port to FreeBSD. As I ripped off several functions here is an overview of the features:


    * realtime traffic statistics divided into incoming and outgoing
    * optional combined view
    * can monitor any kind of network interface
    * shows detailed statistics about the interface.
    * it's themeable (since 0.3.0)
    * contact me if you need anything else.

    Install slurm in Ubuntu

    sudo aptitude install slurm

    This will complete the installation.

    Slurm Syntax

    slurm [-hHz] [-csl] [-d delay] -i interface

    If you want to monitor the eth0 network interface use the following command

    slurm -i eth0

    Output looks similar to the following screen

    Ubuntu: OnlyUbuntu Tutorials

    WeeWar needs XMPP

    WeeWar broke in a wave across the office this afternoon. (thankfully late afternoon, or I might have gotten nothing done today). Its a Web-based turn based strategy game, thats very well done. Sort of a “Flickr for Risk”, with a nice value add pro account ($24.95/year), and APIs, social networking features, and a chatty tone.

    XMPP

    But I’ve never run into an application that needed an XMPP interface more.

    The most fundamental missing functionality is a convenient, light weight way of getting notified that your turn has rolled around again. WeeWar will send you email, but now your inboxes is even more cluttered, and you’re having to check your inbox constantly. (something I try to keep to 1-2 times an hour)

    Push

    A Jabber interface you could trust to push to you the state changes news, and thereby remove the nagging, “Is it my turn?” and the variable positive reinforcement relationship it sets up with your inbox.

    Additionally its a classic app where, if you’re polling, you want to keep the polling time very low, but the actual incident of change is fairly spare, which means WeeWar is going to at some point start resenting their polling based APIs.

    Payload

    Ideally messages would also include an XML payload describing either the changes since your last turn, or the current state of the map, allowing for rich consuming clients to build alternate interfaces to the world.

    New Games

    Orthogonally, a new games, and new games from your “preferred players” would also be excellent to get pushed out over Jabber.

    Kellan-Elliot-Mcrea: Laughing Meme

    Monitoring Realtime network interface Using Slurm

    slurm started as a pppstatus port to FreeBSD. As I ripped off several functions here is an overview of the features:


    * realtime traffic statistics divided into incoming and outgoing
    * optional combined view
    * can monitor any kind of network interface
    * shows detailed statistics about the interface.
    * it's themeable (since 0.3.0)
    * contact me if you need anything else.

    Install slurm in Ubuntu

    sudo aptitude install slurm

    This will complete the installation.

    Slurm Syntax

    slurm [-hHz] [-csl] [-d delay] -i interface

    If you want to monitor the eth0 network interface use the following command

    slurm -i eth0

    Output looks similar to the following screen

    Ubuntu: Only Ubuntu

    Hyperion v1.16.0

    The coolest 3d programming platform - for graphics geeks only!

    XML: del.icio.us/tag/xml

    Hyperion v1.16.0

    The coolest 3d programming platform - for graphics geeks only!

    Lua: del.icio.us/tag/lua

    Realtime Apache monitoring with apachetop

    Apache top is a curses-based realtime utility to display information from a running copy of Apache.It is modelled after the standard ‘top’ utility, and displays information such as the requests pers second, bytes per second and the most popular URLs displayed.It must be run from a machine running Apache, as it works by processing the logfiles found in /var/log/apache.

    Install apachetop in Debian

    #apt-get install apachetop

    This will complete the installation

    Using apachetop

    By default Apachetop will use your log in /var/log/apache/access.log, but you can add a -f flag to the command and point it to wherever your apache log really is if you moved it.

    If you try the following command

    #apachetop

    It will give you the following error

    opening /var/log/apache/access.log: No such file or directory
    No input files could be opened

    Because By default debian,Ubuntu Apache2 logs are located at var/log/apache2/access.log you can specify this using the following command.Your apache logs are in different location you can specify that path.

    #apachetop -f /var/log/apache2/access.log

    Apachetop Output looks like below

    If you want more details about apachetop check apachetop man page

    Tags: , , , , , , , , , , , ,

    Debian: Debian Admin Step By Step Tutorials and articles with screenshots

    UpStage

    UpStage is an open source web-based venue and tool for artists to compile different digital media for textual and audiovisual communication into a live performance, in real time, for online audiences.

    opensource: del.icio.us tag/opensource

    Splunk

    Splunk organizes and makes sense of any type of machine data, including Web servers, application servers, email servers, databases, and network devices. It uses algorithms that dynamically discover event relationships across diverse domains of machine data and build a searchable Web of events to trace the real behavior of running systems.

    (is this open source?)