Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~8K People Reached
About Me

student

Interests
playing the piano,surfing the net, progamming, making webpages,
Member Avatar for herms14

Hi, I was given a task at my work to revamp a static website that our team frequently use. The page is just a repository of all the links, tools and reports we have that we use everyday. The current page looks like this [![Click Here](/attachments/small/1/Capture3.PNG "align-left")](null) Im not that …

Member Avatar for pritaeas
0
124
Member Avatar for herms14

Hi Guys, I just would like to ask for some advice on my script. I am trying to get all MS hotfixes installed in a server using WMIC. I have a text file called [B]patches.txt[/B] that contains all the hotfixid's and I want it to validate if it is installed …

0
66
Member Avatar for herms14

Hi there, Im basically new in web development and Im trying to design a simple login menu. the problem is when I resize my Chrome window the input textboxes does not adjust and is left out. How could I make them adjust based on the size and resolution of my …

Member Avatar for herms14
0
194
Member Avatar for herms14

guys, ive copied a code about socket programming just to see how it runs. problem is i cant compile it everytime i compile client.c it shows and error. here is the error [CODE] client.c: In function ‘error’: client.c:9: warning: incompatible implicit declaration of built-in function ‘exit’ client.c: In function ‘main’: …

Member Avatar for getlogesh
0
994
Member Avatar for herms14

guys could you please help me...this is how my computer display looks. I dont know what happened. when I opened it this morning this is how it looked like already. I've tried everything, i've adjusted the horizontal display in my monitor settings, i've changed the resolution and also tried system …

Member Avatar for caperjack
0
119
Member Avatar for herms14

hi there, I would like to ask some help in my project. Im trying to do a playbook application in vb.net. My problems is I dont know how to animate the pictureboxes. Im supposed to let them move once I play the animate button. Lets say i have a picture …

Member Avatar for zortec
0
106
Member Avatar for herms14

guys I'm just new with visual basic. I would like to ask a question regarding coordinates.. Suppose I have object lets say a button how do i get the coordinates of the button in the form? also I want to button to move given a particular path, example if i …

Member Avatar for herms14
0
107
Member Avatar for herms14

hi guys! could i please ask for some ideas on my project. I'm trying to do a basketball playbook manager. The application should allow users to create plays for basketball and generate a animation on how the play works. I just would like to ask how could I generate animations …

Member Avatar for crazyboy
0
127
Member Avatar for herms14

Hello there. I would like to ask some suggestions guys for my Senior year project. Im thinking about doing something regarding networking. Heres' the scenario: Our school library has a Wi-fi connection and students can access the internet once they register and get a card from the librarian. The card …

Member Avatar for cohen
0
175
Member Avatar for herms14

Guys...I badly need your help...I made a Hangman game and the requirement is it mus be a two player game so I need to make use of socket programming. The problem is I don't know what to do next..I do not know how to do the read and write the …

0
60
Member Avatar for herms14

guys..I'm in my senior year and I need to make a senior project by next semester. I'm planning to make a mobile application that will send the data to a computer and store it in a database and finally output it in a webpage or something. the problem is I …

Member Avatar for hansal
0
172
Member Avatar for herms14

Im having some trouble in forking. All i want to do is to create a child process and under the child process i need to create a grand child..here's my code #include<stdio.h> #include<stdlib.h> #include<unistd.h> int main(int argc, char *argcv[]) { int val; val =fork(); if(val==0){ printf("Child process running\n"); printf("Child:%d PID:%d\n",val,getpid()); …

Member Avatar for herms14
0
3K
Member Avatar for herms14

hey there...could I please ask for some help for my programming assignment. I having a problem in assigning values to a variables inside a function. I don't know what im doing wrong...any suggestions could be a great help..here is my code [CODE] a = 0 myfunc(){ echo $1 "Computation" a …

Member Avatar for sknake
0
87
Member Avatar for herms14

I just would like to ask if the Sparkle 9400 gaphics card is good for gaming. I heard that it was meant for multimedia purposes like HDTV and all those stuffs but is it also capable if high graphics when it comes to gaming? like can I play Crysis in …

Member Avatar for jbennet
0
163
Member Avatar for herms14

guys i just thought of a project using vb.net and I would like to know your opinions about it whether it could be done or not. I was thinking of a application that would integrate if not all, maybe some of the most used chat applications nowadays such as yahoo …

