This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<?xml-stylesheet type="text/xsl" href="https://media.rss.com/style.xsl"?> | |
<rss xmlns:podcast="https://podcastindex.org/namespace/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xml:lang="en" version="2.0"> | |
<channel> | |
<title><![CDATA[سیاره زمین]]></title> | |
<link>https://feed.ufopersian.ir/planet-earth</link> | |
<atom:link href="https://feed.ufopersian.ir/planet-earth/rss.xml" rel="self" type="application/rss+xml"/> | |
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com/"/> | |
<description><![CDATA[<p>گفتمانی دوستانه پیرامون این سیاره و کهکشان خودمون</p>]]></description> | |
<generator>RSS.com v2.10.1</generator> |
This file contains 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
package main | |
import ( | |
"encoding/hex" | |
"fmt" | |
"strings" | |
"gopkg.in/mgo.v2/bson" | |
) |
This file contains 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
package main | |
import ( | |
"fmt" | |
"strings" | |
) | |
func main() { | |
fmt.Print(hideEmailAddress("[email protected]")) |
This file contains 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
import React, { Component } from 'react'; | |
import PropTypes from 'prop-types'; | |
import { EMLINK } from 'constants'; | |
export default class FormValidation extends Component { | |
static propTypes = { | |
children: PropTypes.node, | |
submit: PropTypes.func.isRequired | |
}; |
This file contains 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
const express = require('express'); | |
const axios = require('axios'); | |
const cacheAdapter = require('axios-cache-adapter'); | |
const app = express() | |
const port = 3210 | |
const fetchCache = cacheAdapter.setup({ | |
cache: { | |
maxAge: 15 * 60 * 1000 | |
} |
This file contains 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
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Fanap Drive Upload</title> | |
</head> | |
<body> |
This file contains 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
{ | |
"hasError": false, | |
"referenceNumber": "207899", | |
"errorCode": 0, | |
"count": 0, | |
"ott": "ad341b80f845cd2e", | |
"result": { | |
"id": 132, | |
"hash": "M9XRVIRGBQEQW5BW", | |
"ownerId": 0, |
This file contains 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
DirectoryIndex /application/index.html | |
RewriteEngine on | |
RewriteCond %{REQUEST_FILENAME} !-d | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteRule . /application/index.html [L] | |
<IfModule mod_expires.c> | |
ExpiresActive Off | |
</IfModule> |
This file contains 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
iptables -A INPUT -m geoip --src-cc A1 -j DROP && | |
iptables -A INPUT -m geoip --src-cc A2 -j DROP && | |
iptables -A INPUT -m geoip --src-cc AD -j DROP && | |
iptables -A INPUT -m geoip --src-cc AE -j DROP && | |
iptables -A INPUT -m geoip --src-cc AF -j DROP && | |
iptables -A INPUT -m geoip --src-cc AG -j DROP && | |
iptables -A INPUT -m geoip --src-cc AI -j DROP && | |
iptables -A INPUT -m geoip --src-cc AL -j DROP && | |
iptables -A INPUT -m geoip --src-cc AM -j DROP && | |
iptables -A INPUT -m geoip --src-cc AO -j DROP && |
This file contains 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
import m from "mithril"; | |
module.exports = (options, ...elements) => { | |
return ( | |
<form {...options.attrs} class="form needs-validation"> | |
{ | |
elements.map(e => { |
NewerOlder