Result should be: a list of words with a length bigger than 9 , words should be lower and no punctuation in words, ***only three lines of code in the body of th
I need a coachmark that can follow size as an activity. But the coachmark dialog that I made is always blocked by the bar at the top of the screen. How do I get
I have gone through many articles but I am still not clear about the difference between the normal delegates that we usually create and multicast delegates. pu
I'm trying yo update an IF function but get an error highlighting "E41" I have the following which works fine: =IF(AND(E41<B9,(B9-E41)<=E36,E31>=B9),
I want my swift code to print out the strings attributes. Right now when calling the function I am getting a runtime error at context. I just want to print out
I am trying to invoke a multipart/form-data request which is accepting a FileDataBodyPart (application/json) as parameter using Jersey client. At client-side, I
Making your own model and custom validation error messages was not too complicated for me to understand. It just requires you to know about data annotations. I
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.androi
I'm using the query: select SGB_ID, max(SGB_TERM_CODE_EFF)max_term, SGB_TYP_CODE from SGB group by SGB_ID, SGB_TYP_CODE order by 1