代码搜索:BASH

找到约 5,321 项符合「BASH」的源代码

代码结果 5,321
www.eeworm.com/read/435688/7787744

bash poppler.bash

#!/bin/bash # # (c) Peter van Eerten 2008, GPL license # # Using the Poppler library with GTK-server. Reading the pages in a PDF document. # # Homepage of the Poppler library: http://poppler.freedeskt
www.eeworm.com/read/435688/7787761

bash openglarea.bash

#!/bin/bash # # Demo with gtkglarea - April 2008, (c) PvE. # # The API of GtkGlArea is a bit more convenient than GtkGlExt, IMHO. # #-------------------------------------------------------------------
www.eeworm.com/read/435688/7787769

bash converter.bash

#!/bin/bash # # HEX/DEC/BIN converter - PvE, Oct. 10, 2008 # #----------------------------------------------------------- Setup embedded GTK # Pipe filename must be unique for your application PIPE="
www.eeworm.com/read/435688/7787774

bash noconfig.bash

#!/bin/bash # # Demonstration on how to use the GTK-server without configfile! # # 1) Check and open GTK library first with 'gtk_server_require' # 2) Define the calls we need # # Tested with BASH 3.1
www.eeworm.com/read/435688/7787779

bash openglext.bash

#!/bin/bash # # Demo with gtkglext - April 2008, (c) PvE. # #--------------------------------------------------------------------- # Some constants #---------------------------------------------------
www.eeworm.com/read/435688/7787782

bash clock.bash

#!/bin/bash # # Tested with: # -BASH 3.1.17 on Zenwalk 4.6 # # Demo with Bourne Again SHell (BASH) # # Created with GTK-server 2.1.4 by Peter van Eerten / august 17, 2007 (GPL) # Beautification for
www.eeworm.com/read/435688/7787784

bash mozilla.bash

#!/bin/bash # # Testing GtkMozEmbed - PvE - april 22, 2008 GPL. # #------------------------------------------------ # Name of PIPE file declare PI=/tmp/bash.gtk.$$ #---------------------------------
www.eeworm.com/read/435688/7787786

bash lists.bash

#!/bin/bash # Name of PIPE file declare PI=/tmp/bash.gtk.$$ # Communication function; assignment function function gtk() { echo $1 > $PI; read GTK < $PI; } function define() { $2 "$3"; eval $1=$GTK;
www.eeworm.com/read/435688/7787812

bash clock.bash

#!/bin/bash # # Demo with XForms and the predefined CLOCK widget # (c) PvE, august 2008 - GPL # #---------------------------------------------------------------------- # Name of the PIPE file declare
www.eeworm.com/read/435688/7787813

bash openglxf.bash

#!/bin/bash # # Demo with XForms and the built-in OpenGL. This program can run with the # GTK-server for XForms. # # Tested with GTK-server 2.2.7 compiled with XForms, and BASH 3.1 # # PvE - August 2