According to this page, there are sample Apps that show how to use TweetSharp.
Said apps are to be in the "Demos" folder. I'm not seeing them.
Q: Am I stupid?
Hi all, need some help with this code if anyone can answer. Any suggestions are most appreciated.
I have a report that I want to save to my hard drive when clicking a button. When saving the report I want the filename to be created using two pieces of information from the report.
Variables:
Report = "Contract"
Save Location = "C:\Folder\"
File Name = [Customer] & " _ " & [Date]
File Type = PDF
Thank you!
I want a folder /public_html to symlink to /current/app/webroot, both are in the same directory
I have tried
ln -s public_html current/app/webroot amongst other things, but no joy so far. Any ideas?
In my Zend Framework modules, I have views that require specific scripts, CSS and images.
Is that possible to include them in the module in a way that I don't have to copy them in each project that uses the module ? (because the "public/" folder is not part of the module, but specific to each application)
If not, how can I do ?
Thanks !
Hello,
I've been playing today with stored procedures. I'm stoned that I picked the basic of it up so easily. (I'll also try triggers very soon).
Now, I'd like to know how to save my SPROC under the stored procedure folder (Programmability - Stored Procedure) so that I can access it by name (eventually from my C# application). So far, when I press the save icon, I'm proposed to save the whole query. That's not what I want.
Thanks for helping
hello
i installed ubuntu using wubit inside the windows and started working on it then i got this error afer updating
[0.8879153] kernel panic -not syncing VFS unable to mount fs unknow block (8.3)
and i can't user rescue mode and it's give me another error
no filesystem could mount root .....
i looked at grub folder and didn' find any file on disks/boot/grub/
so i tryed to user super grub to fix it but it didn' work and it keep giving me.
any idea plz .
I started a project and added it to hg, but I want to take *.cs file under version control only, so,i have to add bin, obj, sln, suo,_resharper folder etc to ignore pattern, ,how to let hg only monitor certain kind of file like white list? How to do that in Subversion?
Hi
I am developing an application for iphone that will pick an image from photo library and save it at some other place.Now in my application i will be using this image later on from that place.
So can anybody suggest the folder where should i save this image so that the application works perfectly on device also.
I want to be able to map Google Docs' folder system to urls in my application and am just wondering how I can say "route, I want you to match an arbitrary set of nodes, and the last one is the file (or possibly a directory, I can check in the controller)".
So I could do things like:
www.mysite.com/documents/folder1/childfolderA/document
www.mysite.com/documents/root-level-doc
Can the routes.rb file do something like this?
Hey,
In my asp.net application I create pdf file and save it in App_Data folder on server. Next I want to open this file that user can print it.
How to open this file in browser ? Send it in http header etc ? Someone have some examples?
Please help ;)
hi,
I want to create one winform c#.net application that will record all the user activity happening on desktop.I want to create avi file for that record format.also want to upload that files to server shared folder.
Please provide me code or sample project which can work on any OS.including vista and win7.
also AVI file size should be compressed.
Mostly interested in how to hide the SharePoint "particulars". For example whether to use the base site as "Wiki" and in this case - how to hide the "SitePages" folder and other SharePoint specifics.
And links to any pages / Documents helping there ;)
Hello,
I have Erlang installed on my WinXP machine. Becouse so, I use it by a "werl.exe". The problem is, that I would like to change a default folder that werl starts in. I cannot find option that would let me do that, although I know there must be something like that.
Could anybody help ?
Hi,
I want to load a single XML file of 1.2Mb in android through assets folder as raw file. I heard that there is a limitation in android of 1Mb for a single xml file. How can i get rid of it? Is there any option to overcome this issue? please provide me some help UrGently!!!!!!!!!!!!.
Thanks in advance.
Praween
Hi,
Is there a way to compile the code in such a way that we get only specific files/directory in out folder rather than the whole out directory.
what if i want to get only symbols directory specific to the target without host directory in it.Is it possible?
I've just published my site, created with codeigniter.
the entire directory is in my public folder, including the config file (in public/system/application/config).
I just wanted to double check: do I have to move this file to another, non public, directory? I think codeigniter doesn't allow any direct access, but I am not 100% sure..
thanks,
P.
I am trying to build an aspx page at runtime (by another aspx page which finally redirects to the new one). As far as I understand, aspx pages MUST be precompiled before a user can view them. In other words, the aspx page must be compiled to the DLL in the /bin folder.
Is there a away to tell IIS, or to order it by VB.NET code, to compile a page before I am redirecting my user to the page?
Any help would be greatly appriciated.
In the beginning of a file on my server (linux), which is located in the /etc/init.d/ folder I have this line:
!/bin/sh -e
What does it mean, because every time I execute the rest of the script it works fine except for an error which shows:
!/bin/sh not found
Any ideas?