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
| $("#configure_configuration_div") | |
| .load('/devices/<%= @device.id %>/configurations/new', | |
| function() { | |
| $(this).css({height:'auto' }); | |
| followForm(); | |
| }); | |
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
| <div class="modal-body"> | |
| <div class="head-part"> | |
| <h2 class="title"></h2> | |
| </div><!-- .head-part --> | |
| <div class="body-part"> | |
| <form> | |
| <div class="options"> | |
| <div class="part"> |
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
| private static InputStream addPrintCharTo(byte[] bArr) | |
| throws IOException { | |
| ByteArrayOutputStream out = new ByteArrayOutputStream(); | |
| out.write(INIT); | |
| // out.write(CONDENSED); | |
| // out.write(PICA); | |
| out.write(new Byte((byte) 0x21)); | |
| // out.write(new Byte((byte) 1)); | |
| for (int i = 0; i<bArr.length; i++) { | |
| out.write(new byte[]{bArr[i]}, 0, 1) ; |
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
| RMAN> run { | |
| 2> set until time "to_date('05/09/2013 06:10', 'MM/DD/YYYY HH:MI')"; | |
| 3> restore database; | |
| 4> recover database ; | |
| 5> } | |
| executing command: SET until clause | |
| Starting restore at 11-MAY-13 | |
| using target database control file instead of recovery catalog |
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
| db_user.emp_id = EmployeeID.find_by_Username(login).Employee #Returns 9999 in script/console... but 1806 in script/server |
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
| -----> Writing config/database.yml to read from DATABASE_URL | |
| -----> Preparing app for Rails asset pipeline | |
| Running: rake assets:precompile | |
| /tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/smtp.rb:806: warning: already initialized constant Net::SMTPSession | |
| /tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/smtp.rb:806: warning: previous definition of SMTPSession was here | |
| /tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:687: warning: already initialized constant Net::POP | |
| /tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:687: warning: previous definition of POP was here | |
| /tmp/build_1ab9c74d-105c-4275-a85a-9cbbe1c303d9/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:688: warning: already initialized constant Net::POPSession | |
| /tmp/build_1ab9c74d- |
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
| Counting objects: 1, done. | |
| Writing objects: 100% (1/1), 207 bytes, done. | |
| Total 1 (delta 0), reused 0 (delta 0) | |
| -----> Ruby app detected | |
| -----> Compiling Ruby/Rails | |
| -----> Using Ruby version: ruby-2.0.0 | |
| -----> Installing dependencies using Bundler version 1.3.2 | |
| Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment | |
| Using rake (10.0.4) |
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
| [gakins@Somnambulist ~]$ cd ~/Projects/wahjam/ | |
| [gakins@Somnambulist wahjam]$ qmake -spec macx-g++ | |
| [gakins@Somnambulist wahjam]$ make | |
| cd common/ && make -f Makefile | |
| g++ -c -pipe -Wno-write-strings -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.3/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.3/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.3/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.3/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.3/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.3/include -I. -F/usr/local/Cellar/qt/4.8.3/lib -o njclient.o njclient.cpp | |
| In file included from njclient.cpp:33: | |
| njclient.h:55:22: error: portmidi.h: No such file or directory | |
| In file included from njclient.cpp:33: | |
| njclient.h:163: error: ‘PmEvent’ was not declared in this scope | |
| njclient.h:163: error: template argument 1 is invalid |
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
| Process: wahjam [25123] | |
| Path: /Users/USER/*/wahjam.app/Contents/MacOS/wahjam | |
| Identifier: org.wahjam.wahjam | |
| Version: 0.9 (???) | |
| Code Type: X86-64 (Native) | |
| Parent Process: launchd [355] | |
| User ID: 501 | |
| Date/Time: 2014-01-21 13:48:39.137 -0500 | |
| OS Version: Mac OS X 10.8.5 (12F45) |
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
| <Virtualhost *:80> | |
| ServerName test.gaiconsultants.com | |
| ServerAlias dev-test.gaiconsultants.com | |
| ServerAlias test-test.gaiconsultants.com | |
| DocumentRoot /var/www/test/public/ | |
| #UseCanonicalName Off | |
| RailsEnv production | |
| <Directory /var/www/test/public> | |
| # Options ExecCGI FollowSymLinks |