Hello, I am wanting to write a script to play the .pls files Shoutcast uses to broadcast, but I am not sure how to do that. I want to write it in Python. Any help would be great!
Hello,
I want to have a donation box via paypal in a sheet. When the sheet comes down a webview within the sheet loads the donation box website. I want to close the sheet when the user has completed the donation.
Any ideas?
Thanks in advance
hello
I have need to pack four signed bytes into 32-bit integral type.
this is what I came up to:
int byte(char c) { return (unsigned char)c; }
int pack(char c0, char c1, ...) {
return byte(c0) | byte(c1) << 8 | ...;
}
is this a good solution? Is it portable?
is there a ready-made solution, perhaps boost?
Thanks
Hello guys, I tried to install MSCharts on my Win2008 server.
It installed without problem.
Then I wrote
in config.
But when I'm trying to open page with charts it returned following error.
No http handler was found for request type 'GET'
Do you have any thougths about the problem?
Hello...
I have a Ext.Viewport in my page...
In North region, I have a Dropdown Menu...
But When I mouse over a menu item, the menu items drop down but the items appear below the Center region panel. I have been unable to get this to work. I tried setting the z-index but no luck at all.
Help?
Thanks
hello,
I try to make an ss7 application using openss7 and sctp. I made some simple application using SCTP. the part of the source code is like below :
sock_srvr = socket(PF_INET, SOCK_DGRAM, IPPROTO_SCTP);
if ( sock_srvr == -1 ) {
perror("socket");
exit(0);
}
and it return
socket: Protocol not supported
do you have any suggestion ?.
Is there anyone who have experience with openss7 before ?
Thanks..
Hello all,
I have information of user in bean, and I want to update this user.
but my problem is: when the value of inputtext changed I want to put validation on it.
and if the new value is wrong I want to reset the old value.
please can any one help me
hello am implementing a facebook application and am using AJAX/Json,however the json structures that are returned have this format "2010-05-30T06:14:00Z" ,
I am using Game.all.to_json
how can i convert them to a normal date format ?
Is it easier to do it from the server side or the client side using fbjs?
(there are a lot of bugs with fbjs so i would prefer using a solution from the server side , like converting the data before sending the json structures)
thnak you
Hello All,
I have made changes in my website title, meta keywords and many other changes on the pages but google is still showing old keywords. How can google reflect latest changes whenever i make? can any one help me to referesh google cache?
Hello all,
Being quite new to liferay/portal/portlet development you run into problems daily . Now i'm trying to for a logout from a portlet but have not found a way to accomplish that. How are you supposed to do that? Should I try to send some kind of logout event or something? Greping around in the liferay sources i have found a LogoutAction.java that seems promising but how do one trigger that?
Best Regards Anders Olme
Hello all, I am not a comp science guy. Managed resources are allocated on the heap. But I would like to know where unmanaged resources are allocated. If unmanaged resources are also allocated on the heap, is it the same heap used by managed resources or a different one?
Thanks in advance.
Harsha
Hello guys,
I would like to ask what is the ideal folder structure for a MVC framework that should be able to support multiple installations. For example, I install xyz framework and i run two or more sites based on this single installation of xyz framework rather than installing the framework for each site.
This is probably done in Codeigniter too but i don't know much about CodeIgniter, so i need your suggestions. I know some of you might even have better idea than what is done by CodeIgniter, so please share.
Hello.
I'm trying to find some information regarding the available GPU (for OpenGL) memory on the T-Mobile G1.
This phone has a MSM7200 Qualcomm chip inside with ATI Imageon GPU.
Unfortunately I am not able to dig any info regarding the specifics of GPU memory usage.
How much memory is available in total for the textures?
Is the memory shared with the CPU memory?
Thanks in advance,
Eli
Hello!
I have a datagridview and a combobox which get populated randomly with data. However, the new data is never displayed automatically. Someone mentioned the idea of invalidating the control to force the application to redraw it and thus iterate through the contents and populate the control with the new data.
Does anyone know which is the best method for implementing auto-updating controls in windows forms applications?
help greatly appreciated,
regards.
Hello!
I found on the web few samples on tracking RTMP (Real Time Messaging Protocol) with Wireshark, but it doesn't work for me. All RTMPT packets rendered as basic TCP packet like this:
149 14.324999 85.115.xxx.xxx 192.168.1.20 TCP macromedia-fcs > 54557 [ACK] Seq=1 Ack=1452 Win=69 Len=0
I'm using Wireshark 1.2.8 with all protocols installed on Windows Vista.
What can i do to fix it?
Thx!
Hello,
I would like a regular expression in this format. It Must match one of the following formats:
* (###)###-####
* ###-###-####
* ###.###.####
* ##########
Strip all whitespace. Make sure it's a valid phone number, then (if necessary) translate it to the first format listed above.
Hello
What is the cost of the atomic operation? How much cycles does it consume? Will it pause other processors on SMP or NUMA, or will it block memory accesses?
Will it flush reorder buffer in out-of-order CPU?
What effects will be on the cache?
Thanks.
Hello , i'm trying to validate credit card numbers with jQuery but i dont want to use the validation plugin , is there any other plugin for doing this?
thanks
Hello,
I am retrieving an image from the SQL database into Byte() variable in vb.net
Dim img as byte()=dr(0)
How do I create a file in my C:\images\ directory from the above img.
I want to read the img and then create a file with name bimage.gif
Please help
Hello All,
I am creating a string containing HTML tags and some data and storing it in 2 diff formats
( eng and Jp) and finally saving complete stirng using streamwriter in a file as HTML.
Output written in English is perfect but JP output is not coming as expected ?
Issue: I need to display proper JP char in the output, as of now thay are not appearing as expected..any suggestion ?
Thanks in advance...
Not sure but could this b b/c of encoding supported by string/stringbuilder ?
hello,
I am signaling my Qt GUI thread from a boost::thread, and I am using a Qt::QueuedConnection,
connect(src, SIGNAL(signal-signature), dest, SLOT(slot-signature), Qt::QueuedConnection);
and still, when I emit the signal my slot does not get called.
Hello
Is there an converter from fortran 90 downto fortran 77 ?
I have a fortran77 only compiler and want to run NAS Parallel Benchmark (NPB for short) on it.
But NPB uses some features of F90, like do enddo, smth else. All features are rather simple.
Is there A way to translate NPB to F77 strict language?
Tags: fortran parallel convert programming-languages
My code in the view:
from django.contrib import messages
messages.add_message(request, messages.INFO, 'Hello world.')
I don't want to show this code to the user the second time if he/she refreshes again. How do I go about doing that? Messages don't seem to have any sort of expiry setting. There is documentation here:
http://docs.djangoproject.com/en/1.2/ref/contrib/messages/#expiration-of-messages
hello
i need to a server monitoring solution.
the solution must be able to alert when a server goes down
also i want, the solution be flexible to work with various servers for example it must be able to monitor servers like, webserver,application server, DB server and ...
i want to know is any open source solution is available for me?
thanks in advance
Hello.I am allowing a string to contain only alphabets and underscore,but is i enter fist character as alphabet or underscore and later if i put any invalid character then this validation is being done.I have done validation as follows:
function permission_validate()
{var permission=document.permissionForm.permission.value;var allowedStr=/[A-Za-z_]/;
if(!allowedStr.test(permission)){document.getElementById("permission_Er").innerHTML="* Required field can contain Only A-Z/az/_";
document.permissionForm.permission.focus();return false;}else{return true;}