The export tag has no wiki summary.
370
votes
15answers
83k views
How to do a “git export” (like “svn export”)
I've been wondering whether there is a good "git export" solution that creates a copy of a tree without the .git repository directory. There are at least three methods I know of:
git clone followed ...
50
votes
3answers
17k views
How to export revision history from mercurial or git to cvs?
I'm going to be working with other people on code from a project that uses cvs. We want to use a distributed vcs to make our work and when we finish or maybe every once in a while we want to commit ...
27
votes
6answers
6k views
bash: defining a variable with or without export
What is export for?
What is the difference between:
export name=value
and
name=value
27
votes
10answers
26k views
How do I export (and then import) a Subversion repo?
I'm just about wrapped up on a project where I was using a commercial SVN provider to store the source code. The web host the customer ultimately picked includes a repository as part of the hosting ...
20
votes
2answers
11k views
How do I export UIImage array as a movie?
I have a serious problem: I have an array with several UIImage objects. What I now want to do, is create movie from those images. But I don't have any idea how to do so.
I hope someone can help me or ...
18
votes
7answers
21k views
Difference between checkout and export in SVN
What is the exact difference between SVN checkout and SVN export?
From what I know, export does not include the .svn directory which include metadata, and checkout included that .svn directory. Yet, ...
14
votes
5answers
3k views
Get script of SQL Server data
I'm looking for a way to do something analogous to the MySql dump from SQL Server. I need to be able to pick the tables and export the schema and the data (or I can export the schema via SQL Server ...
14
votes
10answers
5k views
Fast C++ program, C# GUI, possible?
I'm looking into developing an application that will process data from a line-scan camera at around 2000 lines (frames) per second. For this real-time application, I feel that C/C++ are the way to ...
14
votes
4answers
30k views
c# (WinForms-App) export DataSet to Excel
I need a solution to export a dataset to an excel file without any asp code (HttpResonpsne...) but i did not find a good example to do this...
Best thanks in advance
13
votes
5answers
5k views
Simple C# CSV Excel export class
Thought this might be handy for someone, this is an extremely simple CSV export class that I needed. Features:
Extremely simple to use
Escapes commas and quotes so excel handles them fine
Exports ...
13
votes
6answers
9k views
How do I use constants from a Perl module?
If I define a constant in a Perl module, how do I use that constant in my main program? (Or how do I call that constant in the main program?)
12
votes
6answers
1k views
Creating a C# DLL and using it from unmanaged C++
I have a native (unmanaged) C++ application (using wxWidgets for what it's worth). I'm considering a separate tool application to be written in C# which would contain winform-based dialogs. putting ...
10
votes
3answers
18k views
how to export query result to csv in Oracle SQL Developer?
I'm using Oracle SQL Developer 3.0. Trying to figure out how to export a query result to a text file (preferably CSV). Right clicking on the query results window doesn't give me any export options.
9
votes
1answer
15k views
Import / Export database with SQL Server Server Management Studio
I thought this would be trivial, but it isn't... I'm sure there is a simple way to do it but I can't manage to find it. Shame on me.
I want to import/export the database itself, the tables, the ...
8
votes
6answers
217 views
Refactoring nested for loops
I have this situation where I have a parent child relationship between two sets of data. I have a parent document collection and a child document collection. The requirement is that the parents and ...
8
votes
5answers
245 views
Save source code with formatting (syntax highlight)
I need to submit my code to a competition in a .pdf file. It would be nice and much easier to read if the syntax was highlighted as in the actual studio. I don't really feel like highlighting it by ...
8
votes
4answers
378 views
Separating template interface and implementation in C++
This is a follow up question to:
Using export keyword with templates
As mentioned in the answers of the original questions 'export' is deprecated in C++0x and rarely supported by compilers even for ...
8
votes
5answers
327 views
Exporting/Importing a hierarchical graph from a database
I have a basic db schema comprising 2 tables; One is a simple ID -> Text list of terms, and the other has 2 columns, parent and child. The ids in the first table are generated on insert by a db ...
8
votes
2answers
2k views
Is there a way to export code to HTML in Eclipse?
I know NetBeans has this feature, but I can't find it in Eclipse. A quick search for plugins was not successful.
8
votes
9answers
10k views
Export from HTML to PDF (C#) [closed]
Possible Duplicate:
Convert HTML to PDF in .NET
In our applications we make html documents as reports and exports.
But now our customer wants a button that saves that document on their pc. ...
8
votes
1answer
1k views
Does anyone know any gems/plugins/tutorials related to exporting events to iCal, Google Calendar, Outlook from a Rails application?
I am trying to figure out if there is already a plug in that does the interaction with iCal, Google APIs that I can use or do I need to just get my hands dirty and write it myself.
If anyone knows ...
8
votes
5answers
5k views
What is the difference between dllexport and dllimport?
I'm just looking for a simple, concise explanation of the difference between these two. MSDN doesn't go into a hell of a lot of detail here.
7
votes
1answer
473 views
Extracting Blender Original Coordinates (ORCO)
I've made an exporter (in Python) from Blender (2.5+) to a custom format. What bothers me is that most models I download contain no UV layers but instead are using auto-generated texture coordinates.
...
7
votes
5answers
950 views
Export a global symbol from a Delphi DLL
I'm trying to create a Gecko 2.0-compatible DLL in Delphi.
Previously (pre-Gecko 2.0) the DLL needed to export a NSGetModule() function. This worked flawlessly.
Starting with Firefox 4, my DLL is ...
7
votes
6answers
2k views
Convert mysql query results to CSV (with copy/paste)
I often work in command line mysql. A common need is to take a query's results and import them into a Numbers document (similar to an Excel document).
What is the fastest method for doing this?
...
7
votes
3answers
642 views
How to export the definition of an R object to plain text so that others can recreate it?
Let's say you have this data in R, and you want to post a question on stackoverflow. For others to best help you, it would be nice if they could have a copy of your object (dataframe, vector, etc) to ...
7
votes
2answers
2k views
What is the best mime-type and extension to use when exporting tab delimited?
I've come across the problem where Excel will not play nice with UTF-8 encoded CSV files. See this related question on Stack Overflow.
I've followed the solution of exporting as UTF-16, however it ...
7
votes
5answers
2k views
What is the simplest way to export Excel data to Matlab?
What is the simplest way to programmatically export Excel data to Matlab?
6
votes
1answer
119 views
Preserve Tooltips when exporting GraphPlot
I have a very large, dense, labeled graph that I have visualized with GraphPlot. I would like to show the vertex labels with Tooltip, but must distribute them to people without Mathematica. ...
6
votes
5answers
83 views
Parsing a very hectic space delimited file
I'm trying to help my dad out -- he gave me an export from a scheduling application at his work. We are trying to see if we can import it into a mysql database so he/co-workers can collaborate online ...
6
votes
1answer
556 views
Failed to export android application (Eclipse)
Ok i updated my Eclipse to new version, and now I can't export my signed applications :(
This is error report, so please help if you can .....
eclipse.buildId=M20110909-1335
java.version=1.6.0_26
...
6
votes
1answer
2k views
Classpath entry org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER will not be exported
Classpath entry org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER will not be exported or published. Runtime ClassNotFoundExceptions may result
After search I found that need fix export. I did it.
But ...
6
votes
1answer
503 views
Can I change the export to pdf settings in Mathematica 8?
I am using Mathematica to plot a number of figures I require and then using them as pdfs in Latex.
The issue is that Mathematica exports the figures using Acrobat 5.x settings compatibility and I ...
6
votes
2answers
348 views
Exported PDFs from Mathematica 8 won't print
UPDATE: I wrote to Wolfram support about this and will update the post if they can resolve the problem. Sorry for spamming SO with a technical support question, but here it remains in case anyone else ...
6
votes
1answer
210 views
Do C++ mangled names stay consistent when compiled on different computers?
In general, what I've observed using nm on Linux is that T symbol names (which I'm interested in) stay consistent across different computers even when I'm not using extern "C". Is my observation ...
6
votes
4answers
2k views
c#, Excel + csv: how to get the correct encoding?
Good evening my dear programming gods!
I've been trying this for quite a while now, but can't figure it out :-(
I'm trying to export data to Excel via a *.csv file.
It works great so far, but I have ...
6
votes
3answers
203 views
Is there a tool to export C# to HTML with syntax highlighting
I am looking for some way to export a .cs file to an .html file for posting on the web but my searches aren't helping much. I remember years ago an IDE called DevC++ could do this for C code, but I'm ...
6
votes
5answers
448 views
Are there any existing batch log file aggregation solutions?
I wish to export from multiple nodes log files (in my case apache access and error logs) and aggregate that data in batch, as a scheduled job. I have seen multiple solutions that work with streaming ...
6
votes
2answers
1k views
Getting ordinal from function name programatically
Hey,
Does anyone What's the easiest way in C++ to get an ordinal of an exported dll function, given its name?
(Looking for a way which doesn't invlove parsing the IATs myself...)
Thanks,
Dan
6
votes
2answers
3k views
Java RMI - UnicastRemoteObject: what is the difference between exportUnicastRemoteObject() and extend UnicastRemoteObject()?
i'm preparing for an exam and I'm having a question that I hope someone here could answer me.
Its about RMI and remote objects. I wonder why there is so much difference between these two ...
6
votes
4answers
1k views
How to export c# methods?
how can we export c# methods?
I hava a dll and I want to use its methods in the Python language with the ctypes module.
Because I need to use the ctypes module, I need to export the c# methods for ...
6
votes
1answer
1k views
Export subtree in Git with history
I have a folder in my Git repository that I'd like to move out in to its own repository. Is it possible to move the history of that folder along with the folder?
I've previously been doing just a git ...
6
votes
3answers
5k views
Exporting X.509 certificate WITHOUT private key (.NET C#)
I thought this would be straightforward but apparently it isn't. I have a certificate installed that has a private key, exportable, and I want to programmatically export it with the public key ONLY. ...
6
votes
2answers
1k views
Exporting a plot as an image in Mathematica on a machine without X11 (ie, without involving the frontend)
Consider the following dialog with the command-line interface to the kernel:
$ math
Mathematica 6.0 for Linux x86 (32-bit)
In[1]:= p = Plot[x^2, {x,-1,1}]
Out[1]= -Graphics-
In[2]:= ...
5
votes
3answers
197 views
Optimizing size of eps/pdf files generated by Mathematica
How to optimize size of an eps or pdf file generated by Mathematica?
It is common that the file size is 50-100x bigger that it should be (an example below). For some applications (e.g. putting a ...
5
votes
2answers
2k views
Generate a keystore for an Android app in the Export Android Application wizard?
I'm trying to export a signed Android application in Eclipse.
I think I'm going in the right direction:
Right click on project > Android Tools > Export Signed Application Package
The Export Android ...
5
votes
2answers
233 views
SVN: How to export changed files with all the log messages to a list?
Is it possible to export all changed files between two revisions, with the history to a list/file..?
lets say I made several changes to some files.
What i would like to have is some sort list like ...
5
votes
2answers
125 views
With ghc is there a way to import symbols that are not explicitly exported?
I'm going to guess the answer is 'no', but is there a way to import a symbol from a module that is not explicitly export from said module?
I tried looking up various ghc (6.12.1) flags like ...
5
votes
2answers
667 views
Django pdf question with pisa
I want to generate a html template to a pdf file using pisa. I believe I have all the packages I need but I seem to be having problems doing so. Here is my view below so
far what I have done.
...
5
votes
4answers
472 views
A way to export the results from Pig to a database
Is there a way to export the results from Pig directly to a database like mysql?