Sponsored Content
Operating Systems Linux Command line browser with Javascript handling capability Post 302385035 by Corona688 on Thursday 7th of January 2010 02:15:42 AM
Old 01-07-2010
The commandline browser links has some javascript capability.
 

9 More Discussions You Might Find Interesting

1. Programming

One last question about capability macros

This might be poorly worded. In the header file, I have #ifdef LOCK_FCNTL #ifdef HAVE_FCNTL_H #include <fcntl.h> #endif #define LOCK(file) setlock(fileno(file), F_WRLCK); #define UNLOCK(file) setlock(fileno(file), F_UNLCK); #endif /* LOCK_FCNTL */ #ifdef LOCK_FLOCK #ifdef... (1 Reply)
Discussion started by: frequency8
1 Replies

2. UNIX for Dummies Questions & Answers

Seeing the screen output beyond the scroll capability for the last run command

HI , I forgot to redirect my op to a file.The op which is quite huge , thus printed on the screen.However bcoz of the limited viewing in the screenI can not see the whole of the output.. Is there anyway I can see the full op.My run takes half a day for finnishing ..So I am refraining... (1 Reply)
Discussion started by: bimukt
1 Replies

3. Shell Programming and Scripting

File handling, getopts command in unix

I need to create a shell script having the menu with few options such as 1. Listing 2. Change permissions 3. Modify Contents 4. Delete Files 5. Exit 1. For 1. Listing: Display a special listing of files showing their date of modification and access time (side by side) along with their... (2 Replies)
Discussion started by: bab123
2 Replies

4. Shell Programming and Scripting

file handling in perl without using system command

Hi , Is there any way to achieve following using perl program (i.e without using system command). 1.system ("echo 'test' > /usr/spool/ship.csv"); 2.system ("cat /usr/ajay_test* >> /usr/spool/RAM/work/patil.csv"); 3.system("> /usr/spool/ajay.txt"); e.g for system("rm -f... (1 Reply)
Discussion started by: ajaypatil_am
1 Replies

5. Solaris

Triggering UNIX command from Web Browser

HI, I want to trigger a UNIX command from a web browser page. The web browser will have few steps which will generate the UNIX command and then it should connect to the UNIX box and fire that command. Here we are using Sun Solaris UNIX. Can you please suggest me how can i get... (6 Replies)
Discussion started by: dear_abhi2007
6 Replies

6. Shell Programming and Scripting

handling multiple files using awk command and wants to get separate out file for each

hai all I am new to the world of shell scripting I wanted to extract two columns from multiple files say around 25 files and i wanted to get the separate outfile for each input file tired using the following command to extract two columns from 25 files awk... (2 Replies)
Discussion started by: hema dhevi
2 Replies

7. UNIX for Dummies Questions & Answers

Error handling for sort command

Hello, I need help in logging the error to the error log of one of sort command which i'm using and terminate the process if sort command is not able to execute. sort -k 1.10,1.20n -o $outputfile $inputfile how can i achieve the above. (6 Replies)
Discussion started by: mehulleo
6 Replies

8. UNIX for Advanced & Expert Users

File Processing: Handling spaces in a line

Hi All, Iam trying to get a file processed and some lines have spaces...the below is not working Want to remove empty line Want to remove lines that start with # Avoid line with substring WHOA When trying to get the substring from the var also Iam having trouble file is like VAR=VALUE,... (13 Replies)
Discussion started by: baanprog
13 Replies

9. Web Development

Face-api.js — JavaScript API for Face Recognition in the Browser with tensorflow.js

Ref: https://itnext.io/face-api-js-javascript-api-for-face-recognition-in-the-browser-with-tensorflow-js-bcc2a6c4cf07 (0 Replies)
Discussion started by: Neo
0 Replies
PGN2WEB(1)						      General Commands Manual							PGN2WEB(1)

NAME
pgn2web - program to convert PGN chess files to webpages SYNOPSIS
pgn2web [options] pgn-file html-file p2wgui -- graphical frontend to pgn2web DESCRIPTION
This manual page documents the pgn2web and p2wgui commands. pgn2web is a program to generate webpages from "portable game notation" PGN files, that allow the replaying of chess games within a web browser. It has a commandline client and a gtk graphical user interface for convenience. The html output is highly customisable, it is using javascript and is standards compliant to be working with all major browsers. OPTIONS
These programs do follow the usual GNU command line syntax, with short options starting with one dash (`-'). A summary of options is included below. -c yes|no include a link to the pgn2web homepage. -p <piece-set> use the <piece-set> pieceset. Available sets are: adventurer alfonso-x cases condal harlequin kingdom leipzig line lucena magnetic mark marroquin maya mediaeval merida motif -s frameset|linked|individual use the specified layout. Passing no parameters at all will simply launch the GUI version. SEE ALSO
/usr/share/pgn2web/templates, AUTHOR
pgn2web was written by William Hoggarth <whoggarth@users.sourceforge.net>. This manual page was written by Oliver Korff <ok@xynyx.de>, for the Debian project (and may be used by others). August 25, 2009 PGN2WEB(1)
All times are GMT -4. The time now is 08:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy