2,977 Topics

Member Avatar for
Member Avatar for nyquil
Member Avatar for minhaajmuntasir.edoo

How do i access a masterpage hyperlink control from a content page in asp.net 4.0 using vb?

Member Avatar for JorgeM
0
88
Member Avatar for Gurjit_1

Hello friends, Please help me to sort out my problem , actually it is strange one and don't know why it appears. Actually I was trying to make a file upload form which I got success although a bit. A bit in the sense, if I include just <form> in …

Member Avatar for Gurjit_1
0
221
Member Avatar for Linda_4

Hi - Not sure If I posted this in the proper forum - I installed upload-lite script here - http://www.perlscriptsjavascripts.com/perl/upload_lite/users_guide.html and it is great for the simple use I want. I'd like to add the submitters name and email address to the form. Could someone please send me the code …

0
93
Member Avatar for Lorele

I just joined this site, after lurking from a distance. I came across DaniWeb originally because I was searching for information on PHP and CodeIgniter. I originally learned AppleSoft BASIC (on my Apple //c) and HTML (later: CSS), but had avoided Java, JavaScript, C-like languages, CGI/Perl, etc. I had been …

Member Avatar for Warrens80
0
177
Member Avatar for dinkar_1

I have a multiselect dropdown which has 8 colors in a hash %all_colors: my %all_colors = ( 1 => 'Red', 2 => 'Yellow', 3 => 'Orange', 4 => 'Blue', 5 => 'Black', 6 => 'Brown', 7 => 'Green', 8 => 'White', ); I have put it in a dropdown like …

0
115
Member Avatar for krishna bharath

give a grammar and example of if statement for each of the following languages: a)perl, b)python

Member Avatar for HiHe
-2
350
Member Avatar for vivek.vivek

Hi, My file has date in "14-oct-2014" format. I want to compare this date with current date and print result if the difference is less than or equal to 7 days. Example: Say today is 10-oct-2014 and file contains 14-oct-2014. The difference between these days is 4. So the script …

Member Avatar for vivek.vivek
0
118
Member Avatar for muskovitz

i want to make a time capturing limit of airodump-ng using the timeout command of UNIX but it just gave a empty terminal screen! Heres the simple perl script #!/usr/bin/perl use strict; use warnings; my $interface="eth1"; my $moninterface="prism0"; open(FILE, ">result.txt") or die "Failed to create a file!\n"; print FILE `iwlist …

Member Avatar for 2teez
0
303
Member Avatar for Robert_26

Hi. I am trying to recruit for a PERL/Shell Scripting Developer for our Baltimore Office. How would i find them on this site? Thanks for reading. Robert Ossakow Sr. Recruiter T. Rowe Price

Member Avatar for jackstone444
0
98
Member Avatar for Anirudh_1

I have two text files a.txt that contains data like abcd = 4.0 def =2.0 jkl= 8.0 and b.txt which has similar data abcd = 6.0 dfg = 2.0 jkl = 8.0 i want two compare and print the following points in a new text file 1.the names first, if …

Member Avatar for raicabogdan
0
305
Member Avatar for SimonIoa

I am getting this on my error log Cannot serve directory /home/ro265852/public_html/uploads/photos/: No matching DirectoryIndex (index.html.var,index.htm,index.html,index.shtml,index.xhtml,index.wml,index.perl,index.pl,index.plx,index.ppl,index.cgi,index.jsp,index.js,index.jp,index.php4,index.php3,index.php,index.phtml,default.htm,default.html,home.htm,index.php5,Default.html,Default.htm,home.html) found, and server-generated directory index forbidden by Options directive does anyone tell me what it means?

Member Avatar for SimonIoa
0
458
Member Avatar for red711

Hi, I'm new to perl, and need help about comparing 2 columns within 2 different .tsv files. I have search through the forum for some similar case of mine, such as [url]http://www.daniweb.com/software-development/perl/threads/335711[/url], [url]http://www.daniweb.com/software-development/perl/threads/336421[/url] and [url]http://www.daniweb.com/software-development/perl/threads/311399[/url] , I have tried to modified them according to my needs but somehow the final …

Member Avatar for 2teez
1
560
Member Avatar for RikTelner

I'm planning to set myself a target for future. Something that I'll thrive to learn and create and if it doesn't succeed I can blame you (just jokin'). So I thought about creating Linux GUI, I mean, I have kind of idea on how GUI should look like, I've got …

Member Avatar for rubberman
0
267
Member Avatar for veedeoo

The purpose of this class is to be able to create an html form with ease. This is inspired by the form helper in CodeIgniter. This can easily adapt to bootstrap or any css and jquery where id is required. To use this class, we need to include the class …

Member Avatar for veedeoo
3
764
Member Avatar for spidey

Hello, I installed 'Marvel Ultimate Alliance' game on my PC. Every function and graphics display well except for the characters, mine and the villains alike. They seem to look like silhouettes or stick men with weapons. I asked someone else about it and he said the problem could be in …

Member Avatar for arthurmanuel.emanex
0
421
Member Avatar for ingeborgdot@yah

I can open Yahoo Mail in Chrome, IE but not on Firefox on my main computer. I can open up Yahoo Mail on every other computer I have no matter what browser I use. It is just the one computer that has an issue with Yahoo Mail. Everything else works …

Member Avatar for rubberman
0
174
Member Avatar for arsharma159

Here is my line of markup code for Rich Snipets. Google says use it but I didn't find any particular way to make it WORK. I inluded this block of code in both HEAD and BODY areas as said by GOOGLE, but it didn't word either way. I even TESTED …

Member Avatar for pritaeas
0
108
Member Avatar for kartikeswar.parida

Here the switch() isn't working properly;not executing the function; & morever the while loop run twice when an invalid choice is given.. #include<stdio.h> #include<stdlib.h> #include<ctype.h> #include<string.h> #define MAX 100 int vowel_count(char*); int conso_count(char*); void to_lower(char*); void to_upper(char*); void menu(); int main() { int cnt=0; char data[MAX]=" "; bool flag=false; printf("Enter …

Member Avatar for sanjulovers
0
258
Member Avatar for myk45

Hello All, I want to convert a markdown file to its equivalent HTML programatically and Iam looking for a way to do this properly. I would need a script that converts the markdown file into proper html.I'am aware of Doxygen which generates these .md files to hmtl just with a …

Member Avatar for pritaeas
0
212
Member Avatar for Jack_9

I'm starting perl and I run windows so I would like to know what is a good perl IDE for windows. Any advice is appreciated.

Member Avatar for 2teez
0
99
Member Avatar for Jack_9

Does anybody know a good book, are a good website to learn perl. Anything is appreciated.

Member Avatar for 2teez
0
122
Member Avatar for Jack_9

I haven;t even started learning perl yet, I know languages like java, c and python, but is perl even worth learning? I mean it's a preety old language (what am Isaying age dosen't matter, think of how much C is still used) but the thing that I meant is that …

Member Avatar for Hiroshe
0
303
Member Avatar for sai_5

i am writing an automation script in Perl which logs into the server and executes various commands and functions.This Perl script mostly uses "send expect statements and for loops " to run the commands. This Perl script is a back end script which i have written. i have to build …

Member Avatar for Taywin
0
200
Member Avatar for Jack_9

Hey, I'm good at coding in quite a few languages including java, python, perl, SQL, and such. But I was wondering at what point can you say your fluent in a or (know) a coding language? Would it be when your comfortably writing programs in it? I know this question …

Member Avatar for JorgeM
0
224
Member Avatar for lovebird_huby

Could someone help me with a Shell Script OR a perl script which could read the below INPUT File and print output in format listed below. The logic I am looking for is to read each block within the asterisk line, then search for "until:". If the date of "until:" …

Member Avatar for griswolf
0
185
Member Avatar for surfingturtle

Dear members, I thank you for taking time to view this discussion, which would focuss on how to build ones career in webpage designing, Kindly guide me from ground zero to start with, after doing some research I stumbled across Jon Duckett's book (HTML & CSS, Design and build website), …

