Skip to content

Instantly share code, notes, and snippets.

View mungurs's full-sized avatar

Mārtiņš Ungurs mungurs

  • Latvia
View GitHub Profile
@laacz
laacz / binarlauks.html
Created January 31, 2018 08:48
HTML koda sagatave, kura pasargā visus no binārlauka negatīvās enerģijas nelabvēlīgās ietekmes.
<!doctype html>
<head>
<!--
Šis pasargā no binārlauka negatīvās enerģijas nelabvēlīgās ietekmes.
Sīkāk: https://www.facebook.com/CUBESystems/videos/vb.158748300855954/1694637707266998/?type=2&theater
&
@@@@
@@@@
% @@@@
@avataru
avataru / EloquentCheatSheet.md
Last active July 11, 2024 09:23
Eloquent relationships cheat sheet
@ankurk91
ankurk91 / xdebug-mac.md
Last active March 9, 2024 22:20
php xDebug v3 on Ubuntu/Mac and phpStorm

🪲 Install and Configure xDebug v3 on MacOS for PhpStorm 🐘

  • Assuming that you have already installed php and apache via Homebrew

  • Install xDebug php extension

pecl channel-update pecl.php.net
pecl clear-cache

pecl install xdebug
@KnightAlex
KnightAlex / wp-admin bar CSS fix
Created June 2, 2015 18:13
CSS fix for wp-admin bar, for when body has relative positioning
@media (max-width: 600px) {
html #wpadminbar{top:-46px} /* wp admin bar fix, due to slide-push menu putting a relative position on the body element */
}
class="[a-zA-Z0-9:;\.\s\(\)\-\,]*"