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
| grep -e $'\xC3' * |
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
| ssh-keygen -t dsa -N '' -f ssh_host_dsa_key | |
| ssh-keygen -t rsa -N '' -f ssh_host_rsa_key |
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
| curl url | python -mjson.tool |
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
| curl url | ruby -e "require 'rubygems'; require 'json'; puts JSON.pretty_generate(JSON[STDIN.read]);" | |
| cat file | ruby -e "require 'rubygems'; require 'json'; puts JSON[STDIN.read]['serverStatus']['uptime'];" |
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
| SELECT | |
| data_type, column_name | |
| FROM | |
| information_schema.columns | |
| WHERE | |
| table_name='table'; |
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
| header > a > img { | |
| height: 40px !important; | |
| opacity: 0.1 !important | |
| } | |
| span.fn { | |
| font-weight: bold !important; | |
| font-size: 120% !important; | |
| } |
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
| --- src/CLucene/search/FieldCacheImpl.cpp~ 2008-10-23 19:44:36.000000000 +0200 | |
| +++ src/CLucene/search/FieldCacheImpl.cpp 2013-11-28 22:46:29.000000000 +0100 | |
| @@ -11,6 +11,8 @@ | |
| CL_NS_USE(index) | |
| CL_NS_DEF(search) | |
| +using ::wcschr; | |
| + | |
| FieldCacheImpl::FieldCacheImpl(): | |
| cache(false,true){ |
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 stacktrace($linesep="<br>") { | |
| $trace = debug_backtrace(); | |
| array_shift($trace); // stacktrace entfernen | |
| $lines = array(); | |
| foreach($trace as $call) { | |
| $lines[] = $call['file'] . " (" . $call['function'] . ")"; | |
| } | |
| return join($linesep, $lines) . $linesep; | |
| } | |
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
| #EXTINF:-1,ARD Kanal 1 | |
| http://ndr_spezial-lh.akamaihd.net/i/spezial_1@119227/index_3776_av-p.m3u8 | |
| #EXTINF:-1,ARD Kanal 2 | |
| http://ndr_spezial-lh.akamaihd.net/i/spezial_2@119228/index_3776_av-p.m3u8 | |
| #EXTINF:-1,ARD Kanal 3 | |
| http://ndr_spezial-lh.akamaihd.net/i/spezial_3@119229/index_3776_av-p.m3u8 | |
| #EXTINF:-1,ARD Kanal 4 | |
| http://ndr_spezial-lh.akamaihd.net/i/spezial_4@119230/index_3776_av-p.m3u8 | |
| #EXTINF:-1,ARD Kanal 5 | |
| http://ndr_spezial-lh.akamaihd.net/i/spezial_5@384495/index_3776_av-p.m3u8 |
OlderNewer