Member Avatar for BibhutiAlmighty
0
457
Member Avatar for biojet

hi all, I am comparing 2 data: Data 1 has 26 colums that have the information of comapanies and detail of informations. Data 2 has 18 coulums that have the information of peoples. Form the name of people (data 2) I want to make the new data which have all …

Member Avatar for Taywin
0
148
Member Avatar for awahqn

Hi, I have a code in perl that does some mail things and I would like to translate it to perl can someone help me please? I dont know perl so i want it in python so i can edit it. here is the code: #!/usr/bin/perl -w # USAGE : …

Member Avatar for TrustyTony
0
215
Member Avatar for lyleholc

Hi, I’m pulling out my hair getting Apache/Perl to work and would like some help with getting httpd.conf, Windows path, and other setting correct to run some Perl programs. I’ve set alias, Options, AddHandler, etc. but the simple program below gives permission errors. I’m running a Bitnami WampStack on XP …

Member Avatar for Taywin
0
275
Member Avatar for rama.krishna.9003

Hi All, I need a perl script to generate the following Replace value in a column of one file with a value from second file File1 246 0.668 20.644 20.610 0.000 3 U 1.039e+03 0.000E+00 - 0 1673 1676 1663 1662 18 0.816 22.786 24.906 0.000 3 U 1.815e+03 0.000E+00 …

Member Avatar for Dani
0
1K
Member Avatar for Hiroshe

