Programming :: Tcl Programming And Tk 4th Edition / Download Books?

Nov 24, 2010

where I can download those books?:Practical Programming in Tcl and Tk 4th edition Tcl and the Tk Toolkit 2nd edition Tcl 8.5 Network Programming book Tcl/Tk: A Developer's Guide

View 1 Replies


ADVERTISEMENT

Ubuntu Installation :: Download And Use The 32 Bit Edition Or The 64 Bit Edition?

Jan 30, 2010

My config: PI945GZD motherboard 2 GB RAM Windows 7 UltimateMy processor supports 64 bit OS but I have not tried any. So should I download and use the 32 bit edition or the 64 bit edition.I have sound blaster 5.1(not sound blaster 5.1 live). Would it work in ubuntu?

View 3 Replies View Related

Ubuntu :: Still Download Netbook Edition 10.04?

Dec 4, 2010

the title pretty much says it all, is there at this point in time (december 2010) still a place where I could download ubuntu netbook edition 10.04? I want to do that because I think it looks better and more importantly, it uses compiz.

View 5 Replies View Related

Programming :: Automated Ftp Download Of File With A Name That Changes

Apr 30, 2010

I am trying to create a script to do the following.. Login to a ftp and download a with the following naming convention xmtvMMDDYY.xml.gzon a daily basis followed by extracting that file. which I can do easy enough with a static filename. but the variable filename is throwing me off. I was planning on doing a mget with wildcard to just grab the entire directory but this found to not be as clean as I had hoped. Mainly due to the admins of the ftp keeping multiple days of the above mentioned file on the site.

View 2 Replies View Related

Programming :: Download Files Using Perl?

Jul 24, 2010

How do I download a file to a specified location on disk in Perl?I tried doing a few web searches but suprisingly couldn't find anything.

View 4 Replies View Related

Programming :: PHP - Upload And Download Files

Jun 1, 2011

I want to know what is the best way/practice to let users upload and download files? I want to be able to let the user upload a file, list all the files uploaded, and allow him to download any file from that list, also delete a file. To my understanding I can make a php script to let them do this and the uploaded files are in a specific folder in the server or I can insert the files into a SQL table. Which direction should I go, let them directly upload the files to a specific folder (no SQL involve), or upload the files into a SQL table?

View 1 Replies View Related

Programming :: Download A Webpage Using QtNetwork?

Jun 22, 2010

How to download a web page using QtNetwork? I then plan on extracting data from it with QRegExp.

View 11 Replies View Related

Programming :: Dependencies For Graphics - How To Download Them As A Bundle

Jan 26, 2010

I'm writing simple programs using C++ on CodeBlocks, now I got stuck on a bus reservation program which need the following header files

#include "conio.h"
#include "stdio.h"
#include "iostream.h"
#include "string.h"
#include "graphics.h"
#include "stdlib.h"
#include "dos.h"

[Code]...

My question is how to dowload all these in interface folder instead of downloading one by one? Tried googling but no success.

View 2 Replies View Related

Programming :: Download The Latest Stable Version Of Gtk-doc?

Aug 2, 2010

gnome.org that hosts gtk-doc seams to be down. Does anyone know where i can download the latest stable version of gtk-doc?

View 1 Replies View Related

Programming :: Calculate The Amount Of Data Had Been Download?

May 3, 2011

i'm trying to write a program with c socket programming,what i am trying to reach is a program which will calculate a computer's downloaded data from the internet,just to know how much he/she download?

View 1 Replies View Related

Ubuntu :: Install 9.10 Full Or Download The Netbook Edition ?

Mar 14, 2010

