Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Split a string in C#

How to split a string Suppose I have a string "I love Programming" and I want to get all the words seprately. Here is a simple example:- string a = "I love Programming"; string[] words = a.Split(' '); // We pass the value inside '' on the basis of

How to export morph target animations from Maya??

HI all, I have created some facial animations of a character in autodesk maya with morph targets. But somehow i am not able to export these animations to use them in unity. right now i am using FBX file format for my animations for Unity. How can i

How to split a String

Below I have written a code to split a string. Suppose we have a string name imagePath and we are going to split by "/" by using split method in java. String delimiter = "/"; String[] img; if (imagePath.contains("/")) { img = imagePath.split

How to add dynamic effects on Button symbol?

Hi, I'm working on a project in Adobe flash & as per project's requirement I have to use the Button symbol with dynamic effects.  I had worked on Movie clip symbol & Graphic symbol in flash but never used  Button symbol bef

How to Make Image Selectable Using OCR Api which Can Extract Image Text in Android?

Hello, I am working on a project on android application which extract receipt images text and save it using OCR API. The problem i am having is that i want some way so that image potion can be selectable to user so that it highlight amount and date o

Which is faster on DOM manipulator? AngularJS or jQuery?

Hi. I am a fresher and a front-end developer. I have just started to use AngularJS a while ago. And I find it a very powerful framework. It's all great! I am also used to jQuery like any other developer. I just want to know which works faster on

How do you know whether to make a class, a subclass, an abstract class, or an interface?

I usually write code as I go along, but I noticed this takes more time in the long run especially when I lose track of what codes does what where, but I wanted to start planning my code by making UML class diagrams and mockups. However, like the tit

I can't click buttons in firefox when I edit the body of a page while it's possible in chrome any way to fix this?

when I use firefox developer tools to edit the body of a webpage the page buttons either disappear or stops functioning like in this example. this does not happen in chrome and all the buttons work fine as they suppose to how can I do that in fi

How to Implement Two Virtual Function Methods?

So what I've been given: Mean.cc is a class that inherits polymorphically from Statistic.h (the only things defined in that class are virtual void Collect(double) = 0; and virtual double Calculate() const = 0;) So the mean.cc is defined as:

How to Write Image to Excel File in Same Workbook but Different Sheet in Python

I can write all other filed to excel sheet, but not having any luck with writing image to excel sheet.   I am trying to grab image file name from setimage function and that is where i am stuck.   I am not sure how i can use variable fro

1 19 720
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: