Is there a way I could prevent all unit tests from running if a certain environment variable is not set to a specific value? For example I want tests to only ru
Possible Duplicate:How do i split a String into multiple values? I have a string 0001-102525 . I want to split it into 0001 and 10252
I want to develop simple SIP Send/Receive instant messaging app for Android device using Android SIP APIs. I searched the web and Stackoverflow for a sample e
I'm having trouble removing the loop and making it recursion. Can you correct my code? def translation(dna): mapping = {"G":"C", "C":"G", "T":"A", "A":"U"}
Let's say that there is a type: interface ObjWithKnownKeys { prop: string; } And I need an object that contains objects of this type. I know that I can type
I am looking to integrate SendFox (an email service like Mailchimp) into Divi. A friend wrote the necessary code but said he could only get it working in the pa
I have such a component: import React, { Component } from 'react'; export class TopicsList extends Component { constructor(props) { super(props); thi