Member Avatar for martonx
0
90
Member Avatar for herms14

ho do i store information to a mysql database? what i am trying to do is to fill out some students information and when i try to click save it should be saved to a mysql database.... here is my code but every time i click save it couldn't connect …

Member Avatar for Vandamn
0
178
Member Avatar for herms14

hi..I'm just a newbie programmer who needs some help. I'm trying to enter a date and save it in a mysql database. however the format in mysql is yyyy-mm-dd and the format in vb.net is mm-dd-yyyy. how can i format the date in vb in order to successfully enter it …

Member Avatar for c0deFr3aK
0
1K
Member Avatar for herms14

[CODE] 1 // Fig. 29.24: RegexMatches.java 2 / Demonstrating Classes Pattern and Matcher. 3 import java.util.regex.Matcher; 4 import java.util.regex.Pattern; 5 6 public class RegexMatches 7 { 8 public static void main( String args[] ) 9 { 10 // create regular expression 11 Pattern expression = 12 Pattern.compile( "J.*\\d[0-35-9]- \\d\\d-\\d\\d" ); …

Member Avatar for herms14
0
97
Member Avatar for herms14

guys..I just would like to ask for your help with this minor problem I have. I just recently upgraded my graphics card and installed the drivers included in it. But every time I open my pc a window opens that tells me that I have to install the driver for …

Member Avatar for cguan_77
0
72
Member Avatar for herms14

hi..I'm just a newbie when it comes to oracle and I would like to ask for some help. I just would like to ask if how do i put in my menus in my forms? I cant seem to solve this problem. what property in the property pallet should I …

Member Avatar for debasisdas
0
97
Member Avatar for herms14

guys..I would like to ask for some help. Im trying to read 10 integers in a text file and store it in a array. the problem is when I display it the numbers are treated one by one instead of putting them all together. For example when I display array[0] …

Member Avatar for CoolGamer48
0
118
Member Avatar for herms14

guys..I would like to ask for your help..I was given a programming assignment about searching a random number in a array of also random numbers. here's the problem: [B] write a program that creates an array of 100 random integers in the range from 1 to 200 and, then use …

Member Avatar for mitrmkar
0
102
Member Avatar for herms14

guys...could I ask for your help, I was given a programming assignment but I cant seem to understand the problem heres the problem: [B]write a program that creates an array of 100 random integers in the range from 1 to 200 and, then use a sequential search to search the …

Member Avatar for n1337
0
103
Member Avatar for herms14

guys I just would like to ask a question. how do i enter 100 random numbers in a array? please help me...im just a newbie programmer...thanks guys

Member Avatar for scut_lmj
0
139
Member Avatar for herms14

guys just want to ask a question...im currently using avira's antivir antivirus program. the problem is i can't update it cause i don't have a internet connection. does anybody know how to update it without connecting to the internet?? can i downlaod any program or patch to updte it??

Member Avatar for gerbil
0
108
Member Avatar for herms14

I just want to ask how do I access other drives in my computer using the command line. For example I would like to access the files in my flash drive how do I do it? I tried to use the change directory command ( cd <drive name>) but I …

Member Avatar for DimaYasny
0
106
Member Avatar for herms14

hello everyone...!! Im hermes from the Philippines...I found this site very much interesting that's why I signed up...Hope to meet a lot of you guys here in the forum.

Member Avatar for Serunson
0
37
Member Avatar for herms14

hi guys...i just want to get some idea....I read in a book that you could make a tetris game is C++ using pointers...can someone please help me understand how to do it or the concept behind it??? thanks im just curious...^_^

Member Avatar for Dani
0
74
Member Avatar for herms14

[COLOR="Green"][B][B]guys just want to ask...i found a windows xp service pack 2 installer but it says it is for hp computers only...just want to know if i can use this cd if ever I reformat my computer...will it have some problems if I install it in a non hp pc?? …

Member Avatar for bobbyraw
0
86
Member Avatar for herms14

hi..just want to ask guys if anybody can help me...I use XP as my OS. but there seems to be a problem when I open the command line.Everytime I open it Windows shuts down and I have to restart my PC all over again. It displays a error but I …

Member Avatar for gageguy
0
92