Programming :: Arrange EPS Files On One Page?

Aug 17, 2010

I have 100 sets of EPS files. Each set contains 3 files. I was wondering if it possible to arrange each set in such a way that 3 EPS files will be on one page?

I know how to write a bash script with "for" or "do" loop. how to arrange the EPS files, which are produced by gnuplot.

View 2 Replies


ADVERTISEMENT

Programming :: Arrange The Results In The Shell?

May 10, 2010

Im having problems with this little thing in a C example Im doing. I want to show in the shell like this example:

Name Birthday
Tomas 13
Adrian 24
Nate 15

Im trying to use the printf function but the names doesnt have the same lenght. So I cant do it like this:

printf("Name Bithday
");
printf("%s %d
");

View 4 Replies View Related

Ubuntu :: Adding Entry In Nautilus Toolbar To Arrange Files

Mar 11, 2011

I want to add an entry in nautilus toolbar to sort files. Same kind of entry presented in the right click "Arrange items". I have checked nautilus-actions, but don't know what are the commands, and i want the entry look like view options already available in nautilus toolbar.

View 1 Replies View Related

Fedora Servers :: Copied The Web Page Files To Its Document Root <var/www/html> & Disabled The Default Web Page?

Jun 8, 2009

I have apache httpd server on my Fedora 10I got 2 problems:First : I copied the web page files to its Document Root <var/www/html> & Disabled the default web page. But when I visit http:/localhost ,it shows up the list of files in <var/www/html> as if a ftp server browsed in web page. So how can I set http://localhost load my default web page index.html ?Second :I want to set up a web server on Internet through my router . I applied for DDNS account & input it into router correctly . I set virtual host in server to redirect any access from port 80 to 192.168.1.2:80 in LAN . Just for in case , I also download and running the DDNS software & installed it on PC 192.168.1.2 in LAN . My DDNS provider is oray.cn . It's a Chinese server provider . I don't think there is anything wrong with oray.cn . But if you need its information just visit oray.cn (Google can translate it for you). So I want to know did I miss something to set up a web server in this kind of situation

View 2 Replies View Related

Programming :: Executing Commands From Web Page And Outputing It Back To The Web Page?

May 8, 2009

wanted to know if i can execute commands on linux console through a web page and redirect it back to my web page !For example :if i send a query "ls"it should execute this command on my linux console and also redirect the list of the files to the web page from which i give the command !

View 8 Replies View Related

Ubuntu :: Re-arrange The Bookmarks In PcmanFM??

Jan 20, 2011

how to re-arrange the bookmarks in pcmanFM? It is a file manager.

View 2 Replies View Related

General :: Can't Arrange Desktop Icons

Apr 24, 2011

so i am in the stages of experiementing and right now, on Linux Mint KDE, there doesnt seem to be a way to arrange my desktop icons in the way i want the icons always want to be aligned/sorted on there own even if i click lock off and snap to grid off as well ive tried folder view, default desktop and newspaper but it hasnt worked so far is there a way to be able to arrange my icons anyway i want?

View 3 Replies View Related

Programming :: How To Poll For A Page In PHP

May 27, 2010

How do I poll for a page on a server using PHP?

If a user wanted a page that does not yet exist - but is being made at request - I'd like the script to "poke" the server to see if the page is ready to be displayed. If so, it would then transfer to that newly made page.

I read about "http_get", but do not seem to get it to work

Quote:

Ok, there might be a simple way out, but I don't see it.

My info came from [url]

More specific:

Quote:

Returns the HTTP response(s) as string on success, or FALSE on failure.

View 3 Replies View Related

Programming :: Put A Capcha On A Page?

Mar 17, 2010

Besides getting hold of a good software that'll do the job of actually generating the image, I'm confused as to how to actually put it on a webpage- since the program that'll generate the image will be on one particular webpage, and the program that does the *checking* will be on the *subsequent*, i.e. unrelated and separate page, how does it know what the correct letters and numbers are?

View 5 Replies View Related

Programming :: Writing A Page In PHP?

Apr 21, 2010

I want to write some PHP for a website that'll have the data that the script will generate written inside a table with thin black line around it, much like LQ itself. My problem is: how do I draw the box that the text will be inside of, since the amount of text will vary - if I have a GIF with a picture of a box, that'll be of a fixed length, and my script can then only generate that much text, for it to look nice. Or do I need to fiddle with the GD library to get done what I want?

View 4 Replies View Related

Ubuntu :: Arrange Icon Position Via Terminal?

Jan 2, 2011

Is there a way to arrange icons from terminal? Was thinking to make a bash scripts as sometimes(quite seldom) my icons just rearrange on their own and it's damn annoying having to drag them to the place they were.

View 1 Replies View Related

Ubuntu :: Arrange Icons On Right Side Of Desktop?

Apr 8, 2011

I'm on 10.10. way to align the icons on the desktop to the right side instead of the left? When I click "Organize Desktop By Name" everything ends up on the left by default, I want to have it default to the right instead. Doesn't matter how complicated the solution is, I can do it as long as someone can give me the basic instruction. it's really only because I have an awesome desktop background, and the best part is covered with icons.

View 5 Replies View Related

Ubuntu :: Arrange Alot Of File On Up To 25 Foloders?

Jun 20, 2011

i need to arrange alot of file on up to 25 foloders i want to open about 15 foloders at the same time but i want to see all at the same time can ubuntu arrange 10 foloders in way that i can seen all the files ?

View 7 Replies View Related

General :: How To Auto-arrange Desktop Icons

Aug 13, 2010

migrating from windows to Gnu/Linux: familiar with Right-click >> Arrange-icons-automatically, while under my KDE & XFCE this feature is something I wanted.

This code is not mine: I only copied this from where I found, from the ubuntuforums authored by a member logged as user PGScooter, you may read him/her directly from here.

Procedure:

Copy the following code:

Code:
#make sure you change 'user' on line 4 to the username of the desktop you want to organize
use strict;
use warnings;
my $conffile='/home/user/.config/xfce4/desktop/icons.screen0.rc';
open(CONF,"$conffile") or die "can't find the config file";

[Code]....

{if you run Kde you may replace that xfce4 to kde whatever is found in your current directory.

Log out. Log in as that user again. The icons are arranged this time. It worked for me automatically. I am running Xfce4 over a Slackware 12.2.

View 2 Replies View Related

Programming :: Use PHP To Read An RSS Page That Is Online?

Apr 30, 2011

Just a quick question. If I were to use PHP to read an RSS page that is online, what "browser" (user-agent) would the webserver detect my PHPs request as? If that doesn't make any sense I'm referring to information such as Code:Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( .NET CLR 3.5.30729)

View 2 Replies View Related

Programming :: PHP Function Without Refreshing Page?

Apr 21, 2009

I have a task01 function. I would like that the click on the button, does not refrest hte page. I does not work...

Here is the code...

View 6 Replies View Related

Programming :: Php Not Running In Html Page?

May 22, 2010

I have an HTML page that I want to run some PHP code. I found several "How tos" about this but I can't get it to work. The code is very simple:

Code:

cat test.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

[code]...

View 14 Replies View Related

Ubuntu :: PHP Files Downloading And Not Displaying Page

Nov 19, 2010

When I try to load a php file my browser downloads the file instead of displaying the page. Here is my apache conf file.
#
# Based upon the NCSA server configuration files originally by Rob McCool.
# This is the main Apache server configuration file. It contains the configuration directives that give the server its instructions.
# See [URL] for detailed information about the directives.
# Do NOT simply read the instructions in here without understanding what they do. They're here only as hints or reminders. If you are unsure consult the online docs. You have been warned.
# The configuration directives are grouped into three basic sections:
# 1. Directives that control the operation of the Apache server process as a whole (the 'global environment').
# 2. Directives that define the parameters of the 'main' or 'default' server, which responds to requests that aren't handled by a virtual host.
# These directives also provide default values for the settings of all virtual hosts.
# 3. Settings for virtual hosts, which allow Web requests to be sent to different IP addresses or hostnames and have them handled by the same Apache server process.
# Configuration and logfile names: If the filenames you specify for many of the server's control files begin with "/" (or "drive:/" for Win32), the server will use that explicit path. If the filenames do *not* begin with "/", the value of ServerRoot is prepended -- so "/var/log/apache2/foo.log" with ServerRoot set to "" will be interpreted by the
# server as "//var/log/apache2/foo.log".
#

View 7 Replies View Related

Ubuntu :: Unziping Files From Download Page?

Aug 10, 2011

i downloaded ubundu 11.04 off of there website and after it downloaded it it opened in winzip and i cant find the iso file do i just extract all of the files or just

View 1 Replies View Related

Fedora :: Arrange Windows By Moving Mouse To The Top Right Corner?

Jan 13, 2011

When I installed fedora 14 when moving mouse to the top right corner I would get all windows arranged one next to another on the desktop so I can choose between them. Now I don't have that feature any more.

Does it conflict with compiz, or is it one of compiz plugins? Which package is responsible for it and how can I get it back?

View 8 Replies View Related

Programming :: Calling Script From Php Page Is Not Working?

Mar 2, 2011

I have typed the following code:

Code:
<html>
<form enctype="multipart/form-data" action="upload.php" method="POST">

[code]...

View 3 Replies View Related

Programming :: Eclipse Run Configuration For An HTML Page?

Aug 14, 2010

How can I create a Run Configuration for html page with no http server (e.g. Tomcat)? I want to debug javascript so I need not a server.

View 2 Replies View Related

Programming :: How To Find Man Page Of Kernel Functions

Aug 2, 2010

My distribution is Fedora 12. When I want to get the infos of kernel functions such as printk, i type man printk, failed. I look up some articles and learn that in some distributions the kernel functions is in section 9 of man page. Then i type man 9 printk also no reply. How can i get man pages of kernel functions ?

View 2 Replies View Related

Programming :: Include Common Elements On Every Page?

May 16, 2010

I am trying to learn how to include common elements on every page. At first I made the mistake of calling it ssi but I do not think that is correct in php5. I downloaded phpb3 to look at and they are not doing it that way. they do it like this.
Code...

Problem is I can not find any articles that explain it. I even looked at the php manual and did not find it. Could someone explain this or point me in the right direction.

View 1 Replies View Related

Programming :: PHP - Pass Session To Iframe On Same Page?

Oct 4, 2009

Page.php -- has a special division thats empty and on Link Click calls Javascript to change inner.html to an IFRAME call So the user clicks the link and then it shows the division and loads the IFRAME The IFRAME Source is iframe.php in IFRAME.PHP I need to take the Session Variables that were set already in Page.php all sessions work fine when not using Iframe (open iframe.php in its own window) but doesnt work when its Iframed and sadly I have to use Iframe on this page NOW the CATCH is -- I CANNOT use any POST or GET Values the iframe src MUST be straight url to the page [URL] cannot use variables in the url [URL] etc..


IS it possible to do what I need Without passing variables via the url? Page1 has all session variables set, calls the iframe command when users presses a button, Iframe loads but DOES not have the Session data that was saved on Page1 -- and IFRAME cannot pass variables via the URL it must be a direct url to the page only Page1.php java used to set the HTML / IFRAME into its Div

Code:

<script>
function changeText(){
document.getElementById('iframediv').innerHTML = "<iframe scrolling='no' frameborder='0' margin='0' src='http://mypage.blah/iframe.php'></iframe>";

[code]....

View 2 Replies View Related

Programming :: Get The Page Pointer From A Physical Address?

Oct 18, 2010

How do I get the page pointer from a physical address?

View 1 Replies View Related

Programming :: Creating A Page With Cgi Script In Perl?

Jan 2, 2010

I have a problem to creating a page with cgi script in perl. I have my registration.html page and registration.cgi script. The form in registration.html is the following:

Quote:

<form action="./registration.cgi" method="get">
<fieldset>
<legend><b>Fill up cells to creating your account</b></legend><br/>
<label>Name: <input type="text" name="name"></label><br/><br/>
<label>Email: <input type="text" name="email1"></label><br/><br/>
<label>Re-enter email: <input type="text" name="email2"></label>

[Code]...

View 53 Replies View Related

Programming :: Resizing An HTML Entrance Page?

Jan 2, 2010

I have created a website for a guy with an entrance page. I have written the entire site in PHP excluding the entrance page which is in HTML. The entrance page is literally just an image they drew up and I placed a link in. The problem is that the image is HUGE. I would like to know if there is any way (use JS, PHP, CSS, or whatever) to make this image either auto fit the screen/window or at least auto fit in a range of resolutions? Because if you have a small monitor then you wouldn't even see the actual graphic, just the border.

View 10 Replies View Related

Programming :: Load And Show Image In Web Page?

Feb 27, 2010

I did a perl/cgi script for uploading image. The script works, image is iploaded in upload directory, but the problem is: How can I to load and show image in web page?

View 12 Replies View Related

Software :: Downloading Files From A Password Secured Page?

Jul 13, 2011

For my project, I'm interested in the Scatterometer Products of Oceansat 2 from an Indian page [URL]

It's no problem for students to get a password to access and download their data for free. Nevertheless it's quite complicated to download the files by hand, since you have to mark every file by hand and click on a download button at the end of the page. When I tried it with my Script (which is below), and an internal server error 500 occured. I hope you're not too busy and could have a look on the script where the cookie and IP are entered manually for trial purposes.

The construction of the page is:
The adress, where you have to login:
http://218.248.0.134:8080/OCMWebSCAT...controller.jsp
The adress, when your're logged in:
http://218.248.0.134:8080/OCMWebSCAT...controller.jsp

[Code]....

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved