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
<?xml version="1.0" encoding="utf-8"?> | |
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> | |
<ShortName>Minds</ShortName> | |
<Description>Search Minds — Powered by DuckDuckGo</Description> | |
<InputEncoding>UTF-8</InputEncoding> | |
<Image height="16" width="16" type="image/png">https://www.minds.com/assets/icon.png</Image> | |
<Url type="text/html" method="get" template="https://duckduckgo.com/"> | |
<Param name="q" value="{searchTerms} site:minds.com"/> | |
</Url> | |
<Url type="application/x-suggestions+json" template="https://duckduckgo.com/ac/"> |
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
[Desktop Entry] | |
Version=1.0 | |
Type=Application | |
Name=PhpStorm | |
Icon=~/.local/share/phpstorm/bin/webide.png | |
Exec="~/.local/share/phpstorm/bin/phpstorm.sh" %f | |
Comment=Develop with pleasure! | |
Categories=Development;IDE; | |
Terminal=false | |
StartupWMClass=jetbrains-phpstorm |
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
-Xms512M | |
-Xmx1G | |
-XX:ReservedCodeCacheSize=512m | |
-Dsun.io.useCanonCaches=false | |
-Djava.net.preferIPv4Stack=true | |
-Djsse.enableSNIExtension=false | |
-XX:+UseCodeCacheFlushing | |
-XX:+UseConcMarkSweepGC | |
-XX:SoftRefLRUPolicyMSPerMB=50 | |
-Dswing.aatext=true |
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
Please enter {your|your own|the|your current|ones|a person's|an individual's|ones own|your personal|any|a} brw.{com|org|net|internet|web|world wide web|online|world-wide-web}.au username {and|as well as|and also|along with|in addition to|plus|together with|and even|not to mention|and additionally|and then} email address. {Your|Your own|The|Your current|Ones|A person's|An individual's|Ones own|Your personal|Any|A} password {will be|is going to be|will probably be|will likely be|are going to be|might be|shall be|can be|could be|will undoubtedly be|would be} emailed {to you|for you|to you personally|for your requirements|to your account|back|back to you|for your needs|for you personally|in your direction|to your}. Leadership Dump Rupert Murdoch {as|because|since|while|seeing that|when|mainly because|simply because|just as|for the reason that|like} Fox chairman, advisory group聽ISS tells shareholders Leadership 鈥楬alf {a|the|any|a new|some sort of|your|a good|an important|a fabulous|some|a real} job鈥?聽Insecure work |
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
#!/usr/bin/php | |
<?php | |
$scheme='tcp'; | |
$host='www.kernel.org'; | |
$port=80; | |
$path='/'; | |
if(isset($argv[1])) { | |
$parsedUrl=parse_url($argv[1]); |