I hereby claim:
- I am pixelastic on github.
- I am pixelastic (https://keybase.io/pixelastic) on keybase.
- I have a public key whose fingerprint is 8AC4 79D9 0D09 88CC 7425 6DDD 5816 3955 1AF2 CB92
To claim this, I am signing this object:
| test |
| test |
| tmp | |
| *part | |
| *mp4 | |
| *m4a |
| function() { | |
| var test="ok"; | |
| // Should be correctly highlighted as a string | |
| var test2="<div>{{value}}</div>"; | |
| // Should be foldable | |
| function inner() { | |
| console.log("test"); | |
| }; |
| app.controller('controllerSearchClientCreateCataloguePromotions', function ($scope, $http) { | |
| var defaultCode = {code:''}; | |
| $scope.defaultPromoCode = defaultCode; | |
| // Default values | |
| $scope.promoCodes = [{code:''}, {code:''}, {code:''}]; | |
| }); |
I hereby claim:
To claim this, I am signing this object:
How to use sed, a special editor for modifying files automatically. If you want to write a program to make changes in a file, sed is the tool to use.
There are a few programs that are the real workhorse in the UNIX toolbox. These programs are simple to use for simple applications, yet have a rich set of commands for performing complex actions. Don't let the complex potential of
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |