14 Topics

Member Avatar for
Member Avatar for ddanbe

I'm a great fan of extensions in C#. See also this previous [snippet](https://www.daniweb.com/software-development/csharp/code/467292/squaring-an-integer-with-extensions). Extensions are really simple to use. Start with adding a static class containing static methods. Note the special use of the keyword `this` in the Times extension method. The next code snip is how you could use …

Member Avatar for kplcjl
0
381
Member Avatar for michaellooks
Member Avatar for michaellooks
0
127
Member Avatar for BigPaw

For many years I was a loyal Firefox follower, and although impressed by the innovative technology of Chrome when it first came out, I didn't take it seriously. However, over the last twelve months Chrome and me have become quite inseparable. Wherever I am and whatever device I am using, …

Member Avatar for BigPaw
0
314
Member Avatar for hairextension

helo friends i have a new site i wana to set their ONPAGE for SEO working can u help me which are changes i have to do in for make SEO friendly site and how?

Member Avatar for cloudbook03
4
249
Member Avatar for garyjohnson

What is the PHP extension to connect to mysql? I have installed them using wamp sever and they are not connecting because they dont have the extensions, where can I get the extension?

Member Avatar for LastMitch
0
144
Member Avatar for deebi
Member Avatar for shandoosheri

Hi i have a directory containg about 300 files with different extensions like : .txt, .php, .html,etc.. and i have tried this code but it displays a files list instead of only thier extentions [CODE]string[] filePaths = Directory.GetFiles(@"c:\tmp]");[/CODE] so what i need to do is to display all the files …

Member Avatar for shandoosheri
0
242
Member Avatar for ssdeep

can we generate a MAC for a text file in javax.crypto and generate a MAC stored in a String variable??????????????

0
94
Member Avatar for nika201

Hey, anybody know if there is a DLL available for Image Magick that I can put in the /ext directory and use Image Magick without having to install the Image Magick software? Thanks.

Member Avatar for nika201
0
141
Member Avatar for deineMutti

Hi, It is possible to remove (expire) cross subdomain cookies using javascript? For example, Facebook.com creates these cookies in the ".facebook.com" domain:[IMG]http://www.datermine.com/img/MStandaloneImage/full/agpkYXRlcnJtaW5lchgLEhBNU3RhbmRhbG9uZUltYWdlGIn9DQw/[/IMG] I'm creating a chrome extension with a content script that can run javascript within a page in the browser, typically in the 'www' subdomain and I'd like to …

0
124
Member Avatar for kedarm

Hi! I'm trying to use the opencv bindings of Python. I tried the following code: [CODE]from opencv.highgui import * from opencv.cv import * cam = 'cam' cvNamedWindow(cam) cap = cvCreateCameraCapture(0) while cvWaitKey(1) != 27: img=cvQueryFrame(cap) cvShowImage(cam,img)[/CODE] Although the window seems to open fine, I cannot see any image. I just …

Member Avatar for Ratzian
0
306
Member Avatar for kedarm

Hi! I am trying to convert my c/c++ code into a python module. The code captures an image which it then runs some algorithms upon. For a start, I am trying to write a code that just captures an image. I am using opencv for the image capture (in the …

0
101
Member Avatar for kedarm

Hi! I'm trying to build a Python extension with C/C++. I'm following the steps given in the documentation [URL="http://docs.python.org/extending/extending.html"]here[/URL]. I've followed the steps mentioned and written my first code. However, I have no clue on how to compile the project! I do not know how to create the .pyd file …

Member Avatar for kedarm
0
5K
Member Avatar for rje7

Are there different SQL extensions? What are the extensions for Data Mining and Warehousing?

Member Avatar for rje7
0
83

The End.