Skip to content

Instantly share code, notes, and snippets.

View Hyp3rionM4x's full-sized avatar

Daniel Hyp3rionM4x

  • DK
View GitHub Profile
@Hyp3rionM4x
Hyp3rionM4x / crawler.php
Created August 3, 2021 16:50 — forked from ichigo92/crawler.php
PHP Crawler using CURL
<?php
//url
$redirect = "http://www.eyeofriyadh.com/events/";
$event = getEvents($redirect);
echo "Dates are : <br>" . $event;
@Hyp3rionM4x
Hyp3rionM4x / media-query.css
Created September 21, 2020 11:30 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS
<html>
<head>
<title>Google Maps Multiple Markers</title>
<script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>
</head>
<body>
<div id="map" style="height: 400px; width: 500px;">
</div>
<script type="text/javascript">