I have the option to choose either of those protocols to connect to my university WLAN.
Which should I use?
Does it matter?
What are the drawbacks of each choice?
Hi,
I have a teacher model which has_many students. When I render astudent (as json) I want to strip out the teacher_id property and replace it with the name of the teacher in my representation.
What is the best way to achieve this?
Cheers,
Chris
Hi,
I like using Visual Basic for C++. I'm astudent
I noticed the web development feature in it, and I was wondering if it is any good for web design, maybe if someone has used it or does use it if they can give a few words on weather or not it's worth learning?
I have been using Dreamweaver as my platform for web design.
So pretty much I'm asking Dreamweaver VS Visual Studio for webdesign, pros and cons?
I have a table containing lessons that I called "cours" (french) and I have several cours inside and I have linked them to students with a table between them to see if they go to the lessons or not.
I would like to return data with the SELECT and the data that are NOT select.
So, If one student follow 3 courses of 5, I would like to return the 3 courses that he follow and the 2 courses that he doesn't follow.
Is there a way to do it ?
Hello,
A professor at the university asked me if I could install some software for him on his laptop that runs SLES 11. I'm not familiar with SUSE (I typically work with debian based machines) so I'm having some trouble finding/installing some software.
Here's the list of software he needs installed:
-xv (plotting software)
-xmgrace
-LaTeX
Can someone point me toward some rpms for the above-mentioned software?
Hello! I am an engineering student unsure of which 6-month computer-related course to take. I'm trying to decide between a .NET course or an Ethical Hacking course. Would someone care to share some insight with me?
Cheerio!
Hello,
I am a computer science Student Second year ,and i know good deal about c++,Data Structure, File Structure,OOP etc.
I decided to learn java i have read couple of books but i know u need practice to master any Programming language so i wonder if anyone could give me the assignments"only the questions not the solution" so that i could solve them as i am getting bored of "hello world"s and "3+2=5"s kinda stuff
thanks,
~HW
The problem I've encountered is that I am using a keyboardEventListener to make a movieclip run around. As I'm a college student, I'm creating this for an assignment but we are forced to use as3 classes.
When I run the code in the maintimeline, there is no problem. But when I try to access it from another class (with an 'Export for ActionScript' on the movieclip in question) I get an error he can't address the stage.
this.stage.addEventListener(KeyboardEvent.KEY_DOWN, dostuff);
Hi, everybody.I am a senior student in CS.I have not much idea about what to do with my senior project.I think any idea will be very helpful to me.I'm very much interested in algorithms and the math behind them.Thanks for any project idea with this subject.
Hi I did A Google search and couldn't find anything,
so I wanna learn Qt/C++ my University (I'm a first year CompSci Student) won't be teaching C++ next year which is a big disappointment
I already know Python
and dabbled in LaTeX, Javascript, C++
I'm currently helping out a free software project Clementine but it's programmed in Qt/C++ and I don't know enough of both to help out enough.
Is there any tips, Tutorial, howtos out there?
Hello,
I need to set up a OS X build server (Xcode for iOS development). Now the tricky part is, this server will be used in auniversity environment and many students will have access to it for different projects. How can I set it up so that each student's project is private to them only, keep the server itself protected from students and enable students to access and build remotely.
I am not very familiar with the Mac OS X environment so any help would be greatly appreciated!
Thank you
I have to make a project involving xml for my university. I decided to make something web based and use Berkeley xml db and php, on Windows. So I need 2 libs - php_db4.dll and php_dbxml.dll. There is no such files. In addition there is no source code to be compiled in the dbxml \ build_windows folder of the installation! There is only vcproj files. Can anyone help me with this?
I am astudentatUniversity so my experience is limited, hence the question.
If someone says to you, here is a task to code, what are you looking at in order to choose the language or paradigm in which you will do it in?
Hope the question makes sense?
I want to use the internet connection of the servers at my university. I have a remote desktop account, and I have tried setting up VPN, but all VPN or proxy server software I could think of was blocked.
Windows' built in VPN is blocked too. When I go to "Change Adapter Settings" and click on "File-New Incoming Connection", it says "Access denied."
What would your suggestion be to use the internet connection of the remote desktop?
I am displaying student attendance in Gridview from sql server. i choose apsent as A, present as P and leave as L. Now i would like to display A in red color, P in green in Gridview databind, not for header text. How is it. please help me
Here' my piece of code:
#include <stdio.h>
#include<stdlib.h>
struct student{
char *name;
};
int main()
{
struct student s;
s.name = malloc(sizeof(char *)); // I hope this is the right way...
printf("Name: ");
scanf("%[^\n]", s.name);
printf("You Entered: \n\n");
printf("%s\n", s.name);
free(s.name); // This will cause my code to break
}
All I know is that dynamic allocation on the 'heap' needs to be freed.
My question is, when I run the program, sometimes the code runs successfully. i.e.
./struct
Name: Thisis Myname
You Entered:
Thisis Myname
I tried reading this
I've concluded that I'm trying to double-free a piece of memory i.e. I'm trying to free a piece of memory that is already free? (hope I'm correct here. If Yes, what could be the Security Implications of a double-free?)
While it fails sometimes as its supposed to:
./struct
Name: CrazyFishMotorhead Rider
You Entered:
CrazyFishMotorhead Rider
*** glibc detected *** ./struct: free(): invalid next size (fast): 0x08adb008 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6(+0x6b161)[0xb7612161]
/lib/tls/i686/cmov/libc.so.6(+0x6c9b8)[0xb76139b8]
/lib/tls/i686/cmov/libc.so.6(cfree+0x6d)[0xb7616a9d]
./struct[0x8048533]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0xb75bdbd6]
./struct[0x8048441]
======= Memory map: ========
08048000-08049000 r-xp 00000000 08:01 288098 /root/struct
08049000-0804a000 r--p 00000000 08:01 288098 /root/struct
0804a000-0804b000 rw-p 00001000 08:01 288098 /root/struct
08adb000-08afc000 rw-p 00000000 00:00 0 [heap]
b7400000-b7421000 rw-p 00000000 00:00 0
b7421000-b7500000 ---p 00000000 00:00 0
b7575000-b7592000 r-xp 00000000 08:01 788956 /lib/libgcc_s.so.1
b7592000-b7593000 r--p 0001c000 08:01 788956 /lib/libgcc_s.so.1
b7593000-b7594000 rw-p 0001d000 08:01 788956 /lib/libgcc_s.so.1
b75a6000-b75a7000 rw-p 00000000 00:00 0
b75a7000-b76fa000 r-xp 00000000 08:01 920678 /lib/tls/i686/cmov/libc-2.11.1.so
b76fa000-b76fc000 r--p 00153000 08:01 920678 /lib/tls/i686/cmov/libc-2.11.1.so
b76fc000-b76fd000 rw-p 00155000 08:01 920678 /lib/tls/i686/cmov/libc-2.11.1.so
b76fd000-b7700000 rw-p 00000000 00:00 0
b7710000-b7714000 rw-p 00000000 00:00 0
b7714000-b7715000 r-xp 00000000 00:00 0 [vdso]
b7715000-b7730000 r-xp 00000000 08:01 788898 /lib/ld-2.11.1.so
b7730000-b7731000 r--p 0001a000 08:01 788898 /lib/ld-2.11.1.so
b7731000-b7732000 rw-p 0001b000 08:01 788898 /lib/ld-2.11.1.so
bffd5000-bfff6000 rw-p 00000000 00:00 0 [stack]
Aborted
So why is it that my code does work sometimes? i.e. the compiler is not able to detect at times that I'm trying to free an already freed memory.
Has it got to do something with my stack/heap size?
I'm working on a web app that will have a large-ish chunk of users in China. The bad news is that most of them are university students, and access has been blocked.
Setting up a proxy server inside China seems like the best (potential?) solution, but it's the first time I'll have done anything along those lines. Are there any pitfalls or issues that I should be aware of before I start down this path?
So I am required to write a fairly basic Windows service and have never done so before. Of C#, C++ (the Visual Studio suite), what is the best language to develop in? I am astudent, and am most familiar with OO languages such as Java.
Additionally, if anyone can recommend any books, articles, or google searches that would be relevant to the project I would greatly appreciate it.
Thanks!
badPanda
hello i am astudent and i am doing my senior project it is about developing an application in j2me for scanning a barcode and extract the number of the barcode in a message to be send.
please i search the net but i cant found something usefull i am new at j2me if someone could help me with sourch code and how to create it i will be very thankfull my email is [email protected]
thanks in advanced
I host an event that usually draws 200 people. It is held in auniversity lecture hall that holds about 260 people. How many/what kind of wifi access points/routers will I likely need to provide everyone reliable access?
What is the best way to prepare for a java career ? Could you study on your own, make a few open source projects or work as a freelancer to build credibility ?
OR should I sit through my 3 year CS program. I am in heavy student loan debt from my previous degree....so I'm trying to find the fastest way to find a job, or get paid !
If I try:
Groups = students.Remove(f => f.StudentID.Equals(studentID));
I get an error on this line: f => f.StudentID.Equals(studentID)
I am having difficulty from my previous posts here linq deleted users still associated with groups and here Delete method in WCF
So I thought maybe I could delete the students contained within groups but I get an error Cannot convert lamda expression to type Student because it is not a delegate type.