This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # An example hook script to prepare the commit log message. | |
| # Called by "git commit" with the name of the file that has the | |
| # commit message, followed by the description of the commit | |
| # message's source. The hook's purpose is to edit the commit | |
| # message file. If the hook fails with a non-zero status, | |
| # the commit is aborted. | |
| # | |
| # To enable this hook, rename this file to "prepare-commit-msg". |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var request = require('request'); | |
| var Promise = require('es6-promise').Promise; | |
| var cjar = request.jar(); | |
| var PSN_OAUTH_URI = "https://auth.api.sonyentertainmentnetwork.com/login.do"; | |
| var BUNGIE_SIGNIN_URI = "https://www.bungie.net/en/User/SignIn/Psnid"; | |
| // Returns a promise fullfilled with the response of the | |
| // request, or rejected with the error |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| C:\Develop\jnr-posix> mvn test | |
| [INFO] Scanning for projects... | |
| [INFO] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building jnr-posix 3.0.7-SNAPSHOT | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] | |
| [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jnr-posix --- | |
| [INFO] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package ch.lugano.gisweb.controllers.edit { | |
| import ch.lugano.gisweb.services.promise.Http; | |
| import flash.events.Event; | |
| import mx.collections.ArrayCollection; | |
| import mx.core.IDataRenderer; | |
| import mx.events.PropertyChangeEvent; | |
| import mx.events.PropertyChangeEventKind; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package ch.lugano.gisweb.controllers.edit { | |
| import com.esri.ags.components.supportClasses.IFieldRenderer; | |
| import com.esri.ags.skins.fieldClasses.DropDownListField; | |
| import com.esri.ags.utils.JSONUtil; | |
| import flash.events.Event; | |
| import mx.collections.ArrayCollection; | |
| import mx.collections.IList; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package ch.lugano.soi.main; | |
| import org.codehaus.cargo.container.ContainerType; | |
| import org.codehaus.cargo.container.RemoteContainer; | |
| import org.codehaus.cargo.container.configuration.Configuration; | |
| import org.codehaus.cargo.container.configuration.ConfigurationType; | |
| import org.codehaus.cargo.container.deployable.Deployable; | |
| import org.codehaus.cargo.container.deployer.Deployer; | |
| import org.codehaus.cargo.container.deployer.DeployerType; | |
| import org.codehaus.cargo.container.jboss.deployable.JBossWAR; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| C:\Develop\AccessManager>bundle exec rails s | |
| Unfortunately, a fatal error has occurred. Please see the Bundler | |
| troubleshooting documentation at http://bit.ly/bundler-issues. Thanks! | |
| SystemCallError: Unknown error - No message available | |
| _exec_internal at org/jruby/RubyKernel.java:1663 | |
| exec at file:/C:/Develop/jruby/lib/jruby.jar!/jruby/kernel19/kernel. | |
| rb:23 | |
| exec at C:/Develop/jruby/lib/ruby/gems/shared/gems/bundler-1.1.5/lib | |
| /bundler/cli.rb:404 | |
| __send__ at org/jruby/RubyBasicObject.java:1679 |
NewerOlder