Hi
Can winform C# applications run from citrix?
If the application is kept on Citrix server, can it be viewed in windows OS machines?
Will the same be viewable via iPad?
-Karthick
Is it possible to get the full path of the file on the user's computer being uploaded to my site?
Using os.path.abspath(fileitem.filename) simply gets me the address of where my script is executing from on my shared hosting server.
FYI: fileitem = form['file'] and form = cgi.FieldStorage()
I am using and getting a file from ftp server. But when I use to read the downloaded file, its not allowing me to read the file. Its because of the permissions on the files.
How can i set permission to 777 or full access for that file from code. I don't want to do that manually. I am using Mac OS.
Thanks..
Lets say I open some application or process. Did some work with that. Now I closed it.
Need to know whether this application caused any memory leak.
i.e used up some heap memory and not cleared it properly.
Can I get this statistics some how? I'm using Visual Studio (for development) under Windows OS.
Even I would be interested in knowing this information for any 3rd party application.
I need some feedback on how to count HTML images with Python 3.01 after extracting them, maybe my regular expression are used properly.
Here is my code:
import re, os
import urllib.request
def get_image(url):
url = 'http://www.google.com'
total = 0
try:
f = urllib.request.urlopen(url)
for line in f.readline():
line = re.compile('<img.*?src="(.*?)">')
if total > 0:
x = line.count(total)
total += x
print('Images total:', total)
except:
pass
I have written a number of applications and libraries (some of which depend on third party libraies), on my home workstation (Ubuntu 9.10).
I now want to create packages (one package per application/library), so that I may then install them on my server, which will be running Debian OS.
Any guidelines/gotchas on how to go about creating installation packages for debian on Ubuntu?
Hi,
I got some file sample.mt from client, and when i open info, it reveals as UNIX Executable
file. But, actually when i replaced the extension with zip, i could extract the file content.
And it appears to be folder. Can any one say what exactly UNIX Executable file means and how
is it created. By the way, that is created in Windows OS it seems.
I am using Lightbox 2 and I have followed the short tutorial on how to insert it in a webpage and it works perfectly but the close and refresh images don't show. They are replaced with the classic Mac OS X '?' box. I have checked the paths of these images in the lightbox.js file and they are correct.
Thanks in advance!
Why didn't Apple implement copy and paste prior to iPhone OS 3.0? The answers I don't think are correct (but I could certainly be wrong) are:
They couldn't figure out how to do it and provide a good user experience
Some crazy multi-tasking or battery limitation
iPhone users didn't want or need it (this was Microsoft's argument and is totally specious)
Thoughts?
Hello.
I'm currently looking for a QBE tool that can execute
queries on PostgreSQL or MySQL.
OS doesn't really matter.
Reason is that we've got to do QBE at school but I don't want to use neither Microsoft Access nor OpenOffice.org Base (lack of features).
Any help would be appreciated.
I need to detect the SO of the user in a web application (IE only). I am using the function BrowserDetect.OS from javascript, but it returns the same String ("Windows Vista") when called from Windows 2008 and Windows Vista, and I cannot distinguish the user SO. Is there a way to detect this difference?
http://msdn.microsoft.com/en-us/library/ms537503%28VS.85%29.aspx
My webpage is putting out a 500 Internal Server Error. I've turned on E_ALL for error reporting in the php.ini, and restarted the httpd. I've even used error_reporting(E_ALL) and error_reporting(-1) but still no luck. Any suggestions?
OS: CentOS5.5
PHP: 5.2.6
HTTPD: Apache/2.2.3
I am interested in learning how to program game graphics for iPhone OS (3.x and beyond...). Can anyone recommend (based on personal experience) good books/websites that deal specifically with Quartz/OpenGL ES programming.
Thanks.
Linux has libnotify and OS X has growl. Is there some kind of Notification API for Windows too?
It should be accessible via .Net languages.
Clarification:
Yes I'm looking for an way to send notification to the user, but it won't harm if one can subscribe to certain events with programs too. The linux libnotify uses a system wide D-Bus messaging system, which can handle all kind of events.
Hi,
This is just a question of curiosity. Why cannot I use two keyboards parallely in windows? for eg. typing in notepad using 2 keyboards in real parallel mode. what prevents windows to accomdate such feature? is there any multitasking or parallel processing OS that can do it?
Hi.
I got this function
function verify_at_bd(){
var u = "foo";
var p = "bar";
return $.post('auth.php', { name: u, password: p, mobile: '' },
function(result){
return result;
},'json');
}
If I do a console.log(verify_at_bd()) I'm getting an xmlhttprequest but cannot access to responseText property. I'm using header("Content-Type: application/json") into my PHP.
I'm using firefox 3.6 on OS X.
hi,
AFAIK, string literals are stored in read only memory in case of C language.
where is this actually present on the hardware.
as per my knowledge heap is on RAM.correct me if i am wrong.
how different is heap from read only memory?
is it OS dependant?
I want to learn the following:
apache - i don't know for sure what is for
linux - server edition, the os of the server
python - for server side scripting
java - sockets, jsp, other
Am I missing anything? Are there better alternatives ? How should I start? What is apache for ?
I'd like to use the Tapku library to add a calander date picker control to my iPad app. I'm new to iPhone OS development and I'm still rusty on identifying the 3rd party tools and code that will get my iPad app denied from the app store. For those that have used the Tapku library, would using it in my iPad app violate any app store rules?
Thanks so much in advance for your help. I'm going to continue researching this question right now.
I'm trying to call a webservice with Soap in PHP5, for this, I need to use WS-Security 1.1.
(In java and .NET this is all generated automatically.)
Are there any frameworks available to generate the security headers easily in PHP? Or do I have to add the entire header myself ?
Specifications of WS-Security 1.1: http://oasis-open.org/committees/download.php/16790/wss-1.1-spec-os-SOAPMessageSecurity.pdf
got this error in adminpage after I try to save something into model
TypeError at /admin/some/model/1/
int() argument must be a string or a number, not 'RelatedManager'
django 1.2.1
python 2.6.5
os fedora core6
I have just tried to upload Mac app to app store.
But Apple said just error.
Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on MAC OS X.
Specifically, key 'application-identifier' in '(My app name).app/Contents/MacOS/(My app name) is not supported.
My XCode is 4.2 and I didn't check Enable Entitlements.
Please help me!!!
I have 3 websites on a dedicate server (with cent os and Plesk control panel)
and one of these websites must ServerAlias *
when I try this in httpd.include , other two websites alias on mastersite.com but I dont want this
i solved it with dedicated ip , but now I want do it with one ip
<VirtualHost xx.xx.xx.xx:80>
ServerName mastersite.com:80
ServerAlias *
UseCanonicalName Off
SuexecUserGroup
..
..
..
sorry for my English