Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cheat-sheet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vihari
cheat-sheet
Commits
6a095fd0
Commit
6a095fd0
authored
Mar 22, 2017
by
VIHARI PIRATLA
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update cheat-sheet.md
parent
b7b368b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
cheat-sheet.md
cheat-sheet.md
+8
-0
No files found.
cheat-sheet.md
View file @
6a095fd0
...
...
@@ -112,6 +112,14 @@ In the example above, to remove all files in the dir that start with '-' use it
Set the command line history off with
`set +o history`
and on with:
`set -o history`
.
Alternatively, if you want to completely disable history then:
`unset HISTFILE`
.
To write Javascript code in SAX Parser, use
`CDATA`
blocks to isolate the JS code from the wrath of XML like parser.
```
javascript
/*<![CDATA[*/
...
code
...
/*]]>*/
```
## cURL
Send form data using cURL with
`curl -d 'param1=value1' -d 'param2=value2' URL`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment