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
| /* | |
| * Dark Theme Bis by Arthur Picerna [https://github.com/decksterr] | |
| * Adapted from Dark Theme by Pepa Linha [http://webdream.cz] | |
| * @version 1.0.1 | |
| */ | |
| html, | |
| body { | |
| height: 100%; | |
| } |
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
| /* | |
| * Dark Theme Bis by Arthur Picerna [https://github.com/decksterr] | |
| * Adapted from Dark Theme by Pepa Linha [http://webdream.cz] | |
| * @version 1.0.1 | |
| */ | |
| html, | |
| body { | |
| height: 100%; | |
| } |
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 | |
| function print_mem() | |
| { | |
| /* Currently used memory */ | |
| $mem_usage = memory_get_usage(); | |
| /* Peak memory usage */ | |
| $mem_peak = memory_get_peak_usage(); | |
| echo 'The script is now using: <strong>' . round($mem_usage / 1024) . 'KB</strong> of memory.<br>'; |
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
|---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |
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
| server { | |
| listen 80 default_server; | |
| listen [::]:80 default_server; | |
| server_name ""; | |
| return 444; | |
| } |
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
| Array | |
| ( | |
| [0] => Array | |
| ( | |
| [service] => Mihaaru News | |
| [title] => ޕީޖީ ކަމަށް ޝަމީމާ އެކު އިތުރު ދެ ބޭފުޅަކު ކުރިމަތިލައިފި | |
| [image] => https://s1.mihaaru.com/photos/2018/02/21/174645_3_74a2a3fce5b9e41f1e71a7e49e3433067214c4e3_medium.jpg | |
| [content] => ޕްރޮސެކިއުޓާ ޖެނެރަލްގެ މަގާމަށް ކުރީގެ ޑެޕިއުޓީ ޕްރޮސެކިއުޓާ ޖެނެރަލް ހުސައިން ޝަމީމާއި އިތުރު ދެ ބޭފުޅަކު ކުރިމަތިލައްވައިފި އެވެ. ޕްރޮސެކިއުޓާ ޖެނެރަލް އައިޝަތު ބިޝާމް މިދިޔަ ބުރާސްފަތި ދުވަހު އިސްތިއުފާ ދެއްވުމުން އެ މަގާމަށް ކުރިމަތިލުމުގެ ފުރުސަތު ރައީސް އޮފީހުން އޮތީ މިއަދު މެންދުރާ ހަމައަށް ހުޅުވާލައިފަ އެވެ. ޝަމީމް ފިޔަވައި، ދެން އެ މަގާމަށް ކުރިމަތިލެއްވި ދެ ބޭފުޅުންނާ ބެހޭ އެއްވެސް މައުލޫމާތެއް ލިބޭވަރެއް ނުވި އެވެ. ރައީސް އޮފީ |
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 | |
| return array( | |
| 'mihaaru' => 'https://mihaaru.com/rss', | |
| 'cnm' => 'https://cnm.mv/rss', | |
| 'thiladhun' => 'https://thiladhun.com/feed', | |
| 'faanooz' => 'https://faanooz.com/feed', | |
| 'addulive' => 'https://www.addulive.com/feed', | |
| 'vaguthu' => 'https://vaguthu.mv/feed', | |
| 'psm' => 'https://psmnews.mv/feed', |
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
| <!-- Chrome, Firefox OS and Opera --> | |
| <meta name="theme-color" content="#EC3224"> | |
| <!-- Windows Phone --> | |
| <meta name="msapplication-navbutton-color" content="#EC3224"> | |
| <!-- iOS Safari --> | |
| <meta name="apple-mobile-web-app |