I really like using Notepad++ to write HTML and such. After I started using Ubuntu I looked around for an alternative to Notpad++. I found a thread which lead me to try Geany and a few others, but I really miss Notepad++.
Is there anyway I could compile it from the source code to use on Ubuntu? I know its written in C++. Could I just open it in…
Hello how would I look through a string for a word rather then each character in that word.
I have my code here and it always seems to find everything that is .obj even if its o or b or j or "."
is there anyway to get passed this
here is my code?
I checked the docuementation here link but nothing returned any results I craved so hard
string…
Yesterday we officially launched our new YouTube channel. Today we are announcing another initiative that we have been working on for a while: to help you learn common customization tasks, we are going to publish a series of detailed How-To documents with lots of screenshots. Many of these will also be the script for a YouTube video,…
Recently, I have been trying to learn programming and improve my ability in writing method level code through practices on websites such as Codingbat.com
However in the recent weeks I have been stuck for weeks at the last 2-3 questions of String-2/Array-2 and early String/Array-3 problems. It feels really tempting for me to give up and google…
PRODUCT FAMILY: EBS CRM - Service
November 6, 2012 at 11 am ET, 9 am MT, 8 am PT, 4 pm London
The primary function of this WebCast is to explain how to debug problems when auto-creating a Service Request from an Inbound Email into Email Center. We see a significant number of issues raised with Support in this area, as the only…
I want to know if the structure for an ASP.NET website I'm working on uses a design pattern for it's web pages. If it is a design pattern, what is it called? The web pages have the following structure:
UserDetails page (UserDetails.aspx) - includes UserDetailsController.ascx user control. UserDetailsController.ascx includes sub user…
Apparently I am not the only one with this problem.
This was my solution, but it did not work, of course.
I downloaded the tar from another computer. I found the file of the atheros driver that I needed which is apparently atl1c.
I put that file on my ubuntu desktop.
I ran the following in the terminal:
cd ~/Desktop
atl1c
make…
MonoDroid est disponible gratuitement, en version de test avant la mouture finale payante
Mise à jour du 06.01.2011 par Katleen
En mars dernier, nous vous parlions déjà du projet MonoDroid (voir news précédente), cet outil dont le but est de permettre aux développeurs de travailler sur .Net depuis Android (et sous d'autres…
I want to develop a software that can copy the same data to multiple external drives, simultaneously.
For example, consider a file Movie and I have 3 external drives to copy it to, and I want to copy Movie to all these 3 drives(these drives can be flash storage or external hard-disk or pen-drive etc. but have one thing in…
I am programming in C++ OpenGl with GLSL. Until now I have been using a data structure that is composed of std::vector filled with structures of vertexes and with their parameters (position , normal, color ...) as a global variable for all the code.
My question is, as I am using VBOs for drawing - is this a good approach…
What basic physics principles do software engineers and/or computer scientists use to help solve specific or common problems?
The first one that came to my head was creating a Physics engine for a game; physics is involved, as it requires knowledge of:
Forces and Motion: Kinematics, Dynamics, Circular Motion
…
I'm primarily a Java/Python programmer, but I just picked up an entry-level job doing web development. I had to learn PHP, and several of my CS friends told me that it would stunt my coding ability/be terrible to program in/murder me in the middle of the night.
So far, there have been annoying moments with the…
What is the best way to document an API? Moreover, what is the best way to document a T-SQL API? Before I try to answer those questions I should explain what I mean by “a T-SQL API”. I think of an API as being a collection of well-defined, known, code modules that provide some notion of a service to whomever…
A knowledgeable friend recently looked at a website I helped launch, and commented something like "very cool site, shame about the inline scripting in the source code".
I'm definitely in a position to remove the inline scripting where it occurs; I'm vaguely aware that it's "a bad thing". My question is:…
In most usage scenarios, the data displayed in a Microsoft Chart control comes from some dynamic source, such as from a database query. The appearance of the chart can be modified dynamically, as well; past installments in this article series showed how to programmatically customize the axes, labels, and…
Sometimes I come across a way of putting something that it is pithy good, not Hallmark trite, but an impactful and concise way of clarifying a previously obscure concept. A recent one of these happy occurrences was when I was reading the excellent Art of Unit Testing by Roy Osherove. After going…
I seem to be having some trouble figuring out a solution for a problem. See the thing is, my code is supposed to read a lot of data from a bunch of files.
I've been thinking of two different approaches:
1) the first one seems simpler, I ask the user if they would like to examine the next file…
I found out about Mozilla Persona today and fell in love with it completely. It really does feel like the future of account management.
For the first time ever, I actually want to contribute to open source because I believe in this tech. I wrote a simple ASP.Net MVC3 demo web application…
I am writing a rather simple android game and I am implementing Open GL to draw a 3D cube that spins upon the X, Y and Z axis and I need to know where the user has clicked on the texture of the cube.
The texture is a simple square bitmap (100x100) that has a smaller square in the center.…
I am trying to split my code in different layers:
GUI, reading the GUI, creating input, calculating the model, interpreting data, creating view, sending the view to the GUI.
I got the idea of the MVC and would like to try to build my program that way. But I'm a little confused about how…
I'm planning to write/code one such stealth keylogger that would bypass detection by a certain antivirus. (I don't want to name the vendor as I know how good Google queries are against StackExchange websites).
I don't want to just download any keylogger from internet and try to encode…