separate domain names from list of different domains using python - python-3.x

I have a list of email id's with different domains as below:
domains = ['0009134#163.com', '001Ieiming#163.com','002181#mail.fju.edu.tw', '000396#mail.moex.gov.tw', '001kinga#wp.pl']
I want to make separate list of emails for each domain into individual list like this:
['0009134#163.com', '001Ieiming#163.com'],
['002181#mail.fju.edu.tw','003256#mail.fju.edu.tw'],
['001kinga#wp.pl']

Related

I need to get a list of all domains registered in a specific country

I need to get a list of all domains registered in a specific country
like all domain has same domain extension example :
domains of Saudia Arabia usually end with :
.sa
.com.sa
.gov.sa
.edu.sa
.org.sa
so is there any way to get domain list for one country ?
i tried to use google like search :
site.*.sa
i show me only 28 page with 10 results per page = 280 total
it is not enough result !
Most ccTLDs don't publish the entire zonefile, for very good reasons.
So short answer: you probably can't

How can I pass values from the imported contacts list of an outbound campaign to the IVR Script?

I created an outbound campaign on CISCO UCCX 1151, assigned an IVR Script to it, Then I Imported Contacts list in the form of a comma separated text file:
This is the structure of the file :
AccNumber,FirstName,LastName,Phone1
This is example data:
1,Mark,Tomson,0566345
How can I pass the account number to the IVR Script?
If you are using the VoiceXML langage check the reference manual. The VoiceXML platform extensions) generally allows to get extra variables from the session context or internal objects. I hope it is the case with CISCO...
After research we found out that its a product limitation, we cannot pass all values from the imported contacts list to the IVR Script , we can only pass the Account Number to the IVR. how ever in an agent based outbound campaign all variables can be passed form the imported contacts list to the finesse desktop interface.
As a workaround, we applied extra DB access with custom java code in order to get the other fields like FirstName, LastName, etc ...

Create dynamic subdomain for each category

I want to create a dynamic subdomain for each category.
E.g. my side is www.bbq.com and when I select the xyz category it will redirect to xyz.bbq.com and when abc it will redirect to abc.bbq.com and so on.
I am using Magento 2 x, PHP 7, MySQL 6
For the above dynamic subdomain, I have created different store on one website. now i am redirecting properly to perticular category.
if suppose, i am redirecting to abc category i.e abc.bbq.com i want to show only those product who belonging to abc category i.e product is sort by category.
In what the way above things should be achieve?
Check my post for create the subdomains dynamically for your categories in Create subdomains on the fly with .htaccess (PHP) . Post title is Wildcard subdomain creation methods

Navigate/pre-populate view for multiple defects via hyperlink to HP ALM/Quality Center

I know I can link to an individual defect via a hyperlink such as the one below:
td://[project].[domain].[server]:[port]/qcbin/Defects?Action=FindDefect&DefectID=188416
Is there a way to go to multiple defects by calling a different action or passing multiple IDs?
I've tried common patterns such as:
td://[project].[domain].[server]:[port]/qcbin/Defects?Action=FindDefect&DefectID=188416&DefectID=188550
td://[project].[domain].[server]:[port]/qcbin/Defects?Action=FindDefect&DefectID=188416+188550
td://[project].[domain].[server]:[port]/qcbin/Defects?Action=FindDefect&DefectID=188416%2018550
REST API is not an option as I don't want to replace the ALM UI; I want to redirect users to it so they can manage defects and look up data there.
The "td://" protocol doesn't support manipulating multiple entities from a single url, at least not for now.
Though it has another param "ALL_ENTITY_IDS" allowing multiple IDs but that mainly is used for filters.

SharePoint: How to combine Filter from Business data list with External List

SharePoint External List Web Part allows users to edit/view/delete an item in the list, and the Business data list web part has a filter to allow users to search an external list but the results are read-only. I would like to know to program or create an extendable filter like the one in the Business data to search the external list and results are shown as the Editable external list.
Thanks a lot for your help.
Try reading this blog post. It is pretty close to what you are trying to achieve.
http://arsalkhatri.wordpress.com/2012/01/07/external-list-with-bcs-search-filters-finders/

Resources