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
500313049958494210 2015-02-06T11:12:28 2015-02-06T11:12:28Z 69871474 bombacz 54.166.215.81 Local7 Info app/web.1 Started POST "/admin/articles" for 90.180.63.80 at 2015-02-06 11:12:28 +0000 | |
500371526919696386 2015-02-06T15:04:50 2015-02-06T15:04:50Z 69871474 bombacz 54.166.215.81 Local7 Info app/web.2 Started POST "/admin/articles" for 90.180.63.80 at 2015-02-06 15:04:50 +0000 | |
501448177099255815 2015-02-09T14:23:04 2015-02-09T14:23:04Z 69871474 bombacz 54.166.215.81 Local7 Info app/web.2 Started PATCH "/admin/articles/brangelina-rozsiruje-svou-pocetnou-rodinu" for 89.190.50.45 at 2015-02-09 14:23:04 +0000 | |
501751110084898822 2015-02-10T10:26:48 2015-02-10T10:26:49Z 69871474 bombacz 54.166.215.81 Local7 Info app/web.1 Started PATCH "/admin/articles/co-se-ji-proboha-stalo-s-oblicejem" for 89.190.50.45 at 2015-02-10 10:26:48 +0000 | |
501786149476675603 2015-02-10T12:46:02 2015-02-10T12:46:03Z 69871474 bombacz 54.167.25.236 Local7 Info app/web.1 Started PATCH "/admin/articles/tatana-kucharova-vystoupila-na-osn" f |
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
pupca:~/projects/scripts $ ruby logs.rb | |
500206045210390530 2015-02-06T04:07:16 2015-02-06T04:07:17Z 69871474 bombacz 54.166.215.81 Local7 Info app/web.1 ActionController::RoutingError (No route matches [POST] "/trackback"): | |
500311860760064002 2015-02-06T11:07:45 2015-02-06T11:07:45Z 69871474 bombacz 54.166.215.81 Local7 Info app/web.2 Started POST "/admin/medias" for 90.180.63.80 at 2015-02-06 11:07:45 +0000 | |
500311869547130883 2015-02-06T11:07:47 2015-02-06T11:07:47Z 69871474 bombacz 54.167.25.236 Local3 Info heroku/router at=info method=POST path="/admin/medias" host=www.bomba.cz request_id=7d940c3f-1189-4b0f-bc03-ec3b48365ba2 fwd="90.180.63.80" dyno=web.1 connect=1ms service=3568ms status=200 bytes=1254 | |
500312395684818955 2015-02-06T11:09:52 2015-02-06T11:09:53Z 69871474 bombacz 54.166.215.81 Local7 Info app/web.1 Started POST "/admin/medias/main_photo" for 90.180.63.80 at 2015-02-06 11:09:52 +0000 | |
500312396796309526 2015-02-06T11:09:52 2015-02-06T11:09:53Z 69871474 bombacz 54.166.215.81 Local3 Info he |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" | |
"http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Label</key> | |
<string>mongodb</string> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/usr/local/mongodb/bin/mongod</string> |
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
function removeElement(e){e.parentNode.removeChild(e)}if(document.getElementsByClassName("ajT").length>0){document.getElementsByClassName("ajT")[0].click()}if(document.getElementsByClassName("gmail_quote").length>0){removeElement(document.getElementsByClassName("gmail_quote")[0])} |
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
respond_to do |format| | |
if @subscription.save | |
format.html { redirect_to new_project_path, notice: 'Subscription was successfully created.' } | |
format.json { render action: 'show', status: :created, location: @subscription } | |
else | |
format.html { render action: 'new' } | |
format.json { render json: @subscription.errors, status: :unprocessable_entity } | |
end | |
end |
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
require 'rubygems' | |
require 'active_support/all' | |
require 'awesome_print' | |
require 'google_calendar' | |
require 'simple_xlsx' | |
def id_from_name(name) | |
name = name.split(" ") | |
return name[1] + name[0][0] |
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 id="disqus_thread"></div> | |
<script type="text/javascript"> | |
/* * * CONFIGURATION VARIABLES: THIS CODE IS ONLY AN EXAMPLE * * */ | |
var disqus_shortname = 'polarionextensions'; // Required - Replace example with your forum shortname | |
// var disqus_identifier = 'a unique identifier for each page where Disqus is present'; | |
// var disqus_title = 'a unique title for each page where Disqus is present'; | |
<% if @extension.community_url %> | |
var disqus_url = '<%= @extension.community_url %>'; | |
<% else %> |
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
./Polarion_polarion_diagtool_lib_svnkit/org/tmatesoft/svn/core/io/repository/template.jar | |
./Polarion_polarion_plugins_com.polarion.alm.wiki_3.7.2_src_main_webapp_WEB-INF_lib_sequence/sequence-master/javacc/bin/lib/javacc.jar | |
./Polarion_polarion_plugins_com.polarion.alm.wiki_3.7.2_src_main_webapp_WEB-INF_lib_sequence/sequence-master/lib/jh.jar | |
./Polarion_polarion_plugins_com.polarion.alm.wiki_3.7.2_src_main_webapp_WEB-INF_lib_sequence/sequence-master/lib/jlfgr-1_0.jar | |
./Polarion_polarion_plugins_com.polarion.alm.wiki_3.7.2_src_main_webapp_WEB-INF_lib_sequence/sequence-master/lib/log4j.jar | |
./Polarion_polarion_plugins_com.polarion.portal.jetspeed_3.7.2_libs_cglib-full-2.0.2/lib/ant.jar | |
./Polarion_polarion_plugins_com.polarion.portal.jetspeed_3.7.2_libs_cglib-full-2.0.2/lib/asm-attrs.jar | |
./Polarion_polarion_plugins_com.polarion.portal.jetspeed_3.7.2_libs_cglib-full-2.0.2/lib/asm-util.jar | |
./Polarion_polarion_plugins_com.polarion.portal.jetspeed_3.7.2_libs_cglib-full-2.0.2/lib/asm.jar | |
./Polarion_polarion_plugins_co |
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
bechmark/bechmark.rb:82: syntax error, unexpected tASSOC, expecting '}' | |
puts {:insert_avg_time => insert_avg_time} | |
^ |
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
unzip -o | ssh [email protected] "s='cat /opt/polarion/data/multi-instance/cns/BIR/projects/PolarionSVN/com.polarion.psvn/application-3.7.1/.snapshot_SNAPSHOT' && cat > /opt/polarion/data/multi-instance/cns/BIR/projects/PolarionSVN/com.polarion.psvn/application-3.7.1/.snapshot_SNAPSHOT/$s/results/PolarionSVN.tests.zip" |