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: libboost-all-dev | |
| Status: install ok installed | |
| Priority: optional | |
| Section: libdevel | |
| Installed-Size: 32 | |
| Maintainer: Ubuntu Developers <[email protected]> | |
| Architecture: amd64 | |
| Source: boost-defaults | |
| Version: 1.42.0.1ubuntu1 | |
| Depends: libboost-dev, libboost-date-time-dev, libboost-filesystem-dev, libboost-graph-dev, libboost-iostreams-dev, libboost-math-dev, libboost-program-options-dev, libboost-python-dev, libboost-regex-dev, libboost-serialization-dev, libboost-signals-dev, libboost-system-dev, libboost-test-dev, libboost-thread-dev, libboost-wave-dev |
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
| events.o: In function `connection_mother::connection_mother(worker*, config*, mysql*)': | |
| events.cpp:(.text+0x24): undefined reference to `ev_default_loop' | |
| events.cpp:(.text+0xc1): undefined reference to `ev_default_loop' | |
| events.cpp:(.text+0x249): undefined reference to `ev_default_loop' | |
| events.cpp:(.text+0x253): undefined reference to `ev_run' | |
| events.o: In function `connection_middleman::connection_middleman(int&, sockaddr_in&, unsigned int&, worker*, connection_mother*, config*)': | |
| events.cpp:(.text+0x72f): undefined reference to `ev_default_loop' | |
| events.cpp:(.text+0x75f): undefined reference to `ev_default_loop' | |
| events.cpp:(.text+0x78d): undefined reference to `ev_default_loop' | |
| collect2: ld returned 1 exit status |
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
| <?php | |
| $myFile = $argv[1]; | |
| $fh = fopen($myFile, 'r'); | |
| $s = fread($fh, filesize($myFile)); | |
| fclose($fh); | |
| $a = json_decode(json_encode((array) simplexml_load_string($s)),1); | |
| print_r($a); | |
| ?> |
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
| <html> | |
| <head> | |
| <title>output</title> | |
| </head> | |
| <body> | |
| <table> | |
| <th>id</th> | |
| <th>date</th> | |
| <th>title</th> | |
| <th>url</th> |
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
| <?php | |
| $myFile = $argv[1]; | |
| $fh = fopen($myFile, 'r'); | |
| $s = fread($fh, filesize($myFile)); | |
| fclose($fh); | |
| $a = json_decode(json_encode((array) simplexml_load_string($s)),1); | |
| //print_r($a); | |
| ?> | |
| <html> | |
| <head> |
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
| <?php | |
| $myFile = $argv[1]; | |
| $fh = fopen($myFile, 'r'); | |
| $s = fread($fh, filesize($myFile)); | |
| fclose($fh); | |
| $a = json_decode(json_encode((array) simplexml_load_string($s)),1); | |
| //print_r($a); | |
| ?> | |
| <html> | |
| <head> |
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
| test |
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
| javascript:(function(){document.body.appendChild(document.createElement('script')).src='http://jacksonfall.com/turntable.js';})(); |
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
| javascript:(function()%7BsetInterval(function()%7B%24('%23btn_upvote').click()%7D,10000);%7D)() |
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
| javascript:(function()%7Bvar%20IN%20=%20document.getElementsByTagName(%22input%22);for(var%20i=0;%20i<IN.length;%20++i)%7BF%20=%20IN%5Bi%5D;if%20(F.type.toLowerCase()%20==%20%22password%22)%7Bif(document.all)%7Bvar%20n%20=%20document.createElement(%22input%22);for(var%20k%20in%20F.attributes)%20if(k.toLowerCase()%20!=%20'type')%7Btry%7Bn%5Bk%5D%20=%20F%5Bk%5D%7Dcatch(err)%7B%7D%7D;F.parentNode.replaceChild(n,F);%7Delse%7BF.type=%22text%22%7D%7D%7D%7D)() |