Saturday, December 17, 2016
Saturday, December 10, 2016
Saturday, December 3, 2016
Friday, December 2, 2016
Friday, November 11, 2016
Tuesday, November 8, 2016
C scanf and printf complete reference
C scanf and printf complete reference
- C LAB WORKSHEET 6:: C scanf(), scanf_s() family 1
- C LAB WORKSHEET 6_1::C scanf(), scanf_s() Examples & Exercises 2
- C LAB WORKSHEET 6_2::C scanf(), scanf_s() Exercises 3
- C Printf and Scanf Reference
- function scanf
- function printf
- scanf format string
- Formatting Output
- C Programming Language Basics
- The C Prog g gg ramming Language
- C Programming Tutorial (K&R version 4)
- Intro to File Input/Output in C
- Programming in ANSI /ISO C
Friday, November 4, 2016
charting control topics
charting control topics
- Scientific charting control
- High-speed Charting Control
- An MFC Chart Control with Enhanced User Interface
- A flexible charting library for .NET
- Simple Performance Chart
- Cristi Potlog's Chart Control for .NET
- A Powerful Chart Control
- Simple paradigm of scientific software testing
- Expression Plotter Control
- Plot Graphic Library
- A simple C# library for graph plotting
charting control topics
charting control topics
- Scientific charting control
- High-speed Charting Control
- An MFC Chart Control with Enhanced User Interface
- A flexible charting library for .NET
- Simple Performance Chart
- Cristi Potlog's Chart Control for .NET
- A Powerful Chart Control
- Simple paradigm of scientific software testing
- Expression Plotter Control
- Plot Graphic Library
- A simple C# library for graph plotting
Saturday, October 29, 2016
C union in C#
C union in C#
- How to: Create a C/C++ Union Using Attributes (C# Programming Guide)
- GOOD READ::C++ union in C#
- Adding Unions to C#
- How to convert a C++ Struct with Union into C#?
- Marshall a C++ structure with union to C#
- C# equivalent to C "union"?
- Unions in C#
- Unions (or an equivalent) in C# - Sairama's Tip of the Day
- Simple union conversion example - C to C#
- C# equivalent to C union [duplicate]
- How can I simulate a C++ union in C#?
- Marshaling Unions
- UNION in struct
- Callback from an unmanaged code
C union examples
C union examples
- MSDN::Structure and Union Members
- MSDN::Structure and Union Members
- Member Access Operators: . and ->
- Unions in C : A less used but a powerful feature of C
- C – Union
- Why do we need C Unions?
- C union declaration
- Unions in C Language
- C Programming Unions
- Union
- How to Use C Structures, Unions and Bit Fields with Examples
- How to pass structure to a function in C programming?
- C pointer to union
- C accessing union members
- C structure bit manipulation
- R-Value of Expression : C Programming
Thursday, October 27, 2016
bit field in C and C#
bit field in C and C#
- Masks and flags using bit fields in .NET
- Bit Field in C# using struct
- BitFields and BitStrings in .NET
- https://users.cs.cf.ac.uk/Dave.Marshall/C/node13.html
- Working with bits and bitfields
- Bitfield manipulation in C
- Lobel level bit field
- Joy of Programming: Understanding Bit-fields in C
- Bit Fields in C
- PPT]Bitwise Shift Operators
- The 64 bit OS Architecture
- Flood Fill Algorithms in C# and GDI+
- 夫子拍卖网 -->全部拍卖 -->线装古旧书 --> 语言文字 --> 正在进行的拍卖(共84件拍品)夫子拍卖网 -->全部拍卖 -->线装古旧书 --> 语言文字 --> 正在进行的拍卖(共84件拍品)
- ancient idiom
the first two articles are good library to combine to build my own customized library. the third one is good to reference.
Wednesday, October 26, 2016
steps to C
critical steps to C. three most important concepts: score, duration and linkage of variables.
- 4.1 local variables, scope, durations
- 4.2 — Global variables and linkage
- 4.3 — Static duration variables
- 4.3a — Scope, duration, and linkage summary
good starting point to learn special topic. good labs also.
Saturday, October 22, 2016
how to output a C char
how to output a C char
- Output single character in C
- Printing a Char *
- Printing chars and their ASCII-code in C
- Strings and character with printf
- How To Print A Character
- C program print string
- C Program to Display Characters from A to Z Using Loop
- Printing the contents of a string array using pointers
- printing char* strings
C error message
C error message
- error in running a simple C code in visual studio [closed]
- Compiler Error C2085
- unable to use inline in declaration get error C2054
- Examples do not build under VS2013 #581
- Error C2085: (identifier) : not in formal parameter list
- Unresolved external symbol in object files
- What is an undefined reference/unresolved external symbol error and how do I fix it?
- What is an undefined reference/unresolved external symbol error and how do I fix it?
Friday, October 21, 2016
NSE india market
India has two markets: NSE STOCK MARKET and BSE stock market.
-
Getbhavcopy
Getbhavcopy is a FREE data downloader for Indian Stock Exchanges, NSE (National Stock Exchange) and BSE (Bombay Stock Exchange).
It downloads daily EOD (End Of Day) data as well as historical data (past EOD data) for equities and indices. The data is directly downloaded from NSE and BSE servers and is 100% authentic. The downloaded data can be directly imported into all leading technical analysis software like Metastock and Amibroker.
Now download data at your will, from NSE and BSE servers directly. Get total control and that too for FREE.
- How to Receive NSE Feed Using UDP
- NSE EOD data downloader
- Security-wise Archives (Equities)
- Historical Index Data
- Extracting EOD Data from NSE
- NSE BSE Data downloader
- How to Automatically Download Index Data from NSE – Part One
- NSE EOD Data Downloader
- NSE EOD Data Downloader
- Historical Stock Data
Saturday, October 15, 2016
C program file dependency
C program file dependency
- DRW company
- Writing Larger Programs
- Compiling, linking, Makefile, header files
- Walkthrough: Compiling a C Program on the Command Line
- visual c++: #include files from other projects in the same solution
- Top 10 C++ header file mistakes and how to fix them
- Displaying the #include hierarchy for a C++ file in Visual Studio
- Multiple source files in C- How exactly do makefiles work?
- How should I detect unnecessary #include files in a large C++ project?
- Projects in Visual C++ 2010 – Part 2: Project Dependencies
- Tool to track #include dependencies [closed]
- Why you should care about include dependencies in C/C++ and how to keep them at a minimum
- How to: Organize Project Output Files for Builds
- C Programming Boot Camp
- Fixing header file dependencies
- Modules, Separate Compilation, Make Files
- Writing Make Files
- Chapter 2. Compiling a Program
- Makefiles
- C++ header dependency tricks
- MS Visual C++ #include dependencies
C program file organization and dependency
C program file dependency: how to organize C project in Visual C++ with Visual Studio 2008.
- DRW company
- Writing Larger Programs
- Compiling, linking, Makefile, header files
- Walkthrough: Compiling a C Program on the Command Line
- visual c++: #include files from other projects in the same solution
- Top 10 C++ header file mistakes and how to fix them
- Displaying the #include hierarchy for a C++ file in Visual Studio
- Multiple source files in C- How exactly do makefiles work?
- How should I detect unnecessary #include files in a large C++ project?
- Projects in Visual C++ 2010 – Part 2: Project Dependencies
- Tool to track #include dependencies [closed]
- Why you should care about include dependencies in C/C++ and how to keep them at a minimum
- How to: Organize Project Output Files for Builds
- C Programming Boot Camp
- Fixing header file dependencies
- Modules, Separate Compilation, Make Files
- Writing Make Files
- Chapter 2. Compiling a Program
- Makefiles
- C++ header dependency tricks
- MS Visual C++ #include dependencies
CString in C++
CString in C++
- What is `CString`?
- Using CString
- Basic CString Operations
- String Data Management
- CString Semantics
- CString Operations Relating to C-Style Strings
- CString Argument Passing
- CString::operator LPCTSTR
- initializing a LPCTSTR /LPCWSTR [duplicate]
- What does LPCWSTR stand for and how should it be handled with?
- LPCSTR, LPCTSTR and LPTSTR
- What are TCHAR, WCHAR, LPSTR, LPWSTR, LPCTSTR (etc.)?
- Use of TCHAR in Visual C++
- TCHAR
C boolean type
C boolean type is not defined in standard C language before C99. the option 3) is my choice.
Option 1 typedef int bool; #define true 1 #define false 0 Option 2 typedef int bool; enum { false, true }; Option 3 typedef enum { false, true } bool; Option 4 (C99) #include <stdbool.h> Explanation Options 1, 2 and 3 will have in practice the same identical behavior. #2 and #3 don't use #defines though, which in my opinion is better. Option 4 will work only if you use C99 and it's the "standard way" to do it. Choose this if possible. If you are undecided, go with #3!
- Using boolean values in C
- Use of bool in C
- Boolean Values
- True and False in C
- 3.3 Boolean Expressions
- Boolean type support library
dynamic memory allocation
search "c allocate memory"
- Dynamic Memory Allocation and Dynamic Structures
- C – Dynamic memory allocation
- Dynamic Memory Allocation
- Chapter 11: Memory Allocation
- Advanced Memory Management: Dynamic Allocation, Part 1
- Dynamic Memory Allocation and Virtual Memory
- Customized Allocators with Operator New and Operator Delete
- Dynamic memory allocation for pointer arrays
- Dynamic Memory Allocation and Fragmentation in C and C+
Friday, October 14, 2016
extension methods
extension methods
- .NET Extensions Methods Library for C#
- Extension Methods in .NET
- Util Library and Extension Methods
- Extension methods in C# .NET part 1: the basics
- Extension methods in C# .NET part 2: arrays, collections, portability
- Understanding Extension Methods in C#
- Custom Collection in C# - Part 1
- Custom Collection in C# - Part 2
- Nullable Types in C#
- Iterators in C#
- Parameters in C#(For both beginners & experts) – Part 1
- DotNetText in C# Extension Methods
- All c# extension methods
Flow diagram tool and Layout algorithms
Flow diagram tool and Layout algorithms
- FlowSharp
- BoxPlanner - Simple Layout Algorithm
- Layout Manager for Dialogs, Formviews, DialogBars and PropertyPages
- Customizable Window Layouts
- How to: Implement a Custom Layout Engine
- Providing Custom Layout Engines for Windows Forms
- .Net windows forms custom layout engine
- WinForms Layout Control
- C# Window Forms, what a Custom Layout should return on his LayoutEngine#Layout method
- Custom panel with layout engine
- Microsoft Automatic Graph Layout
Wednesday, October 12, 2016
C dynamic array
- Dynamic arrays in C
- Advanced Memory Management: Dynamic Allocation, Part 1
- Dynamic Memory Allocation and Virtual Memory
- Implementing a dynamically sized array in C
- C Dynamic Memory Allocation
- C dynamically growing array
- How to make a dynamic sized array in C?
- Dynamic arrays in C
- Dynamic Arrays: Using malloc() and realloc()
- Arrays in C
- How to dynamically allocate a 2D array in C?
- Implementing a Dynamic Vector (Array) in C
- a tutorial on ‘dynamic’ arrays in C
Saturday, October 8, 2016
size_t topic in C
size_t topic in C
- size_t
- What is size_t in C?
- C data types
- what is size_t
- size_t
- What is size_t for? ...and some other variable type questions.
- Dynamic Memory Allocation
- INT01-C. Use rsize_t or size_t for all integer values representing the size of an object
- C's Standard Libraries
- What is Type size_t in C?
- C Programming Examples on Numerical Problems & Algorithms
- why you always use size_t for array indices
- unsigned integral type
- The perils of unsigned iteration in C/C++
- Interfacing with C and C++
- size_t 编辑
Saturday, October 1, 2016
C header file
C header file
- Redundant Include Guards
- Experiments With Includes
- Are redundant include guards necessary?
- is “Redundant #include Guards” necessary on Visual Studio?
- about include header file with guards
- include guard
- Physical Structure and C++ – Part 2: Build Times
- The Quest for the Perfect Build System
C variable name length limit
Original C dictates that
- The first 31 chars of an internal (i.e. not an external variable) variable name is significant.
- The first 6 characters of an function name or external variable is significant
For C++ (GCC 1024, MS 2048)
another posting says:
- Microsoft C++: 2048 characters
- Intel C++: 2048 characters
- g++: No limit, as answered in this question: is there a length limit on g++ variable names?
another posting says:
-
Annex B of the C++ Standard says that an implementation should support identifiers at least 1024 characters long, but this is not mandatory.
The C standard, section 5.2.4.1 says:
- 63 significant initial characters in an internal identifier or a macro name (each universal character name or extended source character is considered a single character)
- 31 significant initial characters in an external identifier (each universal character name specifying a short identifier of 0000FFFF or less is considered 6 characters, each universal character name specifying a short identifier of 00010000 or more is considered 10 characters, and each extended source character is considered the same number of characters as the corresponding universal character name, if any)
Implementations should avoid imposing fixed translation limits whenever possible. So you should check your documentation to see if your compiler supports a greater number of significant characters in identifiers.
-
Rules For Constructing Variable Name
Characters Allowed :
- Underscore(_)
- Capital Letters ( A – Z )
- Small Letters ( a – z )
- Digits ( 0 – 9 )
- Blanks & Commas are not allowed
- No Special Symbols other than underscore(_) are allowed
- First Character should be alphabet or Underscore
- Variable name Should not be Reserved Word
-
Naming Rules for Variables
- Variable names in Visual C++ can range from 1 to 255 characters. To make variable names portable to other environments stay within a 1 to 31 character range.
- All variable names must begin with a letter of the alphabet or an underscore( _ ). For beginning programmers, it may be easier to begin all variable names with a letter of the alphabet.
- After the first initial letter, variable names can also contain letters and numbers. No spaces or special characters, however, are allowed.
- Uppercase characters are distinct from lowercase characters. Using all uppercase letters is used primarily to identify constant variables.
- You cannot use a C++ keyword (reserved word) as a variable name.
- C/C++ – Variable and method name length limit
- What is max length for an C/C++ identifier on common (build) systems?
- Identifiers (C++)
- Max identifier length
-
Variable Names
In C the length of a variable name is unlimited (although the first 31 characters must be unique). So variable names like these:
disk_name total_count last_entry
are legal. - File Basics, Comments, and Program Headings
- Style and Program Organization
- Statement Formatting
- Statement Details
- Preprocessor
- Directory Organization and Makefile Style
Tuesday, September 27, 2016
Saturday, September 24, 2016
Visual Studio Tricks
Visual Studio Tricks
- What are these .pch and .ncb files in visual studio?
- .NCB FILE EXTENSION
- isual Studio slow intellisense
- Visual Studio 2010 Changes for VC++ (part 2)
- Visual Studio 2010 Changes for VC++ (part 1)
- Visual Studio 2010 changes for VC++ (part 3)
- Visual Studio 2010 changes for VC++ (part 4)
- Visual Studio 2010 changes for VC++ (part 5)
- Visual Studio 2010 changes for VC++ (summary)
Friday, September 23, 2016
convert C functions to C#
convert C functions to C#
- How to convert C function signature to C# and call that function in the native DLL?
- Convert C++ function for use in C#
- How do i convert a C++ function in c# function
- Returning Strings from a C++ API to C#
-
conversion c source code to c#
solution 7 is good approach. refer to more details of it.
- C++ to C# converter
- High-Fidelity C/C++ Code Transformation
Saturday, September 17, 2016
how to send ctrl + Z?
how to send ctrl + Z?
- How to send ctrl+z in C
-
Substitute character
Control + Z is a control character in ASCII code. It is commonly used as a substitute (SUB) character. It is perhaps best known as the keyboard shortcut in Windows applications for the undo command. It is also used to signal an end-of-file on some operating systems.
How to format your source code in blogger?
- hilite.me converts your code snippets into pretty-printed HTML format
- Formatting code snippets for blogging on Blogger [closed]
-
Syntax Highlighting with Blogger Engine
this is very good code template to insert in front section of your page.
- SyntaxHighlighter is a fully functional
Friday, September 16, 2016
C file I/O functions
C file I/O functions
-
(stdio.h) library details can be found here:: -
(math.h)library details can be found here:: -
(cstring.h library )function
memset -
function feof():: it contains goood library and function information. good reference
/* feof example: byte counter */ #include <stdio.h> int main () { FILE * pFile; int n = 0; pFile = fopen ("myfile.txt","rb"); if (pFile==NULL) perror ("Error opening file"); else { while (fgetc(pFile) != EOF) { ++n; } if (feof(pFile)) { puts ("End-of-File reached."); printf ("Total number of bytes read: %d\n", n); } else puts ("End-of-File was not reached."); fclose (pFile); } return 0; }
-
EOF, getc() and feof() in C
#include <stdio.h> int main() { FILE *fp = fopen("test.txt", "r"); int ch = getc(fp); while (ch != EOF) { /* display contents of file on screen */ putchar(ch); ch = getc(fp); } if (feof(fp)) printf("\n End of file reached."); else printf("\n Something went wrong."); fclose(fp); getchar(); return 0; }
- Detecting EOF in C
- Checking if the file pointer has reached EOF without moving the file pointer?
- How to use EOF to run through a text file in C?
- End of File (EOF) in C
- C scanf()
- C printf()
- C – printf and scanf
- C Programming Examples on File Handling
-
File Handling in C Language:: good examples
an example to write to a file from std input and display the file::
#include<stdio.h> #include<conio.h> main() { FILE *fp; char ch; fp = fopen("one.txt", "w"); printf("Enter data"); while( (ch = getchar()) != EOF) { putc(ch,fp); } fclose(fp); fp = fopen("one.txt", "r"); while( (ch = getc(fp)! = EOF) printf("%c",ch); fclose(fp); }
another example::
/* read and write to file */ #include<stdio.h> #include<conio.h> struct emp { char name[10]; int age; }; void main() { struct emp e; FILE *p,*q; p = fopen("one.txt", "a"); q = fopen("one.txt", "r"); printf("Enter Name and Age"); scanf("%s %d", e.name, &e.age); fprintf(p,"%s %d", e.name, e.age); fclose(p); do { fscanf(q,"%s %d", e.name, e.age); printf("%s %d", e.name, e.age); } while( !feof(q) ); getch(); }
- File Handling in C with Examples (fopen, fread, fwrite, fseek)
- File Handling in C Language
- Detecting EOF in C
- How to use EOF to run through a text file in C?
logic how to detect end of file:
the following section is about file I/O related functions.
C file I/O functions
C file I/O functions
-
(stdio.h) library details can be found here:: -
(math.h)library details can be found here:: -
(cstring.h library )function
memset -
function feof():: it contains goood library and function information. good reference
/* feof example: byte counter */ #include <stdio.h> int main () { FILE * pFile; int n = 0; pFile = fopen ("myfile.txt","rb"); if (pFile==NULL) perror ("Error opening file"); else { while (fgetc(pFile) != EOF) { ++n; } if (feof(pFile)) { puts ("End-of-File reached."); printf ("Total number of bytes read: %d\n", n); } else puts ("End-of-File was not reached."); fclose (pFile); } return 0; }
-
EOF, getc() and feof() in C
#include <stdio.h> int main() { FILE *fp = fopen("test.txt", "r"); int ch = getc(fp); while (ch != EOF) { /* display contents of file on screen */ putchar(ch); ch = getc(fp); } if (feof(fp)) printf("\n End of file reached."); else printf("\n Something went wrong."); fclose(fp); getchar(); return 0; }
- Detecting EOF in C
- Checking if the file pointer has reached EOF without moving the file pointer?
- How to use EOF to run through a text file in C?
- End of File (EOF) in C
- C scanf()
- C printf()
- C – printf and scanf
- C Programming Examples on File Handling
-
File Handling in C Language:: good examples
an example to write to a file from std input and display the file::
#include<stdio.h> #include<conio.h> main() { FILE *fp; char ch; fp = fopen("one.txt", "w"); printf("Enter data"); while( (ch = getchar()) != EOF) { putc(ch,fp); } fclose(fp); fp = fopen("one.txt", "r"); while( (ch = getc(fp)! = EOF) printf("%c",ch); fclose(fp); }
another example::
/* read and write to file */ #include<stdio.h> #include<conio.h> struct emp { char name[10]; int age; }; void main() { struct emp e; FILE *p,*q; p = fopen("one.txt", "a"); q = fopen("one.txt", "r"); printf("Enter Name and Age"); scanf("%s %d", e.name, &e.age); fprintf(p,"%s %d", e.name, e.age); fclose(p); do { fscanf(q,"%s %d", e.name, e.age); printf("%s %d", e.name, e.age); } while( !feof(q) ); getch(); }
- File Handling in C with Examples (fopen, fread, fwrite, fseek)
- File Handling in C Language
- Detecting EOF in C
- How to use EOF to run through a text file in C?
logic how to detect end of file:
the following section is about file I/O related functions.
JQuery application in ASP.NET and configuration
JQuery application in ASP.NET and configurations
- A Whistle-stop Tour of jQuery
- jQuery Tutorial for Beginners: Nothing But the Goods
- Learning jQuery – Tutorial Roundup for Beginners
- AJAX TUTORIAL PDF FOR BEGINNERS
- JQuery AJAX with ASP.NET MVC
- ASP.NET and jQuery to the Max
- Great jQuery Tutorials
- Using jQuery for AJAX in ASP.NET
- Working with jQuery within the ASP.NET UpdatePanel
- JQuery application in ASP.NET and configuration
- Common Pitfalls of jQuery
- Getting friendly with jQuery
- Learning jQuery using jQuery Lab
- How jQuery works
- 7 JQuery Best Practices
- JQuery: A Quick Start Guide
Saturday, September 10, 2016
Converting C source to C++
convert c project to c++
-
Refactoring: Convert C to C++
this is the first paper to review.
- Case Study: Converting C Programs to C++
- Converting C source to C++
- Differences between C and C++
- Converting a C or C++ nature for a project
- how to convert c to c++ code
- C to C++ converter
-
Compiling C in Visual Studio.NET
Go to View Menu select Solution Explorer or CTRL+ ALT +L
Then Select The project that your are developing and right click on that.
Then select the Properties from the submenu.
Then select the Configuration properties from the Tree structure. under that select C/C++ then select Advanced. Now in the right side pane change the property Compile As from Compile as C++ Code (/TP) to Compile as C Code (/TC)
Finally change your file extensions to .c
Now you configured you Visual Studio to compile C programs
List topics
List topics
- Generic List (C#)
- Convert a Generic List to a Datatable
- Using generics for calculations
- Generic Keyed List
- Convert ArrayList to a Generic List
- DataTable to List<> using Generics
- Essential C# 2.0: Chapter 11: Generics
- C# Generics for beginners, Part 1
- .NET Generics in a Nutshell
- A Simple Introduction to Generics
Monday, September 5, 2016
Saturday, August 27, 2016
how to set up SQL server database mail?
how to set up SQL server database mail?
- Setting up Database Mail for SQL 2005
- How to Set Up Database Mail for SQL Server Job Failures
- How to configure SQL Server Database Mail to send email using your Windows Live Mail Account or your GMail Account
- Setup SQL Server Database Mail to use a Gmail, Hotmail, Yahoo or AOL account
- SQL Server – Configure Database Mail to Send Email Using Gmail or Live Account
- Setting up Database Mail to use Gmail account for Presentations
- Configure Database Mail - Send Email From SQL Server Database
- SQL Server 2005 Database Mail Setup and Configuration Scripts
- Configure Database Mail
- Setting up Database Mail in SQL Server 2005
- Sending E-mail with Database Mail in SQL Server 2005
- SQL SERVER – 2008 – Configure Database Mail – Send Email From SQL Database
- How to configure Database Mail in SQL Server 2005 to send mail
- Database Mail in SQL Server 2005
how to set up SQL server database mail?
how to set up SQL server database mail?
- Setting up Database Mail for SQL 2005
- How to Set Up Database Mail for SQL Server Job Failures
- How to configure SQL Server Database Mail to send email using your Windows Live Mail Account or your GMail Account
- Setup SQL Server Database Mail to use a Gmail, Hotmail, Yahoo or AOL account
- SQL Server – Configure Database Mail to Send Email Using Gmail or Live Account
- Setting up Database Mail to use Gmail account for Presentations
- Configure Database Mail - Send Email From SQL Server Database
- SQL Server 2005 Database Mail Setup and Configuration Scripts
- Configure Database Mail
- Setting up Database Mail in SQL Server 2005
- Sending E-mail with Database Mail in SQL Server 2005
- SQL SERVER – 2008 – Configure Database Mail – Send Email From SQL Database
- How to configure Database Mail in SQL Server 2005 to send mail
- Database Mail in SQL Server 2005
Saturday, August 20, 2016
how to back cloud file from Cloud?
how to back cloud file from Cloud?
- HOWTO: Using the Cloud Images API to export/import images
- Use Swiftly to download an exported image
- Install the Swiftly client for Cloud Files
- RackConnect API 3.0
However I have two guides that will assist in (a) exporting the image and (b) downloading the image to your local machine. Both guides will be needed
How to download saved data from cloud?
At the top of the main page of your cloud account portal, click on "Storage" and then "Files" from the drop-down menu. This will bring you to the Cloud Files page.
Files are stored in containers, so most likely your files are under the "z_DO_NOT_DELETE_CloudBackup_v2_0_e68969a4-3390-4df2-8487-72c0881f66b5" container
Monday, August 15, 2016
SQL server backup practice
SQL server backup practice
- SQL Server Database Backup Tutorial with Examples
- Scheduling automated backup using SQL server 2008
- Create a maintenance backup plan in SQL Server 2008 R2 using the wizard
- How to Backup Database in SQL Server - Create a Full Back up of Database
- How to Restore Database in SQL Server - Steps to Restore a Full Database Back Up
- How to connect to a named instance of SQL Server?
- SQL Server: How to Start SQL Server with Minimal Configuration
- How to Use Dedicated Administrator Connection in SQL Server
- Scheduling automated backup using SQL server 2008
- How to Do SQL Server Scheduled Backup
- Three SQL Server recovery models: simple, full, bulk-logged recovery model
- Youtube::How To Schedule Backup and Maintenance Plan in SQL Server
- How To Create Auto Backup SQL Server 2008 R2
- Create a Full Database Backup (SQL Server)
- Creating a backup using SQL Server Command Line (T-SQL)
- SQL Server BACKUP DATABASE command
Saturday, August 6, 2016
SSL certificate process
SSL certificate process.
first step is to copy current SSL certification from your current SSL certificate.
second step is to upload this info(in a text file) your server for further copy & paste into CSR request.
Wednesday, August 3, 2016
transform C/C++ enums to C#
transform C/C++ enums to C#
- Passing C/C++ Constants, enums, and structs to C# at compile time
- Enums in C#
- Something You May Not Know About the Switch Statement in C/C++
- Enums and Structs in C#
- Enum Utilities
- Enum vs Const
- A Graphical Documentation System for C/C++ projects
- Everyday programming techniques - C# Enums
- Calling C Library DLLs from C#
Monday, August 1, 2016
Schedule a job on windows task scheduler
Schedule a job on windows task scheduler
- How To Automatically Run PowerShell Scripts at a Scheduled Time
- Using Bitvise SSH Client unattended
- Weekend Scripter: Use the Windows Task Scheduler to Run a Windows PowerShell Script
- Configuring a PowerShell Script to Run as a Scheduled Task
- Using Task Scheduler to automate PowerShell Scripts (144451)
- Scheduling a PowerShell Script using Windows Task Scheduler by Jack Fruh @sharepointjack
- Run PowerShell Scripts from Task Scheduler
- http://www.dummies.com/how-to/content/how-to-open-windows-task-scheduler.html
- How to execute a PowerShell script automatically using Windows task scheduler?
- Powershell script does not run via Scheduled Tasks
- How to run PowerShell Scripts efficiently from Task Scheduler?
-
How to Schedule a PowerShell Script
good reference article.
- Using Task Scheduler to run a PowerShell Script
- Troubleshooting PowerShell Based Scheduled Tasks
- Tools of the Trade
Saturday, July 30, 2016
how to set up FTP account on Windows server?
how to set up FTP account on Windows server?
- Configure FTP Server in Windows Server 2012
- Installing and enabling IIS and FTP on Windows Server 2008 R2
- How to disable FTP access on Windows Server 2008?
- Deploying Windows Firewall Settings With Group Policy
- Enable or Disable Anonymous Authentication
- Creating and Configuring FTP Sites in Windows Server 2003
- 10 Steps to a Secure FTP Server
- FTP Server with User Isolation on Windows Server 2012 R2
- Create an IIS 7.5 FTP site (Windows Server 2008 R2)
- How to manually add an FTP account
- FTP restrict user access to a specific folder
- Changing the home folder for ftp user in windows server 2008 R2
- How to setup FTP Server
- How to Configure FTP User Isolation in IIS 7.5 on Windows 2008 Server R2
- How to : Add Windows 2008 firewall rule to allow active FTP client
- Configuring FTP Firewall Settings in IIS 7
- How to Configure Windows Firewall for a Passive Mode FTP Server
- Windows Server 2008 R2 Configuring the firewall for an FTP Server
- Install, Set Up & Access an FTP on Windows 2008 Server