I've just unwrapped my new netbook. Its got the new Atom N450 processor and the first thing I want to do is get XP home off of it. I'm just wondering if I should install 9.10 full or download the "netbook edition". Whats the difference? Will I see better performance with the netbook or full edition? (just asking because I'd like to avoid the ~650mb download if I can)

View 8 Replies View Related

Ubuntu :: Unable To Download Firefox Add-Ons On 10.0.4 Netbook Edition

Jul 9, 2010

I have just done a fresh install of Ubuntu 10.0.4 Netbook Edition on my Asus Eee PC 1000H, which was originally running Windows XP. Right after the installation I used the Update Manager to download/install updates. It works fine so far and I think I am beginning to like it.

I just could not get my head around one issue with the Firefox 3.6.6. For some strange reasons I just could not download and install Firefox add-ons or themes. I would click on the button "Add to Firefox". The download window with the progress bar would appear. The progress bar would get stuck at 0% with the message "waiting". After 30 secs or so, this error message would appear:

Firefox could not install the file at [url]

Because: Download error-228

View 3 Replies View Related

Programming :: PHP - Browser Doesn't Open The File Only To Download

Apr 12, 2010

I'm currently on LinuxMint. I'd like to start PHP scripting, but the browser doesn't want to open the file, only to download. I've red the description on Ubuntu's site how to bring apache2 and PHP together, but it simply cannot find php module. How on earth can I force Linux to act as a normal OS?

View 3 Replies View Related

Programming :: Simple Download Scheduler Program Code?

Apr 30, 2010

I have created a simple download schedular with source-code give below :

---------------------record_strokes.sh-------------------
touch /home/student/packs/lynx/logfile
lynx -cmd_log /home/student/packs/lynx/logfile

[code]....

View 10 Replies View Related

Programming :: BASH : Using A Loop To Download A Series Of Files?

Feb 2, 2010

Never mind, I figured it out myself. Firstly, the old version of BASH I'm using doesn't support

Code:

for i in {1..27}

So I had to use

Code:

for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27

Secondly, it was simply

Code:

#!/bin/bash
for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
do

[code]....

View 2 Replies View Related

Programming :: Download Images From Text File Using Curl

Apr 18, 2011

I am having some issues with downloading images to my website from my suppliers!

I have a text file (extracted from product their product lists) which has all of the image URLs!

I have tried to use php using the below script which was started via a cron job, however exec is blocked and my hoster has told me to use curl..... Is there something that can be written in or with curl to do the same thing?

View 4 Replies View Related

Programming :: Resume Download By Curl Without Mentioning The No. Of Bytes?

May 25, 2011

I am trying to resume an aborted download. I have to use the curl_easy_setopt(hnd, CURLOPT_RESUME_FROM_LARGE,(curl_off_t)no. of bytes to be skipped) to set from where to start resuming download. But in run time, how would i put the no. of bytes to be skipped? Its not possible always to see how much is the size of file downloaded already. So is there any way so that prograjm will automatically know from where to start??

View 5 Replies View Related

Programming :: Where To Download To Learn / Program Java For System?

Oct 5, 2009

I went to the sun website but all I see are upgrades to JDK 6, I dont see where to download the actual JDK.

Anyone know where I can download the JDK for Linux?

View 9 Replies View Related

Programming :: Bash Script To Download A Directory Structure And A File?

Mar 20, 2009

I want to read an ftp site [URL]...and download the sub-directory structure and ONLY the tagfiles to the local directory.

FROM THIS:

Code:

slackware
+--a
| |aaa_base-12.2.0-noarch-1.tgz
| |aaa_base-12.2.0-noarch-1.tgz.asc

[code]....

I tried wget + grep but that didn't work too well.

View 2 Replies View Related

Programming :: Library Hat Could Download Content Of Web Page And Work On Windows ?

Jun 3, 2009

Finally I got a method to compile libcurl in Visual Studio 2005(as static library):

Following is the link: [url]

Quote:

I am thinking of using Libcurl static dll for it but it didn't work on Windows so far.

I am looking for something simple and could be quick to embedded to my program with Visual C++.

View 3 Replies View Related

Programming :: Select Options From Website To Initiate Download From Script

Nov 18, 2010

I usually use wget to download stuff from websites when scripting.I have a new requirement that requires me to authenticate then select some options to execute the download. How would I go about this? First thing that comes to mind is using keyboard macros in the Windoz world but I need to do this in bash or perl.

View 1 Replies View Related

Programming :: 3D Programming - Difference Between JOGL And C++ OpenGL Programming?

Aug 27, 2010

I am interested in learning 3D programming. The thing is, I would hate to put too much effort to learn something that doesn't have future and is dying. My favorite language at the time is Java. My goal is professional programming.

So I have several questions:
1. Should I learn JOGL or start learning C++ and do C++ openGL programming?
2. Is there a big difference between JOGL and C++ openGL programming?
3. Is it worth to learn openGL? Does it have a future?
4. Is it a big difference between openGL and directX coding?
5. If choosing Java, then JOGL or LWJGL?

Why and what is the main difference between them?

View 4 Replies View Related

Programming :: Shell Scripting: Trying To Combine Upload And Download Totals From Txt File By Ip Add

Sep 6, 2010

I have two files, uploads.txt and downloads.txt. I would like to combine the columns of these files based on the ip address. How can I best do this?

Uploads.txt Code: 192.168.0.147 1565369
192.168.0.13 1664855
192.168.0.6 1332868 Downloads.txt Code: 192.168.0.147 9838820

[code]...

View 7 Replies View Related

Software :: Find Download Site For IPlanet WebServer Enterprise Edition 6.1 SP13

Jan 6, 2011

Need Help to find Download site for iPlanet WebServer Enterprise Edition 6.1 SP13..I cant find this anywhere on the sun's website..Can some please post the download link here for me?por favor, muchos gracias

View 8 Replies View Related

Programming :: Ajax To Open An Ftp Connection - Download A File And Then Turn Around And POST It To A Web Server?

Jun 23, 2011

just curious, this might not be possible, but is there any way with ajax to open an ftp connection, download a file and then turn around and POST it to a web server? the reason i ask is because i'm writing a script on a shared hosting plan that doesn't give me permission to directly talk outbound on the ftp port but i need to synchronize a file from a csv on an ftp server, this means i have to do the process manually, is there any way i can just click the button and let my browser do the work?

View 4 Replies View Related

Ubuntu Installation :: 10.04 Netbook Edition Vs Desktop Edition?

May 13, 2010

can i install ubuntu 10.04 Netbook edition in my laptop? Is there any drawback in installing in laptop? which one is better-netbook edition or desktop edition?

View 4 Replies View Related

Programming :: Groovy Scripting - An Object-oriented Programming Language For The Java Platform ?

Mar 7, 2010

Groovy is an object-oriented programming language for the Java platform. I do not have experience in Java, only perl and shell scripts. Recently I have been asked to maintain a software written in groovy (also to make enhancements). So can I learn groovy without knowing java language. or isit I have to learn java before venturing into groovy.

View 1 Replies View Related

Programming :: Searching For Video Or Screen Cast Which Shows Device Driver Programming?

May 30, 2010

I did searched you tube but my results were not great.I have 2 books on KernelProgramming.I feel I need if some where I can get a video tutorial which can help me to understand how to develop a Linux Device driver that will be great.I had a look at Greg Kroah Hartmans video lecture of developing patches on ......I have been reading books and a lot of stuff.So I wish if I could get a video lecture that would be better

View 1 Replies View Related

Programming :: Timer In Socket Programming - Wait For X Sec After Read() And Then Disconnect The Client Connection

Mar 8, 2011

I have a server listening on incoming client connections. Once the client establishes SSL connection with the server, the server waits on read() from the client. Only Client can disconnect the connection. I want to have a timer in the server program to wait for x secs after read() and then disconnect the Client connection.

View 3 Replies View Related

Programming :: Totem Python Plugin Programming: Any Signal For Video Mouse Click?

Feb 9, 2011

I want that I click with the mouse on the video, it paused.I notice that there is "BaconVideoWidget" which I guess is the video rendering widget but it don't have signal named "clicked":

Code:
vd = totem_object.get_video_widget()
vd.connect("clicked", vd.hide)

[code]....

View 3 Replies View Related







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