Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
43% Quality Score
Upvotes Received
5
Posts with Upvotes
4
Upvoting Members
5
Downvotes Received
6
Posts with Downvotes
5
Downvoting Members
5
3 Commented Posts
~39.8K People Reached
PC Specs
Learn C++
Favorite Tags

81 Posted Topics

Member Avatar for Evenbit

For those who want to develop OS's(like me) [url=http://wiki.osdev.org/Main_Page]OS Dev Wiki[/url] is a good place to start.

Member Avatar for pbj.codez
3
1K
Member Avatar for Nathan Campos

Hello, I'm starting on Assembly and i want to know how i can clear the screen in Assembly, because of my OS. When i run it in Bochs, that boot messages are there and i want to clear they, for a better visual of my OS. Thanks, Nathan Paulino Campos

Member Avatar for jrandom
2
6K
Member Avatar for Toulinwoek

In my opinion, Delphi is more easy to learn and it's more flexible in OS's term, like Lazarus project, you can compile apps to Linux and Mac, Kylix just to Linux.

Member Avatar for conhulio
0
2K
Member Avatar for Nathan Campos

I was looking at a page called [URL="http://blog.sarathonline.com/2009/02/javascript-convert-strings-to-binary.html"]Javascript: Convert Strings to Binary (and representing in a nerdy way!)[/URL] where you can convert a [icode]String[/icode] into binary dots using Javascript and I loved that, but how I can do that? Since the code isn't for making that grid...

Member Avatar for Airshow
0
225
Member Avatar for Nathan Campos

Hello, My friend gave me a code to try a bit. What it does is that it gets a text and format it. Here it is: [code]function boldAndItalicize(text) { return text.replace(/&/g, '&').replace(/</g, '<') .replace(/(\*+)([^*]{1,1024})(\*+)/g, function (whole, open, content, close) { if (open.length === close.length) { switch (open.length) { case 1: …

Member Avatar for twiss
0
119
Member Avatar for Nathan Campos

Hello, I'm building a program that gets the value of a [b]TextField[/b], concatenate with some other [b]Strings[/b] and then display them on a [b]TextBox[/b] when the [b]ScreenCommand[/b] is clicked, the problem is that it's calling a [b]NullPointerException[/b]. My code is like this(of course it has a lot more stuff): [code=java]/* …

Member Avatar for jon.kiparsky
0
201
Member Avatar for Ancient Dragon

Hello, In my opinion you can install MinGW and install Eclipse, but if you want to use NetBeans or other IDE you need to have MinGW.

Member Avatar for marantis
0
211
Member Avatar for Nathan Campos

I'm trying to adapt the opensource code from the page [url=http://tlrobinson.net/iphone/lighttable/]Drag and Drop in MobileSafari[/url], here is a snippet of the code I've changed from: [code] function jsonFlickrApi(data) { for (var i = 0; i < data.photos.photo.length; i++) { var p = data.photos.photo[i], img = document.createElement("img"); img.src = 'http://farm'+p.farm+'.static.flickr.com/'+p.server+'/'+p.id+'_'+p.secret+'_m.jpg'; img.className …

Member Avatar for Airshow
0
292
Member Avatar for Nathan Campos

Hello, I'm learning C++ and trying to build my own file zipper, because i like very much to work with zip files, but now i want to build my own zipper and it's so hard to find good resources to start. As you can see in my previous posts i …

Member Avatar for DevC+
0
189
Member Avatar for Ancient Dragon

Nooooooooo! Now DaniWeb is like StackOverflow! :( With this reputation!

Member Avatar for VernonDozier
0
1K
Member Avatar for jingo1126

I don't know how to do this in Tasm, but i wrote a article at CodeProject some time ago using MASM32, take a look: [url]http://www.codeproject.com/KB/DLL/intro_to_dlls_in_masm.aspx[/url] Hope this helps!

Member Avatar for Nathan Campos
0
74
Member Avatar for alishujahx

I'm going o add you, my Skype is ubuntu-nathan, if someone want to add me too, i will be very happy, but remember that i'm learning C++. Thanks For The Future Help!

Member Avatar for ithelp
0
468
Member Avatar for Nathan Campos

Hello, I'm learning C# and i want to know how i can add a item in a ListBox like this, the user click in a button, then it creates a item in the ListBox and in the ListBox the user digits what he want in that field, when the user …

Member Avatar for DdoubleD
0
3K
Member Avatar for Nathan Campos

Hello, I use Nasm as my default Assembler, but with a couple days i was testing MASM and now i want to know how many users here use this Assembler. Thanks, Nathan Paulino Campos

Member Avatar for NotNull
-1
93
Member Avatar for Nathan Campos

Hello, I'm a brazilian, but my friend is chinese and he buyed a notebook here in Brazil(Don't have chinese support installed) and my Windows XP CD don't have all that files to install the language pack, then [b]how i can get the language pack?[/b] Thanks, Nathan Paulino Campos

Member Avatar for Nathan Campos
0
170
Member Avatar for codeguru_2009

Only one comment for you codeguru_2009: please put the code highlighting in your code, using this tags: [ code=asm ] ... [ /code=asm ], without spaces, it's just to for the best comprehension of the code. Thanks!

Member Avatar for NotNull
0
175
Member Avatar for Nathan Campos

Hello, I'm really starting in Assembly, but i want to know if it's possible to develop for ARM devices like those who run Windows CE, because i have an Jornada 720 and i want to develop to it, i'm already a Java developer, but Assembly will be another language that …

Member Avatar for jsuvrat
0
152
Member Avatar for Nathan Campos

Hello, I'm starting in the development under PocketC and i want to know if here in DaniWeb we have other users that are using the same software. Regards, Nathan Paulino Campos

Member Avatar for serkan sendur
0
75
Member Avatar for pymatio

Tom Gunn is right, and another thing, please put the code highlighting, like this: [ code=cplusplus ] ... [ /code ], but without spaces. Thanks!

Member Avatar for Ancient Dragon
0
235
Member Avatar for Nathan Campos

Hello, At this times i need to decide something that will chage my life forever, it is: Continue with C++ and the possibility to compile my programs at my HP Jornada 720(Handheld PC) and in my [b]PC only and NOT for my j720[/b], or learn C and start my mobile …

Member Avatar for Frederick2
0
342
Member Avatar for MattyRobot
Member Avatar for iammfa

Don't use [b]<pre> and </pre>[/b]!, use the code tags: [b][ code=cplusplus ]...[ /code ][/b], without spaces! Thanks!

Member Avatar for iammfa
-1
133
Member Avatar for enigma_arien

Other things, please put better descriptions as Salem says and this isn't the right forum to talk about C, use the C forum here in DaniWeb! Thanks!

Member Avatar for Nathan Campos
0
296
Member Avatar for Bladtman242

Don't put this dirty words in your title, put better titles and that explain what you need! Thanks!

Member Avatar for Bladtman242
0
534
Member Avatar for Nathan Campos

Hello, Because of my new and the most of the future projects, i'm needing to learn C and use Windows, but because of this, i don't know how to use the Windows API, then i'm asking for an example of using DeleteFile function. Thanks, Nathan Paulino Campos

Member Avatar for marco93
0
130
Member Avatar for hoke
Member Avatar for Nathan Campos

Hello, I'm learning Assembly and i want to know the tools that the other persons use to develop, things like: Nasm, emu8086, WinHex... All the things that you use that are related with Assembly and what the do. Only for improve my tools and my learning. Thanks, Nathan Paulino Campos

Member Avatar for NotNull
0
110
Member Avatar for xellos
Member Avatar for Nathan Campos

Hello, I'm developing an simple OS, as you can see in my previous posts, but now i have a file that is too big for the boot sector(510 bytes), then i want to split it in two files, one that will be in the boot sector of the floppy and …

Member Avatar for NotNull
0
134
Member Avatar for Nathan Campos

Hello, I'm trying to write my OS to an floppy disk, but when i try to boot up, Bochs says that i don't have any OS on that floppy, here is the command that i'm using to write: #1 Try: [code]C:\Assembly> DEBUG os.asm -w 100 0 0 1 -q[/code] #2 …

Member Avatar for NotNull
0
850
Member Avatar for xellos

Hello xelos, Please, surround your code with the code tags, like this: [icode][ code=asm ] [ /code ][/icode], but without the spaces. This is just to understand better your code, put highlighting and be more organized. Thanks, Nathan Paulino Campos

Member Avatar for NotNull
0
538
Member Avatar for ishlux

XAMP is very nice! See this two links: - [url=http://www.apachefriends.org/en/faq-xampp.html]Documentation About XAMP[/url] - [url=http://www.ibm.com/developerworks/linux/library/l-xampp/]IBM - Install XAMP[/url] Hope it helps!

Member Avatar for cwarn23
0
91
Member Avatar for Nathan Campos

Hello, I'm trying to download the binarys of the [b]FPC ver. 2.1.2 Win32[/b], because i need to develop a program that i only can compile it in this version of FPC, then if you have the binary of this version of a link to it i will be very happy. …

0
113
Member Avatar for thierryjohn

And just another thing: Please put better titles, like: Trying to build a record app, Help in Records... It's better ad more organized.

Member Avatar for Nathan Campos
0
291
Member Avatar for azjherben

If you're on Windows, you can write a program that adds the association on the Windows registry, it's the most easy way!

Member Avatar for Nathan Campos
0
112
Member Avatar for Nathan Campos

Hello, I'm learning Ruby, and i want to know how to compress files using Ruby. Thanks, Nathan Paulino Campos

Member Avatar for Nathan Campos
0
135
Member Avatar for Nathan Campos

Hello, I'm learning C++ and i was trying to use the [i]zlib[/i], but i'm getting some errors when trying to compile my little project. Here is the code: [code=cplusplus]#include <string> #include <stdexcept> #include <iostream> #include <iomanip> #include <sstream> #include <zlib.h> using namespace std; std::string compress_string(const std::string& str, int compressionlevel = …

Member Avatar for Nathan Campos
0
494
Member Avatar for southernd0529

Only one comment about your post, please use the code tags as the signature of Sky Diploma! Thanks!

Member Avatar for Nathan Campos
-2
120
Member Avatar for Nathan Campos

Hello, I'm learning C++, and recently i was searching for an implement of the [i]zlib[/i], that is a library to zip and unzip files, but i found a sample code in [url=http://idlebox.net/2007/0328-ZLibString.blog]this site[/url], but i want to know two things, first: How i can change this code to only compress …

0
69
Member Avatar for FearlessFourie

In your case i will use Delphi, with the Multi-Media Player component, that you can play, pause, stop, FF, FW, also in movies... And for the lyrics that you want to play(i understand this) you can use a Timer to put the in a TextBox or something else.

Member Avatar for FearlessFourie
0
356
Member Avatar for FearlessFourie

You can post the code, only to see, because i need to see your code to solve your problem.

Member Avatar for FearlessFourie
0
152
Member Avatar for Frederick2

Xlphos link is the right place! If you need to post a snippet post [url=http://www.daniweb.com/code/cplusplus.html]here[/url]!

Member Avatar for Nick Evan
0
262
Member Avatar for Nathan Campos

Hello, I'm learning C++, then i want to know how i can do a convertion of an decimal number to an hexamal number, i know the calculation form to do this, but the thing that i don't know is how i can represent the remain in the formula. Here is …

Member Avatar for Nathan Campos
0
101
Member Avatar for Nathan Campos

Hello, I'm beginning in the OS development(In Assembly, Nasm as Assembler) and i need to implement a command-line on it, but i don't know how to do this, but what i want to say as command-line is like MS-DOS or UNIX: [CODE]> ver BerlOS v.0.0.1 > _[/CODE] But i don't …

Member Avatar for Nathan Campos
0
214
Member Avatar for xellos

The snippets place in DaniWeb it's a good place, but i will like if we sticky a post for the beginners(like me). Thanks!

Member Avatar for Nathan Campos
0
123
Member Avatar for aj07
Member Avatar for Nathan Campos
0
99
Member Avatar for homeryansta

Only one thing, please homeryansta, put the code in code tags with the highlighting: [icode][ code=asm ] [ /code ][/icode] and please put better titles in your posts, because with good tittles the forums will be more organized and your chances to have a answer will grow, because of someone …

Member Avatar for Nathan Campos
0
112
Member Avatar for Nathan Campos

Hello, I'm a Java developer, but now i'm learning PLT Scheme language and here in DaniWeb we don't have an forum for this language, then if the administrators of this very big and good community add this language to the board i will be very happy. Thanks, Nathan Paulino Campos

Member Avatar for happygeek
0
147
Member Avatar for Nathan Campos

Hello, I'm starting in Assembly development. Then recently i buy a book of Assembly, in it i have the table with the decimal numbers to hexamals and to binarys, like this: [code=asm]Dec - Hex 1 - 01 2 - 02 3 - 03 4 - 04 [...] 10 - A …

Member Avatar for Nathan Campos
0
229
Member Avatar for Nathan Campos

Hello, I'm learning Assembly and every time that i ask something here in this forum of Assembly the person that reply me is @wildgoose, that is a person that answer to you with respect, gently and much of learned things in Assembly, because of this things and many others i …

Member Avatar for Dave Sinkula
0
103

The End.