Hello all!
I have a php script that i use to send mail to customers. How can i execute this script every 5 days for example? Can anyone give me an idea or some links?
Thanks
Hello all
I got this question which asks me to figure out why is it foolish to write a regular expression for the language that consists of strings of 0's and 1's that are palindromes( they read the same backwards and forwards).
part 2 of the question says using any formal mechanism of your choice, show how it is possible to express the language that consists of strings of 0's and 1's that are palindromes?
Hello
I've been trying to parse a UTF-16 encoded xml file in Ruby (1.8.7), and I can't seem to find how to do it by searching (google and stack overflow)
Here's the xml file url:
http://www.abc.net.au/triplej/feeds/playout/triplejsydneyplayout.xml?_5366
Getting the xml string from Net::HTTP and passing it to REXML, then calling logger.info xmlDoc.inspect produces: <UNDEFINED> ... </>
Any ideas?
Cheers
Hello,
As I know Android Froyo will support Flash 10.1.
I just wonder how Flash apps could be distributed on Froyo based device.
Will Google allows distribute Flash apps by Android Market?
Or, any other ways for it?
Regards,
Wonil.
Hello Experts,
I have data like this
d b c
a d
c b
a b
c a
c a d
c
if you analyse, you will find the appearance of each element as follows
a: 4
b: 3
c: 5
d: 2
According to appearance my sorted elements would be
c,a,b,d
and final output should be
c b d
a d
c b
a b
c a
c a d
c
Any clue, how we can achieve this using sql query ?
Hello
Sun's virtualbox windows binaries are under 'non-commercial' license so can't be used in any company. But source code is GPL. Is it any resource on the network that has a virtualbox compiled binaries for windows?
Added a bounty to see if I can get a little more feedback.
Hello,
How to store pdf,png file in sqlite.
is this possible to store pdf and png file?
Please help me out.
if you have any idea please share with me.
Thanks you,
Hello
I am importing Tables from a Oracle DataBase, using a VB.NET dataAdapter. I use the "fill" comand to add the imported data to a DataSet. How is it possible to define a specific column of a DataTable as PrimaryKey, after the DataTable is already filled with data?
Thank your for your help.
Hello,
I am trying to find out how to get the all row in one group.
I want to manipulate each row when a group is expanded or collapsed.
Also, I want to do the following. I want to have a check-box on the header. Selecting the check-box shall check/un-check all the child rows under the group.
Hello,
Im making an application in cocoa and wanted to see if some strings in it were easily accessible so I ran OTX on it and sadly all of my code was found. Is there a method I can use to make my code more "secure" or at least encrypt/hide the strings? The reason I want to encrypt the string is it's a password for a server. I don'd need it really secure I just don't want the password to be so easy to find.
Thanks for any help
Hello,
How can I create a Win32 window like Sticky Note in Windows 7 which has no border but has drop down shadow effect?
I have tried to create a Win32 window without borders (remove ~WS_BORDER), but the drop down effect shadow is gone.
Any idea?
Best regards,
Zach@Shine
I have my first freelancing project but I dont have n e designer wo designing templates, What to do?
Helloall I am Newbie to PHP and I got my first project, but I dont have any designer with me how can I manage the project without designer? please help.....
Hello all
I have fedora installed in my system. I know the password but i forgot the user name. I can access through terminal but i don't no how to login through gui. Please help me.
Thanks in advance.
Hello to all, i wonder can a IO() function return tuple because i would like to get these out of this function as input for another function.
investinput :: IO()->([Char], Int)
investinput = do
putStrLn "Enter Username : "
username <- getLine
putStrLn "Enter Invest Amount : "
tempamount <- getLIne
let amount = show tempamount
return (username, amount)
Please help.
Thanks.
Hello Friends,
there was a web application, that you could configure so that
over the api, your app could post the error logs into that
application.
it was a paid service and the free version allowed you to do like
1 report a minute.
if any of you remember this service, please post it as an answer.
thank you :)
The VS debugger gives me:
_Color = "{Name=ff000040, ARGB=(255, 0, 0, 64)}"
how can I "see" what color is?
I tried a html page:
<html>
<div style="background: rgba(255, 0, 0, 64);">________<div>
<h1 style="background-color: ff000040">hello</h1>
</html>
doesn't work.
Hello.
Writing a program on C, using libnet and libpcap to impersonate an RSH client and inject my own command on the server machine, running RSHD.
As I understood, the command should be in the 'payload' of the ACK packet, but in the format, that RSHD will pass it to the shell.
How should I assemble the packet to achieve this?
Hello,
I'm trying to use the Gamma distribution from boost::math but it looks like it isn't possible to use it with boost::variate_generator. Could someone confirm that? Or is there a way to use it.
I discovered that there is a boost::gamma_distribution undocumented that could probably be used too but it only allows to choose the alpha parameter from the distribution and not the beta.
Thanks!
Hello All Members
I am newbie in php.Can any body tell me how i install ffmpeg, ffmpeg-PHP, Mplayer, Mencoder in Windows XP and php version should be 5.3.0 or Wamp server release July 11 2009/Xamp Server release 2009/12/23.
I make search on google and i find tutorial but that tutorial work with previous version of php 5.2.8 .
So if some one tell me step by step guide how to install FFMPEG ffmpeg-PHP, Mplayer, Mencoder in winxp.
I am very thankful.
Highly Appreciated
Best Regards
Hasnat
Hello,
I'm working on Dijkstra's algorithm,and i really need to find all the possible shortest paths,not just one.I'm using an adjacency matrix and i applied Dijkstra's algorithm,and i can find the shortest path.But i need to find all the paths with that minimum cost,i mean all the possible solutions,if they exist.If anyone have an ideea and can help me,i would really appreciate it.A link would be fine too.
Thank you.
Hello,
I have some proccess that i would like to run in the background the whole time.
so i made it "service".
my question is: is there anyway to prevent from the user to kill this service? (even if he uses third party app)
thanks,
ray.