Posts
 
Reputation
Joined
Last Seen
Ranked #256
Strength to Increase Rep
+14
Strength to Decrease Rep
-3
95% Quality Score
Upvotes Received
60
Posts with Upvotes
58
Upvoting Members
46
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
3
22 Commented Posts
6 Endorsements
Ranked #299
Ranked #124
~796.04K People Reached
About Me

Big Data/FOSS Consultant. Trying not to get hit by cars on my bike.

Interests
Cycling
PC Specs
2013 Macbook Pro (laptop), Q6600 Core2 Quad (Desktop), i5 5700k (server), running OS X, Ubuntu, and…

2,071 Posted Topics

Member Avatar for moderate_rock48
Member Avatar for Scagli3tti

Not being able to add a whole lot to your code, I'm willing to bet that the reason why dunretnda (redundant) shows up more than one time is because there are duplicate characters in the string. For instance, in the case of dunretnda, position 2 == 'n', and position 6 …

Member Avatar for michellepermsm
0
1K
Member Avatar for shak187

Why do that? Let your Python code run [b]in[/b] Java: [url]http://www.jython.org/[/url] It's a python interpreter written in pure Java! Snazzy.

Member Avatar for eliasarximan
2
154K
Member Avatar for Dani

Wow... 300 posts, and I never posted anything in this thread! I'm Alex Cavnar, aka alc6379. On forums that accept that long a name, that's usually what I go by. Other places, it's alc6379, or Alex Cavnar. Aside from modding here, I am also a moderator, along with DMR at …

Member Avatar for jamesjoseph1
0
9K
Member Avatar for happygeek

Well I'm back after... how many years? I've moved 600 miles from where I was, had 3-4 different jobs, got divorced, had a kid... My life has changed completely. So has this site. I might try and stick around and see if I can be a part of the community …

Member Avatar for Dani
10
3K
Member Avatar for Dani

I sometimes wind up with insomnia myself. I'm not one for taking supplements or anything, but for those times I *really* can't get to sleep, 5-10mg of melatonin can definitely help. Also, you don't have to exercise right before bed, but getting in any exercise during the day can make …

Member Avatar for jwenting
1
964
Member Avatar for Steven_20

There are a whole lot of projects that are attempting to do this. I suggest you try one of the options in this Google search: https://www.google.com/search?q=convert+web.config+to+htaccess&oq=con&aqs=chrome.3.69i57j69i61j69i60j69i59j69i65l2.1719j0j7&sourceid=chrome&ie=UTF-8 But, that's a pretty darn big web.config. I'm going to bet that you're still going to have to do a lot of manual cleanup. …

Member Avatar for Subraa_1
0
482
Member Avatar for Eric_20

What is or isn't happening? Can you put a breakpoint on BtnLogin_Click and see if it hits that method, then walk through it? Does that button need to be a postback trigger? Can it be an AsyncPostbackTrigger? What is the rest of the code on the page? If you've got …

Member Avatar for tonym001
0
436
Member Avatar for Nazneen_1

You're probably going to have to rewrite this from scratch. There are a lot of Python libraries that don't have direct analogs to C# libraries, so you'll have to figure out on your own what the code does, and how to interpret it as C#.

Member Avatar for alc6379
0
559
Member Avatar for batoolhussain

Doesn't look possible with pl/SQL, but according to this post, you might be able to write something in Java or C to do it, and run it as an external proc: https://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:439619916584

Member Avatar for rubberman
0
277
Member Avatar for vitaquous

Yep. You're supposed to require it in each module. I mean, technically you could declare the functions you wanted as variables and then inject them into the module functions that would use them, but that's kind of an anti-pattern in Javascript. ...Which is kind of funny if you're used to …

Member Avatar for alc6379
0
170
Member Avatar for lewashby

What do you get when you run `fdisk -l`? do you have partitions on the drive? Usually the drive is partitioned, and you'd mount /dev/sdd1, not /dev/sdd, which it looks like it's trying to do.

Member Avatar for alc6379
0
1K
Member Avatar for script_noob

[code]for i in `cat input.txt`; do rm -f $i done[/code] ...Something like that should do it. Basically, it should count each line as an item, and the $i variable is going to be the name of the file on that line. I added the -f command because I don't want …

Member Avatar for r 7vtgj
0
9K
Member Avatar for bayaudave

[QUOTE=jacksosan]I have the same problem with my Tecra 8100. The new dvd rom Sd-R2102 i just put in works OK but every time I restart my computer, the " IDE~1 ERRA" comes on before it boots. I've to unpuge the drive and reseated it and ask the window XP to …

Member Avatar for Brandon_10
1
301
Member Avatar for mike@itzoom

GREAT post. There's nothing I hate more than seeing this: Doe Law Office Jane Doe, Senior Partner email:[b][email protected][/b] GET A PROFESSIONAL LOOKING EMAIL ADDRESS!!!! At the very least, a professional looking email address shows people you're serious enough about your professional career to set up an email address specifically for …

Member Avatar for Vaishnavi_1
2
1K
Member Avatar for Cup of Squirrel

According to my trusty [i]Python Pocket Reference[/i], it's the [b]input()[/b] function: [code] input([Prompt]) [/code] Where [ Prompt ] is the string you would want to prompt the user with, obviously. So, from what I can tell: [code] foo=input('Please enter a value:') [/code] I'm rusty, but I think that would print …

Member Avatar for Jason_15
1
18K
Member Avatar for Indianblues

[QUOTE=student784;827336]Sir this item add temptrarely,when i close my form thess item wel be delete i want parmanatle add,i hope you pick mt point.[/QUOTE] What are you trying to load from? If you're trying to load the values from a database or an XML file, then you can use Databinding to …

Member Avatar for Shubhamrs8055
0
1K
Member Avatar for oalee

[QUOTE=oalee]but switches are better than hubs right? so, i'll probably be using switches... i'll run through the manual, (if i can find it) and try some things... thnx ...[/QUOTE] Switches do the same thing as hubs, basically. The difference is that switches are faster. Hubs utilize a single "bus", if …

Member Avatar for mason_nosam
0
1K
Member Avatar for gurusamy

Well, to be more specific, EVERYTHING in an ArrayList gets stored as an object. The ArrayList is kind of like an Array that you can add objects to after you've instantiated it. The ArrayList even has methods that you can use to convert the ArrayList to an Array. But, if …

Member Avatar for RichardGalaviz
0
562
Member Avatar for karie_sh

[QUOTE=Malkit Singh]i have windows XP in my computer, the problem is, whenever im enter into Internet, after sometimes my computer shutdown automatically[/QUOTE] What messages are given? I'm pretty sure that if you could give us some error messages, we could definitely help you with your issue. Have you tried the …

Member Avatar for syasya
0
760
Member Avatar for Surfing49

[QUOTE=tjhclist]I have the same monitor with same white screen and I have had no luck trying to repair it. It is a fault with the monitor and Dell will take no responsibility for it if you are out of warantee. Go out and buy a new one. Sorry if that's …

Member Avatar for Ketsuekiame
-1
3K
Member Avatar for supra

Have you thought of anything yet? I mean, there are loads of things you can do. What type of stuff interests you when using Linux? I suggest taking a task you do regularly and automating it. Or, maybe try writing a Linux distro's init scripts from scratch-- that would be …

Member Avatar for peter_14
0
802
Member Avatar for AmbaLee368

Really, there's not much you can do. Honestly, I recommend a stick. A BIG stick. If your boyfriend is downloading porn, then there are other issues aside from the computer that you need to contend with. You could block every porn site that [b]you[/b] could find, but [b]he[/b] could definitely …

Member Avatar for azad hasan khan
0
1K
Member Avatar for CPAtoCompSci

Just keep going the way you're going. Certifications are great, but they're not everything-- You could even look at something like getting your PMP, or another project management certification. That would get you into a BA role, too-- many BA's spend lots of time getting user requirements and translating them …

Member Avatar for Alex_15
0
745
Member Avatar for Swapnil Palande

You're looking at an issue of object persistence, more than likely. When you close the form, the object that the form represents, including all members included in it, are disposed. More than likely, you'll want to serialize the information in a temp file, or something like that. [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/objserializ.asp[/url] That'd be …

Member Avatar for Quezo
0
9K
Member Avatar for Rockstrdreamer
Member Avatar for drkmarine

Since you've isolated the behavior to be outside of any specific OS, and you've swapped every piece of hardware but the mobo, I think that's your culprit. Might try pulling the clear CMOS jumper, just to be safe. All peripherals were disconnected? Have you also tried installing with NO PCI …

Member Avatar for anthonnyelhelou
0
543
Member Avatar for Gollum1

A static IP address is one that does not change. Normally, you only have one of those if you're connected to a LAN, or you have a major operation on the Internet, where you need a DNS name to map to an IP address. A Dynamic IP address is usually …

Member Avatar for CimmerianX
0
333
Member Avatar for stupidenator

Really quick SSH howto: at the command prompt, type in [b]ssh [/b] [i]computer address[/i] Where the computer address is the IP Address or hostname of the system you want to connect to. Enter in your username and password, and get to work! ...Connecting is just that simple.

Member Avatar for dejikadri
0
1K
Member Avatar for kshahnazari

I don't think that's how you're going to want to do it, honestly. Why not have another table that just sets the "expiration" date of whatever it is you're doing, and then just check the database to see if the current time is greater than that expiration date?

Member Avatar for alc6379
0
124
Member Avatar for starsunited

What do you mean by "Non-USB"? Serial? PS2? I'd imagine that with either PS2 or USB would work the same, as the OS handles the text input all the same. If it's some other input, it might be different-- you might need to know if PHP has an interface to …

Member Avatar for davilotte
0
2K
Member Avatar for thegreatkk

[QUOTE=jbrock31;827167]You need to use System.IO.Compression namespace.[/QUOTE] ...But that only handles ZIP files. RAR files will have to be done with something else, like this DLL: [url]http://www.example-code.com/csharp/rar_unrar.asp[/url] This won't create RAR files, but it will list and extract.

Member Avatar for programminfree
0
3K
Member Avatar for marceta

Keep in mind that simply renaming a file is not going to make it a .ZIP file. If you try to open that file in Winzip, it's not going to work. You might want to look into some way to use PKZIP or some other DOS utility to actually zip …

Member Avatar for Giriv80
0
173
Member Avatar for Eduardo

You should just be able to create the file, and SuSE should read it. My experience has been that you only have sysctl.conf on your system if you needed to tune some kind of kernel setting at boot time.

Member Avatar for here2serve
0
306
Member Avatar for devloper

Are you saying your problem is that you don't have the type to reference in the client? There are two ways of handling this-- if you just use the Employee item as a data transfer object between the data access layer and the service layer, then you should make another …

Member Avatar for remyavinod
0
978
Member Avatar for OneMaxPower

[QUOTE=RanKZeRo]Could be someones hacking you.... should check your router activity light, if your computer is idle but the activity light is blinking hard then your computer is probably being used or accessed by someone else. Happend to me once.. i reformatted my comp (it spreaded through all of my computers …

Member Avatar for RTFMID10T
0
424
Member Avatar for plastick

Do you know how to use the Shell command in C#? This member has provided you an awesome response. It's not his job to write your code for you. Check this out: [url]http://www.codeguru.com/forum/archive/index.php/t-181653.html[/url] you can use this, and replace the actual filenames as provided in mahendrabatt's explanation with variables. From …

Member Avatar for Puneet Shinde
0
345
Member Avatar for Janna
Member Avatar for chameleon

If you look at the connector, does it look like this: [code] +---+ |OOX| +---+ [/code] Where the O's are wires plugged in? If so, you should be able to simply plug the wires in where they fit, notating which pin is the + or -.

Member Avatar for Rik_
0
304
Member Avatar for umairraja52

can you not visit Dell's website for your given region? They pretty well sell throughout the world...

Member Avatar for Jashandeep
0
220
Member Avatar for suptboyr

Can you write some pseudo code or something? Just outline what you've thought up in an indented- type format, so you can logically see what you're thinking of. Then, perhaps post that here, and let us help you with specific points of your reasoning.

Member Avatar for shweta11
0
310
Member Avatar for kaiking328

I'll bet it is some Fn key. if you just look at the keys, you'll probably see a little icon of what looks like a radio tower. if you hit the Fn key and that key, it should enable it.

Member Avatar for hotmatrixx
0
293
Member Avatar for something78

check this out, see if it provides any guidance: [url]http://blogs.msdn.com/codejunkie/archive/2008/09/13/bluetooth-device-control-development-using-c.aspx[/url]

Member Avatar for Seten
0
10K
Member Avatar for IT_Techno

What is the intended purpose of this dongle? Verification? A token or something?

Member Avatar for hypermatter
0
10K
Member Avatar for cajunsunshine

Open up the system, and see if there are any lights on the motherboard. You might need a motherboard replacement-- it sounds like the BIOS isn't shutting everything down that it's supposed to. Unless there's some really big current draw on the motherboard, you're probably not going to hurt anything, …

Member Avatar for SpiderLion
0
990
Member Avatar for leefuren

What kind of passwords are you wanting to create? What are you wanting to use the passwords for? Also, Visual Basic and Visual C++ are two different programs. I'm assuming you mean Visual C++?

Member Avatar for arpit56
1
532
Member Avatar for oalee

*bump* Thought someone here could use this. Keep in mind, that if you use NTFS, your recovery options will be [b]SEVERELY[/b] limited in what you can do. You won't be able to use DOS, for one thing, to edit files, and make your system bootable again. What people fail to …

Member Avatar for caperjack
0
628
Member Avatar for gogic

I'm currently using an Access database for a project I'm working on. My reason for it is that it's pretty easy to embed the connectionString in an app.config file, and change the location of the database. Since it's a local file, it's portable (ie, you can zip up the application, …

Member Avatar for kasun757
0
612
Member Avatar for debraph

These are for GSM (cellular) modems, I think.... They may not be supported by your modem. You might want to check if your modem has an extended command set that supports what you're trying to do.

Member Avatar for debraph
0
344
Member Avatar for behrooz.09

This is a pretty easy task. What have you tried so far? We don't do your assignments for you.

Member Avatar for behrooz.09
0
186

The End.