I put this in the Unix catagory, however I beleive Windows pipes also can perform atomic writes - correct me if I'm wrong! Say I'm trying to save a large stream of information onto a filesystem. This filesystem might be local, it might be LTFS (a tape filesystem. Here, seeks …

Member Avatar for Hiroshe
0
197
Member Avatar for kishor.m.n

Hi all, I was just trying to write a simple prog in which i'm trying to add multiple components to a JPanel and inturn i'm adding that to a JScrollpane. Now the problem i'm facing is when i run the prog i can see the contents of the panel(not all) …

Member Avatar for mKorbel
0
10K
Member Avatar for jaydeep.ghosh

i have created many services, (i.e products in suitecrm) . there are some main services under which some sub services are there. i am mapping all the main services to one product (i.e product category in suitecrm). now on select of one particular product i need to dispaly all the …

Member Avatar for iamthwee
0
168
Member Avatar for garyrichard

I am retriving image from mysql database and want to hyperlink this processed image but not able to find solution for ($i = 0; $i < $rows; $i++) { $description = mysql_fetch_array($result); $img_str= base64_encode($description["nImage"]); echo '<a id="zoom" href="data:image/jpeg;base64,'.$img_str.'"><img src="data:image/jpeg;base64,'.$img_str.'" width="150" height="150" /></a>'; if($i%3 == 2) echo "</br>"; }

Member Avatar for cereal
0
2K
Member Avatar for perly

Hi, I have a 3-column data (below) from excel file. How can I write a perl code to sort all rows according to the first numeric number of a numeric interval and the word "complement" if they appear before the numeric interval as shown in the expeceted output below? Data: …

Member Avatar for Hiroshe
0
248
Member Avatar for markii.borabon

I have some basic logic here and im getting crazy how can do this. what I want is to submit my form when the hyperlink is being click. here sample code: <form id="myForm" action="for-filtering.php"> <input type="hidden" name="fname" value="<?php echo $account_fname; ?>"> <input type="submit" id="submit" style="display:none;"/> <a onclick='myFunction()' href='reponse-to-customer.php?id=".$cus_id."'>$firstname_email</a> </form> <script> …

Member Avatar for tapananand
0
318
Member Avatar for badoosan

I am trying to port some code running on a Linux machine to a Windows 8.1 machine running xampp. I am stumped as to why my cookies aren't getting stored and retrieved. Here's what I'm doing: #!\xampp\perl\bin\perl use CGI; use CGI::Session; my $cgi = new CGI; my $sid = $cgi->cookie("CGISESSID") …

Member Avatar for Taywin
0
263
Member Avatar for Jamie_4

I'm trying to get the text "Student 1, " to display in a text box but also have it as a link back to the student's page. This code displays only the url I want but not as a link and doesn't display "Student 1 " function getFavourite() { var …

Member Avatar for taersious
0
1K
Member Avatar for Joe_6

I have a csv script that runs within a sequence on a set of gathered urls like so: threaded(urls, write_csv, num_threads=5). The script writes to the csv but seems to rewrite the first row for each url rather than writing to new rows for each subsequent url. I'm new to …

Member Avatar for Joe_6
0
182
Member Avatar for Anna123

Dear All , I have a single file, which I need to rearange, The file format is, A1 ID* 3/2 A2 ID 3/3 A3 RM* 2/6 A1 RM 4/4 A2 D* 1/2 A5 D 5/3 A7 T 5/13 I need the output as this ID ID* RM RM* D D* …

Member Avatar for Taywin
0
179
Member Avatar for jensh

I want perl scripts of matching the exact word between text file(.txt) and database(oracle/mysql)... suppose... Data in try.txt file, xyz abc and Data in oracle database is, qid column1 column2 1 xyz cde 2 ifg mno Here matching word is "xyz". If matching found, it will automatically delete the row …

Member Avatar for Taywin
0
214
Member Avatar for Anna123

Dear All, It would be great if someone would help me in rearranging the following file absed on the similarity between the column, My file looks like this, CD79B-GH1 ID* 3/2 CD79B-GH1 ID 3/3 CIRBP-C19orf24 RM 2/6 CIRBP-C19orf24 RM* 4/4 DCAKD-NCL RL 1/2 HMGB2-EHMT2 RL* 5/3 KANSL1-ARL17A IM 5/13 KANSL1-ARL17B …

Member Avatar for Anna123
-1
232
Member Avatar for yeshamarques
Member Avatar for mitchems

It's been a long while since I've been here. I am trying to use Win32 IEAutomation to automate IE to login to SharePoint, read some information, download some files and some other junk. I installed WIN32 IEAutomation. When I run the simple script: use Win32::IEAutomation; my $ie = Win32::IEAutomation->new( visible …

Member Avatar for mitchems
0
543
Member Avatar for Anna123

Dear All, I have two files file1 looks like this,the test file ENSG00000000003.10 0 ENSG00000000005.5 0 ENSG00000000419.8 392 ENSG00000000457.8 24 and the GTF file like this, chr1 HAVANA 11869 14412 . + . + . gene_id ENSG00000223972.4 transcript_id ENSG00000223972.4 gene_type pseudogene gene_status KNOWN gene_name DDX11L1 transcript_type pseudogene transcript_status KNOWN chr1 …

Member Avatar for Anna123
0
425
Member Avatar for FelineHazard

Hi all, I've started to get acquinted with Perl's HTML::Parser, which does a really good job at parsing html (duh ;-) But for the life of me, I can't get it to return the actual text from subroutine! I keep getting references to it :\ :\ use HTML::Parser; package MyParser; …

Member Avatar for FelineHazard
0
391
Member Avatar for RikTelner

I've been lately doing some "research" about Linux. I just plainly sought what can be possibly done with `sudo su`. I came across `apt-get` function. Apparentely this is way Linux works, along with sum' file extension, that, I forgot (.deb?). But thats besides the point. Then I related `apt-get remove` …

Member Avatar for RikTelner
0
231
Member Avatar for Nebil

Hi guys, I just faced a silly but annoying problem.I was building a database application with vb.net and access. Things were going great but at the last moment,it started to not work properly.I didn't touch the db path as far as i know but i changed the system date as …

Member Avatar for Nebil
0
260
Member Avatar for Pilot122x

so recnetly I released a product of mine to a few close friends, one of these friends runs windows 8 and I coded my program in C# 2010, Windows 7..He gets an error saying improperly formatted, is the fix for that me upgrading to c# 2012 or in there a …

Member Avatar for Pilot122x
0
131

The End.