background preloader

Tools

Facebook Twitter

SQuirreL SQL Client Home Page. Network Settings Manager. DragToScroll - Universal Drag & Fling/Flick Scrolling. DragToScroll.ahk allows you to scroll any window or control by right clicking (RButton) and dragging the mouse.

DragToScroll - Universal Drag & Fling/Flick Scrolling

It works very similarly to the "Hand Tool" in Adobe products, such as Adobe PDF Reader.[*:19ebmxny] Scroll both horizontally and vertically. Works in Firefox, IE, Chrome, Text Editors, Explorer, even controls within scrollable document like EditBoxes, ListViews and DropDownLists. [*:19ebmxny] Works with background windows. Scrolls whatever you drag.[*:19ebmxny] Will not interfere with normal RButton behavior. Only activated when clicking and dragging.[*:19ebmxny] Control+RButton forces normal behavior[*:19ebmxny] Great for reading or scrolling long documents.

Click and drag slowly to follow along as you read, or quickly drag across the screen to jump to the end or anywhere in between.[*:19ebmxny] Customizable! Thanks to the recent contributors & those reporting bugs. AutoHotkey. NoteHighlight - Home. Onetastic for OneNote. Onetastic is a free multi-purpose addin for Microsoft OneNote 2010 and 2013 Documentation for Macro Language is now available.

Onetastic for OneNote

Click here to check it out. To learn more about Onetastic, watch this intro video: Free Development software downloads. Chapter 5. Text Tables. The default field separator is a comma (,).

Chapter 5. Text Tables

A different field separator can be specified within the SET TABLE SOURCE statement. For example, to change the field separator for the table mytable to a vertical bar, place the following in the SET TABLE SOURCE statement, for example: SET TABLE mytable SOURCE "myfile;fs=|" Since HSQLDB treats CHAR and VARCHAR strings the same, the ability to assign a different separator to the latter is provided. When a different separator is assigned to a VARCHAR, it will terminate any CSV field of that type. First field data|Second field data.Third field data This facility in effect offers an extra, special separator which can be used in addition to the global separator. SET TABLE mytable SOURCE "myfile;fs=|;vs=. " HSQLDB also recognises the following special indicators for separators: special indicators for separators Furthermore, HSQLDB provides csv file support with three additional boolean options: ignore_first, quoted and all_quoted.

Supported Properties. 微信 API. MemTrack: Tracking Memory Allocations in C++ Introduction This article describes MemTrack, a library which replaces the standard operator new with a special version that records information about each memory allocation.

MemTrack: Tracking Memory Allocations in C++

This information can be analyzed later for debugging purposes or for performance measurement. The article begins by discussing the use of macros to instrument memory allocation in C and the use of macros combined with "placement operator new" to accomplish the same thing in C++. Then it describes the alternative approach used in the MemTrack library. This alternative approach differs from the more conventional approach in two important ways: First, it does not rely on the implicit use of placement operator new syntax and, second, it can capture the type of each memory allocation.

Instrumenting Memory Allocations in C The use of macros to instrument memory allocation in C is a well-known technique, and it's worth reviewing. #define malloc(size) custom_malloc(size, __FILE__, __LINE__) How to List Files Opened By a Process « AIX Solaris HPUX UNIX Linux system storage administration ksh/perl scripting. Introduction /proc file system procfiles command pstat command lsof command Conclusion Introduction A system administrator might find it necessary to obtain information about all files that are currently opened by a particular process.

How to List Files Opened By a Process « AIX Solaris HPUX UNIX Linux system storage administration ksh/perl scripting

A process might have a defect that causes it to continuously create files without closing them, or it might open files, read and write to those files, but fail to close the files afterwards. In such cases it is useful to obtain as much information as possible about the files that have been opened by a process to help in pinpointing the cause of the problem. AIX has a virtual file system mounted at /proc that provides information about running processes, including the files opened by those processes.

使用 lsof 查找打开的文件. Huawei Proxy Notification. Spock - the enterprise ready specification framework. Sublime Text 2 设置文件详解.

Sublime text

Sublime Text 2 设置文件详解. CCleaner - Optimization and Cleaning - Free Download. Online Diagram & Flowchart Software. HTTrack Website Copier - Free Software Offline Browser (GNU GPL) Pastebin.com - #1 paste tool since 2002! Demo-tools. yEd - Graph Editor. yEd is a powerful desktop application that can be used to quickly and effectively generate high-quality diagrams.

yEd - Graph Editor

Create diagrams manually, or import your external data for analysis. Our automatic layout algorithms arrange even large data sets with just the press of a button. yEd is freely available and runs on all major platforms: Windows, Unix/Linux, and Mac OS X. The latest release is version 3.12.2 Key Features Import your own data from an Excel® spreadsheet (.xls) or XML Create diagrams with easevia an intuitive user interface. Automatically arrangeyour diagram elements. Export bitmap and vector graphicsas PNG, JPG, SVG, PDF, SWF yEd in 90 seconds Supported Diagrams yEd supports a wide variety of diagram types. Support Resources The yEd online support resources include the yEd Graph Editor manual and the yEd forum where you can give us feedback.

Dev-tools

Lang. Zim - a desktop wiki.