For some reason when I download zip files with IE8 I get Folder is invalid or corrupted while downloading with Firefox or Chrome I can open the file. Is there a fix for this?
What is the best way to generate KML files using C#?
Is there a class library that I can use? I have looked and struggled to find anything interesting.
libkml doesn't have a C# implementation or wrapper.
Any help would be great.
I ran the following comand
git whatchanged 7c8358e.. --oneline
and got the below output. Is there a way to generate a single combined list of files that changed across all commits? In other words, I don't want files to show up more than once in the below list. Thanks!
4545ed7 refs #2911. error on 'caregivers_sorted_by_position' resolved in this update. it came up randomly in cucumber
:100644 100644 d750be7... 11a0bd0... M app/controllers/reporting_controller.rb
:100644 100644 7334d4d... e43d9e6... M app/models/user.rb
e9b2748 refs #2911. group dropdown filters the list to only the users that belong to the selected group
:100644 100644 fc81b9a... d750be7... M app/controllers/reporting_controller.rb
:100644 100644 aaf2398... f19038e... M app/models/group.rb
:100644 100644 3cc3635... 7a6b2b1... M app/views/reporting/users.html.erb
48149c9 refs #2888 cherry pick 2888 from master into prod-temp
:100644 100644 3663ecc... f672b62... M app/controllers/user_admin_controller.rb
:100644 100644 aaf2398... 056ea36... M app/models/group.rb
:100644 100644 32363ef... bc9a1f2... M app/models/role.rb
:100644 100644 91283fa... 7334d4d... M app/models/user.rb
:100644 100644 d6393a0... bae1bd6... M app/views/user_admin/roles.html.erb
994550d refs #2890. all requirements included. cucumber has 1 exception in bundle_job for count of data rows. everything else green
:100644 100644 145122d... 869a005... M app/controllers/profiles_controller.rb
:100644 100644 f1bfa77... 2ed0850... M app/views/alerts/message.html.erb
:100644 100644 e9f8a34... f358a74... M app/views/call_list/_item.html.erb
:100644 000000 fda1297... 0000000... D app/views/call_list/_load_caregivers.erb
:000000 100644 0000000... fda1297... A app/views/call_list/_load_caregivers.html.erb
:100644 100644 168de9e... 43594f4... M app/views/call_list/show.html.erb
:100644 100644 e178d7f... 0fe77e1... M app/views/profiles/edit_caregiver_profile.html.erb
7396ff6 refs #2890. fixed --we're sorry-- error
:100644 100644 d55d46d... fc81b9a... M app/controllers/reporting_controller.rb
7c8358e refs #2897 link on online store back to http://www.halomonitoring.com
:100644 100644 d6f94f4... 8bc9c52... M app/views/orders/new.html.erb
I've got many, many mp3 files that I would like to merge into a single file. I've used the command line method
copy /b 1.mp3+2.mp3 3.mp3
but it's a pain when there's a lot of them and their namings are inconsistent. The time never seems to come out right either.
How do I attach multiple files as e-mail attachments in vb.net? I am trying to use a list box where user will select the file and attach which will appear in a listbox. And also I would like to give the option to delete the attachment also.
I want to give different expiry headers to different images on my site. they are contained in different folders right now, what I want to do is give then different expires headers with one main .htaccess file. I know this can be done with multiple .htaccess files in those folders but I dont want it to be implemented that way, It will clearly be tough to manage.
hello all,
please help me when i am uploading a particu;ar file in mvc and i am requesting the file using request.files in the controller i am getting the count as 0 please tell me where i am missing.i am using asp.net + mvc.
i have used a simple file upload control of html.
please help me,its urgent
Thanks
Ritz
Hi,
I am using subclipse to commit changes to SVN. Some files work, e.g. build.properties (I am developing a J2EE application) but most local changes are overwritten to match the version in the repository when I synchronize, and it says "no structural differences"?
Thanks,
Jon
I have several projects that need to write structured Textfiles, some with fixed size fields, other delimited by characters.
Is there a .net class that could be used for that?
I know there is a "Microsoft.VisualBasic.FileIO.TextFieldParser" that is useful for reading textfiles, i am actually searching for a ""Microsoft.VisualBasic.FileIO.TextFieldWriter"
Related: http://stackoverflow.com/questions/34182/reading-text-files-using-net
I'm using Hudson CI with a Python project. I've installed the Violations plugin and configured it to run the code against pylint. This works, but I only see a list of violations without linking to the source code. Is it possible to setup Violations and pylint to load and highlight the violating source files (something similar to the Cobertura Coverage Reports)?
Better yet, can Violations integrate with pep8.py?
i use following code to call a batch file:
dim shell
set shell=createobject("wscript.shell")
shell.run "a.bat D:\a"
set shell=nothing
how do i call more than 1 batch files, so that when 1st file's execution is over, the 2nd file is executed.
as always, i really appreciate any help offered.
I'm trying to create a tool which will help my team perform code reviews on a more regular basis without it's usual massive overhead.
At the moment the manual process involves using Team Foundation Sidekicks to identify the Changesets and then exporting that to excel to filter the results to find which items need to be reviewed (e.g. code files).
I've heard mention of using a TFS API, but found very little help online possibly because I was asking google 'the wrong questions'.
We've noticed that when checking in updates that our .DFM files have had ExplicitWidth and ExplicitHeight properties added for what appears to be no particular reason.
My two questions are, what are they for and why do they get automatically added by Delphi?
Below is an example with the property in:
object Splitter2: TcxSplitter
Left = 0
Top = 292
Width = 566
Height = 8
Cursor = crVSplit
HotZoneClassName = 'TcxXPTaskBarStyle'
AlignSplitter = salBottom
Control = BottomPanel
Color = clBtnFace
ExplicitWidth = 8
end
I know I can merge PDB with a DLL file but I'm trying to do the same with an XML documentation file.
It should be possible since you don't have .xml files with .net assemblies and yet you have documentation in the IDE.
Is there a way ?
I won't want to have edit any working sets. I just want a way to, across all workspaces and projects, prevent .class files from ever showing in the Open Resource Dialog. Is there a way to do this?
I am working on a large C++ project in Visual Studio 2008, and there are a lot of files with unnecessary #include's. Sometimes the #include's are just artifacts and everything will compile fine with them removed, and in other cases classes could be forward declared and the #include could be moved to the .cpp file. Are there any good tools for detecting both of these cases?
I want to access files in the /sys, to be exact in the /sys/class folder. I just need to read some values there.
I tried the Context.openFileInput method, but got only exceptions and I understand this is not the right way.
thanks for replying!
Does anyone know of some sample code that shows how Delphi 2010 can read RAW files using its new COM interface to WIC?
I want to read Canon RAW images and then access specific pixels...
I have a few log files like these:
/var/log/pureftpd.log
/var/log/pureftpd.log-20100328
/var/log/pureftpd.log-20100322
Is it possible to load all of them into a single filehandle or will I need to load each of them separately?
Are there any security issues keeping the .NET PDB files on the real server?
I know that throwing exceptions might take a bit longer , but who throws exceptions during normal execution anyway? :-)
But from a security perspective? any issues?
After android installs an application from the Marketplace, does it keep the .apk file?
Is there a standard location where Android would keep such files?
Can the IFilters be used to fetch document metadata like (To, From fields from an msg format message) and also all types of files? anyone know the solution?
I want to use the PCH file to speed up the build, so i store the PCH file in a separate folder and reuse it when build the project later.
but I have some #import *.dll in my stdafx.h. so if something changed in the *.dll, the PCH file need be recreated.
my question is whether I can use multiple PCH files in 1 project, so that i can put the import *.dll to another PCH and only recreate this one if something changed in *.dll.
thanks in advance :)
Sometimes someone on our team does a git push and breaks the build because his local build works but he has forgotten to commit all his local modifications and untracked files to git before he pushes.
I'd like to prevent this... I poured over the docs for an hour or so today and couldn't find anything built in.
Does anyone have any solutions?