- embrace module structure (1x require = module is available)
// my/app.js
require('../dep/app');
angular.module('myApp', ['dep']);
require('./value');| /** | |
| * Just a simple example Class | |
| * Main point here is: This is completely independent from di implementations | |
| * We could as well require this file and instantiate the Class on our own | |
| */ | |
| function MyClass(myOtherClass, readFile) { | |
| this.myOtherClass = myOtherClass; | |
| this.readFile = readFile; | |
| this.doThings = function() {}; | |
| } |
| { | |
| "name": "jasmine-moar-matchers", | |
| "authors": [ | |
| "Hannes Diercks" | |
| ], | |
| "description": "Some additional Jasmine 2.0 Matchers.", | |
| "main": ["toBeInstanceOf.js", "toBeTypeOf.js", "promises.js"], | |
| "keywords": [ | |
| "jasmine", | |
| "matcher" |
| { | |
| init: function(elevators, floors) { | |
| function unique(arr) { | |
| var a = arr.concat(); | |
| for(var i=0; i<a.length; ++i) { | |
| for(var j=i+1; j<a.length; ++j) { | |
| if(a[i] === a[j]) | |
| a.splice(j--, 1); | |
| } | |
| } |
| /** @const */ | |
| var PLUGIN_NAME = 'myPlugin'; | |
| $.fn[PLUGIN_NAME] = function(options) { | |
| var $els = this; | |
| /* Method call: */ | |
| if (typeof options === 'string') { | |
| var methodName = options; | |
| var args = Array.prototype.slice.call(arguments, 1); |
| <html> | |
| <head> | |
| <title>Parameter Uebergabe JS</title> | |
| <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> | |
| <script type="text/javascript"> | |
| jQuery(document).ready(function() { | |
| $('#preview_link').click(function(event) { | |
| event.preventDefault(); | |
| var popup = window.open( | |
| 'preview.html', |
| <html> | |
| <head> | |
| <title>Parameter Uebergabe JS</title> | |
| <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> | |
| <script type="text/javascript"> | |
| jQuery(document).ready(function() { | |
| $('#preview_link').click(function(event) { | |
| event.preventDefault(); | |
| var popup = window.open( | |
| 'preview.php?'+$('#form').serialize(), |
| ##### automatically create a .gitignore containing all created css files inside the css folder. | |
| # Absolute path to css dir | |
| abs_css_dir = File.absolute_path(css_dir) + '/' | |
| # .gitignore File instance | |
| gitignore_file = File.open(css_dir + '/.gitignore', 'a+') | |
| gitignore_lines = gitignore_file.readlines | |
| # banner for gitignore file. | |
| gitignore_banner = <<-eos |
| { | |
| "Handwriting": [ | |
| "Patrick Hand SC", | |
| "Grand Hotel", | |
| "Calligraffitti", | |
| "Coming Soon", | |
| "Crafty Girls", | |
| "Homemade Apple", | |
| "Just Another Hand", | |
| "Montez", |
[](https://gist.github.com/Xiphe/aa89d804f8137c963d27)
Dieses Produkt wurde in der Überzeugung geschrieben, gestaltet oder anderweitig hergestellt, dass wir die Welt durch Liebe und Frieden zu einem besserem Ort machen können.