Re: 88 Business-Growing Strategies Digital Media Digital Marketing by henrymorgan9522 A growth strategy is an organization's plan for overcoming current and future challenges to realize its goals for expansion. Examples of growth strategy goals include increasing market share and revenue, acquiring assets, and improving the organization's products or services. remove coming as error "permission denied" Programming Software Development by CreatorZeus chan someone help me see this problem? its closed and everything. string notename; x = 1; cout << notename[x] << endl; if(remove(notename[x].c_str()) != 0) { perror( "Error deleting file" ); } else { cout << "File successfully deleted"; } Re: Any Jackie Chan fans out there ?? Community Center Geeks' Lounge by nanosani [QUOTE=Asif_NSU]jackie chan-- i love him. I love his movies a lot but I like the bloopers at the end of his movies even more:-D[/QUOTE] Yes I also love the bloopers .... the most interesting part of his movies. what is the first movie of jackie chan you saw.? :mrgreen: Re: Any Jackie Chan fans out there ?? Community Center Geeks' Lounge by bluzman32 I saw Jackie Chan in Drunken Master, done around the 70s or 80s, lol it was pretty funny. Re: Any Jackie Chan fans out there ?? Community Center Geeks' Lounge by Gary King Jackie Chan hasn't been doing good in his latest movies; IMO his good most recent movie was Rush Hour 2. Re: Any Jackie Chan fans out there ?? Community Center Geeks' Lounge by Asif_NSU jackie chan-- i love him. I love his movies a lot but I like the bloopers at the end of his movies even more:-D Re: Any Jackie Chan fans out there ?? Community Center Geeks' Lounge by I love Jackie Chan, and he is so cool. I love how he does his own stones. But i hated the Medallion. Have you seen "Gorgeous"? I like that movie. But the one i like the most is the Drunken Master. Re: Any Jackie Chan fans out there ?? Community Center Geeks' Lounge by nanosani Yes I have seen Gorgeous .. it was a different combination of action and love story ... rare to find out in English movies.... But my fav Jackie Chan movie is Thunderbolt and Rumble in the bronx. How can I refresh DataBase without closing Form Attached with my Coding Programming Software Development by chan i am working with VB6. i used ADODC recordset. in my Form there is some text box and command bottom. it is about Student Data for example. it can view and add new record. i want a view after adding new record.so how can i refresh DataBase record from Access with closing a Form. Coding 'Option Explicit Private WithEvents Chan As ADODB.… Code Feedback Programming Software Development by Tech B I would like some feed back on my code. It is an IRC bot written in Python 2.6. What I might be doing wrong/inefficient. Better ways of doing something. And anything that will help sharpen my skills. I know I probably should have wrapped it into a class, and the error handling is sloppy. This is my first attempt at a IRC Bot as well. The … parsing Programming Software Development by fellixombc I'm brand new to python, so i need a bit help parsing. Why i need parsing? so my irc bot can reconignise me. here is my code: [CODE]#### # Made by Fellixombc # pythonbots.no-ip.org:8080 (coming soon) # Contact: Fellixombc@hotmail.com (add me on msn, I don't check my email's) # Copyright (C) 2009 Fellixombc #### import socket #self … Simple .NET Remoting Demonstration - Part II - Broadcasting Programming Software Development by DdoubleD Demonstrates using .NET Remoting to broadcast to client subscribers. There are three parts: 1) Server.cs - for console app responsible for broadcasting messages (date/time stamp currently) 2) Client.cs - for console app that registers with server to subscribe to broadcasts 3) Agent.cs - class library that facilitates/eposes the interfaces for … Delay Function(s?) Programming Software Development by Synthuir So I'm writing a bit of code for use in an IRC bot. I tried to use scheduler to get around the barbaric-ness of calling time.sleep() every time I want the bot to delay for a few seconds. In scheduler you can choose the delay function "for example time.sleep()"-- but I haven't found any mention of other delay functions anywhere on the net.… Importing only 1 line from CSV Programming Web Development by prashant.tiwari.737 Hi, I want to import only zip codes (inside csv) into one of table inside mysql database. All zip codes are in a csv file. When I run PHP code it works only with first zip code. Can somebody please help me on this where I am doing mistake. Here is CSV data format 177383 172828 263883 388388 Here is PHP code <?php … My Program doesnt run, afer installing the setup file. Plz help. Programming Software Development by chanthung Hi guys, I have completed one project and have created a setup file also. I have taken help from one of you guys and corrected a setup error, about "[B]DllSelfRegisterEx[/B]" to "DllSelfRegister". But now the problem is after complition of installation, i get the following error message during installation to ANOTHER system.… Windows socket issues Programming Software Development by rbrt13 I am currently making an IRC bot in C++, and i am getting an error from trying to bind the socket, error 10049: WSAEADDRNOTAVAIL. I am new to sockets in C++, so I was wondering what I did wrong. I am running Windows Vista Home Premium and compiling with Bloodshed Dev-C++, here is my code: [code] #include <winsock2.h> #include <ws2tcpip.… File handling Programming Software Development by anunitha Hi, I have excel sheet which contain 100 and 100 of email and corresponding name. I need to seprate them according to the number of occurrence of their name. eg: name email chandran [email]chan@gmail.com[/email] maidhu maidu2yahho.com karan [… Urllib2 help Programming Software Development by natehome …ran, and those have 404'ed. please help. also 4chan is NSFW (though most of you probably know about it…perfectly. so i dont know why its not working on 4chan.org/b heres my code: [CODE] import os import…basename(url) else: urllib.urlretrieve(url, dst) url = 'http://www.4chan.org/s' f = urllib2.urlopen(url) siteinfo = [] for lines … Split string on capital letter, not on multiple capital letters Programming Software Development by iamthesgt For a shell script used to automatically generate c++ code files, I have to split certain names apart for them to be formatted. I split them at a capital letter, but I do not want to split if there are multiple capital letters in sequence. For example: I want this (and I get this): ChanNameWordWrapMode -> Chan Name Word Wrap Mode I want this: … i := i - $24 Programming Software Development by j1979c [B]Errr... anyone knows what this means in Delphi language? [/B]:sad: [code] i : integer; i := i - $24; [/code] It's actually in a function that completes a WAV file header something similar to the Microsoft's RIFF specification for WAV. The code goes something like this. [code] procedure TForm1.StopRecording; var i: integer; … write wav Programming Software Development by delphinew Please...i ask helping from..all .... i want to write sound value from dinamic array,,to save in .wav type... i tried to write header .wav and result it i think is true... but i still confused how way to write sound value.. i put sound value in array, name is hasil_wav,,, i take example i want write for wav 16 bit mono in DELPHI 7.0 please help me… Java Programming Software Development by Juma I am new in Java. I have to write a program that accept a person weight and display the number of Calories the person need in one day. A person needs 19 calories per pound of body weight, so the formula expressed in java is calories= bodyweight*19. Use JOptionPane claas method for input and output. Here is my trial import java.swing.*; class … Re: Java Programming Software Development by jasimp You have a few semi-colons where you don't need them and your Float body_weight and String body_weight have to have different names (say Float body_weight and String bodyWeight). Don't forget to change all other instances of your string variable to bodyWeight. You also have an extra bracket at the end. You will want to remove what I put in read. … Soap and problem with timeout Programming Software Development by Blabber I have an application that sets up a service: [CODE] HttpChannel ^chan = gcnew HttpChannel(webServicePort); ChannelServices::RegisterChannel(chan,false); String ^webServiceNameString = gcnew String(webServiceName); RemotingConfiguration::RegisterWellKnownServiceType (Type::GetType("OMOPI.ExecuteMacro"), … C++ and CSV file Programming Software Development by roger.hungchan I don't know how to write a c++ program to execute the following operations. could anyone help me?? Write a C++ program that opens a comma-separated values file and performs various functions on it. The first line is a header containing the names of the fields. The available fields are different in different CSV files. Each subsequent line … Please help with XChat module Programming Software Development by nevets04 [CODE]import xchat hooker = None __module_name__ = "Away Script" __module_version__ = '1.0' __module_description__ = "States that your away" def away(word, word_eol, userdata): chan = xchat.get_info('channel') xchat.command("msg " + chan + " I'm Away") def toggle(word, word_eol, userdata): … argv decimal to hex Programming Software Development by peterpanic I am trying to take an integer argument (1-65536) and turn it into two hex characters. If argument -t is -t20 then I need 0x01 0x04 in a character array for sending through a socket. Relavent snippets: [CODE] char tstr[3]; char timetxt[6]; struct pulsepayload { char chan; char state; char width[2]; } pp; .... // get the … Guidance for application execution in windows Programming Software Development by iammirko Hi, I have used the following code (this is from HeadFirst Java Book) [CODE] import java.awt.*; import javax.swing.*; import javax.sound.midi.*; import java.util.*; import java.awt.event.*; public class BeatBox { JPanel mainPanel; ArrayList<JCheckBox> checkboxList; Sequence sequence; Sequencer sequencer; Track track; … IRC bot keeps disconnecting Programming Web Development by replic Hi everyone, as said in the title i have a _very_ basic IRC bot that keeps disconnecting after a few seconds. This is what i have so far and i'm grateful for every hint you might have. I also checked this thread but it did not really help: [url]http://www.daniweb.com/forums/thread243489.html[/url] [code] <php> <?php set_time_limit… Trying to simulate hybrid wireless network using ns2 - Regarding Hardware and Software Networking by vinaychalluru tried to run a simulation for wired-cum-wireless scenario. It is good when i use a single base station. But, when i use more than one, following error is displayed. # --- Classfier::no-slot{} default handler (tcl/lib/ns-lib.tcl) --- _o92: no target for slot 0 _o92 type: Classifier/Port content dump: classifier _o92 0 offset 0 shift 2147483647 …