#Dynamic wikipedia search on the go ##Description- - This is an wikipedia searching and viewer app - This app dynamically return search results as you type the query - Uses Mediawiki api to parse search data - I made this pen for fun and learning purpose, - Anyone is free to use the code used. ##Assets-
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
| #include <eosiolib/eosio.hpp> | |
| #include <eosiolib/print.hpp> | |
| using namespace eosio; | |
| class hello : public eosio::contract { | |
| public: | |
| using contract::contract; | |
| [[eosio::action]] | |
| void hi() { |
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
| <head> | |
| <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css"> | |
| </head> | |
| <body> | |
| <div class="container quotebox"> | |
| <div id="bod"> | |
| <div id="heading"> | |
| <h2 class="text-info">Greatest Quotes by</h2> | |
| <h3 class="text-info">Tech Genuises</h3></div> |
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
| .container | |
| #title | |
| %h1 Twitch Streamers | |
| #nav | |
| %ul.nav.nav-pills | |
| %li#p1.active | |
| %a{:href => "#"} All | |
| %li#p2 | |
| %a{:href => "#"} Online | |
| %li#p3 |
NewerOlder