Tutorial by Topics: file

Different ways to open a file to work with in a script.
This topic will teach you one of the many useful things to know in the scripting language, batch file; Adding a delay/pause/timeout to your batch file.
The Podfile is a text file that describes the dependencies of one or more Xcode projects.
Sometimes it's useful to split a file into multiple separate files. If you have large files, it might be a good idea to break it into smaller chunks
Manipulating Regex for IPv4 and IPv6 and replacing by fake IP address in a readed log file
In this topic you will learn how to create, edit, copy, move, and delete files in batch.
If you're using SAS to produce reporting of some sort, you're going to find yourself needing to copy a file at some point. I've mostly used this method for copying an excel template, and then dumping data via PROC EXPORT into the new file I've created. This is a great example I've found from Chris ...
NSOpenPanel provides an API for prompting the user for a file to open. This menu is the standard UI presented by the Open (⌘O) menu item.
If you edit a new file: vim these/directories/dont/exist/newfile, you won't be able to save the file as the directory vim is trying to save into does not exist.
To extract or uncompress a tarball, ZIP, or gzip file, Python's tarfile, zipfile, and gzip modules are provided respectively. Python's tarfile module provides the TarFile.extractall(path=".", members=None) function for extracting from a tarball file. Python's zipfile module provides the Zi...
FILESTREAM integrates the SQL Server Database Engine with an NTFS file system by storing varbinary(max) binary large object (BLOB) data as files on the file system. Transact-SQL statements can insert, update, query, search, and back up FILESTREAM data. Win32 file system interfaces provide streaming ...
Xcode includes a performance tuning application named Instruments that you can use to profile your application using all sorts of different metrics. They have tools to inspect CPU usage, memory usage, leaks, file/network activity, and energy usage, just to name a few. It’s really easy to start profi...
This provides an overview of the Manifest file for DNN. Manifest files are the files necessary to install and register a module with the DNN framework. The manifest file can be utilized for extensions in DNN besides just Modules. You can have manifest files for Providers, Skins (Themes) and Co...
Machine learning problems often require dealing with large quantities of training data with limited computing resources, particularly memory. It is not always possible to load an entire training set into memory. Fortunately, this can be dealt with through the use of Keras' fit_generator method, Pyth...
this topic should describe various ways of using ssh as a secure way to manage files on remote machines
The configuration file contains information which Protractor uses to run your test script. Here I'll try to give a few different variations.
In this guide you can find out steps to load multiple CSV/TXT files from a folder to the database table. Parameter/VaiableDetailsSourceFolderIt is a read only project parameter available and configurable at the deployment. Example of project parameter are Connection Strings, passwords, port no,...
The guide helps in understanding how to import data from the SQL server table to a CSV/txt file. Right click on the Data Flow Task and select property. DefaultBufferMaxRows and DefaultBufferSize properties can be changed to improve data load performance. Multiple Data Flow Task can be execu...

Page 9 of 11