Top "Import" questions

The general process of moving data from an external source into one's platform, program, or data set.

@import vs #import - iOS 7

I am playing around with some of the new iOS 7 features and working with some of the Image Effects as …

ios objective-c import ios7
import .css file into .less file

Can you import .css files into .less files...? I'm pretty familiar with less and use it for all my development. …

css import less
Import and insert sql.gz file into database with putty

I want to insert a sql.gz file into my database with SSH. What should I do? For example I …

mysql import gzip putty
How to remove unused imports in Intellij IDEA on commit?

Is there a way to remove unused imports in Intellij IDEA on commit? It is not very optimal to do …

java import automation intellij-idea
MySQL: ignore errors when importing?

I am importing a fairly large database. The .sql file has almost 1,000,000 lines in it. Problem is that I am …

mysql database import
Python: importing a sub‑package or sub‑module

Having already use flat packages, I was not expecting the issue I encountered with nested packages. Here is… Directory layout …

python import module package
SQL Server: Importing database from .mdf?

I have an .mdf file on my local box. I have SQL Server 2008 Express and SQL Management Studio 2008 Express installed …

sql-server database import mdf ssms
When using SASS how can I import a file from a different directory?

In SASS, is it possible to import a file from another directory? For example, if I had a structure like …

import sass
ipynb import another ipynb file

Interactive Python (ipython) is simply amazing, especially as you are piecing things together on the fly... and does it in …

python import workflow ipython
Can we import XML file into another XML file?

Can we import an XML file into another XML file? I mean is there any import tag in XML that …

xml file import merge