Skip to content

Instantly share code, notes, and snippets.

View boring-dragon's full-sized avatar
🏠
Working from home

Boring Dragon boring-dragon

🏠
Working from home
View GitHub Profile
@boring-dragon
boring-dragon / adminer.css
Last active February 23, 2020 21:49
Dark theme for adminer
/*
* 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%;
}
@boring-dragon
boring-dragon / adminer.css
Created February 23, 2020 21:49
Dark theme for adminer
/*
* 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%;
}
<?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>';
@boring-dragon
boring-dragon / animations-on-page-load.markdown
Created December 14, 2019 02:00
Animations on page load
@boring-dragon
boring-dragon / gist:d80ffcb2921f05d4d99da04d25da6854
Created December 13, 2019 03:47 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :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:
@boring-dragon
boring-dragon / disabledirectipaccess
Created December 8, 2019 14:47
Disable nginx direct access
server {
listen 80 default_server;
listen [::]:80 default_server;
server_name "";
return 444;
}
Array
(
[0] => Array
(
[service] => Mihaaru News
[title] => ޕީޖީ ކަމަށް ޝަމީމާ އެކު އިތުރު ދެ ބޭފުޅަކު ކުރިމަތިލައިފި
[image] => https://s1.mihaaru.com/photos/2018/02/21/174645_3_74a2a3fce5b9e41f1e71a7e49e3433067214c4e3_medium.jpg
[content] => ޕްރޮސެކިއުޓާ ޖެނެރަލްގެ މަގާމަށް ކުރީގެ ޑެޕިއުޓީ ޕްރޮސެކިއުޓާ ޖެނެރަލް ހުސައިން ޝަމީމާއި އިތުރު ދެ ބޭފުޅަކު ކުރިމަތިލައްވައިފި އެވެ. ޕްރޮސެކިއުޓާ ޖެނެރަލް އައިޝަތު ބިޝާމް މިދިޔަ ބުރާސްފަތި ދުވަހު އިސްތިއުފާ ދެއްވުމުން އެ މަގާމަށް ކުރިމަތިލުމުގެ ފުރުސަތު ރައީސް އޮފީހުން އޮތީ މިއަދު މެންދުރާ ހަމައަށް ހުޅުވާލައިފަ އެވެ. ޝަމީމް ފިޔަވައި، ދެން އެ މަގާމަށް ކުރިމަތިލެއްވި ދެ ބޭފުޅުންނާ ބެހޭ އެއްވެސް މައުލޫމާތެއް ލިބޭވަރެއް ނުވި އެވެ. ރައީސް އޮފީ
@boring-dragon
boring-dragon / config.php
Last active March 31, 2020 06:27
Rss feed link of some maldivian news websites
<?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',
<!-- 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