Transforming Access in HP and Citrix


 
Thread Tools Search this Thread
Operating Systems HP-UX HP Server News and Podcasts RSS Transforming Access in HP and Citrix
# 1  
Old 09-09-2008
Transforming Access in HP and Citrix

This podcast discusses the relevant customer benefits of fewer more powerful servers.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Transforming data so it looks like the one you specified

Lets say for instance I have this data within a file named transform xxx#yyy@zzz and I want it to be in the format ofZZZ xxx-yyy How do I go about doing this? (3 Replies)
Discussion started by: l3monz
3 Replies

2. Programming

Transforming 3 columns to matrix format

Dear All I have a huge data for 3 columns similar to this D2cls0 D2cls0 1 D2cls0 D2cls1 0.308 D2cls0 D2cls2 0.554 D2cls0 D2cls3 0.287 D2cls0 D2cls4 0.633 D2cls0 D2cls5 0.341 D2cls0 D2cls6 0.665 D2cls0 D2cls7 0.698 D2cls0 D2cls8 0.625 D2cls0 D2cls9 0.429 I... (9 Replies)
Discussion started by: bala06
9 Replies

3. Programming

Transforming data to other format

Dear All I would like to transform data from one format to another format. my Input: 0 0 1 0 1 0.308 0 2 0.554 0 3 0.287 output: Z (0,0)= 1 Z (0,1)=0.308 Z (0,2)=0.554 Z (0,3)=0.287 (2 Replies)
Discussion started by: bala06
2 Replies

4. UNIX for Advanced & Expert Users

Transforming psmf to ogv

Hi all. I would like to create a program that converts psmf file format (PSMF - MultimediaWiki) to ogv (Ogg - Wikipedia, the free encyclopedia). I know C++ and I worked with BMPs (so I can understand a simple file system like the BMP header is) but I didn't touch any kind of sound/video file... (1 Reply)
Discussion started by: lilezek
1 Replies

5. Shell Programming and Scripting

transforming records

Hi all In input file I have records like this: 0,1,0,87,0,0,"6,87","170,03",0,"43,5",0,0,0,0,"6,87","126,53" and in output file I need that these records transforms in : 0 1 0 87 0 0 6,87 170,03 0 43,5 0 0 0 0 6,87 126,53 Could you help me in this case? Please (13 Replies)
Discussion started by: shizik
13 Replies

6. UNIX for Dummies Questions & Answers

transforming small javascript into perl

I need to transform this small javascript into a perl. So then when I need to use it I can call $something, instead of using this javascript. Could someone help me archive this? (9 Replies)
Discussion started by: marringi
9 Replies

7. Solaris

Citrix on Solaris

I am getting the following message "Failed to establish all listening sockets" also /tmp/.X11-pipe gets to about 50 entries and then I can't start any more Citrix sessions until I manually remove those entries. Any ideas? (3 Replies)
Discussion started by: pgsanders
3 Replies

8. Shell Programming and Scripting

Help Required In Transforming A File

How will i convert a file <LREC><L:EPOCH>1198331268.553</L:EPOCH><LDATE>10-12-07</LDATE><L:SERVER>NONE</L:SERVER><L:PORT>NONE</L:PORT><LTIME>13:47:48.553</LTIME><LTEXT>dnvdmxk</LTEXT></LREC>... (3 Replies)
Discussion started by: anju
3 Replies
Login or Register to Ask a Question
PODRACER(1)						      General Commands Manual						       PODRACER(1)

NAME
podracer - A podcast aggregator with BitTorrent support SYNOPSIS
podracer [-c|-catchup|--catchup|catchup] podracer [-v|-version|--version|version] DESCRIPTION
Podracer is a podcast downloader. It takes a file with the URLs to all your podcast rss feeds and goes and gets the mp3s and stores them in a specified location. It is a BASH script with an internal BitTorrent downloader written in Python. OPTIONS
-c, -catchup, --catchup, catchup Run podracer in catchup mode. RSS feeds are retrieved and their enclosures are reported to the user's log, but no podcasts are downloaded. -v, -version, --version, version Show Podracer version information and exit. SUBSCRIPTIONS
Podcast subscriptions are stored in a file typically named ~/.podracer/subscriptions. Each line of the subscription file consists of a URL to a podcast feed and its optional corresponding download directory name separated by a space or tab. Any line that is blank or that does not begin with a URL or the absolute path to a local file name is ignored. If a download directory is specified in the subscription file, it will be created under the directory specified by the poddir config option. If no download directory is specified, the shows will be stored directly in poddir. A sample subscription file is included with Podracer, and can be created in a user's directory when running Podracer for the first time. AUTHOR
Podracer and its man page are written by Lorenzo Taylor <lorenzo@taylor.homelinux.net>. See the CREDITS file for other contributors. LICENSE
Podracer may be freely used, distributed and modified subject to the terms of the MIT License. See LICENSE for details. podracer 19 February 2006 PODRACER(1)