alexa20200517-00 directory listing
Barnamenevisan - مرجع تخصصی برنامه نویسان
CodeignitEE (@codeignitee) | Twitter
Responsive design testing tool – Viewport Resizer – Emulate various screen resolutions - Best developer device testing toolbar
Responsinator Resizer - Material Design Simulate Mobile Devices with Device Mode in Chrome DevTools
Category:Integrated development environments
Comparison of integrated development environments
%d - substituted by the absolute path to the directory of the current file.
%e - substituted by the name of the current file without the extension or path.
%f - substituted by the name of the current file without the path.
%p - if a project is open, substituted by the base path from the project.
%l - substituted by the line number at the current cursor position.
نیم فاصله در ++Notepad
برای درج نیمفاصله، کافی است در حالتی که صفحه کلید در حالت فارسی است کلیدهای CTRL+SHIFT+2 را فشار داد. این ترکیب در ++Notepad کار نمیکند، زیرا این ترکیب کلیدی برای دستور دیگری در این ویرایشگر تعریف شده است. برای برگرداندن این خاصیت به این ترکیب کلیدی، کافی است تعریف این ترکیب از ++Notepad حذف شود. برای این منظور به منوی Settings->Shortcut mapper بروید و در پنجره باز شده پایین بیایید تا ترکیب فوق را در جدول ببینید. کافی است در خط مربوطه CTRL+SHIFT+2 را به چیز دیگری تبدیل کنید. در شکل زیر این ترکیب به CTRL+SHIFT+U تبدیل شده است.
auto-closing HTML tags
Changing the auto-complete preferences, as below, worked:
Settings > Preferences
Auto-Completion tab > Auto-Insert section > html/xml close tag
Run
* $(FULL_CURRENT_PATH) : E:\my Web\main\welcome.html
* $(CURRENT_DIRECTORY) : E:\my Web\main
* $(FILE_NAME) : welcome.html
* $(NAME_PART) : welcome
* $(EXT_PART) : .html
* $(NPP_DIRECTORY) : the full path of notepad++'s directory
* $(CURRENT_WORD) : word(s) you selected in Notepad++
Run for codeigniter
http://localhost/cmi/$(NAME_PART)/$(CURRENT_WORD)
Notepad++ Plugins
Notepad++ Plugins - Browse Files at SourceForge.net
Snippets
Template.sqlite rename to NppSnippets.sqlite and move to C:\Users\nameuser\AppData\Roaming\Notepad++\plugins\config
Reindent
Indent By Fold
XML Tools
TextFX
Code alignment
NppConverter
XBrackets Lite
Tidy2
Tidy is a console application for Mac OS X, Linux, Windows, UNIX, and more. It corrects and cleans up HTML and XML documents by fixing markup errors and upgrading legacy code to modern standards.
You may already have Tidy on your computer! Many operating systems ship with the tidy
command pre-installed. Chances are good, though, that what you have is so outdated that it doesn’t even recognize HTML5.
Grab a binary
HTACG makes available binaries for several platforms available right here. If there isn’t one for your particular operating system then let us know. In the meantime there are a few more options.
Build from source
Building Tidy from source is easier than ever thanks to the efforts of our developers in adopting CMake. Tidy’s source code is available on its github repository.
Install from a package manager
Mac OS X
Linux: Debian: sudo apt install tidy
The HTML Tidy library, libtidy
, is used and incorporated into many applications and projects. It offers an extensive API to read in and parse html from a file or buffer into a DOM like node tree, has cleaning and diagnostic services, ability to iterate through this node tree, interogating attributes, child nodes, and a pretty print output. This is a list of just a few applications and projects.
edbrowse is a portable line editor like ed
and a browser like lynx
, an email client, and much more, and is the preferred tool of a large community of visually impaired developers and users. Read more…
mod_tidy is a libtidy
based DSO module for Apache 2.0 that parses, cleans up, and pretty-prints the web server (X)HTML output. Read more…
node-libtidy provides server-side JavaScript bindings for libtidy. It aims to provide not only a high-level interface to a complete tidy run, but also offers methods which closely model the libtidy
interface.
tidy-test is a set of sample applications that exercise various aspects of the libtidy
API. And always looking for more samples
. It also includes a CMake module, FindTidy.cmake to be able to find installed Tidy headers and library for the compile link.
Notepad++ is a powerful editor, and several people offer a plugin that uses libtidy
to do cleaning, indenting, etc. Some version incompatibilites have been noted.
Balthisar Tidy is a free, full fledged text editor for macOS that encourages you to tidy your documents live, during editing.
There are also applications that use the tidy console executable externally to add html cleaning.
Note that items appearing here aren’t endorsements by HTACG or the HTML Tidy Project team, but we do exercise some editorial discretion about what appears here.
If you think there’s something we’re missing that uses modern Tidy or libtidy
, please feel free to issue a github pull request against this web site, and we will be sure to add it. You will want to edit this file.
IDE | GeeksforGeeks | A computer science portal for geeks
QR Code Generator - QR Stuff Free QR Code Generator And Creator
WooRank.com | SEO Checker - Website Review
100% Free SEO Tools - online SEO tools
Plug in SEO: Check your website for problems
Web Page Analyzer Free Tool for SEO
SEO Checker: Check SEO Optimization and Find Website Problems
SEORCH - OnPage SEO Tool - Search Engine Optimization
SEO Tools, Software and Articles - SEO Site Checkup | SeoSiteCheckup.com
GTmetrix | Website Speed and Performance Optimization
SEO Tools, Software and Articles | SEO Site Checkup
Website Review Tool & SEO Checker
SEO Checker - Проверить сайт SEO оценка | SmallSEOTools
SEO Check | Free Analysis Tool to Test your Optimization | 1&1 IONOS
Analyze Websites With Free SEO Audit & Reporting Tool - SEOptimer
SEO Tester Online – SEO Analysis Online for your Website
Check Your Website's SEO: Free Analysis Tool & Audit Report
The W3C CSS Validation Service
The W3C Markup Validation Service
Create your Google Sitemap Online - XML Sitemaps Generator
Анализатор файлов Sitemap — Яндекс.Вебмастер
Validate XML Sitemap - XML Sitemaps Generator
Sitemap Test | SEO Site Checkup
SSL Certificate Generator: Free letsencrypt SSL in minutes - PunchSalad
دریافت گواهینامهی رایگان SSL | راهنمای محصولات ابر آروان
SSL For Free - Free SSL Certificates in Minutes
Free SSL Certificates Provider and ACME Tools – freessl.org
Comparison of source-code-hosting facilities
How to merge two or multiple git repositories into one
How to combine two git repositories.
How do you merge two Git repositories? - Stack Overflow
In Unix systems the end of a line is represented with a line feed (LF). In windows a line is represented with a carriage return (CR) and a line feed (LF) thus (CRLF). when you get code from git that was uploaded from a unix system they will only have an LF.
If a single developer working on a windows machine, and don't care that git automatically replaces LFs to CRLFs, can turn this warning off by typing the following in the git command line
git config core.autocrlf true
۵ جایگزین برای مدیریت سورس کدها به جای گیتهاب
آموزش git | بیژن بینایی
git log --format=%B -n 1
git show -s --format=%B SHA1
git log --since=1/11/2011 --until=28/11/2011 --no-merges --format=%B > CHANGELOG.TXT
git log --author="fabpot" --no-merges --format=%B > CHANGELOG.TXT
git log --author="user" --no-merges --format=%B > CHANGELOG.TXT
git log -n 1 --pretty=format:'%s'
git log -n 1 --pretty=format:'%s%n%n%b'
…or create a new repository on the command line
echo "# test" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/yamahdico/test.git
git push -u origin master
…or push an existing repository from the command line
git remote add origin https://github.com/yamahdico/test.git
git push -u origin master
Some of the best GIT Cheats from my list :)
To list all branches
>git branch -a
To fetch all branches of remote repository on local repository along with new branches.
>git fetch --all
To view git tree
>git log --graph
To view all changes in files which are not yet added
>git diff
To view all changes in files after adding/staged
>git diff --cached
To commit all modified files (not new files) in one go (without even adding)
>git commit -a
To see complete diffs at each step in ‘git log’ history
>git log -p
To view git graph (install gitk)
>gitk
To view details of a commit
>git show
To give commit name of your own
>git tag
To diff between two files
>git diff branch1:file branch2:file
To copy a single file from another branch
> git checkout
To clear all git stash
>git stash clear
To show changes to a stash
>git stash show -p stash@{0}
Don't use git stash to store changes you care about, use git commit, even if it's partial. You can always git commit --amend and git rebase -i afterwards
On switching branch from A to B, if some files are tracked on A but not on B, then on switching back from B to A, it shows the error of overwritten. In this case, we need to run following command on branch B. It simply removes / deletes all untracked files.
> git clean -fd
To pick a single commit from one branch to another, go on that branch to add that commit. GIve commit id for that commit
git cherry-pick
To reset a commit
> git reset --hard HEAD~1
> git push --force origin
To see who has changed the file (complete file)
> git annotate
To see who has changed particular lines in a file from the start(all commits).
> git log --pretty=short -L
git log --pretty=short -L ,:
> git reset --soft HEAD^ - To remove from the commit back to staging area
> git show -p - To see the changes in a particular file in previous commits
cd c:\Program Files (x86)\GitExtensions or where you installed GitExtensions
regsvr32 /u GitExtensionsShellEx32.dll
regsvr32 /u GitExtensionsShellEx64.dll if you have 64bit Windows
Untrack files already added to git repository based on .gitignore
.gitignore :
pictures/*
sound/*
The Most Frequent Commit Messages are Mostly Useless (Useful Tips For A Better Commit Message) Release Notes
CosmicCuttlefish/ReleaseNotes - Ubuntu Wiki
Firefox 63.0, See All New Features, Updates and Fixes
What is the best Git cheat sheet? - Quora
Add some feature
Remove class whatever
Update dependency x
Refactor function y
Fix crazy bug
Refactor subsystem X for readability
Update getting started documentation
Remove deprecated methods
Release version 1.0.0
merge pull request #123 from user/branch
A Few suggestions for naming feature branches:
feature/feature-name
feature/feature-area/feature-name
bugfix/description
hotfix/description
feature : New feature
bugfix : Changes linked to a known issue
hotfix : Quick fixes to the codebase
If applied, this commit will..., Max 72 char, Preferably using up to 50 chars
Example:
[feat] Implement automated commit messages
(Optional) Explain why this change is being made
|<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|
(Optional) Provide links or keys to any relevant tickets, articles or other resources
Example: Github issue #23
--- COMMIT END ---
# Tag can be
# feat (new feature)
# fix (bug fix)
# refactor (refactoring code)
# style (formatting, missing semi colons, etc; no code change)
# doc (changes to documentation)
# test (adding or refactoring tests; no production code change)
# version (version bump/new release; no production code change)
# jsrXXX (Patches related to the implementation of jsrXXX, where XXX the JSR number)
# jdkX (Patches related to supporting jdkX as the host VM, where X the JDK version)
# dbg (Changes in debugging code/frameworks; no production code change)
# license (Edits regarding licensing; no production code change)
# hack (Temporary fix to make things move forward; please avoid it)
# WIP (Work In Progress; for intermediate commits to keep patches reasonably sized)
# defaults (changes default options)
#
# Note: Multiple tags can be combined, e.g. [fix][jsr292] Fix issue X with methodhandles
# --------------------
# Remember to:
# * Capitalize the subject line
# * Use the imperative mood in the subject line
# * Do not end the subject line with a period
# * Separate subject from body with a blank line
# * Use the body to explain what and why vs. how
# * Can use multiple lines with "-" or "*" for bullet points in body
# chore (updating grunt tasks etc; no production code change)
Issue : fatal: unable to auto-detect email address:
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
git config --local -l
github.com/mohebifar/made-in-iran
github.com/fffaraz/awesome-persian
github.com/mhbashari/awesome-persian-nlp-ir
github.com/Hameds/APIs-made-in-Iran
Test if any Website is Blocked In Iran | Comparitech.com
Iran Firewall Test - DNS Tools - WebServerTalk.com
ViewDNS.info - Your one source for DNS related tools!
List of sites which block IPs come from Iran [UPDATING... (April 15, 2019)] #SANCTIONS
Title | URI
Flurry by Yahoo | https://dev.flurry.com/secure/signup.do
Google NikCollection | https://dl.google.com/edgedl/photos/nikcollection-full-1.2.11.dmg
Bitbucket | http://bitbucket.org/
SoftLayer | http://softlayer.com/
VirtualBox | http://download.virtualbox.org/virtualbox/5.0.16/VirtualBox-5.0.16-105871-OSX.dmg
Docker Hub | https://hub.docker.com/
Oracle | http://oracle.com/
Java | http://java.com
Sun | http://sun.com
Mysql | http://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.12-osx10.11-x86_64.dmg
MongoDb Download | https://fastdl.mongodb.org/osx/mongodb-osx-x86_64-3.2.5.tgz
MongoDb University | https://university.mongodb.com/
Adobe | http://www.adobe.com/
Bintray | http://bintray.com/
Adobe FlashPlayer | https://get.adobe.com/flashplayer/
Adobe Reader | https://get.adobe.com/reader/
PaymentWall | http://paymentwall.com/
Stripe | https://dashboard.stripe.com/login
Paypal | http://paypal.com/
Google AdMob | https://apps.admob.com/admob/signup
Google Adword | https://adwords.google.com/um/signin
ServerPilot | http://serverpilot.io/
Google Adsense | https://www.google.com/adsense
Realm | http://realm.io/
MaxCDN | http://cp.maxcdn.com
CoinBase | https://www.coinbase.com/account_notice
Themeforest | http://themeforest.net/
CodeCanyon | http://codecanyon.net/
VideoHive | http://videohive.net/
AudioJungle | http://audiojungle.net/
GraphicRiver | http://graphicriver.net/
PhotoDune | http://photodune.net
3dOcean | http://3docean.net
Wix | https://users.wix.com/signin
BlueHost | http://bluehost.com
Visa | http://visa.com
Visa Developer | https://developer.visa.com/
Nirsoft | http://nirsoft.net
Nvidia | http://www.nvidia.com/
Nvidia Developer | https://developer.nvidia.com/
Amd | http://www.amd.com/
Geforce | http://www.geforce.com/
DriverEasy | https://www.drivereasy.com/
DriverGuide | http://driverguide.com
Jira by Atlassian | https://jira.atlassian.com/
Atlassian Developers | https://developer.atlassian.com/
ArcGIS | https://arcgis.com/
ArcGIS Developer | https://developers.arcgis.com/
GoPro | https://gopro.com/
IBM Developer | https://developer.ibm.com
ARMmbed | https://www.mbed.com/
Autodesk | http://autodesk.com
Autodesk PLM 360 | http://www.autodeskplm360.com/
McAfee | https://home.mcafee.com/secure/cart
Norton by Symantec | http://norton.com/
Netbeans | https://netbeans.org/
Vmware | http://www.vmware.com/
Nanobox | https://nanobox.io/
BestBuy | http://www.bestbuy.com/
Splunk | https://www.splunk.com/
Splunk > Mint | https://mint.splunk.com/
Docker Cloud | https://cloud.docker.com/
DNA Stack | https://dnastack.com
SimilarWeb | https://similarweb.com
Target | http://target.com/
Capital One Credit Cards | http://capitalone.com/
Google Wallet | https://wallet.google.com/
Game Stop | http://www.gamestop.com/
Cisco WebEx | http://www.webex.com/
Garmin | http://www.garmin.com/
Dreamstime | http://dreamstime.com/
TD Bank | http://www.tdbank.com/
K Mart | http://www.kmart.com/
Funds Express | http://fundsxpress.com/
First Data | https://www.firstdata.com/
AAA | http://www.aaa.com/
Level3 | http://www.level3.com/
Merrill Lynch | https://www.ml.com
PayChex | http://www.paychex.com/
Spotify | https://www.spotify.com/int/why-not-available/
Pandora | https://www.pandora.com/restricted
Just Cloud | http://www.justcloud.com/
PagodaBox | https://pagodabox.io
Twilio | https://www.twilio.com/
UnrealEngine | https://www.unrealengine.com/login
Unity 3d | https://unity3d.com
Element14 | https://www.element14.com/community/themes/e14/pages/denied-IR.html
Texas Instruments | http://www.ti.com/
SolarWinds | http://www.solarwinds.com/
Vue | http://vue.com
PluralSight | http://app.pluralsight.com/embargo
Matrix ITA Software | https://itasoftware.com/
Unity Certification | https://certification.unity.com
Sony Drivers | http://dlv.update.sony.net/
Intel Drivers | https://downloadcenter.intel.com/info/exportcompliance
Android Source | http://android.googlesource.com/
Sign in to IBM | https://idaas.iam.ibm.com
Strong Loop | https://strongloop.com/
AT&T | https://www.att.com/
Dominos | http://www.dominos.co.uk/
Google Domains | https://domains.google.com/registrar
Oracle Cloud | https://cloud.oracle.com
Google Apies Storage (Images,Go binaries,Dart binaries,...) | https://*.googleapis.com/
Android Studio | https://dl.google.com/dl/android/studio/install/2.1.1.0/android-studio-ide-143.2821654-mac.dmg
Android Repositories (i.e. Android SDK) | http://dl.google.com/android/*
Android Repositories (SSL) | https://dl-ssl.google.com/android/*
Google Analytics | https://analytics.google.com/analytics/web/
Android Developer | http://developer.android.com/
Google Developers | https://developers.google.com/*
Google API Console | https://console.developers.google.com/
Google Doodles | https://www.google.com/doodles/finder/
Google Primer | https://www.yourprimer.com
DNS Google | http://dns.google.com/
Google App Engine | http://appengine.google.com/
Google Cloud | https://cloud.google.com/*
Google Cloud Console | https://console.cloud.google.com/
Chrome Experiments | https://www.chromeexperiments.com
Chrome Experiments Projects | https://*.chromeexperiments.com
Google Fiber | https://fiber.google.com
DartLang | https://www.dartlang.org/
GoLang | https://golang.org/
Google Polymer | https://www.polymer-project.org/
Html5Rocks | http://www.html5rocks.com/
Google - Cube Game | http://www.playmapscube.com/
Google - with google | https://*.withgoogle.com/
Google Material Design Lite (MDL) | http://www.getmdl.io/
Google Chrome Racer | https://www.chrome.com/racer
Google Digital Attack Map | http://www.digitalattackmap.com/
VirusTotal | http://www.virustotal.com/
Blossom | https://www.blossom.io/
Google Chrome Developer | https://developer.chrome.com/
Switch.co | http://switch.co/
Draw | https://draw.io/
Gramfeed | http://www.gramfeed.com/
SnapChat | https://www.snapchat.com/
Google Appspot | http://*.appspot.com/
PayDesk | http://www.paydesk.co/
Affini Tech | http://www.affini-tech.com/
FreeNom | http://www.freenom.com/
Humble Bundle | https://www.humblebundle.com/
Defold | http://www.defold.com/
Google Science Fair | https://www.googlesciencefair.com/
DoubleClick | https://www.doubleclickbygoogle.com/
Made With Code | https://www.madewithcode.com/
Think With Google | https://www.thinkwithgoogle.com/
Google Creative Lab | https://www.creativelab5.com/
Google Apps Certification | http://certification.googleapps.com/
Optimizely | https://app.optimizely.com/signin
Rich Media Gallery | https://www.richmediagallery.com/
How Google Works | http://www.howgoogleworks.net/
Android Experiments | https://www.androidexperiments.com/
Urban Galaxy | https://www.urbangalaxyonline.com/
Ingress | https://www.ingress.com/
Synergyse | https://www.synergyse.com/
Cube Slam | https://www.cubeslam.com/
Project Re:Brief | http://www.projectrebrief.com/
Google Apps Sign-up | https://www.google.com/a/signup/?hl=en-IN&source=gafb-alpha_homepage_6800649-globalnav-&ga_region=japac&ga_country=in&ga_lang=en
PushBullet API | https://api.pushbullet.com/*
Made With Unity | https://madewith.unity.com/
Wix Media | http://media.wix.com/*
Cloud Serve Point (CPMStars) | http://cloudservepoint.com/
Aff Clicker (CPMStars) | http://www.affclicker.com/
Serving Clicks (CPMStars) | http://servingclks.com/
CloudZone (CPMStars) | http://cloudzonetrk.com/
VonVon | http://vonvon.me/
VonVon (English) | http://en.vonvon.me/
Українська правда | http://pravda.com.ua/
United Services Automobile Association (USSA) | https://www.usaa.com
Shop Bloomingdale's | http://www.bloomingdales.com/
EpochTimes (大纪元) | http://epochtimes.com/
Sears | http://www.sears.com/
PNC Bank | https://www.pnc.com
Kohl's | http://www.kohls.com/
Apartments | http://www.apartments.com/
Google Firebase | https://firebase.google.com/
Firebase Auth | https://auth.firebase.com/
Firebase Console | https://console.firebase.google.com
Scoompa | http://www.scoompa.com/
SeatGeek | https://seatgeek.com/
App in the air | https://www.appintheair.mobi/
Google's Women Techmakers program | https://www.womentechmakers.com/
Google Cast | https://www.google.com/cast/
Google GWT | http://www.gwtproject.org/
US Bank | https://www.usbank.com/
US Bank Focus | https://www.usbankfocus.com/
US Bank Connect | https://www.usbankconnect.com/
US Bank Convenient Cash | https://www.usbconvenientcash.com/
US Bank Go Mobile | https://www.usbankgomobile.com/
FlexPerks | http://www.flexperks.com/
US Bank Visa Buxx | https://usbank.visabuxx.com/
Visa USA | https://usa.visa.com/
Elan Financial Services | https://www.elanfinancialservices.com/
Credit Card Account Access | https://www.myaccountaccess.com
With Youtube | https://*.withyoutube.com
Tables Generator | http://www.tablesgenerator.com/
GPS Essentials | http://www.gpsessentials.com/
Java TrueLicense | truelicense.java.net
Alexa Registration | https://www.alexa.com/secure/plans/login
ZXing | http://zxing.org/
Playster | https://signup.playster.com/global
Laravel Blogify | http://www.blogify.io/
Mockable.io | https://www.mockable.io/
Intel Software | https://software.intel.com/sites/common/403_compliance.htm
Intel | https://intel.com/
Gantt Project | https://www.ganttproject.biz/
MongoDB | https://www.mongodb.com/
Google Code Projects | https://code.google.com/p/*
Schema | https://schema.org/
Timer Tab | http://www.timer-tab.com/
Sentry | https://getsentry.com
Rollbar | https://rollbar.com
RetailMeNot Coupons | https://www.retailmenot.com/
Udemy | https://www.udemy.com/
Ebay | http://www.ebay.com/
Seagate | http://www.seagate.com/
SendGrid | https://sendgrid.com/
BombSquadGame | http://bombsquadgame.com/
Wowza | http://www.wowza.com/
Html5Up | https://html5up.net/
FirebaseIO Subdomains (eg: hacker-news) | https://*.firebaseio.com/
ActiveTcl Dwonload (ActiveState) | http://www.activestate.com/no-export?country_id=IR
Sentry | https://sentry.io
Sentry Documentation | https://docs.sentry.io
Material IO | http://material.io/
Relative Wave | http://relativewave.com/
Google Cloud Platform Podcast | https://www.gcppodcast.com/
TeamViewer | https://www.teamviewer.com/unavailable/
Google/Trimble SketchUp | http://dl.trimble.com/sketchup/SketchUpMake-en-x64.exe
Toggl Support (hosted on Google Cloud) | https://support.toggl.com
flag-icon-css | http://flag-icon-css.lip.is/
Toggl (hosted on Google Cloud) | https://toggl.com/
Toggl Jobs | https://jobs.toggl.com
Toggl SuperDay | https://superday.toggl.com/
Toggl Blog | https://blog.toggl.com/
Tableau | http://www.tableau.com/
Atlassian marketplace | https://marketplace.atlassian.com/
Prey Control Panel | https://panel.preyproject.com
Prey Api | https://solid.preyproject.com
MalwareBytes | https://www.malwarebytes.com/
MalwareBytes CDN | http://data-cdn.mbamupdates.com/
Hortonworks | http://hortonworks.com/
Airbnb | https://www.airbnb.com
Kaleidoscope App | http://www.kaleidoscopeapp.com/
Google AI | http://google.ai/
Elasticsearch Downloads | https://artifacts.elastic.co/*
Upwork | https://www.upwork.com
Nic.io - My Account | https://my.nic.io/
Codefresh Console | https://g.codefresh.io/
Google Data Studio | https://datastudio.google.com/
Plotly | https://plot.ly/
Kinsta | https://kinsta.com/
DELL EMC | https://www.dellemc.com/
Flynn | https://flynn.io/
Creative Market | https://creativemarket.com/
Hugo | https://gohugo.io/
CancerIQ Engineering | http://engineering.canceriq.com/
CancerIQ Specialist | https://specialist.canceriq.com/
CancerIQ Login | https://login.canceriq.com/
CancerIQ Navigator | https://navigator.canceriq.com/
PHP.net | http://php.net/
Secure PHP.net | https://secure.php.net/
CA | http://www.ca.com/
AVG CDN | https://install.avcdn.net/avg/iavs9x/avg_antivirus_free_setup.exe
CCleaner Downloads | https://download.ccleaner.com/
FileHippo | https://filehippo.com/
Avast | https://www.avast.com/
Sandisk | https://www.sandisk.com/
Toptal | https://www.toptal.com
ePayments | https://www.epayments.com/
Onesignal | https://onesignal.com/
Gitlab | https://gitlab.com/
GCP Ping | http://www.gcping.com/
FortiClient | https://forticlient.com/
MariaDB | https://mariadb.com/
Ambassador | https://getambassador.io/
Kong | https://konghq.com/
Istio | https://istio.io/
Samsung Developer | https://developer.samsung.com
Fresh Works | https://www.freshworks.com/
Message Bird | http://messagebird.com/
Redhat Registry | https://registry.access.redhat.com/
List of sites which block IPs come from Iran [UPDATING... (April 15, 2019)] #SANCTIONS · GitHub