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
| # coding: utf-8 | |
| def kamenicky_to_utf(string) | |
| out = "" | |
| highchars = "üéďäĎŤčěĚĹÍľĺÄÁÉžŽôöÓůÚýÖÜŠĽÝŘťáíóúňŇŮÔšřŕŔ¼§«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■" | |
| string.each_byte do |byte| | |
| if byte < 128 | |
| out += byte.chr | |
| else | |
| out += highchars[byte-129] | |
| 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
| unzip -o | ssh perftester@cns2.labs.polarion.com "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" |
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
| ./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
| <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
| 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
| 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
| 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
| <?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
| 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 |