115 Topics

Member Avatar for
Member Avatar for happygeek

A survey of attendees at Infosecurity Europe earlier this month showed 70 percent in favour of the dictionary definition (in this case the Cambridge Dictionary) of a hacker being amended. The amendment in question being to remove 'illegality' from the definition. The current definition of a hacker is "a person …

Member Avatar for Naheedmir
1
4K
Member Avatar for oanahmed

Hi! I want to learn programming. I'm 14 years old and very fond of computing. The only problem I face is *Which programming language should I learn?* or should I learn *Programming* i.e I learn the basics of programming so that I will be capable of learning any programming language. …

Member Avatar for dianaaadams
2
1K
Member Avatar for it@61@sec

I'm using a fairly standard MSI mobo with Intel Core i5-6400 processor and 64 GB RAM. So: Which programming language (besides assembly) is the most effective to use in this configuration when I want to do calculations/modelling trying to find the least number of combinations to fullfill some predefined conditions. …

Member Avatar for Daniel11
1
3K
Member Avatar for Reverend Jim

APLX is a very complete implementation of the APL programming language from MicroAPL. The company stopped producing it in 2016 and it has been taken over by Dyalog. While Dyalog charges for the new versions, the final version from MicroAPL is available for free at [this page](http://www.dyalog.com/aplx.htm). It comes complete …

Member Avatar for Reverend Jim
1
970
Member Avatar for AssertNull

Consider my post in this thread... https://www.daniweb.com/programming/software-development/threads/508038/how-to-change-this-program-to-fully-oop Consider this code... int main() { srand(time(NULL)); char enter; // game starts Player player; // title cout << "Welcome to Zombie War." << endl << "Press [ENTER] to start."; cin.get(); // player name cout << "Please enter your name: "; cin >> player.playerName; …

Member Avatar for Reverend Jim
0
563
Member Avatar for nitin1

Hi, I was using booleans earlier in my class. --> isProductRestricted --> internal --> isProductGlobal I am using lombok too. So putting @Data at the top of class too. But, now I changed these boolean to Boolean variable. I got errors where ever `Object.isInternal()` was used. I am not getting …

Member Avatar for nitin1
0
364
Member Avatar for pravinkumar1

Is any one know about Quick Basic is a popular DOS programming language developed in 1980’s and it was widely used by many of the US companies for games, software for small businesses. As the programming technique had easy steps, it derived the name. It is an updated version of …

Member Avatar for pravinkumar1
0
426
Member Avatar for goha1414

Write a program in object code that will convert a 3-bit binary number to a decimal number,For example, if input is 101, output should be 5; if input is 011, output should be 3. that is what I have to do,this is what I have so far but its not …

Member Avatar for saifali110
0
1K
Member Avatar for CrypticXH4XOOR

Hello guyz, i just want to enter the world of programming but i didn't know from what i'm starting i took a short look in C also C++ and Java, so any one know what is the best for learning as a start.

Member Avatar for Tcll
0
562
Member Avatar for ddanbe

Mine is: > *procrastination* Don't ask me why. I guess it's the succession of vowels o a i e u

Member Avatar for bumsfeld
0
1K
Member Avatar for pratz

Hello, I have few question regarding importing modules. I have created a folder for my python work [quote]/usr/home/pratz/pyfiles[/quote] I have exported this to set the $PATH. And now if I issue the command [code]echo $PATH [/code] I am getting the string the "/usr/home/pratz/pyfiles" in the list. If I am not …

Member Avatar for Amigodornot666
0
512
Member Avatar for Riteman

I have a contradiction in creating a website for Job seekers, confusion in choosing the language. I assume here that there would be atleast 100 people access the database at the same time to Create a new account, update their existing account and at the same time some would search …

Member Avatar for Riteman
0
307
Member Avatar for VengefulToast

Hello fellow forum members, I am struggling to understand what I am supposed to be doing with ACL2. So I am given these axioms that define a function called up, and I just need to translate these into ACL2. -- axioms for predicate for increasing lists of numbers (up nil) …

Member Avatar for Hiroshe
0
326
Member Avatar for Za3mi

I am a new to assembly and i am asked to multiply two 3x3 matrices and then show the given result. I am having problem in multiplication as mov al,5 mov bl,6 imul bl but how to print it?? i know the result will be in ax register but i …

Member Avatar for Za3mi
0
2K
Member Avatar for wizard25

Hi, I have an assignment. I need to write code in logic programming language SWI-Prolog. Its very hard and I am going to appreciate if you help me :D. This is the assigment: Print 2D array size of (width x height) in spiral order. More explanation and example: You have …

Member Avatar for TrustyTony
0
756
Member Avatar for rao naeem
Member Avatar for Stavros_1
0
263
Member Avatar for admiri92
Member Avatar for rodion.gorkovenko

Hi, colleagues! Last autumn I've started a small web-site with collection of programming problems for beginners. To solve the tasks here users are to submit answers calculated after processing some randomized data. I.e. it is resembling ProjectEuler which I admire greatly :) http://codeabbey.com/ - that is how it looks like. …

Member Avatar for Schol-R-LEA
0
354
Member Avatar for grafic.web

Hi, i finally done my flag where i can choose the culture of my site, the problem now is the following : i have my table with ID , BODY, BODY_IT, BODY_FR, BODY_SP for example, when i click on the french flag my culture is = fr in this case, …

0
234
Member Avatar for ReaseySo

#include <stdio.h> Reverse Number In C Program int main() { int n, reverse = 0; printf("Enter a number to reverse\n"); scanf("%d",&n); while (n != 0) { reverse = reverse * 10; reverse = reverse + n%10; n = n/10; } printf("Reverse of entered number is = %d\n", reverse); return 0; …

Member Avatar for jnawrocki
0
469
Member Avatar for khan shahid
Member Avatar for happygeek

If you have never stopped to think about language in terms of Search Engine Optimisation (SEO) then the results of a survey by digital marketing agency Greenlight might make you do just that. According to the global Search and Social Survey, some 76% of people do their online searching in …

Member Avatar for issaccosta
0
573
Member Avatar for vani krishnan

Hi! I'm trying to operate a pc using EEG signals, as my academic project. I mean, using our thoughts instead of input devices to handle the operations of a computer. I hav EEG signals which I can process in Matlab. But, after that I hav no idea of how to …

Member Avatar for phorce
0
340
Member Avatar for Schol-R-LEA

I am currently working on a new language design in the Lisp family, which I am calling 'Thelema'. It is intended to be a multi-paradigm language which is related loosely to Scheme and, to a lesser extent, Common Lisp, but with modern concepts such as package management, support for object …

1
280
Member Avatar for edensigauke

I have reset an Acer Laptop running Windows 8 to its original settings and it has brought up German. i need to know how to get it back to English. I DO NOT SPEAK GERMAAAANNNNN!!!!!!!

Member Avatar for caperjack
0
301
Member Avatar for mgold

First, just to clear this up, I did not post this is the wrong place. I know the difference between "Java" and "Javascript" I'm working on a project where I want to allow a simple, no intense programming required, way for users to create custom functionality. This is a simplified …

Member Avatar for JamesCherrill
0
368
Member Avatar for exN4TURAL

Hi there! I came here for your advice :) The thing is that I want to start learning programming language which suits to these requirements: Web development, working with databases, need to be quite popular, good options for employment, good options to working on freelance projects too (small and middle …

Member Avatar for <M/>
0
345
Member Avatar for kal_crazy

I am using CPU Sim to change wombat1 to wombat2 by adding stack. I have done adding a Stack RAM and a Stack pointer SPR. I have implemented a push instruction as such: acc->mdr mdr->Stack[SPR] End The implementation is able to push the acc value to Stack but not able …

0
242
Member Avatar for Azmah

I'm looking for a really good 3D and/or Game engine to work with? I currently use C++, though I am willing to switch if the it's worthwhile :) Thanks in advance.

Member Avatar for 3dwalkyan
0
480
Member Avatar for Labdabeta

Hello, I was just noticing that the 'const'ness of references often causes me to rewrite a large chunk of my code with pointers. For example if I have a class that needs access to a large amount of data from another class I would love to use a reference. However …

Member Avatar for mike_2000_17
0
403

The End.